
Chapter 2 RFID PGL Commands
datafield The static data of this static field. It is a mandatory parameter of bit field with static data.
IIdentifies this field is an incremental bit field.
| STEP | Specifies that the incremental data field will use the | 
| 
 | step method. Enter STEP;. The STEP option replaces | 
| 
 | the STEPMASK option that is used in Alpha and | 
| 
 | Barcode. | 
| idir | Enter a plus sign (+) or leave the field blank to | 
| 
 | increment (default). Enter a minus sign  | 
| 
 | decrement. | 
| step | A decimal number specifies the amount to increment/ | 
| 
 | decrement each time the form is executed. The | 
| 
 | increment is at bit level and will automatically wrap | 
| 
 | based on the field size. | 
| RPTn | The optional incremental repeat count parameters to | 
| 
 | specify the number of times a particular field value is | 
| 
 | repeated before it is incremented. The default repeat | 
| 
 | count parameter n is 1, which will increment the field | 
| 
 | value each time it prints. The repeat count can range | 
| 
 | from 1 to 65535. | 
| RSTn | The optional incremental reset count parameter to | 
| 
 | specify the number of times an incremented field is | 
| 
 | printed before it is reset to the starting value. By | 
| 
 | default, there is no reset count. The reset count | 
| 
 | parameter n can range from 1 to 65535. | 
| value | Defines the value of the field or the starting value of the | 
| 
 | incremented field. If the field is dynamic, the value will | 
| 
 | be specified later in the EXECUTE mode. The data | 
| 
 | must be specified within a pair of delimiters (D). The | 
| 
 | delimiter (D) cannot be a “/” or SFCC character since | 
| 
 | the “/” will comment out the rest of the line and SFCC is | 
| 
 | reserved for PGL commands. If “R” or “S” is used as | 
| 
 | delimiters, the data pattern must not comprise of the | 
| 
 | keywords in the incrementing options. Since the | 
| 
 | delimiters could be different from one value to another, | 
| 
 | proper care must be taken to avoid one of the letters | 
| 
 | mentioned above. | 
26