Difference between revisions of "Component: Numeric Display (Indicators)"
From Flowcode Help
Jump to navigationJump to search| (2 intermediate revisions by the same user not shown) | |||
| Line 63: | Line 63: | ||
{{Fcfile|Basic Numeric Display.fcfx|Basic Numeric Display Example}} | {{Fcfile|Basic Numeric Display.fcfx|Basic Numeric Display Example}} | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| Line 69: | Line 75: | ||
==Macro reference== | ==Macro reference== | ||
| + | |||
| + | ===DisplayAsInt=== | ||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''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=== | ===DisplayAsReal=== | ||
| Line 130: | Line 155: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 13:08, 7 February 2023
| Author | 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. | |
| 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 | |