Raptor:CAN Mailbox Properties: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor | [[Raptor-Dev-CAN-Library|Return to CAN page]] | ||
[[File:RaptorCANMailboxProperties.jpg|right|frame|Raptor™ CAN Mailbox Properties]] | [[File:RaptorCANMailboxProperties.jpg|right|frame|Raptor™ CAN Mailbox Properties]] | ||
Line 35: | Line 35: | ||
| Identifies the mailbox that is operated on by this block. | | Identifies the mailbox that is operated on by this block. | ||
|} | |} | ||
Latest revision as of 16:53, 16 December 2016
Return to the main Raptor page
Description
This block is used to configure properties on a CAN receive mailbox at runtime. The block exposes the ID and Mask that configure the acceptance criteria for the mailbox. The ID and Mask on the defining CAN recieve message are used in addition to the values passed into this block, and therefore should be at least as open as the filter configured by this block.
Inputs
Input | Type | Description |
---|---|---|
ID | uint32 | The message ID that will be used to configure the mailbox acceptance filter. |
Mask | uint32 | The message ID mask that will be used to configure the mailbox acceptance filter. |
Parameters
Parameter | Type | Description |
---|---|---|
Mailbox | String | Identifies the mailbox that is operated on by this block. |