Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Events received by ATM - Intellect Pro from ATMs are then transferred into the Intellect core; that allows to create macros and scripts with these events, display alarm windows, etc. Creating scripts on JScript language is described in Intellect software. Programming Guide (JScript). Creating scripts on built-in Intellect programming language is described in Intellect Software. Programming Guide (not available in English). Creating macros and their examples are described in Intellect software. Administrator's Guide.

Sources of ATM events for ATM - Intellect Pro are:

  1. ATM integration through SKS software (TellMe.dll). In this case all possible events are transmitted to the Intellect core.
  2. ATM integration through XFS (EventATM module – see section Appendix 3. ATM Event Capture utility). In this case all possible events are transmitted to the Intellect core.
  3. ATM integration through CFT "Gold Crown" software (vmon_itv.dll). In this case only basic events are transmitted to the Intellect core, namely:

...

param1<> – the ID of Surveillance object. If ATM - Intellect Pro has more than one Surveillance object child objects this will allow to differ them in scripts.

...

Full list of Surveillance object events can be obtained with the ddi.exe utility by opening the intellect.atm.ddi located in <Intellect installation>\Languages\en. More information on this utility is given in Intellect software. Administrator's Guide.

Example of a script using ATM events is given in Example of script with using of ATM events.