Difference between revisions of "Component: Numeric Label (Indicators)"
From Flowcode Help
Jump to navigationJump to search| Line 48: | Line 48: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 53: | Line 55: | ||
==Macro reference== | ==Macro reference== | ||
| + | ===DisplayAsReal=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 76: | Line 79: | ||
| + | ===SetForegroundColour=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 94: | Line 98: | ||
| + | ===DisplayAsInt=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 112: | Line 117: | ||
| + | ===SetUnits=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Revision as of 11:51, 3 February 2023
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Indicators |
Contents
Numeric Label component
Allows a numeric label to be displayed on the user panel. 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_NumericLabel.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_NumericLabel.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
DisplayAsReal
SetForegroundColour
| SetForegroundColour | |
| Allows the user to manually specify the default colour of the foreground text. | |
| Colour | |
| RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent | |
| Return | |
DisplayAsInt
| DisplayAsInt | |
| Displays an integer value on the label. Capable of displaying positive and negative values. | |
| Value | |
| Integer value to display | |
| Return | |
SetUnits
| SetUnits | |
| Allows the user to manually specify the units string that is appended to the end of the label. | |
| Units | |
| RGB colour in the hexadecimal form 0xBBGGRR, -1 for Transparent | |
| Return | |