HP PCL/PJL reference (PCL 5 Printer Language) - Technical Quick Reference Guide

40 EN
40
PJL
Environment
Initialize
Resets current and default PJL variables to factory default values.
@PJL INITIALIZE [<CR>]<LF>
Reset
Resets current PJL variables to default values.
@PJL RESET [<CR>]<LF>
Default
Sets default value for environment variables.
@PJL DEFAULT [LPARM :
personality
| IPARM :
port
]
~
variable = value [<CR>] <LF>
Set
Sets the environment variable for the duration of a PJL job.
@PJL SET [LPARM :
personality
| IPARM :
port
]
~
variable = value [<CR>] <LF>
Status Readback
Inquire
Requests the current value for an environment variable.
@PJL INQUIRE [LPARM :
personality
| IPARM :
port
]
~
variable [<CR>] <LF>
Response
@PJL INQUIRE [LPARM :
personality
| IPARM :
port
]
~
variable<CR><LF>
value <CR><LF>
<FF>
Dinquire
Requests the default value for a specified environment variable.
@PJL DINQUIRE [LPARM :
personality
| IPARM :
port
]
~
variable [<CR>] <LF>
Response
@PJL DINQUIRE [LPARM :
personality
| IPARM :
port
]
~
variable<CR> <LF>
value <CR><LF>
<FF>
~ - Indicates that the following data is part of the preceding line.
Learn.fm Page 40 Tuesday, June 22, 1999 9:05 AM