LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I can't understand how to add a CINTOOLSDIR definition to my list of user environment variables using the System control panel accessory.

Hello! I am working in Labview 8.5. I need to create lsb file and load it to CIN. I have C source file, but I can't understand how to make lvm file using Microsoft  Visual C++ Command line.
 
Yours respectfully Dmitry.
0 Kudos
Message 1 of 2
(2,400 Views)
Hi Dimon87,

The code interface node is very rarely used and therefore there isn't a lot of documentation about it. Since you already have your code written, I would really recommend compiling your code into a DLL and call it using the Call Library Function Node. For your reference I am attaching a few links that talk about using the Call Library Function Node.

http://zone.ni.com/reference/en-XX/help/371361D-01/glang/call_library_function/
http://zone.ni.com/reference/en-XX/help/371361D-01/lvexcodeconcepts/configuring_the_clf_node/

In addition please look in the example finder for an example called Call DLL.vi It gives a very extensive explanation about using this function.


Eli S.
National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(2,370 Views)