LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for sample CVI app that can support command-line and DLL interfaces....

Hello there,

I'm looking for some pointers (no pun intended!) on how to write a CVI executable  that support arguments  from the command line and support parameters passing from LabVIEW.  I believe I can handle the LabVIEW side of calling the DLL but I'm at a loss to get started with the command line and DLL entry-points in the CVI code.

Hope someone can point me in the right direction.

-Chroma.
0 Kudos
Message 1 of 2
(2,865 Views)

Hi Chroma,

An example to look at would be the TestStand CVI OI application. Look at the OldStyle Version, in main.c file is a function 'ProcessPreLoginCmdlineArgs()'.

Hope this helps.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,861 Views)