AMX i!-EquipmentMonitor manual

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

Ir para a página of

Bom manual de uso

As regras impõem ao revendedor a obrigação de fornecer ao comprador o manual com o produto AMX i!-EquipmentMonitor. A falta de manual ou informações incorretas fornecidas ao consumidor são a base de uma queixa por não conformidade do produto com o contrato. De acordo com a lei, pode anexar o manual em uma outra forma de que em papel, o que é frequentemente utilizado, anexando uma forma gráfica ou manual electrónicoAMX i!-EquipmentMonitor vídeos instrutivos para os usuários. A condição é uma forma legível e compreensível.

O que é a instrução?

A palavra vem do latim "Instructio" ou instruir. Portanto, no manual AMX i!-EquipmentMonitor você pode encontrar uma descrição das fases do processo. O objetivo do manual é instruir, facilitar o arranque, a utilização do equipamento ou a execução de determinadas tarefas. O manual é uma coleção de informações sobre o objeto / serviço, um guia.

Infelizmente, pequenos usuários tomam o tempo para ler o manual AMX i!-EquipmentMonitor, e um bom manual não só permite conhecer uma série de funcionalidades adicionais do dispositivo, mas evita a formação da maioria das falhas.

Então, o que deve conter o manual perfeito?

Primeiro, o manual AMX i!-EquipmentMonitor deve conte:
- dados técnicos do dispositivo AMX i!-EquipmentMonitor
- nome do fabricante e ano de fabricação do dispositivo AMX i!-EquipmentMonitor
- instruções de utilização, regulação e manutenção do dispositivo AMX i!-EquipmentMonitor
- sinais de segurança e certificados que comprovam a conformidade com as normas pertinentes

Por que você não ler manuais?

Normalmente, isso é devido à falta de tempo e à certeza quanto à funcionalidade específica do dispositivo adquirido. Infelizmente, a mesma ligação e o arranque AMX i!-EquipmentMonitor não são suficientes. O manual contém uma série de orientações sobre funcionalidades específicas, a segurança, os métodos de manutenção (mesmo sobre produtos que devem ser usados), possíveis defeitos AMX i!-EquipmentMonitor e formas de resolver problemas comuns durante o uso. No final, no manual podemos encontrar as coordenadas do serviço AMX na ausência da eficácia das soluções propostas. Atualmente, muito apreciados são manuais na forma de animações interessantes e vídeos de instrução que de uma forma melhor do que o o folheto falam ao usuário. Este tipo de manual é a chance que o usuário percorrer todo o vídeo instrutivo, sem ignorar especificações e descrições técnicas complicadas AMX i!-EquipmentMonitor, como para a versão papel.

Por que ler manuais?

Primeiro de tudo, contem a resposta sobre a construção, as possibilidades do dispositivo AMX i!-EquipmentMonitor, uso dos acessórios individuais e uma gama de informações para desfrutar plenamente todos os recursos e facilidades.

Após a compra bem sucedida de um equipamento / dispositivo, é bom ter um momento para se familiarizar com cada parte do manual AMX i!-EquipmentMonitor. Atualmente, são cuidadosamente preparados e traduzidos para sejam não só compreensíveis para os usuários, mas para cumprir a sua função básica de informação

Índice do manual

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