LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a application build in labview 8.5 for Windows XP using NI Visa functions to interact with hardware , how to make is work in Windows 7 32 bit and Win 7 64 bit

I have a application build in Labview 8.5 which wroks fine with Windows XP , this program uses basic read /write functions of NI Visa to communicate with Hardware . This application doesnt work with Windows 7 32 bit/64 and Vista . What changes i need to do to make it work for the said operating system

0 Kudos
Message 1 of 6
(2,513 Views)

@srinivas wrote:

I have a application build in Labview 8.5 which wroks fine with Windows XP , this program uses basic read /write functions of NI Visa to communicate with Hardware . This application doesnt work with Windows 7 32 bit/64 and Vista . What changes i need to do to make it work for the said operating system


Have you included the NI-VISA additional installer? It might exist on your XP machine, but not on the Win 7 machine.

 

Br,

 

/Roger

 

0 Kudos
Message 2 of 6
(2,509 Views)

Thanks for the reply ,

On my XP machine i installed only labview 8.5 and did the development and made a installer but it didnt work for the said operating system .My question is whether i need any addtional NI visa installer that i should take care while making installer, and how to find it out.

0 Kudos
Message 3 of 6
(2,507 Views)

@srinivas wrote:

Thanks for the reply ,

On my XP machine i installed only labview 8.5 and did the development and made a installer but it didnt work for the said operating system .My question is whether i need any addtional NI visa installer that i should take care while making installer, and how to find it out.


I am a bit confused, what do you actually want?

 

Br,

 

/Roger

 

0 Kudos
Message 4 of 6
(2,504 Views)

Sorry for confusion ,

 

My question is what changes i need to do in code or while making the installer to make the existing program work with other Windows operating system

0 Kudos
Message 5 of 6
(2,500 Views)

@srinivas wrote:

Sorry for confusion ,

 

My question is what changes i need to do in code or while making the installer to make the existing program work with other Windows operating system


You need to make sure the machine have the corresponding NI-VISA installed. Check in the NI software pages for the right version.

 

Also make sure that the com port's can be selected when you first start the application. Eg. if you refer to VISA "COM1" on the XP machine It might be "COM2" on the Win7 machine.

 

Br,

 

/Roger

 

0 Kudos
Message 6 of 6
(2,498 Views)