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

Programming Parameters
E-42 Falcon
®
4400 Series with Windows
Mobile
®
Custom Character Classes
A custom character class (CCC) is a string of up to 50 printable characters that
is associated with a template variable. When a template variable is specified in
a template only characters in the associated CCC string will be allowed in the
specified character position. The variable \G is associated with custom charac-
ter class 1 (CCC1) and the variable \H is associated with custom character
class 2 (CCC2). Tab le E -11 gives some examples of how CCCs are used. The
CCC strings must specify at least one character for the associated variable to be
used in a template.
Table E-11. Custom Character Class Examples
OCR Check Characters
OCR can be configured to use either a Modulo 10 or Modulo 36 check digits
using the PDT parameters. A check digit is used to verify the contents of a bar
code by calculating the total of the data. By default, OCR is configured to use
Modulo 10 check digits. This setting is global to all check digits. The follow-
ing must be true for the placement of a check digit to be considered valid:
• The check digit must be put at the end of a row.
• There can be no more than 1 check character in a row.
• Rows with check digits can only have the characters 0-9 and A-Z.
Template (HEX) CCC1 CCC2 Sample Description
06 06 06 06 06 06 AB N/A
A string of 6 characters where each
character is either “A” or “B”.
06 06 06 07 07 07 AB CDE12
A string starting with 3 characters that
can be any combination of “A” and
“B”, and ending with 3 characters that
can be any combination of “C”, “B”,
“E”, “1”, or “2”.
06 06 06 07 07 07 AB NULL N/A Error, CCC2 not defined.
07 4D 06 04 05 BDA1 12
A string starting with “1” or “2”, fol-
lowed by “M”, followed by either “B”,
“D”, “A”, or “1”, followed by any char-
acter.