Go to documentation repository
Documentation for ATM Intellect 13.0. Documentation for other versions of ATM Intellect is available too.
When you select an object on the Control Panel, the VIDEOSRV_M|n|OBJECT_SELECTED|obj_id<id>,obj_name<name> event is sent to Intellect, where n is the index number of the ATM Monitoring interface object, id is the object identifier, name is the object name.
You can view the event in the Debug window (see Enabling the Debug window).
When you select one object and successively click different alarm buttons, the OBJECT_SELECTED event is not re-sent, it will be sent only if you select a different object.
This feature can be used to create various scenarios using scripts, for example, to display an object scheme when it is selected in the ATM Monitoring interface object. In this scenario, the operator selects an object in the ATM Monitoring interface, and a pre-created diagram or map of the selected object is displayed on another monitor. Objects are visualized using scripts; for this, the OBJECT_SELECTED event from the VIDEOSRV_M object is processed.
When you select an object on the Log Panel (see Selecting an object on the Log Panel), the event is sent to Intellect in the similar way.