Appendix A Programming Guide
A-4
A-1.6 Conventions
The following conventions are used in the command listings:
ESC Escape (1/B), introduces an escape sequence
@ Introduce a PJL command
P1 Numeric parameter, or number of units that specify a distance or
quantity pertaining to the escape sequence, control function or control
string. Accepted values are 0...9999.
If the parameter is in normal notation like "200" the programming in hex-
code is according to an ASCII table. ("200" = 32,30,30 in hex).
8 or <SP> Spaces may appear between characters in sequence for clarity; they
are not part of the format. A Space character (hex 20) is indicated by
the graphic symbol 8 or by <SP>.
<CR> Carriage Return (hex 0D)
<LF> Line Feed (hex 0A)