Barcode Reader
1.Turn off the printer.
2.Make a form for barcode reader; the form name must be “READER”.
3.Turn on the printer
4.Download it to the printer and save the form to the flash memory permanently.
5.Turn off the printer
6.Connect the barcode reader to the keyboard I/F.
7.Set bits 6, 7 and 8 of DIP switch to ON positions.
8.Turn on the printer.
9.Scan the barcode data according to the instructions shown at the first row.
Example:
1.Make a command file for a form, READER.FRM.
Command | Description |
|
|
ZS | Enable the store to flash |
FK"READER" | Delete the previous one |
FS"READER" | Start of form |
V00,15,N,"Product Name ?" | Variable and display message |
C0,10,N,+1,"Product No. ?" | Counter and display message |
Q50,24 | Label dimension |
q816 | Label width |
S2 | Speed |
D8 | Darkness |
ZT | Print from top |
A550,20,0,4,1,1,R,"ABC COMPANY" | Fixed data |
B550,60,0,2,2,4,40,B,C0 | Barcode I25 for counter |
A540,150,0,3,1,1,N,V00 | Print the input product |
PA1 | Single copy |
FE | End of form |
ZN | Disable the store to flash |
|
|