adapnex::drivers::modbus::ModbusMaster::Result
Status code returned by Modbus operations.
Members
Name |
Description |
|
The request contains invalid parameters or exceeds length limits. |
|
The unit identifier in the response did not match the request. |
|
The MBAP header in the TCP response is invalid. |
|
The CRC check failed on the received frame. |
|
A transport or I/O error occurred during transmission. |
|
The operation timed out waiting for a response. |
|
The received response frame is malformed. |
|
An invalid argument was passed to the function. |
|
The operation completed successfully. |
|
Modbus exception 0x01: the function code is not supported by the slave. |
|
Modbus exception 0x02: the data address is not allowable for the slave. |
|
Modbus exception 0x03: a value contained in the query data field is not allowable. |
|
Modbus exception 0x04: an unrecoverable error occurred while the slave attempted to perform the action. |
|
Modbus exception 0x05: the slave has accepted the request and is processing it. |
|
Modbus exception 0x06: the slave is engaged in processing a long‐duration command. |
|
Modbus exception 0x08: the slave detected a parity error in extended memory. |
|
Modbus exception 0x0A: the gateway was unable to allocate an internal communication path. |
|
Modbus exception 0x0B: no response was obtained from the target device behind the gateway. |
Created with MrDocs