05-22-2010 07:05 AM
05-24-2010 04:16 AM
Option->Modbus Ethernet Option. Enable the diagnostic file, input a path such as d:\, check "value in HEX". The Mdobus communication will be logged to the file. Attach the file here or upload to ftp://ftp.ni.com/incoming
Do all Modbus objects stop working?
05-24-2010 04:22 AM
Please first install the 6.1 updates. It fixes a Modbus bug.
http://joule.ni.com/nidu/cds/view/p/id/904/lang/en
05-24-2010 08:46 AM
05-24-2010 08:53 AM
05-25-2010 02:57 AM
The error "open socket: xxxx" means the ethernet connection cannot be created. When the ip address in incorrect, or the networking has problem, you may got this error.
The error is not in Modbus communication, it is just network connection failure. So I first suggest you to "ping" the remote device in command line.
Go to Start->Run, input cmd. Input command
ping xx.xx.xx.xx
to test if the remote device can be ping by ip.
05-25-2010 09:11 AM
05-25-2010 09:15 AM
05-25-2010 11:08 AM
05-26-2010 12:38 AM
Here is a Modbus master utility. Please use it to test the modbus connection.
Run the ModScan32. Connection->Connect, select Remove TCP/IP Server. Choose the register type, such as holding register. Let's see if the Modscan is able to connect your modbus devices.