Programming Codes
Epic 3000 Programmer’s Guide
Page
32
Rev A
100-14362
application. TransAct does not recommend that you generate drivers. In addition,
TransAct has created several tools that can be used to generate and maintain graphic
images and files for print on the EPIC 3000. Information about drivers and tools are
available on the TransAct web site. For additional information, contact Technical
Support.
Quick PcOS Reference Chart
Description
ASCII
Hex
IPCL
equivalent
code
Page
Low Level paper Motion
Line feed.
[LF]
0AH
&%LF
Carriage return.
[CR]
0DH
&%CR
Horizontal Motion
Back space.
[BS]
08H
&%BS
Horizontal tab.
[HT]
09H
&%HT
Set horizontal tab stops.
[ESC] D <n1> <n2> ...
<ni> <0>
1BH,44H
none
Set horizontal position.
[ESC] n <n1> <n2>
1BH,6EH
&%HP<m1>
<m2> <m3>
Set justification.
n=0 Left
n=1 Center
n=2 Right
n=8 Left (No line feed)
n=9 Center (No line feed)
n=10 Right (No line feed)
[ESC] a <n>
1BH,61H
&%JR {n=2}
&%JC {n=1}
&%JL {n=0}
Reset horizontal and vertical tab stops.
[ESC] R
1BH,52H
&%HV
Set left/right print margins.
n
1
= Left margin, n
2
= Right margin
[ESC] X <n
1
><n
2
>
1BH,58H
none
Select Minimum character Height and
Width in points
[ESC] + P<w><h>
1BH 50H
none
Select Minimum character Height and
Width in ¼ points
[ESC] + p<w><h>
1BH 70H
none
Vertical Motion
Perform a fine line feed.
[ESC] J <n>
1BH,4AH
&%FM <m
1
>
<m
2
> <m
3
>
Set 1/8-inch line spacing.
[ESC] 0
1BH,30H
&%ST
Set 7/72-inch line spacing.
[ESC] 1
1BH,31H
&%SG
Begin variable line spacing. (Enable
[ESC] A <n>).
[ESC] 2
1BH,32H
none
Set variable line spacing to n/216 inch.
[ESC] 3 <n>
1BH,33H
&%SV <m
1
>
<m
2
> <m
3
>
Set variable line spacing to n/72 inch.
[ESC] A <n>
1BH,41H
none
Feed <n> lines at current spacing.
[ESC] d <n>
1BH,64H
&%FL <m
1
>
<m
2
>
Set vertical tab stops.
[ESC] B <n
1
> <n
2
>
<n
3
>...<n
i
> 0
1BH,42H
none
Vertical tab.
[VT]
0BH
&%VT
Form feed.
[FF]
0CH
&%FF
Feed to black dot
[ESC][VT]
1BH,0BH
None
Set top of form.
[ESC] 4
1BH,34H
&%TF
Set form length in lines.
[ESC] C <n>
1BH,43H
&%SL <m
1
>
<m
2
>
Select Minimum character Height and
Width in points
[ESC] + P<w><h>
1BH 50H
none
Содержание Epic 3000
Страница 1: ...Epic 3000 Programmer s Guide PN 100 14362 Rev A Dec 2015...
Страница 2: ...Programming Codes Epic 3000 Programmer s Guide Page 2 Rev A 100 14362...
Страница 266: ......