Manual AMX i!-EquipmentMonitor

18 pages 0.19 mb
Download

Go to site of 18

Summary
  • AMX i!-EquipmentMonitor - page 1

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

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 3

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

  • AMX i!-EquipmentMonitor - page 4

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

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 & ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 "+ ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

  • AMX i!-EquipmentMonitor - page 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 ...

Manufacturer AMX Category Computer Monitor

Documents that we receive from a manufacturer of a AMX i!-EquipmentMonitor can be divided into several groups. They are, among others:
- AMX technical drawings
- i!-EquipmentMonitor manuals
- AMX product data sheets
- information booklets
- or energy labels AMX i!-EquipmentMonitor
All of them are important, but the most important information from the point of view of use of the device are in the user manual AMX i!-EquipmentMonitor.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals AMX i!-EquipmentMonitor, service manual, brief instructions and user manuals AMX i!-EquipmentMonitor. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product AMX i!-EquipmentMonitor.

Similar manuals

A complete manual for the device AMX i!-EquipmentMonitor, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use AMX i!-EquipmentMonitor by users. Manuals are usually written by a technical writer, but in a language understandable to all users of AMX i!-EquipmentMonitor.

A complete AMX manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual AMX i!-EquipmentMonitor - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the AMX i!-EquipmentMonitor, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the AMX i!-EquipmentMonitor, that we can find in the current document
3. Tips how to use the basic functions of the device AMX i!-EquipmentMonitor - which should help us in our first steps of using AMX i!-EquipmentMonitor
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with AMX i!-EquipmentMonitor
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of AMX i!-EquipmentMonitor in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning AMX i!-EquipmentMonitor?

Use the form below

If you did not solve your problem by using a manual AMX i!-EquipmentMonitor, ask a question using the form below. If a user had a similar problem with AMX i!-EquipmentMonitor it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)