Elo TouchSystems ES601068 Rev A manual

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

Go to page of

A good user manual

The rules should oblige the seller to give the purchaser an operating instrucion of Elo TouchSystems ES601068 Rev A, along with an item. The lack of an instruction or false information given to customer shall constitute grounds to apply for a complaint because of nonconformity of goods with the contract. In accordance with the law, a customer can receive an instruction in non-paper form; lately graphic and electronic forms of the manuals, as well as instructional videos have been majorly used. A necessary precondition for this is the unmistakable, legible character of an instruction.

What is an instruction?

The term originates from the Latin word „instructio”, which means organizing. Therefore, in an instruction of Elo TouchSystems ES601068 Rev A one could find a process description. An instruction's purpose is to teach, to ease the start-up and an item's use or performance of certain activities. An instruction is a compilation of information about an item/a service, it is a clue.

Unfortunately, only a few customers devote their time to read an instruction of Elo TouchSystems ES601068 Rev A. A good user manual introduces us to a number of additional functionalities of the purchased item, and also helps us to avoid the formation of most of the defects.

What should a perfect user manual contain?

First and foremost, an user manual of Elo TouchSystems ES601068 Rev A should contain:
- informations concerning technical data of Elo TouchSystems ES601068 Rev A
- name of the manufacturer and a year of construction of the Elo TouchSystems ES601068 Rev A item
- rules of operation, control and maintenance of the Elo TouchSystems ES601068 Rev A item
- safety signs and mark certificates which confirm compatibility with appropriate standards

Why don't we read the manuals?

Usually it results from the lack of time and certainty about functionalities of purchased items. Unfortunately, networking and start-up of Elo TouchSystems ES601068 Rev A alone are not enough. An instruction contains a number of clues concerning respective functionalities, safety rules, maintenance methods (what means should be used), eventual defects of Elo TouchSystems ES601068 Rev A, and methods of problem resolution. Eventually, when one still can't find the answer to his problems, he will be directed to the Elo TouchSystems service. Lately animated manuals and instructional videos are quite popular among customers. These kinds of user manuals are effective; they assure that a customer will familiarize himself with the whole material, and won't skip complicated, technical information of Elo TouchSystems ES601068 Rev A.

Why one should read the manuals?

It is mostly in the manuals where we will find the details concerning construction and possibility of the Elo TouchSystems ES601068 Rev A item, and its use of respective accessory, as well as information concerning all the functions and facilities.

After a successful purchase of an item one should find a moment and get to know with every part of an instruction. Currently the manuals are carefully prearranged and translated, so they could be fully understood by its users. The manuals will serve as an informational aid.

Table of contents for the manual

  • Page 1

    API Document Elo T ouch Solutions Elo ® T ablet ES 601068 Rev A[...]

  • Page 2

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 2 of 23 Change History Rev. Description of Chang e Release Date Changed By A Initial Release per ECO- 13 - 0697. 09/0 5/2013 Cherrie Soetjipto[...]

  • Page 3

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 3 of 23 Copyright © 2013 Elo T ouch Solutions, Inc. A ll Rights Reserv ed. No part of this pub lication m ay be reproduced, transm itted, transcribed, stored in a retrieval s ystem, or translated into any language or com puter language, in a ny form or by an y means, including, but[...]

  • Page 4

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 4 of 23 Table of Contents Introduction ...................................................................................... 5 Application Programming Interface ............................................... 6 Battery Managem ent ...................................................[...]

  • Page 5

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 5 of 23 Introduction The following Application Programming Interface s (APIs) are used to communicate with the Elo T a blet. It will be released as Dynamic Link Library (DLL). The user of the API will need to import the DLL and cal l the corresponding function listed below . The API[...]

  • Page 6

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 6 of 23 Application Programming Interface Battery Management 1. EloGetBattery Status( unsigned char *p Status); Description: Retrieve Battery Information OUT : 1 byte of Battery Information Bit 7 - main battery present Bit 6 - main battery charging Bit 5 - main battery discharging B[...]

  • Page 7

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 7 of 23 Description: Retrieve current battery charging Strength Percentage IN: BA TTERY_LOCA TION: 0 T ablet Batt ery 1 Docking Battery OUT : 0 – 100 percent Successful Return value: ST A T US_OK (0) 4. EloGetBattery ChargingThreshold(BA TT ERY _LOCA TION location, unsigned char *[...]

  • Page 8

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 8 of 23 7. EloGetBattery V oltageCurrent(BA TT ERY _LOCA TION location, short *pV oltage, short *pCurrent); Description: Retrieve the battery voltage and current IN: BA TTERY_LOCA TION: 0 T ablet Batt ery 1 Docking Battery OUT : 0 – 65536 for V oltage, - 32768 – 32767 for Curren[...]

  • Page 9

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 9 of 23 MCU 1. EloGetECV ersion(un signed int *pECV e r); Description: Get T ablet EC version OUT : 2 Bytes, LSB: V ersion LSB, MSB: V ersion MSB Output format: MSB.LSB Successful Return value: ST A T US_OK (0) 2. EloGetDECV ersion(unsigned int *pECV e r); Description: Get Docking E[...]

  • Page 10

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 10 of 23 POS Peripheral 1. EloGetMSRControl( unsigned char *pData); Description: Get the MSR output device OUT : 0 keyboard 1 Vir tual COM port Successful Return value: ST A T US_OK (0) 2. EloEnableNFCDevice( unsigned char Data); Description: T urn ON/OFF the NFC device IN: 0 OFF 1 [...]

  • Page 11

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 11 of 23 Sensors 1. EloEnableLightSensor( unsigned char Data); Description: This API is obsolete 2. EloGetLightSensorDat a( unsigned int *pLight SensorData); Description: Retrieve the light sensor data OUT : raw data 0 – 65535 Successful Return value: ST A T US_OK (0) 3. EloEnable[...]

  • Page 12

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 12 of 23 Description: Set the Accelerometer sampling period IN: Raw data 0 – 255 units, 1 unit is 10ms Successful Return value: ST A T US_OK (0) 7. EloGetAccelerometer GSetting( unsigned char *pData); Description: Retrieve the G setting OUT : Bit 0 and Bit 1 of the Byte pData vali[...]

  • Page 13

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 13 of 23 0x02 - landscape right 0x03 - landscape left Successful Return value: ST A T US_OK (0) 10. EloOnBacklight( unsigned int on); Description: This API is obsolete 11. EloGetBacklight( unsigned int *pPercentage); Description: This API is obsolete 12. EloSetBacklight( unsigned in[...]

  • Page 14

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 14 of 23 0: Power 2: Payment Amber 4: W iFi 6: Charge Amber 8: Payment Green 10: Charge Green 12: Bluet ooth 14: LightBeam 16: Docking Power 18: Docking Charge Green 20: Docking Charge Amber 22: LAN OUT : Bit details of the pData are as following: bit 0 ~ bit 3 0 - Of f 1 - blink in[...]

  • Page 15

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 15 of 23 10 - fade away in step of 200ms 1 1 - fade away in step of 300ms 12 - fade away in step of 400ms 13 ~ 15 - undefined bit 4 ~ bit 6 – brightness 0 - of f 1 - 7 dif ferent level, 7 is the brightest Successful Return value: ST A T US_OK (0) 15. EloSetLEDStatus(ELO_LEDS led, [...]

  • Page 16

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 16 of 23 OUT : Bit details of the byte are as following: bit 0 ~ bit 3 0 – Of f 1 - blink in 200ms 2 - blink in 500ms 3 - blink in 1s 4 - blink in 2s 5 - blink in 4s 6 - blink in 8s 7 - full on 8 – undefined 9 - fade away in step of 100ms 10 - fade away in step of 200ms 1 1 - fa[...]

  • Page 17

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 17 of 23 Description: This API is obsolete. 18. EloSetCameraFlashStrength( unsigned int strength); Description: This API is obsolete. 19. EloGetT emperature( unsigned int nSensor , char *pT emp); Description: Retrieve the sensor temperatures IN: 0 – 6 0: CPU core 1: Battery Pack 2[...]

  • Page 18

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 18 of 23 EEPROM 1. Elo WriteEpr( unsigned int Data); Description: Write 1 by te to 1 location of 1 specific segment IN: Byte0 of Data is segment Byte1 of Data is of fset Byte2 of Data is byte of data Successful Return value: ST A T US_OK (0) 2. EloPreReadEpr( unsigned short Data); D[...]

  • Page 19

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 19 of 23 5. EloGetMotherBoardSeri alNumber_DW1( unsigned int *pSerialNumDw 1); Description: Retrieve the MotherBoard serial number higher 4 bytes. OUT : The higher 4 by tes will be saved in pSeri alNumDw1. Successful Return value: ST A TUS_OK (0) 6. EloGetT abletSerialNumber _DW0( u[...]

  • Page 20

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 20 of 23 Successful Return value: ST A T US_OK (0) 10. EloGetUUID_D W 2( unsigned int *pUUID2); Description: Retrieve UUID higher 4 bytes. OUT : The higher 4 by tes will be saved in pUUID2. Successful Return value: ST A T US_OK (0) 11. EloGetUUID_D W 3( unsigned int *pUUID3); Descri[...]

  • Page 21

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 21 of 23 IN: The data to be set Successful Return value: ST A T US_OK (0) 15. EloSetT abletSerialNumber_D W 1( unsigned int SerialNumDw1); Description: Set the T a blet Serial Number higher 4 bytes IN: The data to be set Successful Return value: ST A T US_OK (0) 16. EloSetUUID_D W 0[...]

  • Page 22

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 22 of 23 Description: Set the UUID highest 4 bytes IN: The data to be set Successful Return value: ST A T US_OK (0)[...]

  • Page 23

    Elo ® Tablet NFC R eader Applica tion Note ES 60106 8 Rev A, Page 23 of 23 Check out Our Website www .elotouch.com Get the latest...  Product Information  Specifications  Upcoming events  Press releases  Software drivers Getting in T ouch w ith us T o find out more about the extensive range of Elo touch solutions, visi t our website[...]