Difference between revisions of "Configuring a barcode scanner"

From ISoft Wiki
Jump to navigationJump to search
(Created page with "=Zebra DS2278= This page will cover how to setup a Zebra DS2278 Bluetooth Barcode Scanner to work with iSoft products on mobile devices. ==Scanner Info== * Approx Cost: $190-$280 depending on accessories and support * Important Features: Bluetooth, 14 hour+ battery life, 5ft drop, 36 month warranty, 123Scan app, SDKs for iOS, Android, Windows ==Quick Start Guide== ===Android using Chrome=== * The fastest way to get started is to scan the appropriate barcode for your d...")
 
 
Line 104: Line 104:
WHERE (`setting`.`name` = 'Scanner Mode (ambleMode,honeywell)');
WHERE (`setting`.`name` = 'Scanner Mode (ambleMode,honeywell)');
</syntaxhighlight>
</syntaxhighlight>
=Munbyn=
== Setting up a Munbyn Scanner ==
This is for the MUNBYN IPDA081/IPDA086 Mobile Data Terminal: https://pos.munbyn.com/munbyn-ipda081-rfid-handheld-computer/<br>
To set up:<br>
<br>
Swipe up to see apps, then tap on "keyboardemulator".<br>
On the "Function" page, make sure "Enable Scanner" is on.<br>
[[File:scanner1.png|200px]]
<br>
<br>
On the "AppSettings" page, turn on "Release key off scan" (if it is not already enabled).
<br>
[[File:scanner2.png|200px]]
<br>
<br>
Then scroll down to "Process mode". Make sure it is set to "keyboard input". Under "End mark", none of the options should be checked.<br>
[[File:scanner3.png|200px]]
<br>
<br>
Prefix/preamble and suffix/postamble for the device can be edited under "Data Format". If using a test program that uses prefix/suffix, be sure that the prefix/suffix in the program and in the scanner setting app (keyboardemulator) are the same.<br>
[[File:scanner4.png|200px]]
<br>
== NOTE on ENTERPRISE LX setup ==
enterpise lx  default pre/postable
preamble = "126"    = "~"
postamble = "13" = "Enter"
For munbyn scanner,  the postamble/suffix  does not allow you to use "Enter"  so you need to leave that blank and instead check the box under EndMark  that says "Enter"

Latest revision as of 10:11, 21 August 2024

Zebra DS2278

This page will cover how to setup a Zebra DS2278 Bluetooth Barcode Scanner to work with iSoft products on mobile devices.

Scanner Info

  • Approx Cost: $190-$280 depending on accessories and support
  • Important Features: Bluetooth, 14 hour+ battery life, 5ft drop, 36 month warranty, 123Scan app, SDKs for iOS, Android, Windows

Quick Start Guide

Android using Chrome

  • The fastest way to get started is to scan the appropriate barcode for your device type. **Make sure your device is fully charged!
  • This model of scanner can scan from a high resolution monitor or screen
  • Each of the barcodes below will change the defaults on your scanner. You will need to "forget" or "remove" the device in your Bluetooth settings and reconnect
  • The below barcodes have the following settings: Prefix : Suffix $, HID features for iOS, Host: HID BT Classic

AndroidBarcode.JPG

iOS using ITrack LX App

Tip: You do not need to set up this device as a keyboard wedge

1. You first need to install the Zebra iOS app https://apps.apple.com/us/app/zebra-scanner-control/id1034012069

2. Open that app and go to Connection Help > Pair DS2278

Zebra-DS2278-setup-barcodes.PNG

3. Follow the onscreen instructions

4. Go back to the main screen and choose Connect

5. Tap on the DS2278 and choose Disconnect(this will disconnect it from the Zebra app so we can connect it to the ITrack LX app)

Zebra-DS2278-disconnect-screen.PNG

6. Go to the ITrack LX app and after a few seconds you should hear a connection beep from the scanner. Scanning in the ITrack LX app with the DS2278 should now work.

Charging the Scanner

  • The charging circuit on the scanner is capable of using as much current as possible based on the power source
  • Preferred Method: use a BC1.2 Compliant Micro USB adapter to a wall outlet (higher current charging capability above 900 mA)

Zebra battery.JPG

123Scan Software

Explanation of Settings

External Links

  • Zebra Support Page link
  • 123Scan Software Download link
  • Full Manual Download link


Honeywell

Compatibility Notes

Please update the Chrome browser on the Honeywell to Chrome v101 so that the Teardown app is sized correctly. It currently ships with Chrome v70. -JW 2022-05-18

Setting up a Honeywell Scanner

ScanPal EDA71 https://www.honeywellaidc.com/products/computer-devices/tablet/scanpaleda71

These are the screens you set through to set up the honeywell device

Settings -> Honeywell Settings -> Scan Settings -> Internal Scanner -> Default profile -> Data Processing Settings


Wedge = checked

Wedge Method = Keyboard

no Prefix

no Suffix

Wedge as keys = empty input

Honeywell Setting Flowchart



Enterprise LX Honeywell config info

A global database setting "Scanner Mode (ambleMode,honeywell)" needs to be set to "honeywell"

The current default is ambleMode which may change in the near future. The following query will let you check on the setting. Note: A user has to have logged into an lx app before the default settings are present.

SELECT
   `globalsettingvalue`.`settingid`
    , `setting`.`location`
    , `setting`.`name`
    , `globalsettingvalue`.`value`
    , `setting`.`defaultvalue`
    , `setting`.`scope`
    , `setting`.`settingtype`
    , `value`=`defaultvalue` AS isdefault
FROM
    `globalsettingvalue`
    INNER JOIN `setting` 
        ON (`globalsettingvalue`.`settingid` = `setting`.`settingid`)
WHERE (`setting`.`name` = 'Scanner Mode (ambleMode,honeywell)');

Munbyn

Setting up a Munbyn Scanner

This is for the MUNBYN IPDA081/IPDA086 Mobile Data Terminal: https://pos.munbyn.com/munbyn-ipda081-rfid-handheld-computer/
To set up:

Swipe up to see apps, then tap on "keyboardemulator".
On the "Function" page, make sure "Enable Scanner" is on.
Scanner1.png

On the "AppSettings" page, turn on "Release key off scan" (if it is not already enabled).
Scanner2.png

Then scroll down to "Process mode". Make sure it is set to "keyboard input". Under "End mark", none of the options should be checked.
Scanner3.png

Prefix/preamble and suffix/postamble for the device can be edited under "Data Format". If using a test program that uses prefix/suffix, be sure that the prefix/suffix in the program and in the scanner setting app (keyboardemulator) are the same.
Scanner4.png


NOTE on ENTERPRISE LX setup

enterpise lx default pre/postable preamble = "126" = "~" postamble = "13" = "Enter"


For munbyn scanner, the postamble/suffix does not allow you to use "Enter" so you need to leave that blank and instead check the box under EndMark that says "Enter"