11/21/2024 4:12 PM | |
Joined: 2/26/2024 Last visit: 8/6/2025 Posts: 130 Rating:
|
I did not quite follow what you said, how to comment? |
12/10/2024 4:40 PM | |
Joined: 2/26/2024 Last visit: 8/6/2025 Posts: 130 Rating:
|
Any scripts can be run to achieve this functionality? |
Last edited by: Mr_Prof at: 06/11/2025 17:44:32 |
|
12/11/2024 7:11 AM | |
Joined: 11/13/2018 Last visit: 8/28/2025 Posts: 91 Rating:
|
Hello Mr_Prof, You can query AlarmResults on the ‘Command fired’ event of the alarm control with this code:
Then you can loop through all AlarmResults to see which alarms were acknowledged and you can write those alarms and the username to somewhere (e.g. a CSV file). Example of such a loop:
Everything about the AlarmResult object is described in the manual. Hopefully this can get you started. |
Like it? Rate it! |
|
12/13/2024 1:21 PM | |
Joined: 2/26/2024 Last visit: 8/6/2025 Posts: 130 Rating:
|
Hi Murof, At present, only system tags available. |
Last edited by: Mr_Prof at: 06/15/2025 17:24:00 |
|
12/16/2024 7:57 AM | |
Joined: 11/13/2018 Last visit: 8/28/2025 Posts: 91 Rating:
|
Hello Mr_Prof, You can use @UserName. |
Like it? Rate it! |
|
12/16/2024 1:27 PM | |
Joined: 2/26/2024 Last visit: 8/6/2025 Posts: 130 Rating:
|
When that tag is used the value that is returned is 0 |
Last edited by: Mr_Prof at: 06/15/2025 17:24:21 |
|
Follow us on