Specifications
Table Of Contents
- Falcon® 4400 Series
- with Windows Mobile®
- Table of Contents
- How to Use this Manual
- Document Overview
- Registering Your Datalogic Product
- Document Conventions
- Batteries and Power
- Configuration Settings
- Software Programs
- Accessories
- Falcon® Desktop Utility
- SNMP Interface
- Cable & Connector Configurations
- Programming Parameters
- Overview
- Programming Codes Without Parameters
- Bar Code Parameters
- Codabar
- Code 39
- Code 93
- Code 128
- European Article Numbering-13 (EAN-13)
- European Article Numbering-8 (EAN-8)
- Interleaved 2 of 5
- Matrix 2 of 5
- MSI
- Pharmacode 39 (Code 32)
- RSS-14
- RSS Limited
- RSS Expanded
- Standard 2 of 5
- Trioptic
- Universal Product Code-A (UPC- A)
- Universal Product Code-E (UPC- E)
- UPC/EAN Extensions
- Aztec Code
- DataMatrix
- Composite
- Maxicode
- OCR
- PDF 417
- MicroPDF 417
- QR Code
- Imaging Controls
- Other Controls
- OCR Configuration
- Programming Bar Codes
- Overview
- Predefined Defaults
- Codabar
- Code 39
- Code 93
- Code 128
- EAN-13
- EAN-8
- Interleaved 2 of 5
- Matrix 2 of 5
- MSI
- Pharmacode 39 (Code 32)
- RSS-14
- RSS Limited
- RSS Expanded
- Standard 2 of 5
- Trioptic
- UPC-A
- UPC-E
- UPC/EAN Extensions
- 2D Symbologies
- Aztec Code
- DataMatrix
- Composite
- Maxicode
- OCR
- PDF-417
- MicroPDF-417
- QR Code
- Imager Labels
- Other Controls
- SDK Installation
- Glossary
- Index

OCR Configuration
Product Reference Guide E-43
Modulo 10 Check Digit
Modulo 10 allows you to set a check digit for the numbers 0 through 9, with
values corresponding to the numbers.
The general formula for calculating a Modulo 10 check digit is as follows:
(d
n
+ . . . + d
3
+ d
2
+ d
1
+ d
0
) modulo 10 = 0
Modulo 10 Example
1212121212
(1 + 2 + 1 + 2 + 1 + 2 + 1 + 2 + 1 + 2 + x) modulo 10 = 0
(15 + x) modulo 10 = 0
(15 + 5) modulo 10 = 0
x = 5, so the check digit would be 5.
The final string including the check digit would be 12121212125.
Modulo 36
Modulo 36 allows you to set a check digit for the characters 0 - 9 and A -Z.
The numbers correspond to the values just as in Modulo 10 and the values for
alphabetic characters start at 10 for A and end with Z at 35, as shown in
Tabl e E- 12.
Table E-12. Modulo 36 character values
The general formula for calculating a Modulo 36 check digit is as follows:
(d
n
+ . . . + d
3
+ d
2
+ d
1
+ d
0
) modulo 36 = 0
ABCDEFGH I
10 11 12 13 14 15 16 17 18
J K L M N O P Q R
19 20 21 22 23 24 25 26 27
S T U V W X Y Z
28 29 30 31 32 33 34 35