ESCb

Set Vertical Tabs in Channels

Format:

ASCII code: ESC b c nl n2 ... ... ... 0Decimal: 27 98 c nl n2 ... ... ... 0Hexadecimal: 1B 62 c nl n2 ... ... ... 00

Comments:

Functions the same as ESC B, except that the variable c selects a channel for the vertical tabs, which must be between O-7. Therefore, up to eight sets of vertical tabs can be set. The channels are selected by ESC/.. To clear the tabs in channel c use ESC b c 0.

ESC/

 

 

Select Vertical Tab Channel

Format:

 

 

 

ASCII code:

ESC

/

c

Decimal:

27

47

c

Hexadecimal:

1B

2F

c

Comments:

This command is used to select the vertical tab channel, with the value of c from O-7. All subsequent VT commands use the channel selected by this command.

Horizontal Motion

Margins

 

 

 

ESC 1

 

 

Set Left Margin

 

 

 

 

Format:

 

 

 

ASCII code:

ESC

I

n

Decimal:

27

108

n

Hexadecimal:

1B

6C

n

Comments:

Sets the left margin to n columns in the current pitch, with the maximum value of n as follows: 134 in 10 pitch, 229 in condensed, 160 in 12 pitch, and 270 in condensed 12 pitch. Settings made in the proportional mode are treated as 10 pitch. This command clears previous tab settings and all previous characters in the print line. Use lowercase 1 (for left), not the numeral one. The minimum space between the margins is the width of one normal 10 pitch character.

Command Summary

A-17