66
Chapter 3 ANSI EVFU
ANSI EVFU
Rapid vertical paper movement is called slewing. A vertical format unit (VFU)
is a table, or program, of vertical tabs that enable the printer to slew paper to
preset locations on a page.
The preset locations are identified by codes, or channels. The first lin e
channel code defines the first line on the form; the second line channel
defines the second line on the form, etc. Each line must have a channel. Filler
channel codes are used for lines that will not be accessed by the print
program. Two bytes are required for each line of the form.
Any channel code can be used as a filler except channel code 1, whic h is
reserved for the top-of-form, and channel code 12, which is reserved as th e
vertical tab channel. The same filler channel code can be repeated as
necessary for any number of lines.
Table 21. P-Series EVFU Line Slewing
ASCII Data Bits Lines
Slewed
Hex Dec.CodePI87654321
10 16 DLE1XXX10000 1
11 17 DC11XXX10001 2
12 18 DC21XXX10010 3
13 19 DC31XXX10011 4
14 20 DC41XXX10100 5
15 21 NAK1XXX10101 6
16 22 SYN1XXX10110 7
17 23 ETB1XXX10111 8
18 24 CAN1XXX11000 9
19 25 EM 1XXX11001 10
1A 26 SUB 1 X X X 1 1 0 1 0 11
1B 27 ESC 1 X X X 1 1 0 1 1 12
1C 28 FS 1 X X X 1 1 1 0 0 13
1D 29 GS 1 X X X 1 1 1 0 1 14
1E 30 RS 1X0011110 15
1F 31 US 1X0011111 16
(X = Undefined, 0, or 1) (1 = High) (0 = Low)