Jump to content

Component: Indicator Meter (Indicators): Difference between revisions

From Flowcode Help
No edit summary
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder""
 
(5 intermediate revisions by the same user not shown)
Line 72: Line 72:


===SetValue===
===SetValue===
{| 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" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetValue'''
| width="90%" class="mtx-class-macrohead" | '''SetValue'''
|-
|-
| colspan="2" | Set the meter needle to a new position based on the current scaling properties. 
| colspan="2" | Set the meter needle to a new position based on the current scaling properties. 
Line 92: Line 92:
==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" 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'''  
|-
|-
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Range
| width="90%" class="mtx-class-propfolder" | Range
|-
|-
|-
|-
Line 112: Line 112:
| colspan="2" | Maximum value to show on the meter. 
| colspan="2" | Maximum value to show on the meter. 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Style
| width="90%" class="mtx-class-propfolder" | Style
|-
|-
|-
|-
Line 141: Line 141:
| colspan="2" | Color of the meter's title label. 
| colspan="2" | Color of the meter's title label. 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Marks
| width="90%" class="mtx-class-propfolder" | Marks
|-
|-
|-
|-
Line 160: Line 160:
| colspan="2" | Show or hide the scale markings. 
| colspan="2" | Show or hide the scale markings. 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Numbers
| width="90%" class="mtx-class-propfolder" | Numbers
|-
|-
|-
|-
Line 184: Line 184:
| colspan="2" | Show or hide the scale number values. 
| colspan="2" | Show or hide the scale number values. 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Label
| width="90%" class="mtx-class-propfolder" | Label
|-
|-
|-
|-

Latest revision as of 14:37, 13 July 2026

Author Matrix TSL
Version 1.5
Category Indicators


Indicator Meter component

Square analogue panel meter. A simulation only component - the needle value is set solely by the 'SetValue' macro.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_IndicatorMeter.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_IndicatorMeter.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples







Macro reference

SetValue

SetValue
Set the meter needle to a new position based on the current scaling properties. 
- FLOAT Value
Needle position between min and max 
- VOID Return


Property reference

Properties
Range
Minimum
Minimum value to show on the meter. 
Maximum
Maximum value to show on the meter. 
Style
BG Color
Color of the meter scale background. 
Positive Color
Color of the scale gradations for positive values. 
Negative Color
Color of the scale gradations for negative values. 
Pointer Color
 
Label Color
Color of the meter's title label. 
Marks
Divisions
Number of large scale divisions.. 
Subdivisions
Number of sub-divisions in between each major division. 
Show
Show or hide the scale markings. 
Numbers
Decimals
Number of decimal points to show on scale values. 
Text Size %
Text height of the scale values. 
Font
Font for the scale value numbers. 
Show
Show or hide the scale number values. 
Label
Text
A title label to make the meter easier to identify. 
Text Size %
Height of the label text. 
Font
Font for printing the label. 
Show
Show or hide the title label.