LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

64 bit VI development to 32 bit sytem use

Solved!
Go to solution

Before I waste a bunch of time; If I develop a VI on my 64 bit laptop with LabVIEW 2009 64 bit, will it run in my place of employment's lab on the LabVIEW 2009 32 bit system?  I obviously don;t have access to the peripheral devices, but have set them up in Measurement and Automation Explorer  on the laptop virtual devices.  Any answer is appreciated.

 

Thanks

0 Kudos
Message 1 of 4
(2,665 Views)
Solution
Accepted by topic author FuzzyLipton

If you only use VIs there will be no issue, the VIs will be recompiled on the 32-bit machine.

 

If you however build your code into executables then you will fail. The other way around works (using a 32-bit exe on Win64) because Windows has a 32-bit emulator build into Win64.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 4
(2,651 Views)

Thanks, just VI's so it sounds like I'll be fine

0 Kudos
Message 3 of 4
(2,639 Views)

I agree with Ton,

 

If you built a 64-bit executable, it will not run in a 32-bit system.  Same as any other software.

Message 4 of 4
(2,634 Views)