User Manual
Table Of Contents
- Granit™ 1280i User’s Guide
- Table of Contents
- Getting Started
- Programming the Interface
- Introduction
- Programming the Interface - Plug and Play
- RS232 Serial Port
- Verifone® Ruby Terminal Default Settings
- Gilbarco® Terminal Default Settings
- Honeywell Bioptic Aux Port Configuration
- Datalogic™ Magellan® Aux Port Configuration
- NCR Bioptic Aux Port Configuration
- Wincor Nixdorf Terminal Default Settings
- Wincor Nixdorf Beetle™ Terminal Default Settings
- RS232 Modifiers
- NCR Modifiers
- Scanner to Bioptic Communication
- Input/Output Settings
- Power Save Mode
- Power Up Beeper
- Beep on BEL Character
- Good Read and Error Indicators
- Laser Aimer
- LED Indicators
- Out-Of-Stand Settings
- Reread Delay
- CodeGate®
- Character Activation Mode
- Character Deactivation Mode
- Centering
- Blinky Mode
- Laser Scan Angle
- Decode Security
- Continuous Scan Mode
- Output Sequence Overview
- No Read
- Data Editing
- Data Formatting
- Symbologies
- All Symbologies
- Message Length Description
- Codabar
- Code 39
- Interleaved 2 of 5
- Matrix 2 of 5
- NEC 2 of 5
- Code 93
- Straight 2 of 5 Industrial (three-bar start/stop)
- Straight 2 of 5 IATA (two-bar start/stop)
- Code 11
- Code 128
- GS1-128
- Telepen
- UPC-A
- UPC-A/EAN-13 with Extended Coupon Code
- UPC-E0
- EAN/JAN-13
- EAN/JAN-8
- MSI
- Plessey Code
- GS1 DataBar Omnidirectional
- GS1 DataBar Limited
- GS1 DataBar Expanded
- Trioptic Code
- GS1 Emulation
- China Post (Hong Kong 2 of 5)
- Utilities
- Serial Programming Commands
- Product Specifications
- Maintenance
- Customer Support
- Reference Charts
- Sample Symbols
- Programming Chart
3 - 17
indicating all lengths.) When calculating the length, you must count any programmed prefixes, suffixes, or formatted
characters as part of the length (unless using 9999).
4. Character Match Sequences
On the ASCII Conversion Chart (Code Page 1252), page A-2, find the Hex value that represents the character(s) you
want to match. Use the Programming Chart to read the alphanumeric combination that represents the ASCII
characters. (99 is the Universal number, indicating all characters.)
5. End Output Sequence Editor
Scan F F to enter an Output Sequence for an additional symbology, or Save to save your entries.
Other Programming Selections
• Discard
This exits without saving any Output Sequence changes.
Output Sequence Example
In this example, you are scanning Code 93, Code 128, and Code 39 bar codes, but you want the scanner to output Code 39
1st, Code 128 2nd, and Code 93 3rd, as shown below.
Note: Code 93 must be enabled to use this example.
You would set up the sequence editor with the following command line:
SEQBLK62999941FF6A999942FF69999943FF
The breakdown of the command line is shown below:
SEQBLKsequence editor start command
62 code identifier for Code 39
9999 code length that must match for Code 39, 9999 = all lengths
41 start character match for Code 39, 41h = “A”
FF termination string for first code
6A code identifier for Code 128
9999 code length that must match for Code 128, 9999 = all lengths
42 start character match for Code 128, 42h = “B”
FF termination string for second code
69 code identifier for Code 93
9999 code length that must match for Code 93, 9999 = all lengths
43 start character match for Code 93, 43h = “C”
FF termination string for third code
To program the previous example using specific lengths, you would have to count any programmed prefixes, suffixes, or for-
matted characters as part of the length. If you use the example on page 3-17, but assume a <CR> suffix and specific code
lengths, you would use the following command line:
SEQBLK62001241FF6A001342FF69001243FF
A - Code 39
B - Code 128
C - Code 93