Data ModelModbus Term
Register Offset
The relationship between a 1-based datasheet address (40001) and its 0-based protocol address (0).
Definition
The register offset describes how to translate a 1-based PLC address to the 0-based protocol address used in Modbus frames. For holding registers the offset is 40000 — subtract 40000 from the datasheet address to get the protocol address. For input registers subtract 30000, for discrete inputs subtract 10000, and for coils subtract 0 or 1 depending on convention.
Quick Facts
Related Terms
Was this definition helpful?