POSTEK PPLE COMMAND MANUAL
22
B4. Command reference
Example:
N
I7, 5, 001
T50, 30, 0, 3, 1, 1, N, “
£
100”
W1
This example will use the 7-bit, Italian character set
Printout:
JB/JF Command: Disable/Enable back feed
Description: This command is used to adjust the stop position of the label. The back feed setting is disabled as the
factory default.
Syntax: JB<LF>
JF [p1] <LF>
Parameter explanation:
p1: Feed distance, using dots.
Example:
JF14
LE Command: Line draw by exclusive OR operation
Description: This command draws a line using an exclusive OR operation.
Syntax: LEp1, p2, p3, p4<LF>
Parameter explanation:
P1: Horizontal (X) start position in dots.
P2: Vertical (Y) start position in dots.
P3: Horizontal length in dots.
P4: Vertical height in dots.
Example:
N
LE50, 30, 100, 10
LE100, 20, 5, 110
W1