Esc d, Print positioning – Tally Genicom Matrix Printer User Manual
Page 130

Print Positioning
Horizontal Tab Stops
ESC D
Data Structure
ASCII
ESC "D"
1 > ... 32 > NUL set horizontal tab stops ➊ hex. 1B 44 1 > ... 32 > 00 dec. 27 68 1 > ... 32 > 0 ASCII ESC "D" NUL clear all horizontal tab stops ➋ hex. 1B 44 00 dec. 27 68 0 Description ➊ This code sequence is used for setting or clearing horizontal tab stops. It replaces all For example, CHR$(27);"D";CHR$(1);CHR$(11);CHR$(21);CHR$(0); sets horizontal tab stops at positions 1, 11, and 21, position 1 being the position of the Double width printing does not influence the physical positions of tab stops. Tab stops are set in those positions which are specified by character codes following The length of this code sequence varies according to the number of tab stops being If a character code with a smaller numeric value than the preceding is among those For proportional spacing, tab stops are set in pica spacing (10 cpi). A horizontal tabulation is executed by HT control code (hex.09, dec.9). ➋ This code sequence cancels all previous tab stops. Print Positioning 47
previous tab stops and can be used to set a maximum of 32 tab stops.
first character at the left margin.
ESC D. These character codes must be arranged in ascending order.
set. Code hex.00 is used as a terminator to signal the end of the data string.
codes, the code with the smaller value is ignored. Horizontal tab stops can be set at
positions 1 to 255 (136 columns printer) resp. 1 to 160 (80 columns printer). Horizontal
tab stops set by this sequence remain effective until the printer again receives code se-
quence ESC D or until it is initialized by code sequence ESC @.