Which computer language is useful for industrial engineers?
Which computer language is useful for industrial engineers?
(OP)
Dear friends,
I am industrial engineer.I think that it is important and
useful to master one of famous programming languages.
But the problem is that I don't know which program to
choose.
Pascal or C or C++ or delphi or basic or visual basic....?
If you know which program is suitable for industrial
engineers please advise me.
I am industrial engineer.I think that it is important and
useful to master one of famous programming languages.
But the problem is that I don't know which program to
choose.
Pascal or C or C++ or delphi or basic or visual basic....?
If you know which program is suitable for industrial
engineers please advise me.





RE: Which computer language is useful for industrial engineers?
DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.
RE: Which computer language is useful for industrial engineers?
JeffdlS
RE: Which computer language is useful for industrial engineers?
It we get a real tricky job, we get the computer techies on it using Perl or C.
At my Uni they were convinced we'd need Pascal....I've never used it once.
RE: Which computer language is useful for industrial engineers?
While you can use one language for everything, you loose a lot of effiency. For example a VB program to control a robot would be 80 to 90 pages in length while a FORTH program maybe only 10 pages.
For math calculation that you can handle with excel or MathCad the Fortran would be a good choice.
For programming controls and robotics (low level programming) the interactiveness of FORTH make it idea for fast prototyping and troubleshooting in the field, but I must grant that the learning curve is steep.
For connecting systems together and large programs then C++ is a better choice.
If you are working with excel, access and words files in a windows envirnomnet then VB would be great.
If the work is over the net or on various machine with different operating systems or different microprocessor families then JAVA is probally needed.
RE: Which computer language is useful for industrial engineers?
If you plan to get into machining then you would need to be well versed in a CNC language. If you plan to get into simulation you need one to become an expert in the simulation packages.
You may want to rethink your question. Do you want to learn one of the 'great programming languages' or do you want to become a 'great industrial engineer'? One approach views the ability to program as the end point, the other considers programming as just another tool.
With the proliferation and ease of software packages designed by computer programmers to meet the requirements of engineers, the ability to learn how to best use a program is probably more important to an engineer than the ability to program. This is especially important given the short lifespan of most computer languages and even many software packages.