Epic 3000
Programmer’s Guide
Programming Codes
100-14362
Rev A
Page 39
[ESC] a
Set Justification
ASCII
[ESC] a <n>
Hexadecimal
1BH 61H <n>
Decimal
<27> <97> <n>
IPCL
&%JL, &%JC, &%JR
EPOS
[ESC] a <n>
Description
The [ESC] a <n> command sets the horizontal justification.
Where <n>
0 = Left justified
&%JL
1 = Center justified
&%JC
2 = Right justified
&%JR
8 = Left justified (no line feed)
None
9 = Center justified (no line feed)
None
10 = Right justified (no line feed)
None
The print format of the printer can be right, center, or left justified. The value of <n>
specifies the justification. The power on default is left justified.
Note:
The justify commands do not affect graphics.
Note:
For the no line feed option to function, the line buffer must be
empty.
[ESC] n
Set horizontal position
ASCII
[ESC] n <n
1
> <n
2
>
Hexadecimal
1BH 6EH <n
1
> <n
2
>
Decimal
<27> <110> <n
1
> <n
2
>
IPCL
&%HP <m
1
> <m
2
> <m
3
>
EPOS
[ESC]$ <n
1
> <n
2
>
Description
The [ESC] <n> <n
1
> <n
2
> command sets the print position to <n
1
> + <n
2
>
* 256 in 1/196 inches.
Vertical Motion Control
[ESC] j
Perform a fine line feed
ASCII
[ESC] J <n>
Hexadecimal
1BH 4AH <n>
Decimal
<27> <74> <n>
IPCL
&%FM <m
1
> <m
2
> <m
3
>
EPOS
[ESC] J <n>
Description
The [ESC] J <n> command prints the contents of the buffer and performs
a line feed of n/216 inch. The default line spacing value is not changed. The next
character print position is reset to the left margin if the Auto-CR mode is set.
Notes:
In EPOS mode, the command performs feeds in n/144-inch
increments.