07-31-2024 07:41 PM
HI All,
I have a keysight instrument connected to a remote PC through USB (but it gets an IP address -- may be virtual network IP). From my local PC, i am trying to communicate with this instrument.
NIMAX can see the instrument under "Remote systems --> IP address of remote PC --> Devices --> VISA TCP/IP resource" and can communicate through "VISA Test Panel".
However, If i try to communicate to the same instrument using Labview (LV2020, Windows 11 64 bit), it is throwing me a resource not found error.
Thank you in advance for your suggestions/help.
08-01-2024 09:35 AM
So your pc is connected to a remote pc, the remote pc is connected to a keysight instruments on USB.
Does NI MAx works when you send "*IDN?\n" over TCP/IP ?
What do you have running on both Remote and local ?
Please share your code for LV 2020.
08-01-2024 09:54 AM
Hi LVNinja,
Thanks for responding.
So your pc is connected to a remote pc, the remote pc is connected to a keysight instruments on USB.
Yes
Does NI MAx works when you send "*IDN?\n" over TCP/IP ?
Yes, as shown in Figure.
What do you have running on both Remote and local ?
If you are asking about OS, they both are Windows 11 64 bit. On my PC, LV2020 and on remote PC i enabled the NI VISA server, thats how i was able to communicate through NIMax through "VISA:\\" address.
Please share your code for LV 2020
Code is exactly a "VISA open" subvi where i am getting an error. I did not add any more subvi's yet. As shown in picture, in the first subvi itself i am getting an error.
Thanks,