12-12-2018 10:07 AM
I set my Agilent/Keysight 5071C up on a LAN and downloaded drivers. The 'Status' field in NIMAX says that the device is 'Not Present'. However, If I tab over to the 'Web Page' tab, NIMAX has the device's web page loaded(?). It successfully pings as well.
I downloaded the driver package and tried using a few of the VIs. The VISA Open commands in the sub-VIS are returning the fairly standard 1073807252 (Hex 0xBFFF006C) 'Device not present' error.
As for experience.... I took LabVIEW Core 1 and 2 last month so I'm fairly new.
Solved! Go to Solution.
12-13-2018 02:32 PM
deckermw,
Have you tried performing a reset on the NI MAX database?
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8awSAC&l=en-US
12-18-2018 08:48 AM
1. I added the device manually with NIMAX via the IP address. The AutoDetect feature didn't find it.
2. We have something called Keysight 'Connection Expert' and 'IO Control' installed. I see something indicating that "32-bit Keysight VISA is Secondary". From the looks of things, I would need to add it manually to their VISA or device manager.
3. Yes, it is over a routed network and we're on the same subnet.
4. I haven't reset the database but I'm not getting any of the errors that the link you attached have listed.
Thanks,
Matt
12-20-2018 10:49 AM
deckermw,
01-03-2019 11:20 AM
I got a case ID from an NI engineer who pointed me to Keysight. I updated the E5017C firmware (9.10 to 11.34) and used an old version of Agilent Connection Expert (Version14) running on the machine to properly set up the instrument as a VISA resource (a few of the steps weren't inherently clear). My understanding is that this process is easier in on the later versions that shipped loaded with Windows 7 and newer versions of Agilent Connection Expert. After going through all of that, NI Max picked it right up with 'AutoDetect'. Alejandro from NI and Tom from Keysight were really helpful.
Matt
01-04-2019 01:26 PM
To elaborate a little bit, after making sure that SICL-LAN Server was enabled in the ENA's instrument GUI, I needed to configure it in Agilent Connection Expert.
What had me confused was the need to add a different IP address than the LAN IP address when 'adding the instrument to the LAN'. I was expecting 192.168.X.Y but had to enter 127.0.0.1 when performing the 'Add Instrument' under LAN resources in Agilent Connection Expert. Keep in mind, this is Version 14 of Connection Expert and newer versions might be more intuitive.
I guess the machine has an internal address for the instrument and one for the LAN. I obviously don't understand this very well but at the end of the day, NI MAX can find it and the VIs are talking to it as a LAN VISA resource.