Raptor:LIN Rx Message: Difference between revisions
Jump to navigation
Jump to search
(Created the LIN Rx Message Page) |
(Added Outputs Section) |
||
Line 3: | Line 3: | ||
[[Raptor-Dev-LIN-Library|Return to LIN page]] | [[Raptor-Dev-LIN-Library|Return to LIN page]] | ||
[[File: | [[File:LINTX.png|right|frame|Raptor LIN Tx Message Block]] | ||
== Description == | == Description == | ||
<p>The LIN | <p>The LIN Tx Message block uses a frame definition from the LDF file associated with the LIN Bus definition block to transmit the frame on the specified bus. The transmission is scheduled according to the LIN frame schedule. | ||
</p> | </p> | ||
== Outputs == | |||
{| class="wikitable" style="width:31%;" | |||
|- | |||
! scope="col" style="width: 15%;"|Output | |||
! scope="col" style="width: 10%;"|Type | |||
! scope="col" style="width: 70%;"|Description | |||
|- | |||
! Signal(s) | |||
| uint32 | |||
| Any signals from the .ldf for this message. | |||
|} | |||
== Parameters == | == Parameters == | ||
Line 18: | Line 30: | ||
! LIN Bus Name | ! LIN Bus Name | ||
| | | | ||
| Provides the logic LIN bus name on which to | | Provides the logic LIN bus name on which to receive. | ||
|- | |- | ||
! Frame | ! Frame | ||
| | | | ||
| Identifies the frame that block will be configured to | | Identifies the frame that block will be configured to receive, the frames are defined in the LDF file associated with the named LIN Bus. | ||
|- | |- | ||
! Label wires with channel names | ! Label wires with channel names |
Revision as of 17:41, 9 April 2018
Return to the main Raptor page
Description
The LIN Tx Message block uses a frame definition from the LDF file associated with the LIN Bus definition block to transmit the frame on the specified bus. The transmission is scheduled according to the LIN frame schedule.
Outputs
Output | Type | Description |
---|---|---|
Signal(s) | uint32 | Any signals from the .ldf for this message. |
Parameters
Parameter | Type | Description |
---|---|---|
LIN Bus Name | Provides the logic LIN bus name on which to receive. | |
Frame | Identifies the frame that block will be configured to receive, the frames are defined in the LDF file associated with the named LIN Bus. | |
Label wires with channel names | Checkbox | Enable this to automatically name the wires on the input ports with the names of the signals |
Include Raw Outputs | Checkbox | Adds a port for each output signal providing the raw, unscaled bit value of the field. |
Show Age Output | Checkbox | Adds a port indicating the age of the last receive message, count of subsystem executions. |