49
EPL Commands
A
12/16/13 EPL Programming Guide 14245L-003 Rev. A
Asian Character Font Sets
Asian language support is an optional feature and requires a special version of the printer
(PCBA) to support the large Asian character sets.
The Asian character maps and special features of the A command that support the
character
sets can be found starting on page 31.
Example •
FK"1"↵
FK"1"↵
FS"1"↵
V00,10,N,"Enter current mileage"↵
A100,100,0,4,1,1,N,"Current mileage is “V00" miles.”↵
A100,200,0,4,1,1,N,"Change oil at “V00+3000" miles.”↵
FE↵
↵
FK"2"↵
FK"2"↵
FS"2"↵
V00,10,N,"Enter current mileage."↵
V01,10,N,"Enter interval mileage."↵
A100,100,0,4,1,1,N,"Current mileage is “V00" miles.”↵
A100,200,0,4,1,1,N,"Mileage interval is “V01" miles.”↵
A100,200,0,4,1,1,N,"Change oil at “V00+V01" miles.”↵
FE↵
↵
FK"3"↵
FK"3"↵
FS"3"↵
V00,10,N,"Enter value 1."↵
V01,10,N,"Enter value 2."↵
V02,10,N,"Enter value 3."↵
A100,200,0,4,1,1,N,"Answer: “V01+123+V00-10-V02↵
FE↵