FBPL Command Reference

Table Of Contents
35
5.26 DELAY
Description
Define the period of time for the printer to wait before processing the next command.
Syntax
DELAY ms
Parameter
Description
ms
Set the print delay time in milliseconds. 1000 ms = 1 second.
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
Result