Xerox DOCUPRINT N4525 Advanced Features And Troubleshooting Manual page 72

Network laser printer
Hide thumbs Also See for DOCUPRINT N4525:
Table of Contents

Advertisement

Hard Disk Drive and Memory (DRAM and Flash ROM)
The following example shows a sequence of commands that can be sent to the printer to
download a macro named "a_macro" to the disk.
<ESC>%-12345X @PJL<CR><LF>
@PJL FSDOWNLOAD FORMAT:BINARY NAME ="0:\pcl\macros\a_macro" SIZE=29<CR><LF>
<ESC>*p900x1500YThis is the macro <ESC>%-12345X
In this example:
<ESC>%-12345X is the PJL UEL command which starts this sequence.
I
@PJL<CR><LF> is the mandatory PJL command following the UEL command.
I
@PJL FSDOWNLOAD... downloads a macro of 29 bytes named "a_macro".
I
The phrase "This is the macro" is positioned at x=900 and y=1500 by this macro.
I
<ESC>%-12345X is the UEL command which ends this sequence.
I
Executing this macro requires the following PCL sequence:
<ESC>&n8W<HEX'04'>new_mac<CR,LF>
<ESC>&n8W<HEX'05'>a_macro<CR,LF>
<ESC>&f2x<CR,LF>
In the example, note that:
The macro ID must be the same case as in the original download command.
I
The number of characters in the macro name (after the "n" and before the "W")
I
must equal the ID byte count plus 1.
The following example shows a sequence of commands that can be sent to the printer to
download a font to the disk.
<ESC>%-12345X @PJL<CR><LF>
@PJL FSDOWNLOAD FORMAT:BINARY NAME ="0:\pcl\fonts\font1" SIZE=XX<CR><LF>
<binary data><ESC>%-12345X
In this example:
<ESC>%-12345X is the PJL UEL command which starts this sequence.
I
@PJL<CR><LF> is the mandatory PJL command following the UEL command.
I
@PJL FSDOWNLOAD... downloads a font named "font1" that is "XX" bytes in
I
size.
<ESC>%-12345X is the UEL command which ends this sequence.
I
Invoking this font requires the following PCL sequence:
I
<ESC>&n6W<HEX'00'>font2<CR,LF>
<ESC>&n6W<HEX'01'>font1<CR,LF>
<ESC>&n6W<HEX'02'>font1<CR,LF>
56
Sets the current macro ID to the string ID "new_mac"
Associates the current macro ID with the supplied string ID
Executes this macro
Sets the current font ID to the given string ID "font2"
Associates the current font ID with the string ID "font1"
Selects the font referred to as "font1" for the primary font
DocuPrint N4525 Network Laser Printer

Advertisement

Table of Contents
loading

Table of Contents