HP 2500 HP PCL/PJL reference (PCL 5 Printer Language) - Technical Quick Refere - Page 42

Environment, Status Readback

Page 42 highlights

PJL Environment Initialize Resets current and default PJL variables to factory default values. @PJL INITIALIZE [] Reset Resets current PJL variables to default values. @PJL RESET [] Default Sets default value for environment variables. @PJL DEFAULT [LPARM : personality | IPARM : port] ~ variable = value [] Set Sets the environment variable for the duration of a PJL job. @PJL SET [LPARM : personality | IPARM : port] ~ variable = value [] Status Readback Inquire Requests the current value for an environment variable. @PJL INQUIRE [LPARM : personality | IPARM : port] ~ variable [] Response @PJL INQUIRE [LPARM : personality | IPARM : port] ~ variable value Dinquire Requests the default value for a specified environment variable. @PJL DINQUIRE [LPARM : personality | IPARM : port] ~ variable [] Response @PJL DINQUIRE [LPARM : personality | IPARM : port] ~ variable value ~ - Indicates that the following data is part of the preceding line. 40

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54

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.