Epic 3000
Programmer’s Guide
Programming Codes
100-14362
Rev A
Page 35
Description
ASCII
Hex
IPCL
equivalent
code
Page
Reassign graphic mode.
[ESC] ? <m><n>
1BH,3FH
none
Two Color Graphics
Process horizontal graphics data.
[ESC] h <color>
<length> <format>
<data>
1BH,68H
none
Set horizontal graphic mode.
[ESC] * <m> <0> <0>
1BH,2AH
none
User Store
Begin named macro record.
[ESC] [US] b
<Name..> <0>
1BH,1FH, 62H
&%UB
<Name..><0>
Save macro data in user store.
[ESC] [US] m
<Name..> <0>
1BH,1FH,
6DH
&%UM
<Name..><0>
End named macro record.
[ESC] [US] e
<Name..> <0>
1BH,1FH, 65H
&%UG
<Name..><0>
Load item from user store.
[ESC] [US] l
<Name..> <0>
1BH,1FH,
6CH
&%UL
<Name..><0>
Save user-defined characters.
[ESC] [US] c
<Name..> <0>
1BH,1FH, 63H
&%UC
<Name..><0>
Run macro data from user store.
[ESC] [US] r
<Name..> <0>
1BH,1FH, 72H
&%UR
<Name..><0>
Flag item as a start-up macro.
[ESC] [US] s
<Name..> <0>
1BH,1FH,
6DH
&%US
<Name..><0>
Delete item from user store.
[ESC] [US] d
<Name..> <0>
1BH,1FH, 64H
&%UD
<Name..><0>
Flush information from user store.
[ESC] [US] f ALL <0>
1BH,1FH,
66H,00H
&%UF
Transfer user store to extended user store
[ESC] [US] t ALL <0>
1BH,1FH,
66H,00H
&%UF
Report on user store.
[ESC] [US] q
<Name..> <0>
1BH,1FH, 72H
&%UQ
<Name..><0>
Return a report on user store
[ESC] [US] ?
<Name..> <0>
1BH,1FH, 72H
&%UQ
<Name..><0>
Process user macro.
[ESC] g <0>
1BH,67H, 00H
&%GP
Start macro record.
[ESC] g <1>
1BH,67H, 01H
&%GS
Stop macro record.
[ESC] g <2>
1BH,67H, 02H
&%GE
Stop macro record and save.
[ESC] g <3>
1BH, 67H,
03H
&%GW
Bar Codes
Print bar code.
[ESC] b <n> ... [NUL]
1BH,62H
See page 91
PDF 417 bar code control
[ESC] [EM] E <f> <v>
1BH 19H 45H
none
Set bar code height.
n=0 Restore defaults
n=1 - 9 Number of passes
(0.11 inch per pass)
[ESC] [EM] B <n>
1BH,19H, 42H
&%BH
<m
1
><m
2
>
Set bar code width
[ESC] [EM] W <n>
1BH 19H 57H
&%BW <m>
Set bar code justification, HRI print mode,
and print direction.
[ESC] [EM] J <n>
1BH,19H,
4AH
&%BJ<m
1
><m
2
>
Unicode
Initiate Unicode UTF-32BE encoding
[ESC] + h
1BH 2BH 68H
none
Initiate Unicode UTF-32LE encoding
[ESC] + l
1BH 2BH 6CH
none
Initiate Unicode UTF-16BE encoding
[ESC] + H
1BH 2BH 48H
none
Initiate Unicode UTF-16LE encoding
[ESC] + L
1BH 2BH 4CH
none
Initiate Unicode UTF-8 encoding (MBCS)
[ESC] + M
1BH 2BH 4DH
none
Initiate Unicode UTF-8 Text only encoding
(MBCS)
[ESC] + T
1BH 2BH 54H
none
Initiate normal 8-bit ASCII character
encoding
[ESC] + A
1BH 2BH 41H
none
File System Commands
Содержание 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: ......