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-40 Falcon
®
4400 Series with Windows
Mobile
®
Multiple Rows
A single template can specify up to three rows. The \N character is used to
delineate the start of a new row. Ta bl e E- 9 gives some examples of multiple
row templates.
Table E-9. Multiple Row Template Examples
Multiple Templates
Multiple templates can be created by concatenating templates together. The \R
character is used to concatenate templates. When this character is present it
signifies that the next characters specify a new template. Logically the \R char-
acter is an OR statement meaning that if an OCR string matches any of the
specified templates it will be read. Any number of templates can be concate-
nated as long as the total number of template characters is no greater than 128.
Tabl e E- 10 shows some examples of multiple templates.
Template (HEX) Sample Description
04 04 04 04 04 04 04 04 0D 0C
0C 0C 0C 0C 0C 0C 0C
A string with one row of 8 digits and one row of
8 upper case letters
41 05 05 05 05 0D 42 05 04 0D
43 04 04 04 04
A string with one row starting with an “A” and
ending with any 4 characters, one row starting
with a “B” and ending with 2 digits, and one row
starting with a “C” and ending with 4 digits.
41 0D 42 0D 43
A string with three rows, the first being “A”, the
second being “B”, and the last being “C”.