From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Anritsu MS46131A

Hello,

I am trying to communicate with Anritsu MS46131A hardware.

I am using VNA MS46XXX Driver from 3rd Party Instrument Drivers.

I added Network device TCPIP0::127.0.0.1::5001::SOCKET in NI MAX.

I get an error on reading, before all ok.

Error -1073807339 occurred at VISA Read in Anritsu ShockLine VNA MS46XXX Series.lvlib:Initialize.vi

See pictures attached.

What is wrong with my communication?

Thanks.

 

 

 

 

Download All
0 Kudos
Message 1 of 3
(1,141 Views)

Hi akimchik,

 

are you sure the IP address is correct?

127.0.0.1 denotes "localhost", which is the computer you run MAX and your VI on…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(1,127 Views)

Hi, GerdW

This USB device. 

Below is from driver readme file:

Open Anritsu ShockLine VNA MS46XXX Series.lvproj project and open any VI under Examples folder.
Update the VISA Resource name and run it.
   Raw Sockets connections available for:
     MS46121A/B
     MS46131A
     MS46122A/B
     MS46322A/B
     MS4652xA/B
   connection string based on Raw Sockets has the following form: TCPIP0::127.0.0.1::5001::SOCKET
   VXI-11 connections available for:
     MS46322A/B
     MS4652xA/B
   connection string based on VXI-11 has the following form: TCPIP0::127.0.0.1::inst0::INSTR

 

Best Regards

0 Kudos
Message 3 of 3
(1,119 Views)