User manual

APOS KANJI User Manual Page 38 / 45
Ref : 3103039-FDE Issue A
4.1.45. GS c
(Description) Print counter value
(Format) <1Dh> <63h>
(Comments) Puts the current value of the counter in the print buffer & updates the counter.
The format of the printed value is set by the GS C0 command.
(Cross reference) GS C, GS C0, GD C1, GS C2
4.1.46. GS :
(Description) Set start / end of macro definition
(Format) <1Dh> <34h>
(Comments) The macro definition starts and ends with this command. The length of the
macro must not exceed 2048 bytes.
(Cross reference) GS ^
4.1.47. GS ^
(Description) Execute macro
(Format) <1Dh> <5Eh> <n1> <n2> <n3>
(Comments) The macro defined between the GS : commands will be executed n1 times.
t is the time to wait before executing the macro where the time t is given by
t = n2 x 100 ms
n3 specifies the way to execute the macro in accordance with the table below.
(Cross reference) GS :
n3 Executing mode
0 Continuous mode :
The macro is executed n1 times with interval t between each
execution.
1 Paper feed button mode:
After waiting t, the led blinks and the printer waits for the paper
feed button to be pushed to execute the macro. This operations
is repeated n1 times.