Raptor:LIN Rx Message: Difference between revisions

From NewEagleWiki
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:LINRX.png|right|frame|Raptor LIN Rx Message Block]]
[[File:LINTX.png|right|frame|Raptor LIN Tx Message Block]]


== Description ==
== Description ==
<p>The LIN Rx Message block uses a frame definition from the LDF file associated with the LIN Bus definition block to receive and interpret the frame on the specified bus. The reception is scheduled according to the LIN frame schedule.
<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 transmit.
| Provides the logic LIN bus name on which to receive.
|-
|-
! Frame
! Frame
|
|
| Identifies the frame that block will be configured to transmit, the frames are defined in the LDF file associated with the named LIN Bus.
| 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

Return to LIN page

Raptor LIN Tx Message Block

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.