Unit 2: Printer Job Language
SATO D512 PCL Programming Manual Page 2-9
SET CommandThis command modifies the current setting for the specified environment
variable. The new setting is active immediately, and remains active until the
next occurrence of a PJL reset condition.
Use the SET command to modify any currently defined environment variable
that cannot be set using the desired printer language. For example, use the
PJL SET command to set Page Protect, which cannot be set within a printer
language such as PCL emulation.
Syntax:
@PJL SET [command modifier:value] variable=value[<CR>]<LF>
where
[command modifier:value]
The [command modifier:value] parameter specifies the type of PJL variables to be
modified. The variables supported are listed in
“Table2-2: PJL Variables” on page 2-10.
variable=value
The supported variables and values are listed in “Table2-2: PJL Variables” on
page 2-10.
Note: Variables may be modified by the DEFAULT command, except those marked
Read Only. Some variables may only be modified using the PJL SET
command. These variables cannot be modified using the DEFAULT
command. They are marked Set Only.
INITIALIZE CommandThis command restores both the current and default environment variables to
their factory default values and updates the printer NVRAM. This command
affects all of the variables listed in “Table 2-2: PJL Variables” on page 2-10,
except all read-only variables.
Syntax:
@PJL INITIALIZE[<CR>]<LF>