9400 Series Programmer's Manual
Syntax Checklist
∙Make sure this record begins with an open brace ({).
∙Make sure the first parameter (batch header) begins with B.
∙Make sure the number in the first parameter matches the number of the format you are using.
∙If you assign a name to the batch, make sure the name begins with a
∙If you choose
∙Make sure this record ends with a record separator ( p ).
Entering Print Data for Fields
Enter the data to print in each field after the batch header record as shown.
Syntax
{B##,QUANTITY,CUT,REP,PARTS,0,MODE;BATCH_NAME p T##;print data.. p
B##;print data.. p
.
.
.
}
T## | The number of the text field to print (enter |
| the number in place of ##). |
B## | The number of the bar code field to print |
| (enter the field number in place of ##). |
;print data p | Enter the data you want to print in this field. |
| This character string begins with a |
| |
| characters long. Place a record separator |
| ( p ) at the end of this string. |