Difference between revisions of "Component: Dashboard Text (Runtime Tools)"
From Flowcode Help
Jump to navigationJump to search| (8 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
| − | Please click here | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_Dashboard_Text.fcfx FC_Comp_Source_Dashboard_Text.fcfx] |
| + | |||
| + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Dashboard_Text.fcfx FC_Comp_Source_Dashboard_Text.fcfx] | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| Line 36: | Line 48: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| Line 53: | Line 75: | ||
| − | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==Macro reference== | ||
| + | |||
| + | ===Clear=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 68: | Line 101: | ||
| + | ===PrintLine=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| − | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | ''' | + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''PrintLine''' |
|- | |- | ||
| − | | colspan="2" | | + | | colspan="2" | DIsplay the given string on a new line. If the display is full, it will scroll upwards to make space. |
|- | |- | ||
|- | |- | ||
| Line 86: | Line 120: | ||
| + | ===PrintNumber=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 109: | Line 144: | ||
| + | ===PrintString=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| − | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | ''' | + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''PrintString''' |
|- | |- | ||
| − | | colspan="2" | | + | | colspan="2" | Add the given text to the display immediately after the most recent character and without beginning a new line. |
|- | |- | ||
|- | |- | ||
| Line 125: | Line 161: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
| − | |||
| − | |||
Latest revision as of 13:09, 7 February 2023
| Author | Matrix Ltd |
| Version | 1.1 |
| Category | Runtime Tools |
Contents
Dashboard Text component
A simulation only text box that can be used to display text and numbers.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Dashboard_Text.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Dashboard_Text.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Clear
| Clear | |
| Remove all text from the display. | |
| Return | |
PrintLine
| PrintLine | |
| DIsplay the given string on a new line. If the display is full, it will scroll upwards to make space. | |
| Text | |
| The text to add to the display. | |
| Return | |
PrintNumber
| PrintNumber | |
| Write the given number to the display. It will be placed immediately after the last character on the display without beginning a new line. | |
| Number | |
| Places | |
| Return | |
PrintString
| PrintString | |
| Add the given text to the display immediately after the most recent character and without beginning a new line. | |
| Text | |
| The text to add to the display. | |
| Return | |