10-17-2003 02:35 PM
10-20-2003
02:53 PM
- last edited on
11-07-2025
04:31 PM
by
Content Cleaner
To use your c code in LabVIEW, you should build it into a dll and then call from LabVIEW using the Cal Library Node function. You can build your entire code into one dll, or group it into several sequences. You can create a SubVI out of each call library node, with its appropriate inputs and output
There is no way to directly convert c code into LabVIEW diagram.
Here are some helpful documents when using extranal code in LabVIEW
Using External Code in LabVIEW
Accessing DLLs or Shared Libraries from LabVIEW
How to build a CIN code resource (.lsb file)
Zvezdana S.