58 User’s Guide
Half Speed Printing
The half speed command can be used to set the printer to half the normal
speed when printing in the Utility mode. This has no effect on the graphics
and only reduces the printer noise.
Note:
Half speed printing is not available in HSD or NLQ
modes.
FORMATTING FEATURES
Variable Line Feed
The reverse line feed command enables setting of a fine reverse LF of n/
216 inches. This command is carried out only once. So if it is necessary to
skip back a few times, this command will have to be sent once for each
back-skip required.
It is not possible to reverse back over the Top Of Form.
Absolute & Relative Dot Positioning
The absolute dot position code sets the next printing position by counting
in 1/60 inch dot units from the left margin.
n1 is decimal number between 0 and 255; n2 is a decimal number between
0 and 3.
Using these two variables, the specific dot position can be specified where
printing should start. Variables can be calculated with this formula:
n2 = Int. (dot position/256) n1 = Dot pos. - (n2 x 256)
Half speed printing Decimal Hex. ASCII Comp.
Switch to half speed printing 27 115 49 1B 73 31 ESC s 1 F
Switch to normal speed printing 27 115 48 1B 73 30 ESC s 0 F
Line feed Decimal Hex. ASCII Comp.
Reverse line feed n = 0 to 255 27 106 n 1B 6A n ESC j n F
Dot positioning Decimal Hex. ASCII Comp.
Absolute dot positioning 27 36 n1 n2 1B 24 n1 n2 ESC $ n1 n2 F
Relative dot positioning 27 92 n1 n2 1B 5C n1 n2 ESC \ n1 n2 F