Chapter 9: Vertical Control Commands94Execute Vertical Tab Command (IBM/E/ML) ML320 E/I, ML321 E/I ML320 Turbo, ML321 Turbo ML520, ML521 ML320 Std., ML321 Std. ML390 Turbo, ML391 Turbo ML590, ML591Function ASCII Dec HexExecute Vertical Tab VT 11 1BSet Vertical Tabs Command (IBM/E) ML320 E/I, ML321 E/I ML320 Turbo, ML321 Turbo ML520, ML521 ML390 Turbo, ML391 Turbo ML590, ML591Function IBM EpsonSet Vertical Tabs ASCII: ESC B n 1 n2 ... n k NULDec: 27 66 n 1 n2 ... n k 0Hex: 1B 42 n1 n 2 ... n k 00ASCII: ESC B n 1 n2 ... n k NULDec: 27 66 n 1 n2 ... n k 0Hex: 1B 42 n1 n 2 ... n k 00In the IBM and Epson emulations, you can use the ESC B n 1 n 2 ... n k NUL command to setvertical tab stops. Once you've set the stops, each time you issue a VT command, the printposition will move down to the next stop position.Parameters n1 through nkThese parameters designate the individual stops. In the IBM emulation, you can set up to 64stops (n 1 through n64 ). In the Epson emulation, you can set up to 16 stops. In both emulations,the value of each n can be any whole number from 1 to 255 (0 to 255 for Models ML390T andML391T), designating how many lines to skip down to that tab stop. You must enter the stopsin increasing order (n 1 > n 2 > n 3 , etc.), and end the series with the NUL character.Clear Vertical Tabs Command (IBM/E) ML320 E/I, ML321 E/I ML320 Turbo, ML321 Turbo ML520, ML521 ML590, ML591Function IBM Only IBM & EpsonClear Vertical Tabs ASCII: ESC RDec: 27 82Hex: 1B 52ASCII: ESC B NULDec: 27 66 0Hex: 1B 42 00These commands will delete all vertical tab stops. In the IBM emulation, the ESC R commandwill reset the tabs to the default settings.