Component: Dashboard Text (Runtime Tools)
From Flowcode Help
Jump to navigationJump to search| 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.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| Clear | |
| Remove all text from the display. | |
| Return | |
| 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 | |
| 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. | |
| [[File:]] - | Number |
| Places | |
| Return | |
| 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 | |
| ReceiveString | |
| Gets a string from the receive buffer | |
| MaxChars | |
| Timeout | |
| Time in milliseconds to wait for data | |
| Return | |
| Initialise | |
| Initialises the UART component pins ready to send and receive data | |
| Return | |
| Start | |
| Startup routine required by the hardware device. Automatically clears the display after initialising. | |
| Return | |
| SetLEDState | |
| Sets the state of a single LED | |
| Port | |
| 0 = PortA, 1 = PortB | |
| LED | |
| 0 = LED0, 7 = LED7 | |
| State | |
| Return | |
| GetRxIdent | |
| Gets the Rx ID as a Integer Standard and Extended IDs. | |
| Buffer | |
| Return | |
| Initialise | |
| Must be called before any other CAN component macros to enable and initialise the CAN peripheral. | |
| Return | |