LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help convert from 7 to labview 6.1

Hi,
Could anyone help me to convert the code to labview 6.1
Thankyou very much
0 Kudos
Message 1 of 4
(2,875 Views)
If you have Labview 7.0 installed on ur machine , then open the file in 7.0 and go to File - Save with Options and select save for Previous version 6.1. that shoud do it
0 Kudos
Message 2 of 4
(2,861 Views)
Definitely, I don't have labview7.1. I only have labview6.1 that why i need the file to be converted to 6.1.
0 Kudos
Message 3 of 4
(2,852 Views)
You can try creating a 6.1 driver yourself. All the IVI drivers are simple wappers around a Call Library Node Function into the DLL created in LabWindows/CVI. The LabVIEW driver is created from the Tools>Instrumentation>Import CVI Instrument Driver selection. Download the CVI driver and install it. The converter will require some files installed in the \VXIpnp\WinNT (.fp) and \VXIpnpWinNT\bin (.dll) folders.
0 Kudos
Message 4 of 4
(2,833 Views)