Errors & ExceptionsModbus Term
Exception 03 — Illegal Data Value
A data value in the request is outside the acceptable range.
Definition
Exception code 03 (Illegal Data Value) means a field in the request data is not allowed. Common causes: writing 0xFFFE to FC05 instead of 0xFF00/0x0000, requesting more than 125 registers in an FC03, or writing a value outside a permitted range. This is not about the register address but about the values themselves.
Quick Facts
Related Terms
Was this definition helpful?