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

Ir a la página of

Buen manual de instrucciones

Las leyes obligan al vendedor a entregarle al comprador, junto con el producto, el manual de instrucciones Elo TouchSystems ES601068 Rev A. La falta del manual o facilitar información incorrecta al consumidor constituyen una base de reclamación por no estar de acuerdo el producto con el contrato. Según la ley, está permitido adjuntar un manual de otra forma que no sea en papel, lo cual últimamente es bastante común y los fabricantes nos facilitan un manual gráfico, su versión electrónica Elo TouchSystems ES601068 Rev A o vídeos de instrucciones para usuarios. La condición es que tenga una forma legible y entendible.

¿Qué es un manual de instrucciones?

El nombre proviene de la palabra latina “instructio”, es decir, ordenar. Por lo tanto, en un manual Elo TouchSystems ES601068 Rev A se puede encontrar la descripción de las etapas de actuación. El propósito de un manual es enseñar, facilitar el encendido o el uso de un dispositivo o la realización de acciones concretas. Un manual de instrucciones también es una fuente de información acerca de un objeto o un servicio, es una pista.

Desafortunadamente pocos usuarios destinan su tiempo a leer manuales Elo TouchSystems ES601068 Rev A, sin embargo, un buen manual nos permite, no solo conocer una cantidad de funcionalidades adicionales del dispositivo comprado, sino también evitar la mayoría de fallos.

Entonces, ¿qué debe contener el manual de instrucciones perfecto?

Sobre todo, un manual de instrucciones Elo TouchSystems ES601068 Rev A debe contener:
- información acerca de las especificaciones técnicas del dispositivo Elo TouchSystems ES601068 Rev A
- nombre de fabricante y año de fabricación del dispositivo Elo TouchSystems ES601068 Rev A
- condiciones de uso, configuración y mantenimiento del dispositivo Elo TouchSystems ES601068 Rev A
- marcas de seguridad y certificados que confirmen su concordancia con determinadas normativas

¿Por qué no leemos los manuales de instrucciones?

Normalmente es por la falta de tiempo y seguridad acerca de las funcionalidades determinadas de los dispositivos comprados. Desafortunadamente la conexión y el encendido de Elo TouchSystems ES601068 Rev A no es suficiente. El manual de instrucciones siempre contiene una serie de indicaciones acerca de determinadas funcionalidades, normas de seguridad, consejos de mantenimiento (incluso qué productos usar), fallos eventuales de Elo TouchSystems ES601068 Rev A y maneras de solucionar los problemas que puedan ocurrir durante su uso. Al final, en un manual se pueden encontrar los detalles de servicio técnico Elo TouchSystems en caso de que las soluciones propuestas no hayan funcionado. Actualmente gozan de éxito manuales de instrucciones en forma de animaciones interesantes o vídeo manuales que llegan al usuario mucho mejor que en forma de un folleto. Este tipo de manual ayuda a que el usuario vea el vídeo entero sin saltarse las especificaciones y las descripciones técnicas complicadas de Elo TouchSystems ES601068 Rev A, como se suele hacer teniendo una versión en papel.

¿Por qué vale la pena leer los manuales de instrucciones?

Sobre todo es en ellos donde encontraremos las respuestas acerca de la construcción, las posibilidades del dispositivo Elo TouchSystems ES601068 Rev A, el uso de determinados accesorios y una serie de informaciones que permiten aprovechar completamente sus funciones y comodidades.

Tras una compra exitosa de un equipo o un dispositivo, vale la pena dedicar un momento para familiarizarse con cada parte del manual Elo TouchSystems ES601068 Rev A. Actualmente se preparan y traducen con dedicación, para que no solo sean comprensibles para los usuarios, sino que también cumplan su función básica de información y ayuda.

Índice de manuales de instrucciones

  • Página 1

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

  • Página 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[...]

  • Página 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[...]

  • Página 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 ...................................................[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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 *[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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 [...]

  • Página 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[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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, [...]

  • Página 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[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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[...]

  • Página 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)[...]

  • Página 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[...]