Recommendations to others considering LabVIEW:
Weigh the supporting libraries provided with the extra development time consumed using a GUI and Icons and the learning curve, if not already. It may seem like it's easier at first, but trust me, there is a world of difference between editing a simple text file (and all the available tools) with dragging icons, connecting wires, and trying to understand how each icon behaves. Also, consider how you plan to test the result. It's impossible to write any meaningful tests.
Labview does generate a GUI front-end for every code module (even if you don't want it), so if your looking for that is can be a time saver.
Otherwise, a simple C library would have been much more productive. Review collected by and hosted on G2.com.
What problems is LabVIEW solving and how is that benefiting you?
We are developing critical safety-compliant software for a device with a lot of IO. The assumption is that the executable produced is free from defects and reliable. Review collected by and hosted on G2.com.