Download Print this page

Elo TouchSystems Backpack User Manual

Android media player. touch solutions

Advertisement

USER MANUAL
Elo Touch Solutions
Elo Backpack
ELO-KIT-EloView-Engine

Advertisement

loading

Summary of Contents for Elo TouchSystems Backpack

  • Page 1 USER MANUAL Elo Touch Solutions Elo Backpack ELO-KIT-EloView-Engine...
  • Page 2 Elo to notify any person of such revisions or changes. Trademark Acknowledgments Elo, Elo (logo), Elo Touch, Elo Touch Solutions, EloView, are trademarks of Elo and its Affiliates. User Manual – Elo Backpack UM600183 Rev A, page 2 of 38...
  • Page 3: Table Of Contents

    Section 1: Introduction ............................................... 4 Section 2: Unpacking and Operation ......................................... 5 Section 4: Technical Support and Maintenance ...................................... 26 Section 5: Regulatory Information ..........................................29 Section 6: Warranty Information..........................................37 User Manual – Elo Backpack UM600183 Rev A, page 3 of 38...
  • Page 4: Section 1: Introduction

    Section 1: Introduction Product Description Your new Elo Backpack system provides the reliable performance from Elo that can be paired with an external monitor. This creates a natural flow of information between a user and the Elo Backpack. This Elo Backpack has the following features that enhance system performance such as: •...
  • Page 5: Section 2: Unpacking And Operation

    • Elo Backpack Connect the included 12V DC Power cable to Elo Backpack and the wall power outlet. Connect USB cable from Elo touchmonitor to one of the USB Type A connections Connect HDMI cable between Elo touchmonitor and HDMI Out connection Press the power button to power on the Elo Backpack User Manual –...
  • Page 6 User Manual – Elo Backpack UM600183 Rev A, page 6 of 38...
  • Page 7 The Elo Backpack power button is equipped with an LED that indicates the power status of the system, as follows:...
  • Page 8 HDMI Output Elo Backpack is equipped with an HDMI port that can be connected to an external monitor and support resolutions up to 1920 x 1080 @ 60Hz input. When using an Elo touchmonitor as an external display, touch can be enabled by connecting a USB cable to the type A USB port on the Elo Backpack to the type B USB port on the monitor side.
  • Page 9 Pin 4 and Pin 5 are tied to ground Elo has an optional GPIO cable (PN: E086398) which extends this GPIO connection and allows easy connection of peripherals to the Elo Backpack. More information on this cable is available from Elo website. User Manual – I-series 2.0...
  • Page 10 Global Positioning Satellite (GPS) The Elo Backpack supports GPS functionality through software. User can input the longitude and latitude coordinates that define the device location. This allows GPS functionality indoors. In your EloView cloud account, enter the Edit mode under Details and the GPS co-ordinate option will be accessible.
  • Page 11 USB Control The Elo Backpack allows users to enable or disable specific USB ports. From EloView: Select the port that you want to enable or disable. If the lock is green, then the USB port is enabled. If the lock is red, then the port is disabled.
  • Page 12 From Android Settings  USB port: User Manual – I-series 2.0 UM600183 Rev. A, page 12 of 38...
  • Page 13 “Developer Options.” From here, enable the option called “USB debugging.” To connect via Wi-Fi, ensure that your Elo Backpack is online and not behind a firewall. Find the IP address (by going to Settings  About Phone  Status  IP Address. On your host computer, use the command adb connect <IP address> to be able to perform ADB actions.
  • Page 14 Intelligent Brightness Control To extend the life of the panel, Elo incorporates intelligent brightness control, which automatically turns off the panels backlight during hours when the system is not being used. This function is fully controllable through your EloView account. Navigate to the Settings tab and use the dropdown menus that relate to the Display Timer.
  • Page 15 Secure Digital Card (SD Card) The Elo Backpack supports SD cards (up to 128 GB). User Manual – I-series 2.0 UM600183 Rev. A, page 15 of 38...
  • Page 16 3G/4G LTE Module Information The following devices from ConnectedIO are supported: North America: EM1000T-NA Europe: EM1000T-EU Refer to the links above for more details about the modems. User Manual – I-series 2.0 UM600183 Rev. A, page 16 of 38...
  • Page 17 Software Section (To download SDK, go to www.elotouch.com) Glossary 1. Abbreviation SoC: System on a chip 2. Terms • IDLE_MODE: ELO specification for device interaction with POWER_KEY action • MSR: Magnetic Stripe Reader • BCR: Barcode Reader • NFC: Near Field Communication •...
  • Page 18 Fig 2-1. Android System Structure Android Framework Java Service Based on developed programming language, Android services can be divided into native (C base) and Java service. Android services are a kind of server-client structure where the server side can receive a request from the client and output the result to client. Also, the server-client structure can deal with synchronization issues from multi-client requests.
  • Page 19 ELOPeripheralService ELOPeripheralService is the major module to accept a client request from application layer. For service, complete the Android framework system design then the below classes are added into system: ELOPeripheralNative Execution of some native-C function flows for ELOPeripheralService ELOPeripheralManager Provides the interface to the application layer, which is the client component relative to ELOPeripheralService EloPeripheralEventListener Application extends abstract class to receive the driven event from EloPeripheralManager...
  • Page 20 Figure 2-2. ELOPeripheralService User Manual – I-series 2.0 UM600183 Rev. A, page 20 of 38...
  • Page 21 ELOPeripheralManager and ELOPeripheralEventListener As we mentioned in the last section, ELOPeripheralManager and ELOPeripheralEventListener are the components that provide interface for application development. Inner member data of ELOPeripheralManager and ELOPeripheralEventListener are listed below: 1. ELOPeripheralManager This manager contains some inner class member (as shown below) and for each inner class, provides specific functionality to peripheral equipment or defined action flow.
  • Page 22 1.1.1. activeBCR Activates the BCR device to read barcode data BCR is active and successfully reading the barcode sequence data. Now, the application will be notified by “ELOPeripheralEventListener” about receiving data disactiveBCR Deactivate the BCR device isBCRDeviceConnected Checks whether the BCR device is connected to the Android device User Manual –...
  • Page 23 1.1.2. GPIOs pullHighGPIO Pull high the state of GPIO-iface PullLowGPIO Pull low the state of GPIO-iface disactiveBCR getGPIOInterfaces Get the list string data of interest GPIOs at designed system. Refer to Table 3-1 GPIOs list Note: The pull action is only workable with output pin defined GPIO The GPIO input pin can notify the application about the status change read by “ELOPeripheralEventListener”...
  • Page 24 1.1.3. IDLE activeIdleMode Forces system to enter IDLE_MODE (IDLE_MODE on) disactiveIdleMode Forces system to leave IDLE_MODE (IDLE_MODE off) 1.2. ELOPeripheralEventListener onBCR_StateChange Refer to Table 3-2 Notifies the application about the BCR status change data onGPIO_StateChange Refer to Table 3-2 Notifies the application about the GPIOs status change data User Manual –...
  • Page 25 BCR state value ELOPeripheralManager.BCR_STATE_DEVICE_CONNECTION 1 << 0 ELOPeripheralManager.BCR_STATE_DEVICE_DISCONNECTION 1 << 1 ELOPeripheralManager.BCR_STATE_DATA_RECEIVIED 1 << 2 ELOPeripheralManager.BCR_STATE_PIN_AUTO_DISABLE 1 << 3 GPIO state value ELOPeripheralManager.GPIO_STATE_HIGH 1 << 4 ELOPeripheralManager.GPIO_STATE_LOW 1 << 5 GPIO data gpio81 gpio82 Table 3-2 User Manual – I-series 2.0 UM600183 Rev.
  • Page 26: Section 4: Technical Support And Maintenance

    Check that the power cable is properly connected to the wall and the Elo applied to the system. Backpack. If the power LED is solid white, then the system is ON. If the power LED is orange, then the system is OFF.
  • Page 27 Technical Assistance Technical Specifications Support visit www.elotouch.com/products visit www.elotouch.com/support for technical support for technical specifications for this device Refer to last page for worldwide technical support phone numbers. User Manual – I-series 2.0 UM600183 Rev. A, page 27 of 38...
  • Page 28 Elo Backpack Care and Handling The following tips will help maintain optimal performance of your Elo Backpack: • Disconnect the power cable before cleaning. • To clean the unit, use a soft cotton or microfiber cloth lightly dampened with a mild detergent.
  • Page 29: Section 5: Regulatory Information

    Section 5: Regulatory Information Electrical Safety Information Compliance is required with respect to the voltage, frequency, and current requirements indicated on the manufacturer’s label. Connection to a different power source than those specified herein will likely result in improper operation, damage to the equipment or pose a fire hazard if the limitations are not followed.
  • Page 30 Directive 2014/30/ EU as indicated in European Standard EN 55032 Class A and the Low Voltage Directive 2014/35/EU as indicated in European Standard EN 60950-1. General Information to all Users: This equipment generates, uses and can radiate radio frequency energy. If not installed and used according to this manual the equipment may cause interference with radio and television communications.
  • Page 31 Radio Equipment Directive Elo hereby declares that the radio equipment type, I-Series 2.0, is in compliance with Directive 2014/53/EU. The full text of the EU Declaration of Conformity is available at the following internet address: www.elotouch.com This device is designed and intended for indoor use only. Operation frequency and radio-frequency power are listed as below: WLAN 802.11b/g/n/ac 2400 - 2483.5MHz <...
  • Page 32 ECC/DEC/(04)08: The use of the frequency band 5 150-5 350 MHz is restricted to indoor operation because of the protection requirements of satellite services FCC: This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation.
  • Page 33 This equipment should be installed and operated to ensure a minimum of 20 cm spacing to any person at all times. User Manual – I-series 2.0 UM600183 Rev. A, page 33 of 38...
  • Page 34 Agency Certifications The following certifications and marks have been issued or declared for this peripheral: FCC/IC • • UL/cUL/CB • Japan MIC • VCCI • China CCC • China SRRC • Waste Electrical & Electronic Equipment Directive (WEEE) This product should not be disposed of with household waste. It should be deposited at a facility that enables recovery and recycling. Elo has put in place recycling arrangements in certain parts of the world.
  • Page 35 中国RoHS (China RoHS) 根据中国法律《电器电子产品有害物质限制使用管理办法》,以下部分列出了产品 中可能包含的有害物质的名称和含量。 中国电子电气产品环境信息 有害物质 触控一体机 多溴联 多溴二苯 铅 汞 镉 六价铬 苯 醚 (Pb) (Hg) (Cd) (Cr(VI)) (PBB) (PBDE) 电缆组件 金属框架 塑胶盖 印制线路板 本表格依据 SJ/T 11364 的规定编制. 表示该有害物质在该部件所有均质材料中的含量均在 GB/T 26572 规定 的限量要求以下. 表示该有害物质至少在该部件的某一均质材料中的含量超出 GB/T 26572 规定的限量要求. 标志说明 根据...
  • Page 36 Power Specifications Electrical Ratings Input 110/240VAC Operating Conditions Temperature 0°C - 40°C Humidity 20% to 80% (non-condensing) Storage Conditions Temperature -20°C - 50°C Humidity 10% to 95% (non-condensing) User Manual – I-series 2.0 UM600183 Rev. A, page 36 of 38...
  • Page 37: Section 6: Warranty Information

    Section 6: Warranty Information For warranty information, go to http://support.elotouch.com/warranty/ UM600106 Rev A, page 37 of 38 User Manual – i-series 2.0...
  • Page 38 www.elotouch.com Visit our website for the latest • Product Information • Specifications • Upcoming Events • Press Releases • Software Drivers To find out more about our extensive range of Elo touch solutions, go to www.elotouch.com, or call the office nearest you. Europe North America Asia-Pacific...