LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrading from Windows XP

We are trying to upgrade a test system which used a 32 bit Windows XP with an
NI-6534 digital IO card in LabWindows/CVI 2010 to a 64 bit Windows 7 machine.  
For compatibility to other systems we need to stay with LabWindows/CVI 2010.  I
tried to install NI-DAQ 7.5 (Traditional) but it complained about the 64 bit
OS.  What do I need to do here?
Thanks,
Greg

0 Kudos
Message 1 of 5
(2,717 Views)

Use the 32bit version of Windows 7 instead. AFAIK there is no 64bit support in NI-DAQ 7.5 (Traditional).

0 Kudos
Message 2 of 5
(2,677 Views)

That is not an option.  We will be upgrading to NIDAQmx also so we can use Windows 7 64 bit.

0 Kudos
Message 3 of 5
(2,645 Views)

Another problem we have run into is the old system used the parallel ports to communicate with custom hardware.  Can this be done with LabWindows 2010 and Windows 7 64 bit?

0 Kudos
Message 4 of 5
(2,643 Views)

This can be another problem: the low level support driver is not supported on 64-bit systems, so if you are using low-level function to access the port like inp or outp (or other functions that imply to #include lowlvlio.h in your code) you cannot run your program on 64-bit systems. And, to run on 32-bit systems you will need admin privileges.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 5 of 5
(2,637 Views)