Modbus Mevices

I have a project that currently contains 13 devices using Modbus V2 as a driver. Comunications are solid and good. Now I’m trying to add three more Devices, and can not connect to them, I replicated the settings from the ones that are working, but Ignition wont talk to the new devices.
Im able to ping the devices from the computer. Need Help.

Thank you

What version of Ignition are you using? Is there anything in the logs? Post the logs.bin.gz file here and we can take a look.

Im usign Ignition Version 7.2.7(b170)
and the Modbus Driver V2
Version 2.2.0-beta5(b97)
Activation Mode Trial.

Where do I find the logs.bin.gz file?

I’m not sure if 7.2 has this, but on the Console > Logs tab there’s a link to export your logs file that gives you a logs.bin.gz. Otherwise you just need to get your wrapper.log file from the installation directory.

While you’re at it you should at least upgrade Ignition to 7.2.10, it might help the troubleshooting.

I tried the export feature and got an exeption report HTTP Status 500.
Then I got the Wrapper file.
wrapper.log (572 KB)

Your devices (COOK_1, COOK_2, SCALDERS) are refusing the connection. This is happening at a basic TCP level. There’s not much more I can tell you, nothing is wrong on the Ignition side.

Perhaps the devices have a limit on the number of incoming connections they can receive or are configured wrong; you’ll have to consult your documentation on those devices.

INFO   | jvm 1    | 2012/05/31 09:49:01 | ERROR [COOK_2                        ] [09:49:01,531]: [COOK_2] Connect Error.
INFO   | jvm 1    | 2012/05/31 09:49:01 | java.net.ConnectException: Connection refused: connect
INFO   | jvm 1    | 2012/05/31 09:49:01 | 	at java.net.PlainSocketImpl.socketConnect(Native Method)
INFO   | jvm 1    | 2012/05/31 09:49:01 | 	at java.net.PlainSocketImpl.doConnect(Unknown Source)
INFO   | jvm 1    | 2012/05/31 09:49:01 | 	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
INFO   | jvm 1    | 2012/05/31 09:49:01 | 	at java.net.PlainSocketImpl.connect(Unknown Source)
INFO   | jvm 1    | 2012/05/31 09:49:01 | 	at java.net.SocksSocketImpl.connect(Unknown Source)

Thank you for your help, I will persue this line of troubleshooting.