Jump to content

Component: Indicator ( Indicator): Difference between revisions

From Flowcode Help
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead""
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
 
(One intermediate revision by the same user not shown)
Line 35: Line 35:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''FlashDisable'''
| width="90%" class="mtx-class-macrohead" | '''FlashDisable'''
|-
|-
| colspan="2" | Stops the indicator flashing 
| colspan="2" | Stops the indicator flashing 
Line 49: Line 49:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''FlashEnable'''
| width="90%" class="mtx-class-macrohead" | '''FlashEnable'''
|-
|-
| colspan="2" | Sets the indicator to flash at the selected rate 
| colspan="2" | Sets the indicator to flash at the selected rate 
Line 68: Line 68:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetState'''
| width="90%" class="mtx-class-macrohead" | '''SetState'''
|-
|-
| colspan="2" | Sets the state of the indicator 
| colspan="2" | Sets the state of the indicator 
Line 87: Line 87:
{| class="mtx-class-macrotable wikitable"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
| width="90%" class="mtx-class-macrohead" | '''Properties'''  
|-
|-
|-
|-

Latest revision as of 14:23, 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