Difference between revisions of "Component: LIN Master (Comms)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 1.2 |- | width="20%" style="color:gray...") |
|||
| Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 36: | Line 38: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 14:41, 16 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
Downloadable 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 | |