Raptor:CAN State: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to CAN page right|frame|Raptor CAN State == Description == <p>This block report…') |
No edit summary |
||
Line 3: | Line 3: | ||
[[Raptor:CAN|Return to CAN page]] | [[Raptor:CAN|Return to CAN page]] | ||
[[File:RaptorCANState.jpg|right|frame| | [[File:RaptorCANState.jpg|right|frame|Raptor™ CAN State]] | ||
== Description == | == Description == |
Revision as of 14:58, 4 March 2014
Return to the main Raptor page
Description
This block reports back the status of the specified CAN bus. It can be used to determine if the CAN bus is communicating properly or if error conditions exist.
Outputs
Output | Type | Description |
---|---|---|
CAN State | int16 | The status of the CAN bus. Offline = 0, Online = 1 |
Rx Count | uint32 | The number of CAN messages received on the CAN bus since the program started. |
Tx Count | uint32 | The number of CAN messages transmitted on the CAN bus since the program started. |
Parameters
Parameter | Type | Description |
---|---|---|
Hardware Resource | The hardware interface to report the status of. |
Supported Versions
- Raptor 2013a_0.0.1 and newer