LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I transfer VI's from MAC to PC using floppies?

I have moved 4.1 VI"s from a MAC to a Dell PC running LabView 7.0, using 1.44 Mb floppy disks. Although most of the VI displays correctly on the dell, some of the sub VI's can't be found and the VI's won't executer on the Dell.
0 Kudos
Message 1 of 2
(2,520 Views)
Sounds like you didn't get everything need transfered.

Try going back to the Mac and open the top level VI and do a 'Save with Options' from the 'File' menu. In the dialog that opens, select the 'Development Distribution' option on the left and hit Save it to your hard drive. This will save all the needed VIs into a single file with an .llb extension. (at least I think it will on a Mac, never used one for LabVIEW)

After that, go to the 'Tools' menu in LabVIEW and select 'VI Library Manager'. Browse to the .llb you just created, hilight it and click the 'Convert LLBs to Dirs...' button. This will save all the VIs in the library into a directory as individual VIs again, and you'll be sure to have everything you need to transfer.

If this still doesn't d
o it, maybe the application was built with some Mac only subVIs, so they can't work on Windows. Try opening the applicaiton on the Windows machine and in the 'Browse' menu, select 'Show VI Hierarchy'. This will at least show what VIs are missing.

Ed


Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
0 Kudos
Message 2 of 2
(2,520 Views)