frangoteam / FUXA

Web-based Process Visualization (SCADA/HMI/Dashboard) software
https://frangoteam.org
MIT License
2.86k stars 831 forks source link

Using bitmask to control "Table Alarms" #1493

Open robsori opened 1 week ago

robsori commented 1 week ago

Hi. I tested the new "Table Alarms" control and noticed that it only works if I use binary values ​​for alarms. It would be very useful if we could use "bitmask" to use 8, 16 and 32 bit tags and extract only the binary values ​​of interest for displaying alarms. Packing binary values ​​for alarms in a 32-bit tag, in the communication between PLC and SCADA, greatly simplifies data communication and saves us from creating 32 tags in SCADA.

Screenshot 2024-11-10 at 19 57 58
henjoe commented 1 week ago

Does this options do the same? image

robsori commented 6 days ago

I don't think it's the same thing, in "Table Alarms" I assume it's a filter that calls the tags that trigger the alarms.

unocelli commented 6 days ago

@robsori I think you are confusing how to show alarms and how they are configured.