10-06-2016 04:25 AM
Hi everyone! Is it possible to integrate cpp code into Labview Communications?
In original Labview it was possible via "library function node" but there is no such node in LVCS. Ofcourse there is a C Node but is useful only in simple applications, if I am right.
Solved! Go to Solution.
10-07-2016 10:20 AM
Hi Xkela!
Unfortunately, this is not a feature in LabVIEW Comms at the moment. At best, you'd be able to use the C node as you noted, or you can use the System Exec node to call the DLL from the command line.
Regards,
Stephen Chan