LabVIEW Code Questions

cancel
Showing results for 
Search instead for 
Did you mean: 

Programming languages ​​in first

Greetings, I am from the 7161 team and we are currently using labview as a programming language, could someone with experience tell me if there are more advantages to migrating from programming language to Java or C++, if so:
What advantages does it have?
Why use java or C++?
What features are better?
If someone could help me, I'd really appreciate it.
0 Kudos
Message 1 of 2
(1,211 Views)

There are a lot of threads on ChiefDelphi on this topic (that usually degrade into a "what is industry" debate...), 

At a high level, LabVIEW is developed for engineers to be able to easily manage dataflow through their devices, and is made by NI (that also makes the roboRIO), so it technically has the most support.

 

C++ offers a potential slight performance gain (because you can optimize your memory management a little better).

Java - some developers like it because it is a text language that with managed memory.

Some teams choose the language they're going to use based on availability of mentors familiar with the language. Others pick based on a concept of what the students might use after graduation (spoiler alert, LabVIEW should be on this list for anyone considering going into engineering).

I have often encouraged students to learn two programming languages that are vastly different:
- C++ and Java a similar enough to not count as different here (granted one is managed and passes everything by reference and the other doesn't, but syntactically very similar)
- Python 
- LabVIEW
- maybe JavaScript (not an option for the roboRIO, but can be good to have familiarity with if consider CompSci or Computer Engineering)

0 Kudos
Message 2 of 2
(1,209 Views)