PSB No: P-0082
Page: 6 of 14
ESC ( v m1 m2 n1 n2 (Set Relative
v ml
nl
is the command for advancing the print position
in
unless defined otherwise by the “ESC ( command. Currently, the values for ml
and
MUST be ml
and
To determine the values for and
perform the following steps.
1. Determine the desired vertical motion dii in inches.
2 Multiply the distance by 360.
3. Divide the result by 256 using long division.
4. The remainder in the quotient from step 3 is the value for n1.
5. The whole number in the quotient from step 3 is the value for n2
EXAMPLE
1. The desired distance is 1 inch.
2
3.
4.
5.
In the Basic programming language, the command would look like thii.
line.
current print column (horizontal position) IS NOT changed.
‘Reverse” paper feed less than
inch can be performed with this command. To
paper feeding requires the following steps.
1. Determine the desired vertical motion dice in inches.
2 Multiply the distance by 360.
3. Divide the result by 256 using long division.
4. Subtract the remainder in the quotient computed in step 3 from
5. The result from step 4 is the value for n1.
6.