I
Relativehorizontal
Mode ASCII Decimal Hexadecimal
std. <ESC> ‘1” nl n.2 27 92 nl n.2 IB 5C nl d
Movestheprintpositionrightorleftaspecifieddistance(maximum
8inches).Ignorediftheresultingpositionisbeyondtherightor left
margin.Theformulasforthe distanceanddirectionareas follows:
Ifn2 isbetweenOand 63,theprint headmovesrightby (TZI+n2x
256)/120inches.
Ifyouwant tomovetheprintheadto theleft,nl andn2 areobtained
by subtractingthevalue from65536, anddividingthe result into
highand lowbytes.
Absolutehorizontaltab in inches
Mode ASCII Decimal Hexadecimal
std. ?ESC> “$” nl n2 27 36 nl dIB 24 nl n2
Setsthenextprintpositionto(d +n2x256)/60inchesfromtheleft
marginon the current line.Ignoredif this position is beyondthe
rightmargin.The maximumpositionis8inches.
Absolutehorizontaltab in columns
Mode ASCII Decimal Hexadecimal
Std. <ESC> “f’ “O” n27102 48 nIB 66 30 n
sESC> “f’ <O> n27102 0 nIB 66 00 n
Movesthe next printposition tocolumn nfrom theleft margin,
wherenis betweenOand127.
66