The Driver Error 00008203 (0x0000200b) maps to Modbus TCP exception "0x0B GATEWAY TARGET DEVICE FAILED TO RESPOND". This means that the gateway is having difficulties communicating with the end device due to the end device being offline, or the gateway having problems servicing the number of requests being sent by the MODNET driver.
There are 2 ways to fix this problem:
1- Disable the 0x0b exception in the gateway. In this case, the MODNET driver will not receive a response from the gateway when the problem occurs and will retry according to the timeout and retry settings set for the driver. You will need to contact the manufacturer of the gateway to know how to do this.
2- Set the following parameters in the citect.ini file:
[MODNET] TransactionExceptionMask = 0x80000000 OnlineTestExceptionMask = 0xFFFFFBF9 This solution maps the 0x0b exception received by the gateway to a different a lower severity so the I/O device is not taken offline. When the error occurs the pages will still show #COM while the exception is being received but the I/O Device status will remain as online. |