TSC AUTO ID Technology Co., Ltd. 32 Copyright 2013 All Rights Reserved.
DELAY
Description
Let the printer wait specific period of time then go on next command.
Syntax
DELAY ms
The specific period of time. Unit is millisecond. 1000 ms = 1 second.
Note:
This command has been supported since V6.34 EZ and later firmware.
Example
Sample Code
SIZE 4,0.7
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"The delay time between two labels is 3 seconds."
TEXT 10,60,"3",0,1,1,"Now second:"+@SECOND
PRINT 1
DELAY 3000
PRINT 1