Quote:
|
All three Languages eventually do the same thing
|
I agree with this post, but have a few clarifications.
Java and C don't go through LV libraries. They call directly into NI libraries built for use with LabWindows CVI. This is NI's engineering oriented C development environment. There is often a glue layer or new set of entry points for LV to call into.
The FPGA program is written in LV.
Greg McKaskle