126
Scripting Control Commands
Command
Meaning
Description
<CU>
Cyclic Text Update
Causes all script string variables defined by *DX to be updated
<CX
n
,
string
>
Cyclic Text
Populates one of the 16 cyclic text strings
n
is the index number in the range 1 to 16
<DP
n
>
Download Program
Downloads a script into the display
n
is a block number in the range 0 to 31 containing exactly
64 bytes of downloaded data.
See the section on Downloading Scripts (page 117)
<ES>
Execute Script
Starts a downloaded script running
<GE>
Get Error
The <GE> command is confirmed and then the last script error is
returned as an 18 byte zero padded ASCII string. This data is
followed by the standard response sequence for the current
operational mode
<GL>
Get Line
The <GL> command is confirmed and then the last script error line
number is returned as an 18 byte zero padded ASCII string. This
data is followed by the Standard response sequence for the current
operational mode
<JR
n
>
Jump Register
Sets the Jump Register to
n
n
is a number in the range 1 to 255
<KS>
Kill Script
Clears a script from memory
<SE
n
>
Script Event
Load the Script Event register with the value
n
.
n
is a number in the range 1 to 20
<TS>
Terminate Script
Stops a downloaded script running
Please note that the above commands are not detailed any further in the command reference section of this manual.
Their usage is fully discussed in the preceding Scripting section starting on page 117.