Component: Numeric Display (Indicators): Difference between revisions
Appearance
No edit summary |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
Please click here | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_7SegNumeric.fcfx FC_Comp_Source_7SegNumeric.fcfx] | ||
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_7SegNumeric.fcfx FC_Comp_Source_7SegNumeric.fcfx] | |||
==Detailed description== | ==Detailed description== | ||
| Line 30: | Line 42: | ||
==Examples== | ==Examples== | ||
| Line 41: | Line 63: | ||
{{Fcfile|Basic Numeric Display.fcfx|Basic Numeric Display Example}} | {{Fcfile|Basic Numeric Display.fcfx|Basic Numeric Display Example}} | ||
==Macro reference== | ==Macro reference== | ||
{| class="wikitable | ===DisplayAsInt=== | ||
{| class="mtx-class-macrotable wikitable" | |||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style=" | | width="90%" class="mtx-class-macrohead" | '''DisplayAsInt''' | ||
|- | |||
| colspan="2" | Displays an integer value on the label. Capable of displaying positive and negative values. | |||
|- | |||
|- | |||
| width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | |||
| width="90%" | Value | |||
|- | |||
| colspan="2" | Integer value to display | |||
|- | |||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | |||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | |||
|} | |||
===DisplayAsReal=== | |||
{| class="mtx-class-macrotable wikitable" | |||
|- | |||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | |||
| width="90%" class="mtx-class-macrohead" | '''DisplayAsReal''' | |||
|- | |- | ||
| colspan="2" | Displays a floating point value on the label with a confiiguarable number of decimal points | | colspan="2" | Displays a floating point value on the label with a confiiguarable number of decimal points | ||
| Line 67: | Line 119: | ||
{| class="wikitable | ===SetBackgroundColour=== | ||
{| 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" | '''SetBackgroundColour''' | ||
|- | |- | ||
| colspan="2" | Allows the user to manually specify the default colour of the background. | | colspan="2" | Allows the user to manually specify the default colour of the background. | ||
| Line 85: | Line 138: | ||
{| class="wikitable | ===SetForegroundColour=== | ||
{| 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" | '''SetForegroundColour''' | ||
|- | |- | ||
| colspan="2" | Allows the user to manually specify the default colour of the foreground text. | | colspan="2" | Allows the user to manually specify the default colour of the foreground text. | ||
| Line 101: | Line 155: | ||
| 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" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Title | ||
|- | |- | ||
|- | |- | ||
| Line 160: | Line 194: | ||
| colspan="2" | Distance above component center to draw the title | | colspan="2" | Distance above component center to draw the title | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Display Properties | ||
|- | |- | ||
|- | |- | ||
| Line 174: | Line 208: | ||
| colspan="2" | Allows ranges to be specified to automatically format the foreground and background colours based on the numeric value | | colspan="2" | Allows ranges to be specified to automatically format the foreground and background colours based on the numeric value | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Defaults | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Indicators |
Numeric Display component
Allows a numeric value to be displayed on the user panel using virtual 7 seg displays. Used for displaying the value of a variable during simulation runtime. Provides up to 5 customisable ranges to automatically alter the colour of the label based on the value.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_7SegNumeric.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_7SegNumeric.fcfx
Detailed description
No detailed description exists yet for this component
Examples
An example of a numeric display changing colour set out within the display properties
Macro reference
DisplayAsInt
| DisplayAsInt | |
| Displays an integer value on the label. Capable of displaying positive and negative values. | |
| Value | |
| Integer value to display | |
| Return | |
DisplayAsReal
SetBackgroundColour
| SetBackgroundColour | |
| Allows the user to manually specify the default colour of the background. | |
| Colour | |
| RGB colour in the hexadecimal form 0xBBGGRR | |
| Return | |
SetForegroundColour
| SetForegroundColour | |
| Allows the user to manually specify the default colour of the foreground text. | |
| Colour | |
| RGB colour in the hexadecimal form 0xBBGGRR | |
| Return | |