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 semi-colon (;).

If you choose auto-naming (the printer assigns a batch name), make sure there are no characters or spaces between the semi-colon (;) and the record separator ( p ).

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

 

semi-colon (;) and can be 1 to 100

 

characters long. Place a record separator

 

( p ) at the end of this string.

4-30

Page 46
Image 46
Monarch 9400 Series manual Entering Print Data for Fields, Syntax Checklist