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

Support Alarming Delay #14

Open
slominskir opened this issue Feb 23, 2021 · 2 comments
Open

Support Alarming Delay #14

slominskir opened this issue Feb 23, 2021 · 2 comments

Comments

@slominskir
Copy link
Member

We need to support one or both of:

  • alarm on-delay
  • alarm off-delay

Our current alarm system supports this and uses this apparently (though I'm not sure which one, maybe both). Delays help minimize nuisance alarms. An off-delay keeps an alarm active for a time past when the alarm would otherwise no longer be active (setpoint threshold no longer exceeded). An on-delay prevents an alarm from being active for a time even after it otherwise would have entered the active/alarming/annunciating state (setpoint threshold exceeded).

@slominskir
Copy link
Member Author

We've identified at least three implementation options to consider:

  • The alarm source could handle delays (an EPICS IOC for example)
  • The client (HMI/GUI) could handle delays
  • A Stream processing app could handle delays (the filter app could be extended to include timers - or a whole new stream processing app could be created)

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

No branches or pull requests

1 participant