Raptor:Modbus Slave Error: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
== Error Codes == | == Error Codes == | ||
{| class="wikitable" style="width:75%;" | { | ||
| class="wikitable" style="width:75%;" | |||
|- | |- | ||
! scope="col" style="width: 25%;"|CODE | ! scope="col" style="width: 25%;"|CODE |
Revision as of 18:03, 28 November 2016
Return to the main Raptor page
Description
This block will send a MODBUS Error Response. See the table below for the supported codes and their meaning.
Error Codes
{ | class="wikitable" style="width:75%;" |- ! scope="col" style="width: 25%;"|CODE ! scope="col" style="width: 75%;"|NAME |- !0x01 |ILLEGAL FUNCTION |- !0x02 |ILLEGAL DATA ADDRESS |- !0x03 |ILLEGAL DATA VALUE |- !0x04 |SLAVE DEVICE FAILURE |- !0x05 |ACKNOWLEDGE |- !0x06 |SLAVE DEVICE BUSY |- !0x08 |MEMORY PARITY ERROR |- !0x0A |GATEWAY PATH UNAVAILABLE |- !0x0B |GATEWAY TARGET DEVICE FAILED TO RESPOND |- }
Inputs
Input | Type | Description |
---|---|---|
Command | uint8 | The command from the request, that is being responded to. |
Error Code | uint8 | The error code. |