CHAPTER 2 PCL - 104
7.4.
Handling Macros
7.4.1.
Delete all macros
Esc&f6X (27)(38)(102)(54)(88) <1Bh><26h><66h><36h><58h>
This command deletes all macros from the printer's memory.
7.4.2.
Delete all temporary macros
Esc&f7X (27)(38)(102)(55)(88) <1Bh><26h><66h><37h><58h>
This command deletes all temporary macros from the printer's memory. Temporary macros are those which
have not been made permanent with the Esc&f10X command.
7.4.3.
Delete macro
Esc&f8X (27)(38)(102)(56)(88) <1Bh><26h><66h><38h><58h>
This command deletes from printer memory the macro whose ID number was specified most recently.
7.4.4.
Make macro temporary
Esc&f9X (27)(38)(102)(57)(88) <1Bh><26h><66h><39h><58h>
This command makes the macro whose ID number was specified most recently temporary (that is, it will not
be retained if the printer is reset).
7.4.5.
Make macro permanent
Esc&f10X (27)(38)(102)(49)(48)(88)
<1Bh><26h><66h><31h><30h><58h>
This command makes the macro whose ID number was specified most recently permanent (that is, it will be
retained if the printer is reset).
7.4.6.
Delete all macros from the storage device
Esc&f1030X (27)(38)(102)(49)(48)(51)(48)(88)
<1Bh><26h><66h><31h><30h><33h><30h><58h>
This command deletes all macros and all data from the storage device.
7.4.7.
Delete macro from the storage device
Esc&f1036X (27)(38)(102)(49)(48)(51)(54)(88)
<1Bh><26h><66h><31h><30h><33h><36h><58h>
This command deletes the macro whose ID number was specified most recently from the storage device.
7.4.8.
Save macro into the storage device
Esc&f1038X (27)(38)(102)(49)(48)(51)(56)(88)
<1Bh><26h><66h><31h><30h><33h><38h><58h>
This command saves the macro whose ID number was specified most recently into the storage device.
Macro example
10 REM ***** A EXAMPLE OF A MACRO *****
20 ESC$=CHR$(27)
30 WIDTH "LPT1:",255
40 REM --- RESET PRINTER ---
50 LPRINT CHR$(27);"E":
60 REM --- SET MACRO ID TO 0 ---
70 LPRINT ESC$+"&f0Y";
80 REM --- START MACRO DEFINITION ---
90 LPRINT ESC$+"&f0X";
100 REM --- SET CURSOR POSITION X=1800 DOT, Y=0 DOT ---
110 LPRINT ESC$+"*p1800x0Y";
Summary of Contents for HL-4140CN
Page 4: ......
Page 15: ...CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION ...
Page 20: ...CHAPTER 2 PCL 1 CHAPTER 2 PCL PRINTER CONTROL LANGUAGE ...
Page 137: ...CHAPTER 3 PCL5C 1 CHAPTER 3 PCL5C ...
Page 155: ...CHAPTER 4 HP GL 2 1 CHAPTER 4 HP GL 2 GRAPHICS LANGUAGE ...
Page 208: ...CHAPTER 5 PJL 1 CHAPTER 5 PJL PRINTER JOB LANGUAGE ...
Page 285: ...CHAPTER 6 EPSON 1 CHAPTER 6 EPSON FX 850 ...
Page 313: ...CHAPTER 7 IBM PROPRINTER 1 CHAPTER 7 IBM PROPRINTER XL ...
Page 334: ...CHAPTER 8 BAR CODE CONTROL 1 CHAPTER 8 BAR CODE CONTROL ...
Page 346: ...CHAPTER 9 HP GL 1 CHAPTER 9 HP GL GRAPHICS LANGUAGE ...
Page 373: ...CHAPTER 10 CARBON COPY FUNCTION 1 CHAPTER 10 CARBON COPY FUNCTION ...
Page 383: ...APPENDIX A COMPARISON LIST 1 APPENDIX A COMPARISON LIST ...
Page 490: ...APPENDIX C HBP MODE COMMANDS 1 APPENDIX C HBP MODE COMMANDS For HL 820 1020 1040 Only ...