Go to documentation repository
Documentation for ATM Intellect 12.0. Documentation for other versions of ATM Intellect is available too.
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. Creating macros and their examples are described in Intellect software. Administrator's Guide.
Sources of ATM events for ATM-Intellect Pro are:
- ATM integration through SKS software (TellMe.dll). In this case all possible events are transmitted to the Intellect core.
- 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.
- ATM integration through CFT "Gold Crown" software (vmon_itv.dll). In this case only basic events are transmitted to the Intellect core, namely:
50=Card inserted
51=Card shown to client
52=Card's withdrawal by client
53=Card's withdrawal by ATM
54=Work with the client is over
60=Cash delivery
61=Client took out the cash
62=ATM took out the cash
70=Cash deposit is selected
71=Cash returned to client
72=ATM took out the cash
73=Cash reception finished
101=PIN entered
When transferring ATM events to the Intellect core, the following parameters can be included in addition to the event identification:
param0<> – the masked client's card number, if it exists for the event. The parameter cab also be equal to "Unknown card".
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.
param2<> – local ATM time of the event. In particular cases Intellect software ant ATM software can be installed on different computers.
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.