PJL
3-3
ENTER LANGUAGE Command
This command causes the printer to enter the specified language, such as
PCL emulation, PostScript emulation, or PPDS.
Syntax:
@PJL ENTER LANGUAGE = language[<CR>]<LF>
Notes:
• language is PCL, PCLXL, PostScript, or PPDS.
• You can use uppercase, lowercase, or mixed case. (@PJL must be uppercase;
all others can be mixed or lowercase.)
Example:
@PJL ENTER LANGUAGE = PostScript[<CR>]<LF>
enters PostScript emulation.
COMMENT Command
This command lets you add a line of information as a comment. Use this command to
add an explanation to PJL commands.
Syntax:
@PJL COMMENT words[<CR>]<LF>
Notes:
• The words parameter can be any combination of printable characters,
spaces, and horizontal tabs.
• The COMMENT command only provides a place for explanation information.
It has no effect on a PJL job like other commands do. So, when the printer
receives a COMMENT command, it is ignored since it does not relate to a
print job.
• The COMMENT command may be placed anywhere in the PJL code
between the initial UEL command and the ENTER command.