Interactive Technologies, Inc.
Checksum; sum of preceding bytes (16-bit) Any
\S
\*
Reset checksum to zero
By default, each of the values above will be substituted as a binary value. Additional modifiers may be
placed between the backslash and the character to change which character format is used to output the
value. Supported modifiers are listed below:
Modifier Result
The value will be output in hexadecimal ASCII characters (0-F). 8-bit values will output exactly 2
$
characters and 16-values will output exactly 4 characters.
The value will be output in decimal ASCII characters (0-9). 8-bit values can range from 0-255 and
#
16-bit values can range from 0-65535.
%
The value will be scaled to a percentage (0-100) output in decimal ASCII characters (0-9)
Examples
Write COM1 "Hello World\n"
Writes the string Hello World followed by a newline to the COM1 serial port.
Write COM1 "One\tTwo\Three\tFour"
Writes the strings One, Two, Three, and Four with tabs in-between each string to the COM1 serial port.
Write COM1 "Press \"Start\" to Begin\x00"
Writes the string Press "Start" to Begin followed by a NULL byte to the COM1 serial port.
Log "Channel \#C is set to \#l"
Adds a system log message with a string such as "Channel 701 is set to 255".
Write "10.0.1.5" "5AA5\$C80\$l\$S"
Sends a UDP packet to 10.0.1.5 with a string such as "5AA502BD80FF033D", assuming that the channel
is 701 and the level is 255.
CueServer 2 User's Manual - 18.5.18
Any
Page 146 of 429
Need help?
Do you have a question about the CueServer 2 and is the answer not in the manual?