10/21/2024 7:57 PM | |
Joined: 2/6/2019 Last visit: 6/24/2025 Posts: 44 Rating:
|
Hello, [Snip...] In the old versions, I could add a yellow triangle when a new alarm appeared and I could also display how many active alarms are found. Do you have any idea how I can achieve this in Unified? Thank you. _______________ Split from: Alarm hostiry win cc unified |
Last edited by: Moderator_Lan at: 10/21/2024 21:35:59New question split into seperate topic Last edited by: Moderator_Lan at: 10/22/2024 07:27:38Title updated |
|
10/21/2024 8:09 PM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi CezarAdrian, You must use scripting to count alarms. The best way to do this is to use an alarm subscription. Alternatively, you can use GetActiveAlarms without a subscription, but in this case you must call this method cyclically, which can lead to performance issues. You should find some examples for counting alarms in this forum. An example of how to use the alarm subscription can be found in chapter 3.1.5.3 of the Engineering Guideline for WinCC Unified. Kind regards |
10/22/2024 6:38 AM | |
Joined: 11/30/2018 Last visit: 7/24/2025 Posts: 57 Rating:
|
This is how I count incoming and incoming/outgoing - I use it to know there are unacknowledged alarms/warning present but the counter works aswell. I only use Alarm/Warning alarm classes and everything needs to be acknowledged.
|
Last edited by: jdez at: 10/22/2024 06:44:54Last edited by: Moderator_Lan at: 10/22/2024 07:28:41Video embedded. |
|
Follow us on