User's Manual
123
Update
Chapter 6 ! Ζ
6.3 PROGRAMMING EXAMPLES
6.3.1 EXAMPLE I
Extract data from the 10th character to the 19th character...
The editing format should be configured as follows:
Total Number of Fields – 3.
Field 1 Setting – Divide Field by Field Length, and set length to 9.
Field 1 data starts from the 1
st
character to the 9
th
character.
Field 2 Setting – Divide Field by Field Length, and set length to 10.
Field 2 data starts from the 10
th
character to the 19
th
character.
Field Transmission Sequence – F2.
6.3.2 EXAMPLE II
Extract the date code, item number, and quantity information from barcodes.
Data in a barcode is encoded like this:
- From the 1
st
character to the 6
th
character is the date code.
- From the 7
th
character to the "-" character is the item number.
- After the "-" character is the quantity information.
Data will be transmitted like this:
- The item number goes first, then a TAB character, followed by the date code, then another
TAB character, and finally the quantity information.
The editing format should be configured as follows:
Total Number of Fields – 3.
Field 1 Setting – Divide Field by Field Length, and set length to 6.
Field 1 data starts from the 1
st
character to the 6
th
character.
Field 2 Setting – Divide Field by Field Terminating String, and set the character string to [-].
Field 2 data starts from the 7
th
character until the [-] character is met.
Additional Field 1 created and set to one [TAB] character.
Field Transmission Sequence – F2 A1 F1 A1 F3.










