LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView to LabWin CVI conversion

Has anyone ever tried to take a LabView state machine written application then tried to convert it over to a Lab Windows CVI platform? The test system consists of a single NI-232/16 Serial Communications card, an Agilent 34907 Scanner system, and an Agilent E3633A DC Power Supply.

Do any conversions applications exist within NI that might accomplish this?
0 Kudos
Message 1 of 2
(2,920 Views)
There aren't any conversion tools to convert LabVIEW G code into CVI. If you are using LabVIEW 6.0 or above with application builder, you could build your VIs into a DLL and call them from CVI. You could also launch your VIs from CVI through ActiveX automation. See the example program under cvi\samples\activex\labview.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,920 Views)