Jump to content

Component: Indicator ( Indicator): Difference between revisions

From Flowcode Help
No edit summary
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable""
Line 32: Line 32:


===FlashDisable===
===FlashDisable===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
Line 46: Line 46:


===FlashEnable===
===FlashEnable===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
Line 65: Line 65:


===SetState===
===SetState===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
Line 85: Line 85:
==Property reference==
==Property reference==


{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]

Revision as of 14:15, 13 July 2026

Author MatrixTSL
Version 1.1
Category Indicator


Indicator component

Creates an LED style on/off indicator

Version information

Library Version, Component Version, Date, Author, Info

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

FlashDisable

FlashDisable
Stops the indicator flashing 
- VOID Return


FlashEnable

FlashEnable
Sets the indicator to flash at the selected rate 
- LONG Rate
The flash speed (in ms) 
- VOID Return


SetState

SetState
Sets the state of the indicator 
- BOOL State
1 = on, 0 = off 
- VOID Return


Property reference

Properties
Colour
The colour of the indicator 
Shape
The shape of the indicator 
Outline Size
The size of the shape border 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_Indicator.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Indicator.fcsx