Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Alarm view without folding #1310

Closed
mariorl opened this issue Aug 5, 2024 · 1 comment
Closed

[FEATURE] Alarm view without folding #1310

mariorl opened this issue Aug 5, 2024 · 1 comment
Labels

Comments

@mariorl
Copy link

mariorl commented Aug 5, 2024

Describe the feature
Sometimes it is desirable to get a view where user doesnt need to click to view alarms / events

Describe the solution you'd like
It would be nice to have an alarm control in wich alarm / events are not folded. Usually in Scadas it is achieved by
two controls, an alarm / events table, and alarm bar. Alarm table is a sort of Fuxa existing one, but witout folding, and embeedable in pages only on demand. But it implies no to be avaliable on every page, in order to avoid redundance. Alarm bar is a single line version, usually used for alarms but not for events.

Also there is many times a challenge with the managing of alarms acknowledges. I usually work with PLC logic in order to get three states for every alarm:
-- The cause of the alarm is active. (Example: thermal motor protection still tripped) You can't acknowledge it during this phase.
-- The alarm is active but not the cause (you need to acknowledge it)
-- The alarm is not active (usually is still shown in alarm table/list as hystoric item, for diagnostic purpouses)

Thanks for all, Fuxa is Great.

@unocelli
Copy link
Member

Hi, is available in the latest version (Table control), let me know if you have any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants