TECHNICAL INFORMATION, ID Bar Code, Check Digit
Sysmex SF-3000 Operator's Manual -- Revised September 1995 C-25
(E) Modulus 43
Modulus 43 is the check digit computation method used in the CODE-39 symbology.
Each of 43 characters is assigned each value. All characters are converted into the value
and computed.
The following example uses the ID number 258-416.
(1) Add the values of all the data characters. The numerical value of each of the data
characters is given below:
Character Value Character Value Character Value
0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
U
V
W
X
Y
Z
–
.
Space
$
/
+
%
30
31
32
33
34
35
36
37
38
39
40
41
42
Sum = 2+5+8+36+4+1+6 = 62
(2) Divide the sum by 43 and get the remainder.
62/43 = 1; remainder = 19
(3) Find the check-character. The check-character is that character whose value is
equal to the remainder. In this example, the letter "J" has the value of 19 which is
equal to the remainder. Therefore "J" is the check-character.
(4) This check-character is appended to the ID number, after the least significant digit.
The bar-code label is now "258-416J".