Difference between revisions of "Component: Numeric Display 2D (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) 
 | 
Latest revision as of 13:32, 17 May 2023
| Author | Matrix TSL | 
| Version | 1.0 | 
| Category | Indicators | 
Contents
Numeric Display 2D 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_7SegNumeric2d.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_7SegNumeric2d.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
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 | |