background image

UM600183 Rev. A, page 27 of 38 

 

User Manual 

 I-series 2.0  

 

Technical Assistance 

 

 

 

Refer to last page for worldwide technical support phone numbers. 

 

 

Technical Specifications

 

visit 

www.elotouch.com/products

 

for technical specifications for this device

 

Support

 

 

visit 

www.elotouch.com/support

 for technical support

 

Summary of Contents for Backpack

Page 1: ...USER MANUAL Elo Touch Solutions Elo Backpack ELO KIT EloView Engine ...

Page 2: ...ons Inc Disclaimer The information in this document is subject to change without notice Elo Touch Solutions Inc and its Affiliates collectively Elo makes no representations or warranties with respect to the contents herein and specifically disclaims any implied warranties of merchantability or fitness for a particular purpose Elo reserves the right to revise this publication and to make changes fr...

Page 3: ...f 38 User Manual Elo Backpack 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 ...

Page 4: ... natural flow of information between a user and the Elo Backpack This Elo Backpack has the following features that enhance system performance such as Plug Play compatibility HDMI Out LAN Wi Fi Bluetooth A general purpose input output header via an optional GPIO cable Two USB type A ports SD card slot This manual contains detailed guidelines for operating Sections 2 and 3 and maintaining Section 4 ...

Page 5: ...th American power adaptor head Europe power adaptor head China power adaptor head Elo Backpack 1 Connect the included 12V DC Power cable to Elo Backpack and the wall power outlet 2 Connect USB cable from Elo touchmonitor to one of the USB Type A connections 3 Connect HDMI cable between Elo touchmonitor and HDMI Out connection 4 Press the power button to power on the Elo Backpack ...

Page 6: ...UM600183 Rev A page 6 of 38 User Manual Elo Backpack ...

Page 7: ...tus of the system as follows Power status Led status OFF disconnected from wall Off OFF connected to wall Orange Solid SLEEP White Blinking ON White Solid For detailed power consumption specifications refer to technical specifications available on the Elo website www elotouch com To bring the system out of sleep standby mode press the power button once If the system is in sleep mode touching the e...

Page 8: ...rd Mouse Barcode scanner support IEEE 802 11b g n ac WEP WPA WPA2 capable 2 4Ghz 5Ghz 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...

Page 9: ...rrent 200mA There are two input connections and one output connection Pin 1 5 Volt output connection Pin 2 Input connection 1 Pin 3 Input connection 2 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 ...

Page 10: ...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 For more details on how to use this feature please reference the apps notes at www eloview com ...

Page 11: ...ies 2 0 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: ...UM600183 Rev A page 12 of 38 User Manual I series 2 0 From Android Settings USB port ...

Page 13: ...B actions To connect via Ethernet enter the Developer Mode and enable the Ethernet debugging with static IP option Connect the Ethernet cable and run the command adb connect 192 168 1 5 to connect to the device To connect via the Type A USB port perform the following steps 1 Ensure the USB cable type A is not connected to the Elo Backpack 2 From the settings enter Developers Options 3 Turn on the ...

Page 14: ...trol 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 This function is ON by default and will turn off the backlight during the hours of midnight and 6AM daily ...

Page 15: ...UM600183 Rev A page 15 of 38 User Manual I series 2 0 Secure Digital Card SD Card The Elo Backpack supports SD cards up to 128 GB ...

Page 16: ...e 16 of 38 User Manual I series 2 0 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 ...

Page 17: ...Near Field Communication ELOPeripheralService The fundamental class to provide different functions for ELO application developmentEx System Overview Fig 3 1 shows the software stack for an Android system This implementation is based on standard Android design and extends the framework functionality at Java services layer to fulfill customer requirement The extended functionality at Java service is...

Page 18: ...d 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 Therefore this framework ability which forms the fundamental class ELOPeripheralService is based on this kind of server client design feature...

Page 19: ...ervice EloPeripheralEventListener Application extends abstract class to receive the driven event from EloPeripheralManager Uses event driven notification method to notify the application program about the status change IELOPeripheralService aidl Android programming language for java layer IPC communication Used for Client Server ELOPeripheralManager ELOPeripheralService IPC communication where sen...

Page 20: ...UM600183 Rev A page 20 of 38 User Manual I series 2 0 Figure 2 2 ELOPeripheralService ...

Page 21: ...onality to peripheral equipment or defined action flow ELOPeripheralManager mBCR_APIs mMSR_APIs mNFC_APIs mGPIO_APIs mIDLE_APIs public void registerListener ELOPeripheralEventListener listener public void unregisterListener ELOPeripheralEventListener listener public void registerListener ELOPeripheralEventListener listener Provide interface for application to register the feedback structure instan...

Page 22: ... 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 ...

Page 23: ...eBCR 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 GPIO PIN definition gpio80 Output gpio81 Input gpio82 Input Table 3 1 GPIOs List ...

Page 24: ...E_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 ...

Page 25: ...CE_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 ...

Page 26: ...power LED is solid white then the system is ON If the power LED is orange then the system is OFF If the system stays in the OFF state try unplugging the power cable and then re plugging it after five seconds In the case that the power button LED displays solid white light there may be an issue with the display Please contact Elo Support Monitor connected to the Elo Backpack has a blank screen If t...

Page 27: ...2 0 Technical Assistance Refer to last page for worldwide technical support phone numbers Technical Specifications visit www elotouch com products for technical specifications for this device Support visit www elotouch com support for technical support ...

Page 28: ...o Backpack Disconnect the power cable before cleaning To clean the unit use a soft cotton or microfiber cloth lightly dampened with a mild detergent It is important that your unit remains dry Do not get liquids on or inside the unit In the event that liquid does get inside have a qualified service technician inspect the unit before you power it on again ...

Page 29: ... for a Class A digital device pursuant to Part 15 of FCC Rules These limits are designed to provide reasonable protection against harmful interference in a residential installation This 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 radio communications Notice to Users in Canada Thi...

Page 30: ...uld void the user s authority to operate the equipment 2 If this equipment appears to cause interference with radio or television reception or any other device a Verify as an emission source by turning the equipment off and on If you determine that this equipment is causing the interference try to correct the interference by using one or more of the following measures i Move the digital device awa...

Page 31: ...h 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 o WLAN 802 11b g n ac 2400 2483 5MHz 17 dBm EIRP 5150 5250MHz 18 dBm EIRP o BT 2400 2483 5MHz 11 dBm EIRP ...

Page 32: ...nerates uses and can radiate radio frequency energy and if not installed and used in accordance with the instruction manual may cause harmful interference to radio communications Operation of this equipment in a residential area is likely to cause harmful interference in which case the user will be required to correct the interference at his own expense This equipment should be installed and opera...

Page 33: ...UM600183 Rev A page 33 of 38 User Manual I series 2 0 This equipment should be installed and operated to ensure a minimum of 20 cm spacing to any person at all times ...

Page 34: ...ive 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 For information on how you can access these arrangements please visit www elotouch com e waste recycling program Caution Risk of explosion if battery is replaced by an incorrect type D...

Page 35: ...名称和含量 中国电子电气产品环境信息 触控一体机 有害物质 铅 Pb 汞 Hg 镉 Cd 六价铬 Cr VI 多溴联 苯 PBB 多溴二苯 醚 PBDE 电缆组件 X O O O O O 金属框架 X O O O O O 塑胶盖 O O O O O O 印制线路板 X O O O O O 本表格依据 SJ T 11364 的规定编制 O 表示该有害物质在该部件所有均质材料中的含量均在 GB T 26572 规定 的限量要求以下 X 表示该有害物质至少在该部件的某一均质材料中的含量超出 GB T 26572 规定的限量要求 标志说明 根据 SJ T11364 的要求 电子信息产品标有以下污染控制标识 此产品在10年内不会 对环境产生影响 ...

Page 36: ...User Manual I series 2 0 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 ...

Page 37: ...UM600106 Rev A page 37 of 38 User Manual i series 2 0 Section 6 Warranty Information For warranty information go to http support elotouch com warranty ...

Page 38: ...ers To find out more about our extensive range of Elo touch solutions go to www elotouch com or call the office nearest you North America Tel 1 408 597 8000 Fax 1 408 597 8001 elosales na elotouch com Europe Tel 32 0 16 70 45 00 Fax 32 0 16 70 45 49 elosales elotouch com Asia Pacific Tel 86 21 3329 1385 Fax 86 21 3329 1400 www elotouch com cn Latin America Tel 52 55 2281 6958 elosales latam elotou...

Reviews: