WinScript Live Command Reference
Page 79
W
inS
cr
ipt
Ref
er
en
ce
Display Events
Display Events display custom text messages as well as Boolean Type Variable and Variable states on the
LCD.
To Do This…
Use This Eve
nt…
Display a custom message on the VFD
Display
Store the currently displayed message
Store Display
Retrieve and display a previously stored VFD message
Recover Display
Display
Displays a custom message on the Display.
Event Syntax
– With Variables
Event
Data1
Data2
Data3
Display
Name of Display String <or>
Literal Message*
Row (optional)
Column (optional)
Event Syntax
– With Variables
Event
Data1
Data2
Data3-DataN
Display
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
Variable Type to
Insert
%
Description
String, Display String
%s
Inserts the text in string format. Hex characters are
converted into ASCII printable characters like "h0D".
Timecode
%s
Inserts time in the format "00:00:02.01"
Timecode
%d
Inserts the number of frames – ie: 61
Integer
%d
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.
Integer
%X
Inserts the number as a hex string. For example, the
number 11 would be inserted as 0B.
Integer
%p
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.
Содержание V16Pro
Страница 1: ...V Series Network Controllers Alcorn McBride January 3 2018 User s Guide...
Страница 48: ......
Страница 64: ......
Страница 86: ......
Страница 91: ...V16Pro Page 91 V16Pro...
Страница 114: ......
Страница 118: ...VCore Page 118 VCore Figure 11 Front View Figure 12 Rear View...
Страница 119: ...VCore Page 119 VCore Figure 13 Top View Figure 14 Bottom View...
Страница 138: ......
Страница 167: ...Serial and Ethernet Control Page 167 Control Example Send Command AHJ 0D enables port A Response R 0D...
Страница 172: ......