5.If UNMATCHED INPUT is set to SEND, the unmatched data is passed on to the message processing section of the reader, where any
Examples
EXAMPLE ONE
76440057320712
Symbology Code 128
Desired Output: Divide the input data record into two fields with one consist- ing of the first six digits and the second containing the remaining data. The output should have a <CARRIAGE RETURN> or <CR> inserted after each field.
Formula | ID h C 06 A <ENTER> SEND ACBC | ||
Field List | Field A 764400 |
|
|
| Field B 57320712 | ||
| Field C <CR> |
|
|
|
| Keystroke Sequence |
|
Enter Data Editing Setup |
| /E/D/FJ<ENTER> | |
Enable Data Editing |
| JA<ENTER>1<ENTER> | |
Enter Code ID as h (for Code 128) | JC<ENTER>h<ENTER> | ||
Define first six characters as Field A, |
|
| |
and remaining data as Field B | JF<ENTER>0<ENTER> | ||
|
| 6<ENTER> | |
Enter Add Field C as the <ENTER> key | JJ<ENTER>^N<ENTER>* | ||
Define Field Sending Sequence of ACBC | JK<ENTER>A<ENTER> | ||
|
| C< ENTER>B<ENTER> | |
|
| C<ENTER> | |
Save Exit Setup |
| JZ<ENTER> | |
Output Data |
| 764400<CR> | |
|
| 57320712<CR> |
*^N: Do a
41