
2009/06/29
CHAPTER 7 IBM PROPRINTER - 13
Set horizontal tabs
EscD<n1><n2><n3>...NUL (27)(68)n1n2n3...(00)
<1Bh><44h>n1n2n3...<00h>
•
This command enables you to set up to 28 horizontal tab stops using the current character pitch.
•
The tab stops should be set in ascending order.
•
Esc D 0
clears all horizontal tab settings.
•
Esc R
restores the default settings, which are at every eighth column, starting at the ninth column.
•
You can move the print position to the tab stops using the
HT
control code.
LPRINT CHR$(27); CHR$(68); CHR$(10); CHR$(20); CHR$(0); 'Set tab stops
at columns 10 and 20.
Set vertical tabs
EscB<n1><n2><n3> ...NUL
(27)(66)n1n2n3...(00)
<1Bh><42h>n1n2n3...<00h>
•
This command enables you to set up to 64 vertical tab stops using the line feed pitch.
•
The tab stops should be set in ascending order.
•
Esc B 0
and
Esc R
both clear all vertical tab settings.
•
You can move the print position to the tab stops using the
VT
control code.
LPRINT CHR$(27); CHR$(66); CHR$(12); CHR$(24); CHR$(0); 'Set tab stops
at lines 12 and 24.
Horizontal tab
HT
(09)
<09h>
•
The
HT
control code (ASCII 9) moves the current print position one tab stop to the right.
•
The command is ignored if there are no tab stops to the right of the current print position or if the next
tab stop is beyond the right margin.
LPRINT CHR$(9);
Vertical tab
VT
(11)
<0Bh>
•
The
VT
control code (ASCII 11) moves the current print position one vertical tab stop down the page.
•
If there are no tab stops below the current print position a line feed is performed.
•
If no tab stops have been set a line feed is performed.
LPRINT CHR$(9);
Restore default tab settings
EscR (27)(82)
<1Bh><52h>
•
This command restores the default horizontal tab settings which are at every eight columns, starting
at the ninth column. There are no default vertical tab settings.
LPRINT CHR$(27); CHR$(82); 'Restore default tab stops.
Summary of Contents for HL-2600CN Series
Page 4: ......
Page 15: ...2009 06 29 CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION ...
Page 20: ...2009 06 29 CHAPTER 1 INTRODUCTION 6 ...
Page 21: ...7 17 2009 CHAPTER 2 PCL 1 CHAPTER 2 PCL PRINTER CONTROL LANGUAGE ...
Page 129: ...2009 06 29 CHAPTER 3 PCL5C 1 CHAPTER 3 PCL5C ...
Page 147: ...2009 06 29 CHAPTER 4 HP GL 2 1 CHAPTER 4 HP GL 2 GRAPHICS LANGUAGE ...
Page 200: ...2009 06 29 CHAPTER 4 HP GL 2 54 ...
Page 201: ...2009 06 29 CHAPTER 5 PJL 1 CHAPTER 5 PJL PRINTER JOB LANGUAGE ...
Page 276: ...2009 06 29 CHAPTER 6 EPSON 1 CHAPTER 6 EPSON FX 850 ...
Page 304: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 1 CHAPTER 7 IBM PROPRINTER XL ...
Page 325: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 22 ...
Page 326: ...2009 06 29 CHAPTER 8 BAR CODE CONTROL 1 CHAPTER 8 BAR CODE CONTROL ...
Page 337: ...2009 06 29 CHAPTER 9 HP GL 1 CHAPTER 9 HP GL GRAPHICS LANGUAGE ...
Page 364: ...2009 06 29 CHAPTER 9 HP GL 28 ...
Page 365: ...2009 06 29 CARBON COPY FUNCTION 1 CHAPTER 10 CARBON COPY FUNCTION ...
Page 373: ...2009 06 29 APPENDIX A COMPARISON LIST 1 APPENDIX A COMPARISON LIST ...
Page 475: ...2009 06 29 APPENDIX C HBP MODE COMMANDS 14 ...
Page 485: ...2009 06 29 APPENDIX D REFERENCE LIST OF MX 2000 4000 5000 7000 SERIES UNIQUE COMMANDS 10 ...