Difference between revisions of "Component: Library Component (Misc)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Library Component component== | ==Library Component component== | ||
A simple library component designed to create a panel presence for any components that don't need or have a graphical simulation. Compatible with linking icons. | A simple library component designed to create a panel presence for any components that don't need or have a graphical simulation. Compatible with linking icons. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Detailed description== | ==Detailed description== | ||
Line 187: | Line 181: | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
− | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Source | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Icon0 Source/Ref |
|- | |- | ||
|- | |- | ||
Line 201: | Line 195: | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
− | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Icon1 Ref |
|- | |- | ||
|- | |- | ||
Line 211: | Line 205: | ||
| width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
| width="90%" | LinkTo | | width="90%" | LinkTo | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
+ | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Icon2 Source | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="90%" | CommsType | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
|} | |} | ||
+ | |||
+ | ==Component Source Code== | ||
+ | |||
+ | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_LibraryComponent.fcfx FC_Comp_Source_LibraryComponent.fcfx] | ||
+ | |||
+ | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_LibraryComponent.fcfx FC_Comp_Source_LibraryComponent.fcfx] |
Latest revision as of 08:48, 21 June 2024
Author | MatrixTSL |
Version | 1.0 |
Category | Misc |
Contents
Library Component component
A simple library component designed to create a panel presence for any components that don't need or have a graphical simulation. Compatible with linking icons.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
FlashRx
![]() |
FlashRx |
Flashes the receive icon for a set period of time. Automatically clears the icon once time period is up. | |
![]() |
Return |
FlashTx
![]() |
FlashTx |
Flashes the transmit icon for a set period of time. Automatically clears the icon once time period is up. | |
![]() |
Return |
GetLinkHandle
![]() |
GetLinkHandle |
Gets the handle of the source object we are pointing to. Returns 0 for not valid. | |
![]() |
Index |
0=Source, 1=Reference | |
![]() |
Return |
SetConsoleHandle
![]() |
SetConsoleHandle |
Sets the link to the component console allowing for click through and for panel console viewer linkage. | |
![]() |
Handle |
![]() |
Return |
SetLinkHandle
![]() |
SetLinkHandle |
Sets the handle of the source object we are pointing to. | |
![]() |
Index |
0=Source, 1=Reference | |
![]() |
Handle |
![]() |
Return |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_LibraryComponent.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_LibraryComponent.fcfx