Go to documentation repository
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 Axxon PSIM, where n is the index number of the 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 Monitoring interface object. In this scenario, the operator selects an object in the 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 Axxon PSIM in the similar way.