APPENDIX 2
ASCII File Sentinel
This appendix presents and discusses a sample ASCII file featuring both direct and
table assignments.
LAB_NAME = i3240.lab¶
Note that there is no header; the label to be loaded is specified by direct
assignment.
This first label is described entirely by direct assignments.
The “END” delimiter makes it possible to incorporate and print the label.
Code=1909¶
Name=Cole¶
FirstName=Warren¶
Address=3434 Washington Blvd¶
City=Indianapolis¶
State=IN¶
Zip=46241¶
END¶
Direct assignment: note that it is possible to specify another printer from
the ASCII file.
THT_NAME = Tec B572,\\PC 9719\PRINTER¶
Table assignment: each line corresponds to one label.
Code,Name,FirstName,Address,City,State,Zip¶
1969,O'Hare,Ned,4950 Pullman Ave. NE,Seattle,WA,98105¶
2001,Bowman,Dave,1 Discovery Lane,Pueblo,CO,81002¶
2589,Thompson,Donald,2339 Broadway,San Francisco,CA,94123¶
3154,Yee,Emerson,2938 42nd Street,New York,NY,10032¶
Changing printers through direct assignment
THT_NAME = Ubi 91 (203DPI/8dots),LPT1: ¶
Summary of Contents for CODESOFT Sentinel Print Pack
Page 4: ...Introduction Introduction 5 Definition of Concepts 5 How Sentinel Print Pack Works 6 ...
Page 14: ...ASCII File Sentinel ASCII File Sentinel 15 File Structure 16 ...
Page 17: ...Data Source Sentinel Data Source Sentinel 18 Structure of the Print Document 19 ...
Page 21: ...Error Files Error Files 22 Structure of Error Files 22 Error Messages 24 ...