Epson 4100 Printer User Manual


 
308 DEC LA210 Control Commands
ESC [ (n1) ; (n2) ; ...(n15) v Set Multiple Vertical Tabs
6
ASCII
: ESC [ (n1) ; (n2) ; ...(n15) v
Control
:
CTRL
[ [ (n1) ; (n2) ; ...(n15) v
Decimal
: 27 91 (n1) 59 (n2) 59 ...(n15) 118
Hexadecimal
: 1B 5B (n1) 3B (n2) 3B ...(n15) 76
Adds multiple vertical tabs at Columns n1, n2, etc. You may set up to a
maximum of 15 vertical tabs with the use of one command. Vertical tabs
are set at line numbers, not physical locations on the page.
ESC 4 or ESC [ 4 g Clear All Vertical Tabs
††
ASCII
: ESC 4
Control
:
CTRL
[4
Decimal
:27 52
Hexadecimal
:1B 34
ASCII
: ESC [ 4 g
Control
:
CTRL
[[ 4 g
Decimal
:279152103
Hexadecimal
:1B5b3467
Clears all previously set vertical tabs. Both control commands perform
the same function.
VT Vertical Tab
ASCII: VT
Control:
CTRL
K
Decimal: 11
Hexadecimal: 0B
Causes the active line to advance to the next vertical tab on the current
page. If there are no more vertical tabs on the current page, the active
line is set at the top margin on the next page.
If Linefeed/Newline mode is enabled, the active column is also returned to
the left margin.
6
Changing line spacing also changes the physical position of tab stops.
These commands only set or clear the tabs. The vertical tab control code, VT, causes the active line to
advance to subsequent tab positions.