Modbus driver configuration
Within this configuration file, general settings for the Modbus driver are configured.
File location
<WorkspaceDirectory>\ConfigFiles\xio.Modbus.cfg
Parameter | Description | Scope | Unit | 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. | bool | True / False | 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. | bool | True / False | True |
XIO.Modbus.IgnoreParsingErrors | If set to true, invalid packets are ignored and the driver does not disconnect from the device. | bool | True / False | False |