06-27-2011 02:42 PM
Hi,
I need some real help.
Can someone give me a very simple example on how to call a labwindows application in LABVIEW?
My labwindows application have to do some mesearments ....
I am using labwindows 8.5 and my Labview 10.
Thank you.
06-28-2011 01:54 AM
Hi agyna,
I cannot give you a complete example, but you could find useful informations in this tutorial:
Tutorial: Calling a LabWindows/CVI DLL from a LabVIEW Application
06-28-2011 07:37 AM
You might also want to look at putting your CVI code into a Function Panel. This has a number of advantages including the ability to document your code and CVI can automatically create the DLL project. Further more LV can then import the FP DLL via the "LabVIEW Instrument Driver Import Wizard (LabVIEW Interface Generator for LabWindows/CVI Instrument Drivers)", see http://lumen.ni.com/nicif/us/gb_infolvinstdriver/content.xhtml. This has the advantage that all the FP documentation is exposed in LV. Please note several odd quirks:
06-28-2011 09:18 PM
thanks, I will try.