Modbus driver configuration
Within this configuration file, general settings for the Modbus driver are configured.
File location
<WorkspaceDirectory>\ConfigFiles\xio.Modbus.cfg
Parameter | Description | Type | Default value |
---|---|---|---|
XIO.Modbus.LogDeviceStateChanges | If set to false, connects and disconnects are not logged to the system messages. This is useful when the Modbus TCP connections timeout is less than the polling interval. | Boolean | True |
XIO.Modbus.UseOffsetAddressesForItemName | If set to true, the Modbus items will get the address with offset as item name instead of the real Modbus address. | Boolean | True |
XIO.Modbus.IgnoreParsingErrors | If set to true, invalid packets are ignored and the driver does not disconnect from the device. | Boolean | False |
XIO.Modbus.ReadAfterWrite | If set to true, a read request will be sent after a write request. | Boolean | True |