7265 Programmer’s Manual 28Copyright © 2004 TallyGenicom Chapter 2 ANSITabsThis printer stores tab stops in NVRAM while power is off. Therefore, all tab stops should be cleared before newstops are set.Commands DescriptionESC H(HTS)SET HORIZONTAL TAB AT CURRENT POSITIONIf 8-bit control code processing is enabled then bothDec 136 Hex 88otherwise onlyDec 27 72 Hex 1B 48ESC [(p1)(p2);..(p22)uSET HORIZONTAL TABS AT SPECIFIED POSITIONSSets up to 22 stops at one time. The value of p1, p2, etc. are indecipoints (1 inch = 720 decipoints).Dec 27 91 55 50 48 59 50 56 56 48 117Hex 1B 5B 37 32 30 3B 32 38 38 30 75The above example sets tabs at 1 inch and 4 inches. Existing tab stops are notcleared. Margin settings have no effect on the positions of tab stops.ESC J(VTS)SET VERTICAL TAB AT CURRENT POSITIONIf 8-bit control code processing is enabled then bothDec 138 Hex 8Aotherwise onlyDec 27 74 Hex 1B 4AESC [(p1);(p2);.. (p12)vSET VERTICAL TABS AT SPECIFIED POSITIONSSets vertical tabs at positions p1, p2, p3, etc. Up to 12 stops can be set at onetime. Tab stops are measured in decipoints from the top print reference.Example: Set tab stops at 4 and 7 inches.Dec 27 91 50 56 56 48 59 53 48 52 48 118Hex 1B 5B 32 38 38 30 3B 35 30 34 30 76ESC [(Ps)g CLEAR TABSPs Effect0 clear horizontal tab at current print position1 clear vertical tab at current position3 clear all horizontal tabs4 clear all vertical tabsExample: Clear all horizontal tabsDec 27 91 51 103 Hex 1B 5B 33 67