1.
Weights are applied to each digit, starting with the last digit in
the weight string. They are applied right to left, beginning at
the right-most position of the field. Remember, a weight string
must contain at least two different numbers. This example has
a weight string of
1,2,3,4
:
field:
5 2 3 2 4 5 2 1 9
weight string:
4 1 2 3 4 1 2 3 4
2.
Each digit in the field is multiplied by the weight assigned to it:
field:
5 2 3 2 4 5 2 1 9
weight string:
4 1 2 3 4 1 2 3 4
products:
20 2 6 6 16 5 4 3 36
3.
Next, the product of each digit is added together. This is the
sum of the products.
20 + 2 + 6 + 6 + 16 + 5 + 4 + 3 + 36 = 98
4.
Divide the sum of the products by the modulus (
10
in this
case), only to the whole number. The balance is called the
remainder.
9
10 98
90
8
5.
Subtract the remainder from the modulus.
The result becomes the check digit. In this case, the check
digit is
2
.
10 - 8 = 2
Defining Field Options
4-11
Summary of Contents for Monarch DOS-based PATHFINDER Ultra System 6035
Page 12: ...1 6 Getting Started ...
Page 38: ...3 20 Defining Fields ...
Page 52: ...4 14 Defining Field Options ...
Page 60: ...5 8 Printing ...
Page 82: ...6 22 Creating Graphics ...
Page 98: ...7 16 Troubleshooting ...
Page 108: ...A 4 Samples ...
Page 109: ...F O N T S B This appendix contains information you need to work with fonts Fonts B 1 ...
Page 126: ...B 18 Fonts ...
Page 130: ...C o d e Pa g e 4 3 7 C 4 Symbol Sets Code Pages ...
Page 132: ...C 6 Symbol Sets Code Pages ...
Page 136: ......
Page 146: ...8 Index ...
Page 147: ......
Page 148: ......