Hi!
I have a datapoint type with a bit32 field where I defined an alert handler (discrete) with alarms for different bit masks (for example xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx1 for the first bit). However, when mutliple bits are set, only one (the highest bit alarm) is triggered instead of all corresponding alarams for the set bits. Can you give me a hint how to define an alarm handler that triggers an alarm for each defined bit mask? Thanks in advance!
P.S.: I found a thread that might be similar called "bit32 alarms" that might already have an answer: viewtopic.php?f=15&t=5536 However, there seems to be a PHP problem which prevents opening this thread.
bit32 alarms (multiple error bits set)
- ChristianGoehring
- Posts:14
- Joined: Fri Feb 24, 2017 9:29 am
bit32 alarms (multiple error bits set)
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: bit32 alarms (multiple error bits set)
Only the multi-instance alert handler allows multiple simultaneous active alerts, so even if defining a bitmask would be possible you could only a single active alert.
But the "bit32 alarms" topic is accessible again.
But the "bit32 alarms" topic is accessible again.