30
 
 
Here  * and #  are wild characters on the setup sheet. 
Qualifier 
There are three conditional fields in the Qualifier: 
Input ID, Length and Match. 
Input ID 
Format: 
IN_ID,ID1, ... ,IDi, 
Input ID is required and the original data record must correspond to Input ID of a formula in 
order to be processed. 
ID1 to IDi are represented by digits. The following Input IDs are available: 
0    = Code 39 Full ASCII 
1    = Code 39 Standard 
2    = EAN 13 
3    = EAN 8 
4    = UPC A 
5    = UPC E 
6    = I 2 of 5 
7    = Codabar 
8    = Code 128 
9    = Code 93 
10      = S 2 of 5 
11   = MSI 
 
 
19  = All Inputs 
There is no limitation on the number of IDs to be defined. 
Example: 
IN_ID,0,11, 
What is shown above means the original data can be Code 39 or MSI. 
Length 
Format: 
LEN,Min,Max, 
Length field consists of two length parameters: minimum length (Min) and maximum length 
(Max). When defined, a formula will be performed if the length of the original data falls between 
MIN and MAX. 
When missing, the following fields of current Formula are always processed. 
Example: 
LEN,9,48, 
What is shown above means the length of original data must be within 9 and 48.