Difference between revisions of "Component: LIN Master (Comms)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 38: | Line 40: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 57: | Line 61: | ||
− | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
Revision as of 14:12, 20 January 2023
Author | Matrix Ltd |
Version | 1.2 |
Category | Comms |
Contents
LIN Master component
Low level routines for controlling a LIN master (1.3 & 2.0) interface.
Component Source Code
Please click here for the component source code: FC_Comp_Source_LinMaster.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
PowerDown |
Power Down the device | |
![]() |
Return |
![]() |
GetState |
Returns the current state | |
![]() |
Return |
![]() |
debug |
![]() |
idx |
![]() |
Return |
![]() |
ReadDataCount |
Returns the data count size | |
![]() |
Return |
![]() |
SetData |
Sets the data bytes to be sent | |
![]() |
Data1 |
![]() |
Data2 |
![]() |
Data3 |
![]() |
Data4 |
![]() |
Data5 |
![]() |
Data6 |
![]() |
Data7 |
![]() |
Data8 |
![]() |
Return |
![]() |
ReadData |
Returns a data byte indexed by Idx | |
![]() |
Idx |
![]() |
Return |
![]() |
SendMessageWithData |
Sends a message with data of length DataCount. See SetData | |
![]() |
Identifier |
![]() |
DataCount |
![]() |
Checksum |
0=Classic, 1=Enhanced | |
![]() |
Return |
![]() |
WakeUp |
Wake Up the device | |
![]() |
Return |
![]() |
Initialise |
Initialise the component | |
![]() |
Return |