Component: Numeric Display (Indicators)
From Flowcode Help
(Redirected from Component: ID 64f3c8ad 21a4 4e15 b9aa c32a2edca893)
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Indicators |
Contents
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. | |
- LONG | Value |
Integer value to display | |
- VOID | Return |
DisplayAsReal
SetBackgroundColour
SetBackgroundColour | |
Allows the user to manually specify the default colour of the background. | |
- LONG | Colour |
RGB colour in the hexadecimal form 0xBBGGRR | |
- VOID | Return |
SetForegroundColour
SetForegroundColour | |
Allows the user to manually specify the default colour of the foreground text. | |
- LONG | Colour |
RGB colour in the hexadecimal form 0xBBGGRR | |
- VOID | Return |