2024-03-25 15:12:53 -07:00

46 lines
2.0 KiB
Plaintext

COMPILE INSERT Labels
* Equates for ZEBRA label printing parameter string.
EQU Label$CustPartNo TO 1 ;* Customer Part No - 18 alphanumeric
EQU Label$PartQty TO 2 ;* Part Qty - 6 numeric
EQU Label$RevLvl TO 3 ;* Engineering Change or Rev - 3 alpha
EQU Label$SerialNo TO 4 ;* EDI transaction serial no - 9 alpha
EQU Label$SupplierCd TO 5 ;* Customer supplied Vend ID - 12 alphanumeric
EQU Label$DeliveryLoc TO 6 ;* Delivery Location - 8 char (VARIOUS is OK)
EQU Label$PONo TO 7 ;* Purchase Order No - 12 alphanumeric
EQU Label$LotNo TO 8 ;* Vendor Lot Number - 10 character
EQU Label$PlantDock TO 9 ;* Plant & Dock designator - 7 character
EQU Label$StorageBin TO 10 ;* Storage Bin at Customer - 30 character
EQU Label$PlantName TO 11 ;* Ship to Plant Name - 30 character
EQU Label$PlantCity TO 12 ;* Ship to Plant City - 30 character
EQU Label$ShipDt TO 13 ;* Ship Date - MM/DD/YYYY
EQU Label$PartDesc TO 14 ;* Part Description - 25 character
EQU Label$Manufacturer TO 15 ;* Manufacturer - 30 character
EQU Label$City TO 16 ;* Mfr City - 20 character
EQU Label$ST TO 17 ;* Mfr State code - 2 character
EQU Label$ZIP TO 18 ;* ZIP code - 7 character
EQU Label$Country TO 19 ;* Country of origin - 10 character
EQU Label$MfgDt TO 20 ;* Date of Manufacture - MM/DD/YYYY
EQU Label$ShipToName TO 21 ;* Customer ship to Name - 25 alphanumeric
EQU Label$ShipToAddr TO 22 ;* Customer ship to Address - 25 alphanumeric
EQU Label$ShipToCity TO 23 ;* Customer ship to City - 20 alphanumeric
EQU Label$ShipToST TO 24 ;* Customer ship to State - 2 alpha
EQU Label$ShipToZIP TO 25 ;* Customer ship to ZIP - 7 alphanumeric
EQU Label$CustPartNos TO 26 ;* Customer Part No - 18 alphanumeric
EQU Label$CustPartQtys TO 27 ;* Part Qty - 6 numeric
* ATMI subpack parms - not checked
EQU Label$CustName TO 29
EQU Label$CustLot TO 30
EQU Label$Thickness TO 31
EQU Label$Resistivity TO 32
EQU Label$Conductivity TO 33
EQU Label$ReqShipDt TO 34
EQU Label$WONo TO 35