Raptor:Modbus Slave Response: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
(Created page with 'Return to the main Raptor page Return to Modbus Library page [[File:RaptorModbusSlaveResponse.jpg|right|frame|Raptor Modbus Slave R…')
 
No edit summary
 
Line 20: Line 20:
| The command (03/06) that is being responded to.
| The command (03/06) that is being responded to.
|-
|-
! Error Code
! Register Address
| uint8
| uint16
| The error code.
| The register address from the request.
|-
! Data
| uint16
| The register values being requested. Can be a vector for responding to a multiple register read.
|-
! Data Length
| uint16
| The number of registers read.
|-
|-
|}
|}

Latest revision as of 18:08, 28 November 2016

Return to the main Raptor page

Return to Modbus Library page

Raptor Modbus Slave Response

Description

This block is used to package and send a response to a request.


Inputs

Input Type Description
Command uint8 The command (03/06) that is being responded to.
Register Address uint16 The register address from the request.
Data uint16 The register values being requested. Can be a vector for responding to a multiple register read.
Data Length uint16 The number of registers read.