SICK ICR803 Use and care manual

ICR 803
Bar Code Scanner
COMMAND & COMMUNICATION GUIDE

ICR803 Command & Communication Guide Rev A – 04/2007
2
Table of Contents
Introduction……………………………………………………………………………..3
Serial Programming ...................................................................................................... 3
Conventions.................................................................................................................. 3
Menu Command Syntax.............................................................................................. 3
Query Commands........................................................................................................ 4
Tag Field Usage....................................................................................................... 4
SubTag Field Usage................................................................................................ 4
Data Field Usage...................................................................................................... 4
Concatenation of Multiple Commands...................................................................... 4
Responses .................................................................................................................... 4
Examples of Query Commands................................................................................. 5
Trigger Commands...................................................................................................... 5
Resetting the Standard Product Defaults................................................................. 6
Menu Commands........................................................................................................... 7
Sample Bar Codes....................................................................................................... 20

ICR803 Command & Communication Guide Rev A – 04/2007
3
Introduction
This manual details the communication structure and commands used to send
programming parameters to the ICR803. To get started please refer to the
manual named “ICR803 QUICK START GUIDE”.
Serial Programming
The serial programming commands may be used in place of the programming
bar codes. Both the serial commands and the programming bar codes will
configure the ICR803.
Conventions
The following conventions are used for menu and query command descriptions.
Parameter A label representing the actual
[option] An optional part of the command
{data} Alternatives in a command
Bold
Names of menus, menu commands, buttons, dialog
boxes, and windows that appear on the screen.
Menu Command Syntax
Menu commands have the following syntax (spaces have been used for clarity
only):
Prefix Tag SubTag {Data} [,SubTag { Data}][; Tag SubTag {Data}][…] Storage
Prefix Three ASCII characters: SYN M CR (ASCII 22,77,13)
Tag Three character case-insensitive field that identifies the
desired menu command group. For example, all RS2323
configuration settings are identified with a Tag of 232.
SubTag Three character case-insensitive field that identifies the
desired menu command within the tag group. For
example, the SubTag for the RS232 baud rate is BAD.
Data The new value for a menu setting, identified by the Tag
and SubTag.
Storage A single character that specifies the storage table to which
the command is applied. An exclamation point (!)
performs the command’s operation on the devices volatile
menu configuration table. A period (.) performs the
command’s operation on the devices non-volatile menu
configuration table. Use the non-volatile table only for
semi-permanent changes you want saved through a
power cycle.

ICR803 Command & Communication Guide Rev A – 04/2007
4
Query Commands
Several special characters can be used to query the device about its settings.
^ What is the default value for the setting(s).
? What is the devices current value for the setting(s).
* What is the range of possible values for the setting(s).
The devices response uses a dash (-_ to indicate a
continuous range of values. A pipe (|) separates items in
a list of non-continuous values.
Tag Field Usage
When a query is used in place of a Tag field, the query applies to the entire set of
commands available for the particular storage table indicated by the storate field
of the command. In this case, the SubTag and Data fields should not be used
because they’re ignored.
SubTag Field Usage
When a query is used in place of a SubTag field, the query applies only to the
subset of commands available that match the Tag field. In this case, the Data
field should not be used because it is ignored.
Data Field Usage
When a query is used in place of the Data field, the query applies only to the
specific command identified by the Tag and SubTag fields.
Concatenation of Multiple Commands
Multiple commands can be issued within one Prefix/Storage sequence. Only the
Tag, SubTag, and Data fields must be repeated for each command in the
sequence. If additional commands are to be applied to the same Tag, then the
new command sequence is separated with a comma (,) and only the SubTag and
Data fields of the additional command are issued. If the additional command
requires a different Tag field, the command is separated from the previous
commands by a semicolon (;).
Responses
The device responds to the serial commands with one of three responses:
ACK Indicates a good command has been processed.
ENQ Indicates an invalid Tag or SubTag command
NAK Indicates the command was good, but the Data field entry
was out of the allowable range for this Tag and SubTag
combination, e.g., an entry for a minimum message length
of 100 when the field will only accept 2 characters.

ICR803 Command & Communication Guide Rev A – 04/2007
5
When responding, the device echoes back the command sequence with the
status character inserted directly before each of the punctuation marks (the
period, exclamation point, comma, or semicolon) in the command.
Examples of Query Commands
Description Command Response
A This query requests the range of possible
values for Codabar Coding Enable. cbrena*. CBRENA0-1[ACK]
This response indicates possible
values are 0 (for Off) and 1 (for
On).
B This query requests the default setting for
Codabar enable. cbrena^. CBRENA1[ACK]
This response indicates the
default value is 1 (or On).
C What is the device’s current setting for
Corabar Coding cbrena?. CBRENA1[ACK]
This response indicates that
codabar coding is 1 (i.e. On).
D What are the device’s settings for all
codabar selections? cbr?. CBRENA1[ACK],
SSX0[ACK],
CK20[ACK],
CCT1[ACK],
MIN2[ACK],
MAX60[ACK],
DFT[ACK].
This response indicates the
following:
1. Codabar coding
(CBRENA) is enabled
2. Start/Stop character
(SSX) is disabled
3. Check character (CK2) is
disabled
4. Check character (CCT) is
enabled
5. Min Message Length
(MIN) is 2 characters.
6. Max Message Length
(MAX) is 60 characters.
Trigger Commands
You can activate and deactivate the imager with serial trigger commands. First,
the imager must be put in Manual/Serial Trigger Mode either by scanning the
Manual/Serial Trigger Mode bar code, or by sending the Manual/Serial Menu
Command. Once the imager is in serial trigger mode, the trigger is activated and
deactivated by sending the following commands:

ICR803 Command & Communication Guide Rev A – 04/2007
6
Activate Serial Trigger SYN T CR
Deactivate Serial Trigger SYN U CR
When the Trigger Command is activated, the imager scans until a bar code has
been read, until the deactivated command is sent, or until the serial time out has
been reached.
Resetting the Standard Product Defaults
If you aren’t sure what programming options are in your imager, or you’ve
changed some options and want the factory settings restored, scan the Standard
Product Default Settings bar code below.

ICR803 Command & Communication Guide Rev A – 04/2007
7
Menu Commands
Selection Setting (* indicates
default) Serial Command Description
Factory Default Settings Default Defalt
Terminal Interfaces
Terminal ID TERMID###
300 BPS 232BAD0
600 BPS 232BAD1
1200 BPS 232BAD2
2400 BPS 232BAD3
4800 BPS 232BAD4
9600 BPS 232BAD5
19200 BPS 232BAD6
38400 BPS 232BAD7
57600 BPS 232BAD8
Baud Rate
115200 BPS 232BAD9
7 Data, 1 Stop, Parity Even 232WRD3
7 Data, 1 Stop, Parity None 232WRD0
7 Data, 1 Stop, Parity Odd 232WRD6
7 Data, 2 Stop, Parity Even 232WRD4
7 Data, 2 Stop, Parity None 232WRD1
7 Data, 2 Stop, Parity Odd 232WRD7
8 Data, 1 Stop, Parity Even 232WRD5
8 Data, 1 Stop, Parity None 232WRD2
Word Length
Data Bits
Stop Bits
Parity
8 Data, 1 Stop, Parity Odd 232WRD8
RS232 Receiver Timeout 0 to 300 seconds 232LPT###
RTS/CTS Off 232CTS0
RTS/CTS On 232CTS1
XON/XOFF Off 232XON0
XON/XOFF On 232XON1
ACK/NAK Off 232ACK0
RS232 Handshaking
ACK/NAK On 232ACK1
TTL232 Inverted 232INV0
TTL232 TTL232 Non-Inverted 232INV1
Laser Emulation Same Code
Output PAPHLC
Laser Emulation Laser Emulation Code 39
Output PAP087
Laser Emulation Transmission
Rate 36* HLCSPD0
Laser Emulation
Transmission Rate 100 HLCSPD1
Black High HLCPOL0
Laser Emulation Polarity White High* HLCPOL1
Laser Emulation Idle Low HLCIDL0

ICR803 Command & Communication Guide Rev A – 04/2007
8
High* HLCIDL1
Output Selections
Off IMGVGA0
Image VGA On* IMGVGA1
Off BEPBEP0
Beeper – Good Read On* BEPBEP1
Off BEPLVL0
Low BEPLVL1
Medium* BEPLVL2
Beeper Volume – Good Read
High BEPLVL3
Low (1600) (min 400Hz) BEPFQ11600
Medium (3250Hz)* BEPFQ13250
Beeper Pitch – Good Read
Frequency High (4200Hz) max9000Hz BEPFQ14200
Normal* BEPBIP0
Beeper Duration – Good Read Short BEPBIP1
Off BEPLED0
LED – Good Read On* BEPLED1
Active High GRDINV1
Good Read Polarity *Active Low GRDINV0
Number of Good Read Beeps Range (1*,2,3,4,5,6,7,8,9) BEPRPT#
Active High BEPINV1
Beep Polarity Active Low* BEPINV0
User Specified Reread Delay 0 to 30,000ms DLYRRD####
Short (500ms) DLYRRD500
Medium (750ms)* DLYRRD750
Long (1000ms) DLYRRD1000
Reread Delay
Extra Long (2000ms) DLYRRD2000
NoDelay* DLYGRD0
Short Delay (500ms) DLYGRD500
Medium Delay(1000ms) DLYGRD1000
User Specified Good Read
Delay Long Delay(1500ms) DLYGRD1500
Manual/Serial Trigger TRGMOD0
Read Time Out
(0-30,000ms) 120* TRGSTO####
Manual Trigger, Low Power TRGMOD2
Trigger Mode
Low Power Time Out Timer
(0-30,000ms) 120* TRGLPT###
Scan Stand Mode TRGMOD4
Scan Stand Scan Stand Symbol FNC3
Presentation Presentation Mode TRGMOD3

ICR803 Command & Communication Guide Rev A – 04/2007
9
Hands Free Timeout Range 0-300,000ms TRGPTO######
Off PWRLDC0
Low (50%) PWRLDC50
LED Power Level
High (100%)* PWRLDC100
Illumination Lights Lights On* SCNLED1
Lights Off SCNLED0
Imager Timeout Range 0 – 999,999ms SDRTIM######
200 milliseconds SCNDLY200
400 milliseconds SCNDLY400
Aimer Delay Off* (no delay) SCNDLY0
Off SCNAIM0
Concurrent SCNAIM1
Aimer Mode Interlaced* SCNAIM2
Centering On DECWIN1
Centering Off* DECWIN0
Top of Center Window (*40%) DECTOP
Bottom of Centering Window
(*60%) DECBOT
Left of Centering Window
(*40%) DECLFT
Centering
Right of Centering Window
(*60%) DECRGT
Full Omnidirectional (default for
2D) DECMOD0
Quick Omnidirectional DECMOD1
Decode Search Mode
Advanced Linear Decoding
default for PDF imagers) DECMOD2
Enter Sequence SEQBLK
Output Sequence Editor Default Sequence SEQDFT
Required SEQ_EN2
Require Output Sequence On/Not Required SEQ_EN1
Off SEQ_EN0
On SHOTGN1
Multiple Symbols Off* SHOTGN0
On SHWNRD1
No Read Off* SHWNRD0
Print Weight Set Print Weight (1-7) PRTWGT
*Default(4) PRTWGT4
On VIDREV1
Video Reverse Off* VIDREV2
Upright* ROTATN0

ICR803 Command & Communication Guide Rev A – 04/2007
10
Rotate Clockwise 90ROTATN1
Upside Down ROTATN2
Working Orientation
Rotate Counterclockwise 90ROTANTN3
Prefix/Suffix Selections
Add CR Suffix to All Symbologies VSUFCR
Add Prefix PREBK2##
Clear One Prefix PRECL2
Prefix Clear All Prefixes PRECA2
Add Suffix SUFBK2##
Clear One Suffix SUFCL2
Suffix Clear All Suffixes SUFCA2
Enable* RMVFNC0
Function Code Transmit Disable RMVFNC1
Intercharacter Delay Range 0 – 495 ms DLYCHR##
Delay Length 0 – 495 ms DLYCRX##
User Specified Intercharacter
Delay Character To Trigger Delay DLY_XX##
Interfunction Delay Range 0 – 495 ms DLYFNC##
Intermessage Delay Range 0 – 495 ms DLYMSG##
Data Formatter Selections
Default Data Format (None)* DFMDF3
Enter Data Format DFMBK3##
Clear One Data Format DFMCL3
Data Format Editor
Clear All Data Formats DFMCA3
Off DFM_EN0
On, but Not Required* DFM_EN1
Data Formatter On, Required DFM_EN2
1 VSAF_1
2 VSAF_2
Alternate Data Formats 3 VSAF_3
SYMBOLOGIES
All Symbologies Off ALLENA0
All Symbologies All Symbologies On ALLENA1
Codabar Default All Codabar Settings CBRDFT
Off CBRENA0
Codabar On* CBRENA1
Don’t Transmit* CBRSSX0
Codabar Start/Stop Character Transmit CBRSSX1
No Check Character* CBRCK20

ICR803 Command & Communication Guide Rev A – 04/2007
11
Validate, But Don’t Transmit CBRCK21
Codabar Check Character Validate, and Transmit CBRCK22
Off CBRCCT0
On* CBRCCT1
Codabar Concatenation
Require CBRCCT2
Minimum (2-60)*4 CBRMIN##
Codabar Message Length Maximum (2-60)*60 CBRMAX##
Code39 Default All Code 39 C39DFT
Off C39ENA0
Code 39 On* C39ENA1
Don’t Transmit* C39SSX0
Code39 Start/Stop Char Transmit C39SSX1
No Check Character* C39CK20
Validate, but don’t transmit C39CK21
Code39 Check Char Validate and transmit C39CK22
Minimum (0-48) *0 C39MIN##
Code39 Message Length Maximum(0-48) *48 C39MAX##
Off* C39APP0
Code39 Append On C39APP1
Off* C39B320
Code 32 Pharmaceutical On C39B321
Off* C39ASC0
On C39ASC1
Code39 Full ASCII Code39 Code Page C39DCP
Interleaved 2 of 5 Default all interleaved 2 of 5
settings I25DFT
Off I25ENA0
Interleaved 2 of 5 On* I25ENA1
No Check Character* I25CK20
Validate, But Don’t Transmit I25CK21
Interleaved 2 of 5 Check Digit Validate and Transmit I25CK222
Minimum (2-80) *4 I25MIN##
Interleaved 2 of 5 Message
Length Maximum (2-80) * 80 I25MAX##
No Check Character* I25CK20
Validate, but don’t transmit I25CK21
Interleaved 2 of 5 Check Digit Validate and transmit I25CK22
Minimum (2-80) *4 I25MIN##
Interleaved 2 of 5 check digit Maximum(2-80)*80 I25MAX##

ICR803 Command & Communication Guide Rev A – 04/2007
12
Code 93 Default all code 93 settings C93DFT
Code 93 Off C93ENA0
On* C93ENA1
Minimum (0 – 80) *0 C93MIN##
Maximum(0-80) *80 C93MAX##
Code 93 Message Length Code 93 Code Page C93DCP
Code 2 of 5 Default all code 2 of 5 settings R25DFT
Off* R25ENA0
Code 2 of 5 On R25ENA1
Minimum (1 – 48) *4 R25MIN##
Code 2 of 5 Message Length Maximum (1 – 48) *48 R25MAX##
IATA Code 2 of 5 Default All IATA Code 2 of 5 A25DFT
Off* A25ENA0
IATA Code 2 of 5 On A25ENA1
Minimum (1 – 48) *4 A25MIN##
IATA Code 2 of 5 Message
Length Maximum (1 – 48) *48 A25MAX##
Matrix 2 of 5 Default All Matrix 2 of 5 settings X25DFT
Off* X25ENA0
Matrix 2 of 5 On X25ENA1
Code 11 Default All Code 11 Settings C11DFT
Off* C11ENA0
Code 11 On C11ENA1
1 Check Digit C11CK20
Code 11 Check Digits
Required 2 Check Digits* C11CK21
Code 11 Message Length Minimum (1 – 80) *4 C11MIN##
Maximum (1 – 80) *80 C11MAX##
Code 128 Default all code 128 settings 128DFT
Off 128ENA0
Code 128 On* 128ENA1
Off* ISBENA0
ISBT Concatenation On ISBENA1
Minimum (1 – 80) *4 128MIN##
Maximum (1 – 80) *80 128MAX##
Code 128 Message Length
Code 128 Code Page 128DCP
Telepen Default All Telepen Settings TELDFT
Telepen Off* TELENA0

ICR803 Command & Communication Guide Rev A – 04/2007
13
On TELENA1
AIM Telepen Output TELOLD0
Telepen Outpt Original Telepen Output TELOLD1
Minimum(1-60)*1 TELMIN##
Telpen Message Length Maximum(1-60)*60 TELMAX##
UPC-A Default All UPC-A Settings UPADFT
Off UPAENA0
UPC-A On* UPAENA1
Off UPACKX0
UPC-A Check Digit On* UPACKX1
Off UPANSX0
UPC-A Number System On* UPANSX1
Off* UPAAD20
UPC-A 2 Digit Addenda On UPAAD21
Off* UPAAD50
UPC-A 5 Digit Addenda On UPAAD51
Not Requited* UPAARQ0
UPC-A Addenda Required Required UPAARQ1
Off UPAADS0
UPC-A Addenda Separator On* UPAADS1
UPC-A/EAN-13 with Extended
Coupon Code On* CPNENA1
Off CPNENA0
UPC-E0 Default All UPC-E Settings UPEDFT
Off UPEEN00
UPC-E0 On* UPEEN01
Off* UPEEXP0
UPC-E0 Expand On UPEEXP1
Required UPEARQ1
UPC-E0 Addenda Required Not Required* UPEARQ0
On* UPEADS1
UPC-E0 Addenda Separator Off UPEADS0
Off UPECKX0
UPC-E0 Check Digit On* UPECKX1
Off UPENSX0
UPC-E0 Number System On* UPENSX1
UPC-E0 Addenda 2 Digit Addenda On UPEAD21

ICR803 Command & Communication Guide Rev A – 04/2007
14
2 Digit Addenda Off * UPEAD20
5 Digit Addenda On UPEAD51
5 Digit Addenda Off UPEAD50
Off* UPEEN10
UPC-E1 On UPEEN11
EAN/JAN-13 Default All EAN/JAN Settings E13DFT
Off E13ENA0
EAN/JAN-13 On* E13ENA1
Off E13CKX0
EAN/JAN-13 Check Digit On* E13CKX1
2 Digit Addenda On E13AD21
2 Digit Addenda Off* E13AD20
5 Digit Addenda On E13AD51
EAN/JAN-13 Check Digit
5 Digit Addenda Off* E13AD50
Not Required* E13ARQ0
EAN/JAN-13 Addenda
Required Required E13ARQ1
Off E13ADS0
EAN/JAN-13 Addenda
Separator On* E13ADS1
Off* E13ISB0
ISBN Translate On E13ISB1
EAN/JAN-8 Default All EAN/JAN 8 Settings EA8DFT
Off EA8ENA0
EAN/JAN-8 On* EA8ENA1
Off EA8CKX0
EAN/JAN-8 Check Digit On* EA8CKX1
2 Digit Addenda Off* EA8AD20
2 Digit Addenda On EA8AD21
5 Digit Addenda Off* EA8AD50
EAN/JAN-8 Addenda
5 Digit Addenda On EA8AD51
EAN/JAN-8 Addenda
Required Not Required* EA8ARQ0
Required EA8ARQ1
Off EA8ADS0
EAN/JAN-8 Addenda
Separator On* EA8ADS1
MSI Default all MSI Settings MSIDFT
Off* MSIENA0
MSI On MSIENA1
MSI Check Character Validate Type 10 and don’t
transmit MSICHK0

ICR803 Command & Communication Guide Rev A – 04/2007
15
Validate Type 10 and transmit MSICHK1
Minimum (4-48)*4 MSIMIN##
MSI Message Length Maximum(4-48)*48 MSIMAX##
Plessey Code Default All Plessey Settings PLSDFT
Off* PLSENA0
Plessey Code On PLSENA1
Minimum (4048)*4 PLSMIN##
Plessey Message Length Maximum (4048)*48 PLSMAX##
RSS-14 Default All RSS-14 Settings RSSDFT
Off RSSENA0
RSS-14 On* RSSENA1
RSS Limited Default All RSS-14 Limited
Settings RSLDFT
Off RSLENA0
RSS Limited On* RSLENA1
RSS Expanded Default All RSS14 Expanded
Settings RSEDFT
RSS Expanded Off RSEENA0
On* RSEENA1
Minimum(0-80)*4 RSSMIN##
RSS Expanded Message
Length Minimum(0-80)*74 RSSMAX##
PosiCode Default All PosiCode Settings POSDFT
Off POSENA0
On* POSENA1
A and B On POSLIM0
A and B and Limited A On POSLIM1
PosiCode
A* and B and Limited B On POSLIM2
Minimum(0-80)*4 POSMIN##
PosiCode Msg. Length Minimum(0-80)*48 POSMAX##
Off* TRIENA0
Trioptic Code On TRIENA1
Codablock F Default All Codablock F
Settings CBFDFT
Off* CBFENA0
Codablock F On CBFENA1
Minimum(1-2048)*1 CBFMIN####
Codablock F Msg. Length Minimum(1-2048)*2048 CBFMAX####

ICR803 Command & Communication Guide Rev A – 04/2007
16
Code 16K Default All Code 16K Settings 16KDFT
Off* 16LENA0
Code 16K On 16LENA1
Minimum (0 – 160)*1 16KMIN###
Code 16K Msg. Length Maximum (0 – 160)*160 16KMAX###
Code49 Default All Code 49 Settings C49DFT
Off C49ENA0
Code49 On* C49ENA1
Minimum (1-81)*1 C49MIN##
Code49 Msg. Length Maximum(1-81)*81 C49MAX##
PDF417 Default All PDF417 Settings PDFDFT
On* PDFENA0
PDF417 Off PDFENA1
Minimum(1-2750)*1 PDFMIN####
PDF417 Msg. Length Minimum(1-2750)*81 PDFMAX####
MicroPDF417 Default All Micro PDF417
Settings MPDDFT
On* MPDENA0
MicroPDF417 Off MPDENA1
Minimum(1-366)*1 MPDMIN###
MicroPDF417 Msg. Length Maximum(1-366)*366 MPDMAX###
On COMENA1
EAN UCC Composite Codes Off* COMENA0
Minimum (1-2435)*1 COMMIN####
EAN UCC Composite Codes
Msg. Len Maximum(1-2435)*2435 COMMAX####
RSS Emulation EANEMU2
EAN UCC Code 128 Emulation EANEMU1
EAN UCC Emulation
EAN UCC Emulation Off* EANEMU0
On T39ENA1
TCIF Linked Code39 Off* T39ENA0
On NETENA1
Postnet Off* NETENA0
On PLNENA1
Planet Code Off* PLNENA0
On BPOENA1
British Post Off* BPOENA0
Canadian Post On CANENA1

ICR803 Command & Communication Guide Rev A – 04/2007
17
Off* CANENA0
On KIXENA1
Kix (Netherlands) Post Off KIXENA0
On AUSENA1
Australian Post Off* AUSENA0
On JAPENA1
Japanese Post Off* JAPENA0
China Post Default All China Post Settings CPCDFT
Off* CPCENA0
China Post On CPCENA1
Minimum (0-80)*4 CPCMIN##
China Post Msg. Length Maximum (0-80)*80 CPCMAX##
Korea Post Default all Korea Post KPCDFT
Off* KPCENA0
Korea Post On KPCENA1
Minimum (2-80)*4 KPCMIN##
Korea Post Msg. Length Maximum (2-80)*48 KPCMAX##
QR Code Default All QR Code Settings QRCDFT
On QRCENA1
QR Code Off QRCENA0
Minimum (2-3500)*4 QRCMIN####
QR Code Msg. Length Maximum (2-3500)*3500 QRCMAX####
Data Matrix Default all data matrix settings IDMDFT
On* IDMENA1
Data Matrix Off IDMENA0
Minimum (1-1500)*1 IDMMIN####
Data Matrix Msg. Length Maximum (1-1500)*1500 IDMMAX####
MaxiCode Default All Maxicode Settings MAXDFT
On MAXENA1
MaxiCode Off* MAXENA0
Minimum(1-150)*1 MAXMIN###
MaxiCode Msg. Length Maximum(1-150)*150 MAXMAX###
Aztec Code Default All Aztec Code Settings AZTDFT
On* AZTENA1
Aztec Code Off AZTENA0

ICR803 Command & Communication Guide Rev A – 04/2007
18
Minimum (1-3750)*1 AZTMIN####
Aztec Code Msg. Length Maximum(1-3750)*3750 AZTMAX####
Enable Runes AZTRUN1
Aztec Runes Disable Runes* AZTRUN0
SYMBOLOGIES
Default All OCR Settings OCRDFT
OCR-A OCRENA1
OCR-B OCRENA2
US Currency On OCRENA3
MICR E 13 B On OCRENA4
SEMI Font OCRENA5
OCR
All OCR Off* OCRENA0
Enter OCR Template OCRTMP
Enter User Defined Variable OCRGPG
Enter User Deined Variable h OCRGPH
OCR Modulo 10 Check
Character “OCRCHK0123456789”
OCR Templates
OCR Modulo 36 Check
Character “OCRCHK0123456789ABC
DEFGHIJKLMNOPQRSTU
VWXYZ”

ICR803 Command & Communication Guide Rev A – 04/2007
19
*Infinity Filter - Off IMGINF0
Infinity Filter - On IMGINF1
*Compensation Off IMGCOR0
Compensation On IMGCOR1
*Pixel Depth - 8 bits/pixel (grayscale) IMGBPP8
Pixel Depth - 1 bit/pixel (B&W) IMGBPP1
*Don’t Sharpen Edges IMGEDG0
Sharpen Edges (0-23) IMGEDG##
*File Format - JPEG IMGFMT6
File Format - KIM IMGFMT0
File Format - TIFF binary IMGFMT1
File Format - TIFF binary group 4, compressed IMGFMT2
File Format - TIFF grayscale IMGFMT3
File Format - Uncompressed binary IMGFMT4
File Format - Uncompressed grayscale IMGFMT5
File Format - BMP IMGFMT8
*Histogram Stretch Off IMGHIS0
Histogram Stretch On IMGHIS1
Invert Image around X axis IMGNVX1
Invert Image around Y axis IMGNVY1
*Fly Spec (Noise Reduction) Off IMGFSP0
Fly Spec (Noise Reduction) On IMGFSP1
Rotate Image 90° right IMGROT1
Rotate Image 180° right IMGROT2
Rotate Image 90° left IMGROT3
JPEG Image Quality (0-100) *50 IMGJQF###
*Gamma Correction Off IMGGAM0
Gamma Correction On (1-255) IMGGAM###
Image Crop - Left (0-640 or 752) *0 IMGWNL###
Image Crop - Bottom (0-480) *479 IMGWNB###
Image Crop - Margin (1-238) *0 IMGMAR###
Protocol - None (raw) IMGXFR0
Protocol - None (default USB) IMGXFR2
Protocol - Hmodem IMGXFR3
Protocol - Hmodem Com-pressed IMGXFR4
Ship Every Pixel IMGSUB1
Ship Every 2nd Pixel IMGSUB2
Ship Every 3rd Pixel IMGSUB3
*Document Image Filter Off IMGUSH0
Document Image Filter On (0-255) IMGUSH###
*Don’t Ship Histogram IMGHST0
Image Ship
Ship Histogram IMGHST1
IMAGE SHIP COMMANDS

ICR803 Command & Communication Guide Rev A – 04/2007
20
Sample Bar Codes
The table of sample bar codes below may be used for testing purposes of the
ICR803. The ICR803 user needs to ensure the appropriate menu option is
turned on inside the ICR803 to successfully decode the images below.
CODE 39
CODE 128
DataMatrix
PDF417
Interleaved 2 of 5
UPC-A
Maxicode
Other manuals for ICR803
2
Table of contents
Other SICK Barcode Reader manuals

SICK
SICK Lector85x User manual

SICK
SICK CLV61x FIELDBUS Series User manual

SICK
SICK CLV 410 Operating instructions

SICK
SICK CLV6 Series User manual

SICK
SICK ICR845-2 User manual

SICK
SICK IDM140BT Series User manual

SICK
SICK ICR 84x User manual

SICK
SICK CLV63 Series User manual

SICK
SICK Lector63 Flex C-mount Series User manual

SICK
SICK CLV 45 Series User manual

SICK
SICK Lector621 User manual

SICK
SICK IDM120 Series User manual

SICK
SICK CLP 100 User manual

SICK
SICK CLV65 Series User manual

SICK
SICK CLV62 Series User manual

SICK
SICK CLV63 Series Manual

SICK
SICK CLV69x User manual

SICK
SICK CLV 490 User manual

SICK
SICK Lector61x User manual

SICK
SICK Advanced Series User manual