LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

64-bit operating system vs 32-bit code

Hi,

 

I am code an old code from 32-bit system and tried to run on 64-bit system. Do you think it is easier for me to change my computer (cloud) to 32-bit or to change the code to make it work with 64-bit system?

i am not sure if the drivers are available in 64-bit but it will take me some time to figure that out by running each vi individually. Any advice is appreciated.

Thanks

 

Krispiekream

Best regards,
Krispiekream
0 Kudos
Message 1 of 8
(1,365 Views)

I've always used 32-bit LabVIEW on 64-bit Windows. As long as your application uses <2 GB of RAM I don't think you'll notice a difference. 

Message 2 of 8
(1,349 Views)

Windows still has the WOW layer (Windows On Windows) to handle 32-bit applications in a 64-bit OS.  So I would not worry about this too much.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 8
(1,341 Views)

@krispiekream wrote:

I am code an old code from 32-bit system and tried to run on 64-bit system.


You left out the most important information: What happens when you try to run it???

 

If it works, you are all set! 😄

 

(... and if it does not work, the problem might not be in the OS bitness, but elsewhere. You should be able to
:make it work" as 32bit application on a 64bit OS with a few tweaks. That's definitely the easiest approach.)

Message 4 of 8
(1,304 Views)

so i cant copy 64-bit vi onto 32-bit vi right?  it allows me to copy and paste by doesnt allow me to write it on double click on it to select the fuctions. 

krispiekream_0-1677888185017.png

 

krispiekream_1-1677888201631.png

 

krispiekream_2-1677888264651.png

i have input data but 0 data output. i was told that my LLB is corrupted but i am not sure. 

 

Best regards,
Krispiekream
0 Kudos
Message 5 of 8
(1,220 Views)

test files

Best regards,
Krispiekream
0 Kudos
Message 6 of 8
(1,217 Views)

@krispiekream wrote:

so i cant copy 64-bit vi onto 32-bit vi right?  it allows me to copy and paste by doesnt allow me to write it on double click on it to select the fuctions. 

 

i have input data but 0 data output. i was told that my LLB is corrupted but i am not sure. 

 


Plain VIs (without external non-LabVIEW code such as DLLs) will run unchanged on any bitness. If you have external code such as DLLs, that needs to match the LabVIEW bitness. What is the corrupt llb you are talking about?

0 Kudos
Message 7 of 8
(1,208 Views)
0 Kudos
Message 8 of 8
(1,203 Views)