LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCPIP VISA source couldn't be found

Anyone can help to look at this problem?
0 Kudos
Message 21 of 27
(1,330 Views)

Hi,

 

Could you tell me what version of NI-VISA you are using, and what version of NI-488.2 you have installed? You can try downloading and installing the latest versions of the NI-VISA and NI-488.2 drivers.

 

When you say you hide the VISA Resource control, do you mean that that you made the control invisible, or that you had relocated it offscreen (by scrolling on the front panel)?

 

Let me know, thanks!

Rasheel
0 Kudos
Message 22 of 27
(1,309 Views)

The VISA version is 4.1 and NI488.2 version is 2.5.

 

I just hide the visa resource control out of the screen.

 

I could try with latest version of VISA and NI488.2. Will let you know later of the results.

 

Thanks a lot!

0 Kudos
Message 23 of 27
(1,283 Views)
I tried VISA version 4.4.1 and the problem is still present.
0 Kudos
Message 24 of 27
(1,271 Views)

Hi lvfanqie,

 

Could you please try the following? Instead of using a VISA resource name control, to try using a string control instead.


The resource name should adhere to the following format: GPIBx::y::INSTR, where x is the GPIB Interface Number, and y is the Primary Address.

You should then be able to perform basic VISA write and read functions, as well as other functions such as the lock asynchronous and unlock.

 

Please try and see if that's something that will work for you.

 

Rasheel
0 Kudos
Message 25 of 27
(1,258 Views)

After I replace the VISA control with string control, the problem is solved.

 

Although it is not the perfect solution, at least this hanging problem doesn't bother me anymore.

 

Thanks a lot!

0 Kudos
Message 26 of 27
(1,250 Views)

Hi,

 

I apologize it took that long to try and resolve this. Thanks for your patience!

Rasheel
0 Kudos
Message 27 of 27
(1,248 Views)