AG-Schumann / Doberman

Distributed supervisory control, data acquisition, and monitoring software for small- to medium-size experiments
MIT License
0 stars 1 forks source link

Let alarm nodes have a output according to alarm status #233

Open jarongrigat opened 1 year ago

jarongrigat commented 1 year ago

This maybe addresses issue #216 . Alarm nodes get an output 1 if alarm or 0 if not alarm. Like this, you can build a pipeline like: Source -> AlarmNode -> ControlNode.

jarongrigat commented 1 year ago

At least this is what Tim wanted. Reading the issue again this asks for a more general thing a.k.a. a new alarm protocol.

jarongrigat commented 1 year ago

The problem I'm seeing is that an alarm is a one time event. So if an alarm of protocol 'hardware' turns on a siren or light or whatever, how do we know when to turn it off again? Maybe you already had something in mind @adambrown1?

adambrown1 commented 11 months ago

I'm moving the discussion back to #216