LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use a Labwindows CVI in Labview?

I've tryed to compile a .dll, but I can't...
0 Kudos
Message 1 of 2
(2,927 Views)
Your question is pretty short, and open ended, but I'm guessing that you are having problems creating a dll in CVI and then using it from labview... I don't know what your exact problem is with this, but I've written a short CVI program and Labview VI to demonstrate very basically how you can interface the two...
Most of the codein the CVI source is just for the creation of the UIR used to demonstrate that it's working... The important bits are the function definitions, the DLL entry points and the compiler settings...
Have a try with the code, and see what you think... You'll need to compile it, and then check in the labview 'call library' function that you have the correct path for the resulting DLL file...
If you have anymore questions, ask and I'll try an
d answer...
Cheers
JB
(Used CVI 6 & Labview 6.02)
Message 2 of 2
(2,927 Views)