12-22-2016 03:37 PM
I'm trying to connect to my Agilent 34410A through TCPIP but continously get error -1073807202. I am using Labview 2014 and just installed the drivers for the 34401A. I tried
Am I using proper syntax for my DMM address (IP = 192.168.100.123)? TCPIP0::192.168.100.123
I have also tried putting TCPIP0::192.168.100.123::INSTR as the web page for the DMM specified it would be that.
I'm not sure what to try next to be able to connect. I tried the attached example that came with the driver download and still see errors.
12-25-2016 12:00 AM
12-26-2016 06:43 AM
01-03-2017 11:56 AM
You can also open the command prompt then type:
ipconfig /all
This will display all of your network adapters along with their IP addresses and subnets by scrolling up. A subnet is shown as a number like: 255.255.255.0 which for a given IP address of 192.168.100.3 would allow this network adapter to communicate with any adapter having a base address of 192.168.100 along with any final number 0-255. Make sure that your network adapter is set to allow communication with your meter.