Component: Indicator Meter (Indicators): Difference between revisions
Appearance
No edit summary |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (16 intermediate revisions by 2 users not shown) | |||
| Line 15: | Line 15: | ||
Square analogue panel meter. A simulation only component - the needle value is set solely by the 'SetValue' macro. | Square analogue panel meter. A simulation only component - the needle value is set solely by the 'SetValue' macro. | ||
==Component | ==Component Source Code== | ||
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_IndicatorMeter.fcfx FC_Comp_Source_IndicatorMeter.fcfx] | |||
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_IndicatorMeter.fcfx FC_Comp_Source_IndicatorMeter.fcfx] | |||
==Detailed description== | ==Detailed description== | ||
''No detailed description exists yet for this component'' | ''No detailed description exists yet for this component'' | ||
==Examples== | ==Examples== | ||
| Line 29: | Line 59: | ||
{| class="wikitable | |||
==Macro reference== | |||
===SetValue=== | |||
{| class="mtx-class-macrotable wikitable" | |||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | 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 47: | Line 88: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |||
|- | |||
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | |||
| width="90%" class="mtx-class-propfolder" | Range | |||
|- | |- | ||
|- | |- | ||
| Line 68: | Line 111: | ||
|- | |- | ||
| colspan="2" | Maximum value to show on the meter. | | colspan="2" | Maximum value to show on the meter. | ||
|- | |||
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | |||
| width="90%" class="mtx-class-propfolder" | Style | |||
|- | |||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-2-icon.png]] | ||
| Line 93: | Line 140: | ||
|- | |- | ||
| colspan="2" | Color of the meter's title label. | | colspan="2" | Color of the meter's title label. | ||
|- | |||
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | |||
| width="90%" class="mtx-class-propfolder" | Marks | |||
|- | |||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-14-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-14-icon.png]] | ||
| Line 108: | Line 159: | ||
|- | |- | ||
| colspan="2" | Show or hide the scale markings. | | colspan="2" | Show or hide the scale markings. | ||
|- | |||
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | |||
| width="90%" class="mtx-class-propfolder" | Numbers | |||
|- | |||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-14-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-14-icon.png]] | ||
| Line 128: | Line 183: | ||
|- | |- | ||
| colspan="2" | Show or hide the scale number values. | | colspan="2" | Show or hide the scale number values. | ||
|- | |||
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | |||
| width="90%" class="mtx-class-propfolder" | Label | |||
|- | |||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-10-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-10-icon.png]] | ||
| Line 148: | Line 207: | ||
|- | |- | ||
| colspan="2" | Show or hide the title label. | | colspan="2" | Show or hide the title 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. | |
| Value | |
| Needle position between min and max | |
| Return | |