TransCore 76007 FHSS TRANSCEIVER MODULE User Manual 1

TransCore FHSS TRANSCEIVER MODULE 1

User Manual 1

M9000User’s GuideF1?F2 F3F4F5 F6PN: 769-00005   •   May 2012
M9010 is a registered trademark of DAP Technologies.  Microso and MS-DOS® are registered trademarks of Microso Corporation.
3Table of Contents1.0 Introduction ................................... 71.1  User and Product Safety ................................71.2  LED and LASER Safety  Information .................... 71.3  FCC Interference Statement............................ 71.4  Industry Canada Statement ............................ 71.5  Battery Safety ......................................... 71.6  Warranty Statements .................................. 81.7  Warranty and After Service ............................ 81.8  Europe – EU Declaration of Conformity ................ 81.9  European Union CE Marking and Compliance Notices .. 91.10 Specications......................................... 102.0  Getting Started...............................112.1  What’s In the Package .................................112.2  Installing Optional Memory Cards .....................112.3  Install the Battery .....................................132.4  Charge the Battery ....................................132.4.1  Plugging In ......................................132.4.2  LED Indicators...................................142.5  Operating the Unit.....................................152.5.1  Turning the Unit On ..............................152.5.2  Calibrating the Touchscreen .......................152.5.3  Launching an Application .........................162.5.3.1  Using the Stylus.........................162.5.3.2  Using the Nav Button ....................162.5.4  Entering Data ....................................172.5.5  Using the Function Button.........................172.5.5.1  Function Button Key Combinations .......172.5.5.2  Function Button with Function Keys ......172.5.6  Navigating the Display ............................182.5.6.1  e Task Bar............................182.5.6.2  e Onscreen Keyboard..................182.5.6.3  Entering the Data .......................182.6  DAP Conguration Center .............................192.6.1  System Info ......................................192.6.2  Display Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .192.6.3  Tablet PC Settings ................................192.6.3.1  Display Tab – Congure .................192.6.3.2  Display Tab – Calibrate ..................192.6.3.3  Display Tab – Reset......................202.6.3.4  Other Tab – Handedness .................202.6.3.5  Other Tab – Pen and Touch...............202.6.3.5.1  Pen Options Tab –   Congure Double-Tap ........212.6.3.5.2  Pen Options Tab –   Congure Press and Hold .....212.6.3.5.3  Pen Options Tab –   Congure Start Tablet PC   Input Panel ..................222.6.3.5.4  Flicks Tab – Navigational ......232.6.3.5.5  Flicks Tab – Sensitivity ........232.6.3.5.6  Handwriting Tab .............242.6.3.5.7  Touch Tab...................242.6.3.6  Other Tab – Go to Input Panel Settings ....242.6.4  Power Options ...................................252.6.5  Charger Cong...................................252.6.6 Hotkey ..........................................252.7  Setting Up Wireless LAN ...............................262.8  Using the 1D Barcode Scanner .........................262.9  Setting Up Link One for Reading 1D Laser Barcodes ....262.9.1  Unload Button ...................................272.9.2  Hide Button .....................................272.9.3  Settings Button...................................272.9.4  Settings Window .................................272.9.4.1  Communication Tab.....................272.9.4.1.1 Port ........................282.9.4.1.2  DTR High / RTS High ........292.9.4.1.3  Hardware Pin Events..........292.9.4.2  Keyboard Tab...........................302.9.4.2.1  Interkey Delay ...............302.9.4.2.2  Key Settings .................302.9.4.2.3  Hot Keys ....................322.9.4.2.4  Keyboard Capture —   External USB Device..........362.9.4.2.5  Record Key Sequence .........392.9.4.3  Data Editing Tab ........................402.9.4.3.1 Wizard......................412.9.4.3.2  Edit Script...................432.9.4.3.3  Browse Script Folder..........432.9.4.4  Misc Tab ...............................432.9.4.4.1  Use Log File .................432.9.4.4.2  Set Password.................442.9.4.4.3  Settings Location.............442.10  Link*One Scripting ....................................452.10.1 Overview ........................................452.10.2  Lua Language ....................................452.10.3  Script Events .....................................452.10.4  Event Methods ...................................452.10.4.1 onStart() ...............................452.10.4.2 onEnd()................................452.10.4.3  onData(data, length).....................452.10.4.4 onHotKey(name)........................462.10.4.5  onKeyboardCapture(name, data)..........462.10.4.6  onExternalData(data, length) .............462.10.4.7 onTimer() ..............................462.10.4.8 onCTS(status) ..........................472.10.5  Script Methods...................................472.10.6  Output/User Feedback ............................482.10.6.1  beep(frequency, duration) ................482.10.6.2  blinkIcon(icon, duration) ................482.10.6.3  log(lename, message) ...................482.10.6.4  messageBox(title, message, type) ..........482.10.6.5  playSound(lename, options) .............492.10.6.6  playSystemSound(systemEvent, options) ...492.10.6.7 send(data) ..............................492.10.6.8  sendSerialData(data, length)..............502.10.6.9  sendSubscriberData(data, length) .........502.10.7 Windows ........................................512.10.7.1 enumWindows(handle) ..................512.10.7.2  ndWindow(title, class)..................512.10.7.3 getForegroundWindow().................512.10.7.4 getWindowClass(handle).................512.10.7.5 getWindowClass(handle).................522.10.7.6 getWindowText(handle)..................522.10.7.7 setForegroundWindow(handle)...........522.10.7.8  getWindowText(handle, text) .............522.10.7.9  windowOperation(handle, operation) .....532.10.8 Clipboard .......................................532.10.8.1 getClipboardData()......................532.10.8.2 setClipboardData(text)...................532.10.9  Application Launch...............................542.10.9.1 closeAppHandle(handle) .................542.10.9.2 isAppRunning(handle) ..................54
42.10.9.3  run(program, argument, delay) ...........542.10.10  Serial Port .......................................552.10.10.1 closePort() .............................552.10.10.2 getDTR()...............................552.10.10.3 getRTS() ...............................552.10.10.4 openPort() .............................552.10.10.5 setDTR(status)..........................562.10.10.6 setRTS(status) ..........................562.10.11 Miscellaneous....................................562.10.11.1  ean128(data, strict) ......................562.10.11.2 exit() ..................................562.10.11.3 exitWindows(options) ...................572.10.11.4 getProle() .............................572.10.11.5 getTickCount() .........................572.10.11.6 lockWorkStation().......................572.10.11.7 setProle(prole)........................582.10.11.8 setTimer(interval).......................582.10.11.9 sleep(duration)..........................582.10.12  Notication Area Icon ............................582.10.13  Migration guide WLinq 3.x to Link*One ............592.10.13.1  Duplicate String Filter ...................592.10.13.2  Case Setting ............................592.10.13.3  Character Translation ...................592.10.13.4  Send Pre- and Postx Keys ...............592.10.13.5  Lock Output Window....................592.10.13.6  Initialization String .....................592.10.13.7  Filter Unknown Data Strings .............592.10.13.8  Input Data Replacements.................602.10.13.9 Criteria ................................602.10.13.10 Data Format Output .....................602.10.14  Support for in Clients, Java Applications,   and Flash Applications ............................622.10.15  Lua Copyright ...................................622.10.16  Version History ..................................623.0  Operating the Unit ..........................633.1  GPS Instructions .......................................633.1.1 Requirements:....................................633.1.2  Set up to use the GPS..............................633.1.3  Integration to Windows 7..........................643.2  DAP-Imager Instructions ...............................643.2.1  What is DAP-Imager..............................643.2.2  Selecting the Right Mode ..........................643.2.3 Pictures .........................................643.2.3.1  How to Take a Picture ...................643.2.3.2 Flash ..................................643.2.3.3 Geotagging.............................653.2.3.3.1  How to enable the GPS........653.2.3.3.2  How to View Geotagging  Data........................653.2.3.4  How to Locate a Saved Picture ............653.2.3.5  General Options ........................653.2.4 Barcodes ........................................653.2.4.1  How to Scan Barcodes ...................663.2.4.1.1  Using ScannerManager........663.2.4.1.2  Using DAP-Imager as a   Stand-Alone Application ...... 663.2.4.2  Decoder Conguration ..................663.2.5  .INI Conguration File............................663.2.6 [General] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .673.2.6.1  TargetFolder = %PICTURES%\%YEAR%-%MONTH%-%DAY% ...................673.2.6.2  FileNameTemplate = %HOUR%h%MINUTE%m%SECOND%s..673.2.6.3  DefaultImagerMode = Portrait............673.2.6.4  FlashLightDurationMs = 10000...........673.2.6.5  Func1VirtualKey = 135 ..................673.2.6.6  Func2VirtualKey = 117 ..................673.2.6.7  Func1KeyModiers = 0 ..................673.2.6.8  Func2KeyModiers = 0 ..................673.2.6.9  Func1KeySystemWide = 1 ................673.2.6.10  Func2KeySystemWide = 0 ................673.2.7 [Camera] ........................................673.2.7.1  InactiveTimeBeforeStandbyLevel1 =  10000..................................673.2.7.2  ActivateDapImagerOnTrigger = OFF ......673.2.7.3  ShowImageNameOnPreview = OFF .......673.2.8 [Barcodes] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .673.2.8.1  EnableAutoPreview = ON ................673.2.8.2  PreviewWndRect = 0 0 320 240 ...........673.2.8.3  UIPolicy = Legacy.......................673.2.8.4  DefaultFocus = 3733 .....................683.2.8.5  Aimer = ON ............................683.2.8.6  DecodeAerAutofocus = ON .............683.2.8.7  MaxNbrResults = 1......................683.2.8.8  DecodeTimeoutMs = 1500................683.2.8.9  MaxNbrAttempts = 1 ....................683.2.8.10  InactiveTimeBeforeStandbyLevel1 =  10000..................................683.2.8.11  InactiveTimeBeforeStandbyLevel2 =  10000..................................683.2.8.12  KbWedge = OFF ........................683.2.8.13  AddTab = OFF ..........................683.2.8.14  AddEnter = ON .........................683.2.8.15  Preamble = .............................683.2.8.16  Postamble = ............................683.2.8.17  InterCharDelay = 0 ......................683.2.8.18  MaxGainWithoutMVLight = 2500 ........683.2.8.19  MinGainWithMovieLight = 1000 .........683.2.8.20  MaxGain = 4000 . . . . . . . . . . . . . . . . . . . . . . . .683.2.8.21  GainStep = 200 .........................683.2.8.22  IdealGain = 2000........................683.2.8.23  FlashIntensityStep = 100 .................683.2.8.24  MaxFlashIntensity = 100 .................683.2.8.25  MaxShutter = 4000 ......................683.2.8.26  ShutterStep = 260 .......................683.2.8.27  IdealShutter = 575.......................683.2.8.28  AppendSymbology = OFF ................683.2.9 [OCR]...........................................683.2.10 [ImagerModes]...................................683.2.8.1  ModeList =  Portrait,Landscape,Macro,Barcode, .......683.2.11 [ImagerMode:XXXX] .............................683.2.11.1  ModeType = 0...........................683.2.11.2  IconID = 142 ...........................683.2.11.3  SelectionButtonImageFileName =  res\button-mode-portrait80.png ..........683.2.11.4  Enabled = ON ..........................693.2.11.5  AutoFlash = ON.........................693.2.11.6  GpsReportTypes = 1 .....................693.2.11.7  PreviewWidth = 640.....................693.2.11.8  PreviewHeight = 480 ....................693.2.11.9  StillWidth = 1600 .......................693.2.11.10  StillHeight = 1200 .......................69
53.2.11.11  ColorSpace = 16.........................693.2.11.12  FrameRate = 30.000000 ..................693.2.11.13  Shutter = 10000 .........................693.2.11.14  Brightness = 5000 .......................693.2.11.15  GlobalGain = 0 .........................693.2.11.16  Exposure = 5000 ........................693.2.11.17  FlipMode = 1 ...........................693.2.11.18  AutoExposure = ON.....................693.2.11.19  LightingMode = 0 .......................693.2.11.20  LightingPower = 0.......................693.2.11.21  Aimer = OFF ...........................693.2.11.22  Compression = ON ......................693.2.11.23  CompressionRatio = 13 ..................693.2.11.24  FocusPosition = 500 .....................693.2.11.25  Autofocus = ON.........................693.2.11.26  WhiteBalancePreset = 0..................693.2.11.27  ManualWhiteBalance = OFF .............693.2.11.28  WhiteBalanceKelvin = 8267 ..............693.2.11.29  PreviewToWindow = ON.................693.2.12 [Permissions] ....................................693.2.12.1  Option(More) = 3 .......................693.3  Command-Line Options ................................703.3.1 Syntax ..........................................704.0  Programming the Unit ....................714.1  Bar Code Parameter Menus ............................714.2  Bar Code Settings......................................744.2.1  Set Default Parameter .............................744.2.2  Beeper Volume ...................................744.2.3  Beeper Tone .....................................744.2.4  Beeper Frequency Adjustment .....................744.2.5  Laser On Time ...................................754.2.6  Aim Duration....................................754.2.7  Scan Angle ......................................754.2.8  Power Mode .....................................754.2.9  Triggering Modes.................................764.2.10  Time-out Between Same Symbol ...................764.2.11  Beep Aer Good Decode ..........................764.2.12  Transmit “No Read” Message ......................764.2.13  Parameter Scanning ..............................774.2.14  Linear Code Type Security Level ...................774.2.15  Bi-directional Redundancy ........................775.0  UPC Types .......................................785.1  UPC / EAN..............................................785.1.1  Enable/Disable UPC-A : Parameter # 0x01...........785.1.2  Enable/Disable UPC-E : Parameter # 0x02 ...........785.1.3  Enable/Disable UPC-E1 : Parameter # 0x0C .........785.1.4  Enable/Disable EAN-8 : Parameter # 0x04 ...........785.1.5  Enable/Disable EAN-13 : Parameter # 0x03 ..........785.1.6  Enable/Disable Bookland EAN : Parameter # 0x53....785.1.7  Decode UPC/EAN Supplementals :   Parameter # 0x10 .................................795.1.8  Decode UPC/EAN Supplemental Redundancy :   Parameter # 0x50 .................................795.1.9  Transmit UPC-A Check Digit : Parameter # 0x28.....805.1.10  Transmit UPC-E Check Digit : Parameter # 0x29 .....805.1.11  Transmit UPC-E1 Check Digit : Parameter # 0x2A ...805.1.12  UPC-A Preamble : Parameter # 0x22................805.1.13  UPC-E Preamble : Parameter # 0x23 ................805.1.14  UPC-E1 Preamble : Parameter # 0x24 ...............815.1.15  Convert UPC-E to UPC-A : Parameter # 0x25........815.1.16  Convert UPC-E1 to UPC-A : Parameter # 0x26.......815.1.17  EAN Zero Extend : Parameter # 0x27 ...............815.1.18  Convert EAN-8 to EAN-13 Type :   Parameter # 0xE0.................................815.1.19  UPC/EAN Security Level : Parameter # 0x4D . . . . . . . .825.1.20  UCC Coupon Extended Code : Parameter # 0x55.....825.2  Code 128 ..............................................825.2.1  Enable/Disable Code 128 : Parameter # 0x08 .........825.2.2  Enable/Disable UCC/EAN-128 :   Parameter # 0x0E.................................825.2.3  Enable/Disable ISBT 128 : Parameter # 0x54 .........835.2.4  Lengths for Code 128 .............................835.3  Code 39................................................835.3.1  Enable/Disable Code 39 : Parameter # 0x00 ..........835.3.2  Enable/Disable Trioptic Code 39 :   Parameter # 0x0D.................................835.3.3  Convert Code 39 to Code 32 (Italian Pharma   Code) : Parameter # 0x56 ..........................835.3.4  Code 32 Prex : Parameter # 0xE7 ..................835.3.5  Set Lengths for Code 39 :   Parameter # L1 = 0x12, L2 = 0x13...................835.3.6  Code 39 Check Digit Verication :   Parameter # 0x30 .................................845.3.7  Transmit Code 39 Check Digit :  Parameter # 0x2B.................................845.3.8  Enable/Disable Code 39 Full ASCII :   Parameter # 0x11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .845.4  Code 93................................................855.4.1  Enable/Disable Code 93 : Parameter # 0x00 ..........855.4.2  Set Lengths for Code 93 :   Parameter # L1 = 0x1A, L2 = 0x1B ..................855.5  Code 11................................................855.5.1  Enable/Disable Code 11 : Parameter # 0x0A..........855.5.2  Set Lengths for Code 11 :   Parameter # L1 = 0x1C, L2 = 0x1D..................855.5.3  Code 11 Check Digit Verication :  Parameter # 0x34 .................................865.5.4  Transmit Code 11 Check Digits :   Parameter # 0x2F.................................865.6  Interleaved 2 of 5......................................865.6.1  Enable/Disable Interleaved 2 of 5 :   Parameter # 0x06 .................................865.6.2  Set Lengths for Interleaved 2 of 5 :   Parameter # L1 = 0x16, L2 = 0x17...................865.6.3  Interleaved 2 of 5 Check Digit Verication :   Parameter # 0x31 .................................875.6.4  Transmit Interleaved 2 of 5 Check Digit :   Parameter # 0x2C ................................875.6.5  Convert Interleaved 2 of 5 to EAN-13 :   Parameter # 0x52 .................................875.7    Discrete 2 of 5 ........................................885.7.1  Enable/Disable Discrete 2 of 5 : Parameter # 0x05 ....885.7.2  Set Lengths for Discrete 2 of 5 :   Parameter # L1 = 0x14, L2 = 0x15...................885.8  Chinese 2 of 5 .........................................885.8.1  Enable/Disable Chinese 2 of 5 : Parameter # 0xF0 0x98 ............................885.9 Codabar ...............................................885.9.1  Enable/Disable Codabar : Parameter # 0x07 .................................885.9.2  Set Lengths for Codabar : Parameter # L1 = 0x18, L2 = 0x19...................89
65.9.3  CLSI Editing : Parameter # 0x36....................895.9.4  NOTIS Editing : Parameter # 0x37..................895.10 MSI ....................................................895.10.1  Enable/Disable MSI : Parameter # 0x0B .............895.10.2  Set Lengths for MSI :   Parameter # L1 = 0x1E, L2 = 0x1F ..................905.10.3  MSI Check Digits : Parameter # 0x32................905.10.4  Transmit MSI Check Digit : Parameter # 0x2E .......905.10.5  MSI Check Digit Algorithm : Parameter # 0x33 ......905.11 RSS ....................................................915.11.1  Enable/Disable RSS-14 : Parameter # 0xF0 0x52 ......915.11.2  Enable/Disable RSS-Limited :   Parameter # 0xF0 0x53 ............................915.11.3  Enable/Disable RSS-Expanded :   Parameter # 0xF0 0x54 ............................915.12  Data Options ..........................................915.12.1  Transmit Code ID Character : Parameter # 0x2D .....915.12.2  Prex/Sux Values : Parameter # P = 0x69, S1 = 0x68, S2 = 0x6A .......... 925.12.3  Scan Data Transmission Format :   Parameter # 0xEB ................................925.13  Serial Interface ........................................935.13.1  Baud Rate : Parameter # 0x9C ......................935.13.2  Parity : Parameter # 0x9E..........................935.13.3  Soware Handshaking : Parameter # 0x9F...........935.13.4  Decode Data Packet Format : Parameter # 0xEE......945.13.5  Host Serial Response Time-out : Parameter # 0x9B ...945.13.6  Stop Bit Select : Parameter # 0x9D ..................945.13.7  Intercharacter Delay : Parameter # 0x6E.............945.13.8  Host Character Time-out : Parameter # 0xEF ........945.14  Event Reporting .......................................955.14.1  Decode Event : Parameter # 0xF0 0x00 . . . . . . . . . . . . . .955.14.2  Boot Up Event : Parameter # 0xF0 0x02 .............955.14.3  Parameter Event : Parameter # 0xF0 0x03............955.15  Numeric Bar Codes.....................................955.15.1 Cancel ..........................................956.0  Summit Radio .................................966.1  Summit Client Utility ..................................966.1.1  Main Window ...................................966.1.2  Prole Window ..................................976.1.2.1  Radio Settings ..........................986.1.2.2  Preferred Band for 802.11a/g Radio ........986.1.2.3  Ad Hoc ................................986.1.2.4  Security Settings ........................996.1.2.5  Using Scan to Create a Prole.............996.1.2.6  EAP Credentials .......................1016.1.2.7 Encryption ............................1026.1.2.7.1  Cisco TKIP.................1026.1.2.7.2  WPA Migration Mode and   WPA2 Mixed Mode..........1026.1.2.8 irdPartyCong ......................1026.1.2.9 EAP-FAST ............................1026.1.3  Status Window..................................1026.1.4  Diags Window ..................................1036.1.5  Global Window .................................1036.1.6  PMK Caching...................................1067.0  BlueTooth.......................................1077.1 Introduction ..........................................1077.1.1  Bluetooth Functions .............................1077.1.2  Main Window ..................................1077.2  Basic Operations......................................1087.2.1  Start BlueSoleil..................................1087.2.2  Search for Other Bluetooth Enabled Devices . . . . . . . .1087.2.3 Establish Connection...............................1087.2.3.1  Start the Service........................1087.2.3.2  Initiate the Connection .................1087.2.4  Bluetooth Security...............................1097.3  Getting Started .......................................1097.3.1  AV Headphone ..................................1097.3.2  Basic Imaging ...................................1097.3.3  Dial-up Networking .............................1097.3.4 FAX ...........................................1107.3.5  File Transfer ....................................1107.3.5.1  Connect to a Mobile Phone ..............1107.3.5.2  Share a Folder on Your Computer   with other Bluetooth-Enabled Devices ....1107.3.5.3  Access a Shared Folder on Another   Bluetooth Enabled Device . . . . . . . . . . . . . . .1117.3.6 Headset ........................................1117.3.7  Human Interface Device .........................1117.3.8  LAN Access.....................................1117.3.9  Object Push.....................................1127.3.9.1  Push Objects to a Bluetooth-Enabled   Mobile Phone ..........................1127.3.9.2  Receive Objects from a Bluetooth   Enabled Mobile Phone ..................1127.3.10  Personal Area Networking........................1127.3.10.1  Connecting the PAN User (PANU) .......1137.3.10.2  Conguring the NAP/GN ...............1137.3.11 Printer .........................................1137.3.12  Serial Port ......................................1147.3.13  Bluetooth Synchronization .......................1147.4  BlueSoleil User Guides ................................1157.4.1  BlueSoleil Environment ..........................1157.4.1.1  Main Window .........................1157.4.1.1.1  Local Bluetooth Device.......1157.4.1.1.2  Remote Bluetooth Devices....1157.4.1.1.3  Bluetooth Service Buttons   of Remote Device ...........1157.4.1.2  Service Window........................1157.4.1.3 Menus ................................1167.4.2  Device Congurations  1177.4.2.1  Hardware Conguration ................1177.4.2.2  Properties Conguration................1177.4.3  Security Conguration...........................1177.4.3.1  Pair / Un-pair Devices ..................1177.4.3.1.1  How to pair with another  device .....................1177.4.3.1.2  How to un-pair with   another device ..............1177.4.3.2  General Security .......................1177.4.3.2.1  Security Level...............1177.4.3.2.2  Bluetooth Passkey ...........1187.4.3.2.3  Data Encryption ............1187.4.3.3  Managing Device Pairings ..............1187.4.3.4  Local Services Security..................1187.4.3.4.1  Local Services: ..............118Appendix A — EAP Types...................................119Appendix B — Encryption Settings ...........................121
71.0  Introduction1.1  User and Product Safety• DonotstareintothelaserorLEDbeamdirectlyorshineitintoeyes.• Neverusestrongpressureontothescreenorsubjectittosevereim-pact, as the LCD panel could become cracked and possibility causepersonal injury. If the LCD panel is broken, never touch the liquidinside because the liquid irritates the skin.• AlthoughthePDThaspassedthetestofIP65standardforwateranddust resistance, avoid prolonged exposure to rain or other concentrat-ed moisture.  Such condition exceeds the IP65 standard, and couldresult in water or other contaminants entering into the PDT.• UseonlytheoriginalapprovedACAdapterwiththePDT.Useofanunapproved AC Adapter could result in electrical problems, or evencause a re or electrical shock to the user.• DonotdisassemblethePDT.Servicingshouldbedonebysupplieronly. If the PDT or accessories gets damaged due to wrong handling or unauthorized repair, warranty is void. In case the warranty sealsare broken, warranty is void too.• Makeregularlyback-upofallimportantdata.• Undernocircumstancewillsupplierbeliableforanydirect,indirect,consequential or incidental damages baring out of the use or inability to use the hardware and soware and/or any data loss, even if sup-plier has been informed about the possibility of such damages.• LASERRADIATION:DONOTSTAREINTOBEAMCLASS2LA-SER PRODUCT.1.2  LED and LASER Safety Information• M9000isaClassIILED/LaserProduct.• DONOTSTAREattheLED/Laserorshineintoeyes.• Donotallowyoungchildrentousetheproductwithoutadultsuper-vision.• Donotreplace/repairtheLED/Laser;thesearenotuserreplaceable.• DonotshinetheLED/Laseronashinyreectivesurface.1.3  FCC Interference Statementis equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. ese limits are designed to provide reasonable protection against harmful interference in a residential installation.  is equipment generates uses and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to 1.0  Introduction–RADIATION EXPOSURE STATEMENT –is equipment complies with FCC radiation exposure limits set forth for an uncontrolled environment. End users must follow the specic operating instructions for satisfying RF exposure compliance. To maintain compliance with FCC RF exposure compliance requirements, please follow operation instruction as documented in this manual.is transmitter must not be co-located or operating in con-junction with any other antenna or transmitter. e availability of some specic channels and/or operational frequency bands are country dependent and are rmware pro-grammed at the factory to match the intended destination. e rmware setting is not accessible by the end user.radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be de-termined by turning the equipment o and on, the user is encouraged to try to correct the interference by one of the following measures:-  Reorient or relocate the receiving antenna.-  Increase the separation between the equipment and receiver.-  Connect the equipment into an outlet on a circuit dierent from that to which the receiver is connected.-  Consult the dealer or an experienced radio/TV technician for help. FCC Caution: Any changes or modications not expressly approved by the party responsible for compliance could void the user’s authority to operate this equipment.  is device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) is de-vice may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause unde-sired operation.Complies with 21 CFR 1040.10 and 1040.11 except for deviations pur-suant to Laser Notice No. 50, dated June 24, 2007.Specic Absorption Rate (SAR) Informatione SAR Limit of USA (FCC) is 1.6W/kg averaged over one gram of tissue. e device has been tested against this SAR limit. e highest SAR value reported under this standard during product certification for properly worn on the body is 1.37W/kg. This device was tested for typical body-worn operations with the back of the Tablet PC kept 0 cm from the body. Any Changes or modications not expressly approved by the party responsible for compliance could void the user’s authority to operate the equipment.1.4  Industry Canada Statementis Class B digital apparatus complies with Canadian ICES-003.  Op-eration is subject to the following two conditions:1. is device may not cause interference and2. is device must accept any interference, including interference that may cause undesired operation of the device.Le présent appareil est conforme aux CNR d’Industrie Can-ada applicables aux appareils radio exempts de licence. L’exploitation est autorisée aux deux conditions suivantes : (1) l’appareil ne doit pas produire de brouillage, et (2) l’utilisateur de l’appareil doit accepter tout brouillage radioélectrique subi, même si le brouillage est susceptible d’en compromettre le fonctionnement.Cet appareil numérique de la classe [B] est conforme à la norme NMB-003 du Canada.1.5  Battery SafetyLithium-ion battery packs might get hot, explode, ignite and/or cause serious injury if exploded by abusive using. Please follow the safety warnings listed as below:• Donotthrowthebatterypackinre.Donotexposethebatterytohigh temperatures.• Donotconnectthepositivebatterypackwithnegativebatterypackto each other with any metal object (like wire).–WARNING –Risk of explosion if battery is replaced by an incorrect type. Dis-pose of used batteries according to the instructions.
81.0  Introduction• Donotcarryorstorebatterypacktogetherwithmetalobjects.• Donotpiercethebatterypackwithnailsordrills,strikethebatterypack with a hammer, step on the battery pack or otherwise expose it to strong impacts, shocks or excessive force.• Donotsolderontothebatterypack.• Donotexposebatterypacktoliquidorallowthebatterycontactstoget wet.• Do notdisassembleor modify thebatterypack.e batterypackcontains safety and protection measures, which, if damaged, may cause the battery pack to generate heat, explode or ignite.• Donotdischargethebatterypackusinganydeviceexceptforthespec-ied device. When it is used in devices other than the specied de-vices, the battery pack can be damaged or its life expectancy reduced. If the device causesany abnormalcurrent to ow, it may cause thebattery pack to become hot, explode or ignite and cause serious injury.• Intheeventthebatterypackleaksandtheuidgetsintoone’seye,donot rub the eye. Rinse well with water and immediately seek medical care.Ifleuntreated,thebatteryuidcouldcausedamagetotheeye.1.6  Warranty StatementsDAP Technologies makes no representation or warranty with respect to the contents hereof and specically disclaims any implied warranties of merchantability or tness for any particular purpose.e information in this manual is subject to change.  DAP Technologies reserves the right to update and modify the M9000 Series, its accesso-ries, and manuals without notice.No part of this manual may be copied, distributed, transmitted, tran-scribed, stored in a retrieval system, or translkated in any form or by any means, whether electronically or manually, without the express written consent of DAP Technologies.As manufacturer, DAP Technologies will replace or repair, at its dis-cretion, any products that prove to be defective in either materials or workmanship, for a period of one year following the purchase date of the M9000 Series unit and for a period of ninety (90) days following the purchase date of the M9000 accessories sold by DAP Technologies.  e warranty only covers the materials and workmanship.is warranty does not cover damages caused by misuse, abuse, or ne-glect,oroccurringduringshippingorstorage;thewarrantydoesnotalso cover any modication or servicing by anyone other than a DAP Technologies Authorized Service Center.DAP Technologies cannot be held responsible for any damage caused by the misuse fo the M9000 Series unit or by any other soware or hard-ware added to the M9000.e operating system, MS-DOS®, Windows CE, and all other soware sold or supplied by DAP Technologies are provided as is, without any warranty, either express or implied.In no event shall DAP Technologies be liable for any direct damage, indi-rect damage, or damage of any kind, including but not limited to damag-es on account of the loss of present or prospective prots arising out of or in connection with the use or failure of performance of this product.  No claim may be made against DAP Technologies under this head, whether arising from contractual, extra-contractual, or statutory liability.e warranty allowed hereby excludes all other legal warranties related to the quality of this product or its capacities to fulll specic purposes, including all warranties granted by the United States Convention on Contracts for the International Sale of Goods, the applciation of such Convention being expressly excluded.M9000 Series is a registered trademark of DAP Technologies.  Microso and MS-DOS® are registered trademarks of Microso Corporation.1.7  Warranty and After ServiceShould this Device be malfunctioned, please contact the original retailer providing information about the product name, the serial number, and the details about the problem.1.8  Europe – EU Declaration of Conformityis device complies with the essential requirements of the R&TTE Di-rective 1999/5/EC. e following test methods have been applied in or-der to prove presumption of conformity with the essential requirements of the R&TTE Directive 1999/5/EC:• EN60950-1:2006—SafetyofInformationTechnologyEquipment• EN50371:(2002-03)—Genericstandardtodemonstratethecom-pliance of low power electronic and electrical apparatus with the ba-sic restrictions related to human exposure to electromagnetic elds (10 MHz - 300 GHz) -- General public• EN 300 440-1 V1.4.1: (2008-05) — Electromagnetic compatibil-ity and Radio spectrum Matters (ERM); Short range devices; Ra-dioequipmenttobeusedinthe1GHzto40GHzfrequencyrange;Part1: Technical characteristics and test methods• EN 300 440-2 V1.2.1: (2008-05) — Electromagnetic compatibilityandradiospectrummatters(ERM);Wirelessmicrophonesinthe25MHzto3GHzfrequencyrange;• EN 301 908-1 V3.2.1: (2007-05) — Electromagnetic compatibilityandRadiospectrumMatters(ERM);BaseStations(BS),Repeatersand User Equipment (UE) for IMT-2000 ird-Generation cellular networks;Part1:HarmonizedENforIMT-2000,introductionandcommon requirements, covering essential requirements of article 3.2 of the R&TTE Directive• EN 301 489-1 V1.8.1: (2008-04) — Electromagnetic compatibilityandRadioSpectrumMatters(ERM);ElectroMagneticCompatibil-ity(EMC)standardforradioequipmentandservices;Part1:Com-mon technical requirements• EN 301 489-3 V1.4.1 (2002-08) — Electromagnetic compatibilityandRadioSpectrumMatters(ERM);ElectroMagneticCompatibili-ty(EMC)standardforradioequipmentandservices;Part3:Specicconditions for Short-Range Devices (SRD) operating on frequencies between 9 kHz and 40 GHz• EN301489-7V1.3.1(2005-11)—ElectromagneticcompatibilityandRadio spectrum Matters -(ERM); ElectroMagnetic Compatibility(EMC)standardforradioequipmentandservices;Part7:Specicconditions for mobile and portable radio and ancillary equipment of digital cellular radio telecommunications systems (GSM and DCS)• EN301489-17V1.3.2 (2007-06)—ElectromagneticcompatibilityandRadiospectrumMatters(ERM);ElectroMagneticCompatibility(EMC)standardforradioequipment;Part17:Specicconditionsfor2,4 GHz wide-band transmission systems, 5 GHz high performance RLAN equipment and 5,8 GHz broadband data transmitting systems• EN 301 489-19 V1.2.1 (2002-11) — Electromagnetic compatibilityandRadiospectrumMatters(ERM);ElectroMagneticCompatibil-ity(EMC)standardforradioequipmentandservices;Part19:Spe-cic conditions for Receive-Only Mobile Earth Stations (ROMES)
91.0  Introductionoperating in the 1,5 GHz band providing data communication• EN 301 489-24 V1.5.1 (2010-10) — Electromagnetic compatibilityandRadiospectrumMatters(ERM);ElectroMagneticCompatibil-ity(EMC)standardforradioequipmentandservices;Part24:Spe-cic conditions for IMT-2000 CDMA Direct Spread (UTRA and E-UTRA) for Mobile and portable (UE) radio and ancillary equipment• EN 301 489-33 V1.1.1 (2009-02) — Electromagnetic compatibilityandRadiospectrumMatters(ERM);ElectroMagneticCompatibility(EMC)standardforradioequipmentandservices;Part33:Specicconditions for Ultra-Wide-Band (UWB) communications devices• EN302065V1.2.1(2010-07)—ElectromagneticcompatibilityandRadiospectrumMatters(ERM);Short-RangeDevices(SRD)usingUltra- Wide-Band technology (UWB) for communications purpos-es;HarmonisedENcoveringtheessentialrequirementsofArticle3.2of the R&TTE Directive• EN301511V9.0.2(2003-3)—GlobalSystemforMobilecommuni-cations(GSM);HarmonisedENformobilestationsintheGSM900and GSM 1800 bands covering essential requirements under Article 3.2 of the R&TTE Directive (1999/5/EC)• EN301893V1.5.1(2008-12)—BroadbandRadioAccessNetworks(BRAN);5GHzhighperformanceRLAN;HarmonisedENcoveringthe essential requirements of Article 3.2 of the R&TTE Directive• EN300328V1.7.1(2006-02)—ElectromagneticcompatibilityandRadio spectrumMatters(ERM);Wide-bandtransmissionsystems;Data transmission equipment operating in the 2,4 GHz ISM band andusingwide-bandmodulationtechniques;HarmonisedENcover-ing essential requirements under Article 3.2 of the R&TTE Directive• EN62311:2008—Assessmentofelectronicandelectricalequipmentrelated to human exposure restrictions for electromagnetic elds (0 Hz-300 GHz)• EN 55022:2006/A1:2007 — Information technology equipment —Radio disturbance characteristics — Limits and methods of mea-surement• EN 55024:1998/A2:2003 — Information technology equipment —Immunity characteristics — Limits and methods of measurement1.9  European Union CE Marking and Compliance NoticesStatements of Compliance:English — is product follows the provisions of the European Directive 1999/5/EC.Danish — Dette produkt er i overensstemmelse med det europæiske direktiv 1999/5/EC.Dutch — Dit product is in navolging van de bepalingen van Europees Directief 1999/5/EC.Finnish — Tämä tuote noudattaa EU-direktiivin 1999/5/EC määräyk-siä.French — Ce produit est conforme aux exigences de la Directive Européenne 1999/5/EC.German — Dieses Produkt entspricht den Bestimmungen der Eu-ropäischen Richtlinie 1999/5/EC.Greek — To προϊόν αυτό πληροί τις προβλέψεις της Ευρωπαϊκής Οδηγίας 1999/5/EC.Spanish — Este producto cumple las disposiciones de la Directiva Europea 1999/5/CE.
101.0  Introduction1.10 SpecicationsOperating Sys-temWindows® Embedded Standard 7, Windows® CE 6.0 ProfessionalProcessor Intel® Atom™ E660T 1.3 GHzMemory 1 GB DDR2 SDRAM (2 GB optional)Storage 16 GB solid state drive (32 or 64 GB optional)DisplaySunlight-viewableHardened touchscreenLandscape or portrait orientationPassive stylus or nger operation7-inch WVGA (800 x 480)550 nitsSensorsLight sensor for auto backlight adjustmentPosition sensor (accelerometer) for portrait or land-scape screen orientationKeypad / Buttons3-key keypad (enter, navigation, function)7 programmable keys (touchscreen)Adjustable keypad backlightProgrammable trigger on undersideCommunicationsWLAN — Summit 802.11 a/b/g/nWWAN — Gobi™ 3000: (CDMA, EVDO, UMTS, GSM, GPRS, EDGE, DTM, HSPA, 3G: 14.4 / 5.76 Mbps, DOrA: 3.1 /1.8 Mbps)GPS — Gobi™ 3000 (Standalone, XTRA, AGPS)Zigbee® — Building Automation (BA)    Home Automation (HA)   Smart Energy (SE)Wireless USB — Video/dataBluetooth® — v2.1 + EDR Class II (BlueSoleil stack)Input / OutputPower jack1x RS-2321x USB 2.0Via dock connector:  1x USB 2.0  1x EthernetBarcode ScanningShort range barcode:  1D laserCamera:5-MPcolorcamerawithashExpansion SlotsSD card slot (supports up to 32 GB)Multi-I/O interface:     2x USB 2.0  1x CAN bus 2.0 (interface only)  1x SDVO (Serial Digital Video Out)  2x RS-232AudioSpeakerIntel® HD Audio3.2 mm stereo headset jackSoftwareWindows® Embedded 7:IE8, IIS 7.0, .NET 3.5, Remote Desktop, SQL, Backup and Restore, Boot from VHD or USB, Power Manage-ment, EWF and FBWFWindows® CE 6.0 Professional:ActiveSync, FTP client/server, IE 6.0, Viewers for Mi-croso® Oce and PDF les, Inbox, Windows Media Player, Remote Desktop, Terminal Services ,Voice Re-corder, Backup and Restore, Barcode Scanner UtilityPowerPrimary internal:     Li-ion battery, 7.4 V, 3000 mAhSecondary battery:     Li-ion battery pack, 7.4 V, 3000 mAhInput:     10–20 VDC, 2 ADimensions & Weight9.0 (L) x 7.3 (W) x 2.3 (H) inches [230 x 185 x 60 mm]2.96 lb. [1346 g]RegulatoryFCC Class BCERoHSWEEELaser safety:A21CFR1040.10 IEC/EN 60825-1EnvironmentOperating temperature:  -4 to +122 °F [-20 to +50 °C]Charging temperature:  32 to +104 °F [0 to +40 °C]Storage temperature:  -22 to +158 °F [-30 to +70 °C]Drop:  Multiple 6-foot (1.8-meter) drops to concreteESD:  15 kV air discharge, 8 kV direct dischargeSealing:  IP67 certiedHumidity:  5%-95%, non-condensingVibration: MIL-STD-810F
112.0  Getting Started2.1  What’s In the PackageM9010Power Cords (US, UK, and EU)Quick Start GuideStylusAC AdapterBattery Pack1. Usingaatheadscrewdriver,removethescrewsasshown.2.2  Installing Optional Memory Cards2.0  Getting Started
122.0  Getting StartedSD Card Slot2.  Li the back cover o.3.  Insert the SIM Card into the small slot.4.  Insert the SD Card into the slot and press in until it locks in place.5.  Place the cover back on the unit.6. Insertthescrewsintotheirholesandtightenusingaatheadscrew-driver.SIM Card Slot
132.0  Getting Started2.  Insert the power cord into the wall outlet and charge the battery  for a minimum of 6 hours.3.  A red light will appear on the front of the unit while the unit is charg-ing.  It will turn green when charging is complete.1.  Insert the battery as shown to the right.2.3  Install the Battery2.4.1  Plugging In1.  Insert the AC adapter into the power input.USAUKEU2.4  Charge the Battery2.  Turn the battery lock wheel clockwise until the battery is locked in place.– WARNING –  If the battery is not properly locked into position, the unit WILL NOT start.
142.0  Getting Started2.4.2  LED IndicatorsRed LEDIndicates that batteries are charging.Green LEDIndicates that batteries are chargedFlashing Green LEDIdicates that unit is booting, resuming, or hibernating.Yellow LEDIndicates a battery error, including a missing one.
152.0  Getting Started2.5  Operating the Unit2.5.1  Turning the Unit On1.  Once the unit is charged, turn the unit on by pressing and releasing the trigger on the back of the unit.2.  A DAP splash screen will appear while the OS is loading.3.  Once the OS has loaded, the desktop will appear.4.  e unit is ready for use.Trigger/Scan Key2.5.2  Calibrating the Touchscreenetouchscreencomespre-calibratedfromthefactory;however,ifthescreen ever needs to be re-calibrated, perform the following:1.  Open the Start Menu and tap on Control Panel.2.  A window entitled Adjust Your Computer’s Settings will open.3.  Tap the Tablet PC Settings icon.
162.0  Getting Started7.  Follow the onscreen instructions and the Digitizer Calibration Tool window will open asking to save the calibration data.8.  If the calibration was satisfactory, tap the Yes button.8.  e screen will return to the Tablet PC Settings window.2.5.3  Launching an Application2.5.3.1  Using the Stylus1.  Touch the Start Menu Icon  or Start Menu Button   with a nger or the stylus.2.  When the Start aMenu appears, select an item to launch or navigate with using a nger or stylus.2.5.3.2  Using the Nav Button1.  Touch the Start Menu Icon  or Start Menu Button   with a nger or a stylus.2.  Once the Start Menu appears, use the Nav Button to scroll the list of items.3.  To select a sub-menu, press the right side of the Nav Button.  Pressing the le side of the Nav Button while in a sub-menu will take you to the previous menu.4.  Once an item to be selected is highlighted, press the Enter Button to launch the item.4. e Tablet PC Settings window will open.5.  Tap the Calibrate button.6.  e Calibration window will open.
172.0  Getting Started2.5.5  Using the Function Button2.5.5.1  Function Button Key Combinationsis unit provides certain commands through function button combi-nations.  e combinations listed below provide access to the specic options listed below:2.5.5.2  Function Button with Function KeysEach Function Key has two states.  e rst is its programmable func-tion.  e second is indicated by an icon representing its function and is activated as shown below:2.5.4  Entering Data1.  Attach a keyboard to the USB connector on the top of the unit.–  OR  –2.  Tap the Tablet PC Input Panel icon in the task bar at the bottom of the screen and the Onscreen Keyboard will appear:4.  To close the Onscreen Keyboard, tap either the X or the Tablet PC Input Panel icon a second time.5.  If the unit is rotated, the screen will go dark, then re-orient the desk-top in the following manner:Brightness:Tab:+++++Space:++Reset:(Hold until screen shuts o)Shutdown:Battery Status:22+Volume:33+Camera:55+Radio Mgmt:44+GPS:66+Product Site: ??+Sleep: +

Navigation menu