...
' Modbus address mapping definition file'
' Mapping Name;Offset for Discrete Input;Offset for Coil;Offset for Input Register;Offset for Holding Register
RegisterNumber;1;1;1;1
FunctionCode;20001;10001;40001;30001
Each line – except comment lines that start with ' – defines one Modbus address mapping.
Parameter | Description | ||
---|---|---|---|
1 | Mapping Name | Here the name of the mapping has to be specified. This name is used within the Modbus Device Definition file to identify the mapping. Therefore, the mapping name has to be unique. | |
2 | Offset for Discrete Input | This offset speci- fies the number that is subtracted from the Discrete Input addresses that are used in the Modbus Datapoint Defintion file. E.g. if the offset is 20001 and the datapoints address 20010 is used, the Modbus interfaces reads the Discrete Input at memory address 9. | |
3 | Offset for Coil | This offset specifies the number that is subtracted from the Coil addresses that are used in the Modbus Datapoint Defintion file. E.g. if the offset is 20001 and the datapoints address 20010 is used, the Modbus interfaces reads the Discrete Input at memory address 9. | |
4 | Offset for Input Register | This offset specifies the number that is subtracted from the Input Register addresses that are used in the Modbus Datapoint Defintion file. E.g. if the offset is 20001 and the datapoints address 20010 is used, the Modbus interfaces reads the Input Register at memory address 9. | |
5 | Offset for Holding Register | This offset spec- ifies the number that is subtracted from the Holding Register addresses that are used in the Modbus Datapoint Defintion file. E.g. if the offset is 20001 and the datapoints address 20010 is used, the Modbus interfaces reads the Holding Register at memory address 9. |
...