SET REPRINT
Description
This command will disable/enable reprint the label when the “no paper” or
“no ribbon” or “carriage open” error is occurred.
Syntax
SET REPRINT OFF/ON
Parameter Description
OFF Disable this function
ON Enable this function
Example
SET REPRINT ON
PEEL
Description
This command is used to obtain status of the peel-off sensor. Its attribute is
read only.
Syntax
PEEL
Parameter Description
0 Paper is not on top of peel sensor
1 Paper is on top of peel sensor
Example
DOWNLOAD “DEMO19.BAS”
SIZE 4,4
GAP 0,0
DENSITY 8
SPEED 3
DIRECTION 0
REFERENCE 0,0
SET PEEL OFF
SET LED1 OFF
CLS
IF PEEL=1 THEN LED1=1
EOP