Previous page Adding event parameters to DDI file  Configuring parser Next page


You can find out the available parameters of the required event using the Debug window in Intellect by generating the required event in the system. For more information on how to use this window, see The Script object. Programming using the JScript language. The latest version of this document is available in AxxonSoft documentation repository.

To open the Debug window, select the Debug window item in the menu of the main control panel in Intellect.

After that, generate a required event, e.g. put the access card to the reader, trigger an alarm, etc. When the event is displayed in the Debug window, right-click on it. The available event parameters will be displayed in the appeared window.

Below is an example of getting the parameters of the SYS_INFO event from the ROOT object that is a part of the AXACFA module.

The following parameters can be extracted from the figure of the SYS_INFO event:

  1. card − the number of the access card that was put to the reader.
  2. time − the time of the access card's using.
  3. facility_code − the object code of the access card that was put to the reader.
  4. param1 − the identifier of the user to whom the access card that was put to the reader is assigned.
  • No labels