MODBUS TCP error with Gateway RS485<->TCP

Hi,

I have a Gateway Modbus RS485<->TCP, Ignition Communicate with modbus TCP driver.

When 1 Device on the RS485 is disconnected, all the tags respond Bad values.

I have Ignition 7.9.12 x64.
I created 1 OPC-UA device for each Gateway.
Each Gateway has many RS485 devices.

Can I separate all the RS485 devices so when a device is not responding on the RS485, the other are displaying Good ?

Best Regards.

A Modbus TCP to Modbus serial gateway is responsible for managing all of the traffic on the serial cable. There is probably a timeout setting within that gateway that is longer than your stale timeout in your scan classes. I can imagine better handling of serial timeouts on the RS485 side, but all of that code lives in the protocol gateway, not in Ignition.

Note that multiple disconnected devices will create even longer delays in the RS485 scan time.

Thank’s for your answer.

Increase the “Communication Timeout” setting on the device connection.

If your Modbus gateway supports multiple connections you could make one device connection per unit/slave id, but I’m not sure this will help because the Modbus gateway is still going to be gating access to the serial line and when a timeout occurs the other connections will still have to wait.