The TSC printers can be configured via an SD card.
The file auto.bas must be created on the SD card for this purpose.
This file is a normal text file.
The content varies depending on the station and the labels used. The network block can always be integrated if required.
It is important that the file always contains an empty line at the end, otherwise the last statement is not executed.
Please make sure that the SD card is formatted with the FAT32 Format.
Network configuration with fixed IP addresses:
This block is necessary for the configuration of fixed IP addresses.
A$ = GETSETTING$("CONFIG", "NET", "IP ADDRESS")
B$ = "172.20.10.6"
MASK$ = "255.255.0.0"
GW$ = "172.20.0.1"
IF A$<>B$ THEN
NET IP B$,MASK$,GW$
ENDIF
Goods receipt with HangTags:
SIZE 32 mm
BLINEDETECT 444,22
SPEED 3
DENSITY 8
SHIFT 280,0
Goods receipt with IdTag stickers:
SIZE 32 mm
AUTODETECT
SPEED 3
DENSITY 8
SHIFT 280,0
Needle assignment with stickers 68mm x 34mm:
SIZE 68 mm
AUTODETECT
SPEED 3
DENSITY 8
SHIFT 130,0
Shipping with stickers 4" x 6":
SIZE 101 mm
AUTODETECT
SPEED 3
DENSITY 8
SHIFT 0,0
Comments
0 comments
Article is closed for comments.