Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to connect to Agilent MSO7054B

Hi,

 

So I'm able to connect to a MSO-X4154 using ethernet, MAC laptop with NI-VISA, NI-488.2 drivers. This is a much newer scope model than the one I'm having issues with (MSO7054B).

I upgraded the MSO7054B firmware to latest. One difference I see is that the VISA string for working scope is TCIP0::INSTR whereas the string for the 7054 is TCPIP0::a-m7054b-340453::INSTR.

I can see the scope web page on the laptop.

 

Here is the error message:

 

INFO:scope_automation_logger:[Keysight4000XScope::connect]: TCPIP0::169.254.254.254::5025::SOCKET

CRITICAL:scope_automation_logger:Keysight4000XScope::connect]: An ERROR occurred: VI_ERROR_RSRC_NFOUND (-1073807343): Insufficient location information or the requested device or resource is not present in the system.

INFO:scope_automation_logger:[Keysight4000XScope::teardown]: Program ended.

CRITICAL:scope_automation_logger:CRITICAL ERROR with trigger 4_negative: 

[Main::dispatch]: Scope connection error. Check scope is connected and IP address is correct in station config.

 

And here is the code we use to set scope params. We did not change anything for the different scope. Again this works with the newer scope model. 

 

{
"equipment" : {
"Keysight4000XScope": {
"scope_ip_addr" : "169.254.254.254"
}
},

 

It would be nice to be able to use this older model as we have many of these on hand.

 

Thanks

0 Kudos
Message 1 of 2
(802 Views)

Figured this out ....The scope web page has a setting to disable LAN Control which was in disable state.

0 Kudos
Message 2 of 2
(742 Views)