AMX i!-EquipmentMonitor manual

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

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 AMX i!-EquipmentMonitor. 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 AMX i!-EquipmentMonitor 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 AMX i!-EquipmentMonitor 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 AMX i!-EquipmentMonitor, 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 AMX i!-EquipmentMonitor debe contener:
- información acerca de las especificaciones técnicas del dispositivo AMX i!-EquipmentMonitor
- nombre de fabricante y año de fabricación del dispositivo AMX i!-EquipmentMonitor
- condiciones de uso, configuración y mantenimiento del dispositivo AMX i!-EquipmentMonitor
- 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 AMX i!-EquipmentMonitor 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 AMX i!-EquipmentMonitor 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 AMX 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 AMX i!-EquipmentMonitor, 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 AMX i!-EquipmentMonitor, 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 AMX i!-EquipmentMonitor. 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

    instruction manual integr ation!Solutions i!-EquipmentMonitor[...]

  • Página 2

    Software Limited Agreement LIMITED W ARRANTY LIMITED W ARRANTY . AMX Cor poration warrants that the SO FTW ARE will pe rf or m substantially in accordance with the accompanying written mater ials f or a per iod of ninety (90) days from the date of receip t. Any implied warranties on the SOFTW ARE and hardware are limited to ninety (90) da ys and on[...]

  • Página 3

    T able of Contents i i!-EquipmentMon itor T able of Contents Introduction ............. ................ .......................................... ............................ ............ 1 Supported Operating Systems .............................................. ............................................ 1 Minimum PC Requirements ............[...]

  • Página 4

    ii i!-Equipm entMonitor T able of Contents[...]

  • Página 5

    Intr oduction 1 i!-EquipmentMon itor Intr oduction i!-EquipmentMonitor ™ is an application that allows you to send and receive e-mail directly from a NetLinx ™ Control System. i!-E quipmentMonitor is pr imarily used to send and receiv e NetLinx Control System e-mails, su ch as sending e-mail notifications for system problems or equipment troubl[...]

  • Página 6

    Introduction 2 i!-Equipm entMonitor Installing i!-EquipmentMonitor 1. In Explorer , double-click i!-EquipmentMonito rSetup.exe from the directory window where you downloaded the i!-EquipmentMonitor i nstall program. 2. After reading the Licens e Agreement, select I Agr ee and Ne xt to proceed. 3. The W elcome T o i!-EquipmentMonitor Set up dialog a[...]

  • Página 7

    Running i!-Equipme ntMonitor 3 i!-EquipmentMon itor Running i!-EquipmentMonitor V ery little work is required to add e-mail support to your exis ting NetLinx code. Recei ving and sending e-mail are independent of each other; each one will be covere d in it's o wn section. Y ou do not need to add support for sending and recei vi ng if only one [...]

  • Página 8

    Running i!-Equipm entMonitor 4 i!-Equipm entMonitor Now , all you need to do is call the function that se nds an email. If you want to send an email ev ery time someone presses a button on a touch panel, your code would look like this: BUTTON_EVENT[dvTP,1] { PUSH: { SmtpQueMessage('fromAddress@mydomain.com', 'toAddress@mydomain.com &[...]

  • Página 9

    Running i!-Equipme ntMonitor 5 i!-EquipmentMon itor Pop3SetServer ('mail.mydomain.com') Or Pop3SetServer ('192.168.12.175') Next, you need to setup the user and password for the email account you will be retrieving email from. Y our email administrator should supply you with a user name and password for an email account that can[...]

  • Página 10

    Running i!-Equipm entMonitor 6 i!-Equipm entMonitor Y ou can use the following code to loop through the do wnloaded emails whenev er ne w email arri ves: DATA_EVENT[dvPop3Socket] { OFFLINE: { STACK_VAR INTEGER nLoop Integer nLoop1 For (nLoop=1;nLoop<=nPop3QtyMail;nLoop++) { SEND_STRING 0,'i!Email Test-Print Message' SEND_STRING 0,&apos[...]

  • Página 11

    Running i!-Equipme ntMonitor 7 i!-EquipmentMon itor i!-EquipmentMonitorOut.axi Constants The following table lists i!-EquipmentMonitorOut.axi constants. i!-EquipmentMonitorOut.axi Constant s dvSmtpSocket The IP device n umber for sending e-mails (default = 0:10:0}. SMTP_VERSION The version n umber of the include file. SMTP_PORT IP P or t that the S[...]

  • Página 12

    Running i!-Equipm entMonitor 8 i!-Equipm entMonitor Structures The following def ines an i!-EquipmentMonitorOut.axi structure: Structure _sSMTPMessage { CHAR cDate[SMTP_LINE_MAX]; CHAR cSource[SMTP_USER_MAX]; CHAR cDest[SMTP_USER_MAX]; CHAR cSubject[SMTP_LINE_MAX]; CHAR cMessage[SMTP_MSG_MAX]; CHAR cFile[SMTP_LINE_MAX]; } Va r i a b l e The followi[...]

  • Página 13

    Running i!-Equipme ntMonitor 9 i!-EquipmentMon itor i!-EquipmentMonitorOut.axi Funct ions (Cont.) SmtpSetTimeOff- set(CHAR Offset[]) Call this to configure the local timezone SmtpSetTimeOffset has these arguments: Offset String containing the local timezone offset. This str ing is f or matted as "+/- HHMM" where "+/=" is "+[...]

  • Página 14

    Running i!-Equipm entMonitor 10 i!-Equipm entMonitor i!-EquipmentMonitorOut.axi Func tions (Cont.) SmtpSetUser Call this to configure the username and pass word for SMTP ser v er authentication to send outbound emails. SmtpSetUser(CHAR LogInName[],CHAR LogInPass[]) SmtpSetUser has these arguments: LogInNameString containing the user name f or the S[...]

  • Página 15

    Running i!-Equipme ntMonitor 11 i!-EquipmentMon itor i!-EquipmentMonitorIn.axi Constants The following table lists the i!-EquipmentMonitorIn.axi constants. Structures The following describes an i!-EquipmentMonitorIn.axi structure: Structure _sEmailMessage { Integer nMsgNum; Char cUniqueID[POP3_USER_MAX]; long lMsgSize; Char cFrom[POP3_USER_MAX]; Ch[...]

  • Página 16

    Running i!-Equipm entMonitor 12 i!-Equipm entMonitor Functions The following table lists i!EmailIn.axi functions. i!-EquipmentMonitorIn.axi Fu nctions P op3ClearAllEmail Messages Deletes all e-mails from the inter nally stored email list. Syntax: Pop3ClearAllEmailMessages() Pop3ClearAllEmailMessages has no arguments. Example: Pop3ClearAllEmailMessa[...]

  • Página 17

    Running i!-Equipme ntMonitor 13 i!-EquipmentMon itor i!-EquipmentMonitorIn.axi Fu nctions (Cont.) P op3SetRefresh Sets the refresh time the include file checks f or new e-mails and whether they should be deleted form the ser v er. Syntax: Pop3SetRefresh(Integer Refresh, CHAR Delete) Pop3SetRefresh has these arguments: Refresh: Integer containing th[...]

  • Página 18

    AMX reserves the right to alter specif ications with out notice a t any time. brussels • dallas • los ang eles • mexico city • philad elphia • shanghai • sing apor e • tampa • toronto* • yo rk 3000 research drive, richardson, TX 75082 USA • 469.624.8000 • 800.222.0193 • fax 469.624.7153 • technical support 800.932.6993 033[...]