56 Xerox Phaser 5400 Laser Printer
Hard Disk Drive and Memory (DRAM and Flash ROM)
In this example:
<ESC>%-12345X is the PJL UEL command which starts this sequence.
@PJL<CR><LF> is the mandatory PJL command following the UEL command.
@PJL FSDOWNLOAD... downloads a font named “font1” that is “XX” bytes in
size.
<ESC>%-12345X is the UEL command which ends this sequence.
Invoking this font requires the following PCL sequence:
In this example, note that:
The case of the string ID must be the same as the case of the font name in the
FSDOWNLOAD command.
The number of characters in the macro name (“6” in the a bove example) must
equal the string ID byte count plus 1.
Using the FSDELETE command
The FSDELETE command is used to delete files from the printer’s file system.
<ESC>&n6W<HEX’00’>font2<CR,LF> Sets the current font ID to the given string ID “font2”
<ESC>&n6W<HEX’01’>font1<CR,LF> Associates the current font ID with the string ID
“font1”
<ESC>&n6W<HEX’02’>font1<CR,LF> Selects the font referred to as “font1” for the primary
font
Syntax @PJL FSDELETE NAME = “pathname” [<CR>] <LF>
Parameters Parameter Functional Range Default
NAME=”pathname ASCII 01 thru 255 N/A
NAME = “pathname” — where “pathname” has the same parameters as the
FSDOWNLOAD command (see).