HP PCL/PJL reference - Printer Job Language Technical Reference Manual

6-44 Environment Commands EN
Example: Using the RESET Command
The following example uses a RESET command after the print job to
return the features to their previous state:
<ESC>%-12345X@PJL <CR><LF0>
@PJL COMMENT Resets variables to <CR><LF>
@PJL COMMENT control panel settings <CR><LF>
@PJL SET RESOLUTION = 600 <CR><LF>
@PJL SET RET = MEDIUM <CR><LF>
@PJL ENTER LANGUAGE = PCL <CR><LF>
<ESC>E . . . PCL job . . . <ESC>E
~<ESC>%-12345X@PJL <CR><LF>
@PJL COMMENT Reset to return to <CR><LF>
@PJL COMMENT control panel settings <CR><LF>
@PJL RESET <CR><LF>
<ESC>%-12345X
Related Commands:
DEFAULT, INITIALIZE, SET