Raptor:Read Checksum Block: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to CAN page frameless|border|Read Checksum block|center == Description ==…') |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor | [[Raptor-Dev-Checksum|Return to Checksum page]] | ||
[[file:raptor_read_checksum.JPG|frameless|border|Read Checksum block|center]] | [[file:raptor_read_checksum.JPG|frameless|border|Read Checksum block|center]] | ||
== Description == | == Description == | ||
<p>This block is used to read the checksum of memory segments in the controller calculated by the | <p>This block is used to read the checksum of memory segments in the controller calculated by the [[Raptor:Calc Checksum Block|Calc Checksum Block]]. | ||
</p> | </p> | ||
Line 34: | Line 34: | ||
! Name | ! Name | ||
| String | | String | ||
| | | The name of the checksum to read. | ||
|} | |} |
Latest revision as of 16:57, 16 December 2016
Return to the main Raptor page
Description
This block is used to read the checksum of memory segments in the controller calculated by the Calc Checksum Block.
Outputs
Output | Type | Description |
---|---|---|
Ready | boolean | Indicates that a valid checksum is on the checksum port. |
Checksum | uint16 | The calculated checksum value. |
Parameters
Parameter | Type | Description |
---|---|---|
Name | String | The name of the checksum to read. |