Data ModelModbus Term
Register Address
The numeric location of a register within its register table.
Definition
A register address identifies the position of a register within its type table (coil, discrete input, input, or holding). Addresses are 0-based in the protocol (0–65535) but are often shown as 1-based 5-digit numbers in datasheets (40001, 30002, etc.). The protocol address in a request is always 0-based — you subtract 1 from the datasheet number when building requests.
Quick Facts
Related Terms
Was this definition helpful?