Difference between revisions of "Component: Numeric Label (Indicators)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...") |
(No difference)
|
Revision as of 14:42, 16 January 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 for the component source code: FC_Comp_Source_NumericLabel.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
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 |
Displays an integer value on the label. Capable of displaying positive and negative values. | |
![]() |
Value |
Integer value to display | |
![]() |
Return |
![]() |
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 |