Question:
Via E3Alarm, can I access the specific screen of an active alarm where the device is linked?
Solution:
Yes, you can. To do so, you must create a script in E3Alarm’s Click event that uses GetFocusedEvent method. This method will return the selected alarm’s properties.
The sample application attached to this article contains a script that adapts the string returned by the Source property of the tag selected in E3Alarm; however, for this to work out, both your screens and tags must share their names. Example: Screen0001 and Level0001, Screen0002 and Level0002, etc.
NOTE: The sample application was developed in E3 v4.0 b225.