WinScript Live Command Reference Page 79
Display Events
Display Events display custom text messages as well as Boolean Type Variable and Variable states on the
LCD.
Display a custom message on the VFD
Store the currently displayed message
Retrieve and display a previously stored VFD message
Display
Displays a custom message on the Display.
Event Syntax – With Variables
Name of Display String <or>
Literal Message*
Event Syntax – With Variables
Name of Display String <or>
Literal Message*
Variable to Insert
(optional)
Variable to
Insert (optional)
Tip Using the "Display Wizard" located under the "Event Wizard" or "Variable Wizard" can help
with formulating display strings.
Display Strings can be formulated with variable "placeholders." The correct % placeholder to use
depends on the type of variable being inserted. The table below shows the placeholders and their
description.
Formatting a Display String
Inserts the text in string format. Hex characters are
converted into ASCII printable characters like "h0D".
Inserts time in the format "00:00:02.01"
Inserts the number of frames – ie: 61
Inserts number without leading zeros or spaces. To add
leading zeros, use %0nD where "0" indicates to pad
with zeros and "n" is number of zeros to pad. For
example: %03d will insert the number 2 as 002.
Inserts the number as a hex string. For example, the
number 11 would be inserted as 0B.
No conversion to ASCII will be made, and the number
will be placed in the string. For example, the number
13 (hex 0D) will be inserted as a Hard Return.