Data ModelModbus Term
1-Based Addressing
The human-readable naming convention used in datasheets: 40001 = first holding register.
Definition
1-based addressing is a naming convention common in datasheets and SCADA displays — not the on-wire protocol. Holding register 40001 corresponds to protocol address 0, 40002 to address 1, and so on. The leading digit identifies the table (4x = holding, 3x = input, 1x = discrete, 0x = coil). When configuring requests you must always subtract 1 from the datasheet address.
Quick Facts
Related Terms
Was this definition helpful?