我公司的 TSC TTP - 244 条码打印机,目前只会修改名称后打印一张,如何更改数据或者加载数据,以实现大量打印呢?
TSC TTP - 244 条码打印机是一款性能较为出色的桌面型条码打印机,其最大打印速度可达 7 英寸。你目前仅能每次修改名称打印一张,这是因为尚未充分利用条码打印软件的功能。
TSC TTP - 244 自带的软件为 Nicelabel LE5 。该软件具备数据库调用功能,支持调用 Excel(.xls,.xlsx)和 Txt(.txt,.csv)文件。你可以自行创建 Excel 或 Txt 文件,用于存储需要打印的数据,随后进行调用打印。
- Txt 文件格式
当使用 Txt 文件时,格式如下:
NiceLabel Express,1,4/11/05,111111111111,"Barcode Labeling Software"
NiceDrivers,2,4/11/05,222222222222,Thermal - Transfer Printer Drivers
NiceForm,3,4/11/05,333333333333,Data - Entry Form Designer
NiceData,4,4/11/05,444444444444,Database Manager
NiceMemMaster,5,4/11/05,555555555555,Memory Card Manager
NiceWatch,6,4/11/05,666666666666,Data - Detection Module
NiceLabel Pro,7,4/11/05,777777777777,"Full - Featured Barcode Labeling Software"
- Excel 文件格式
当使用 Excel 文件时,格式如下:
| Application | Position | Date | Barcode | Description |
| ---- | ---- | ---- | ---- | ---- |
| NiceLabel Express | 1 | 11.4.05 | 111111111111 | Barcode Labeling Software |
| NiceDrivers | 2 | 11.4.05 | 222222222222 | Thermal - Transfer Printer Drivers |
| NiceForm | 3 | 11.4.05 | 333333333333 | Data - Entry Form Designer |
| NiceData | 4 | 11.4.05 | 444444444444 | Database Manager |
| NiceMemMaster | 5 | 11.4.05 | 555555555555 | Memory Card Manager |
| NiceWatch | 6 | 11.4.05 | 666666666666 | Data - Detection Module |
| NiceLabel Pro | 7 | 11.4.05 | 777777777777 | Full - Featured Barcode Labeling Software |
通过更新上述数据库文件,即可实现批量打印。