77
UBI EasyCoder 71 – Programming
Label Sample 2
(Direct Mode)
PROGRAMMING EXAMPLES, cont'd.
Print Label Form Directly without Storing in Form Memory
Command
Explanation
↵
CR/LF to start command structure
N
↵
Clear image memory
Q610,24
↵
Set label size
R40,0
↵
Set reference point
S2
↵
Set speed
D5
↵
Set darkness
ZB
↵
Print rotation
X0,0,4,752,584
↵
Draw a box
LO0,144,752,4
↵
Draw a line
LO440,232,4,160
↵
Draw a line
A456,48,0,5,1,1,N, "UBI"
↵
Write a text line of fixed data
A40,400,1,1,1,1,N,"Made in Sweden"
↵
Write a 90
°
text line of fixed data
A24,160,0,5,1,1,R,"EASYCODER"
↵
Write 1:st variable text field
A24,250,0,4,1,1,N,"MODEL: 501 E"
↵
Write text line, fixed data + 2:nd variable
A472,312,0,4,1,1,N,"Checked by: Dan"
↵
Write text, fixed data + 3:rd variable
A24,312,0,4,1,1,N,"SERIAL#: 000001"
↵
Write text line, fixed data + 1:st counter
B280,440,0,1,2,3,96,B,"S 000001"
↵
Write barcode, fixed data + 1:st counter
GG480,400,"UBI"
↵
Write a graphic from graphics memory
P2
↵
Print command to print image buffer