Skip to content

Commit dad3c36

Browse files
Merge pull request #2 from ISISComputingGroup/corrected_spelling
Update Alerts-on-Blocks.md
2 parents 77e1f55 + 47b9a37 commit dad3c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/scripting/Alerts-on-Blocks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Alerts can be configured on blocks using genie python, there is no GUI for this at the moment. An alert will trigger when a block is outside of the specified `lowlimit,highlimit` range for the specified `delay_out` time, it is like run control but rather than putting the DAE into WAITING a message (via SMS text and/or email) is sent. When the value comes back in range, it must be in range for `delay_in` seconds until an in-range alert is sent.
44

5-
Note that this system is in addition to and independent of run control, it just uses some of the same underlying software. Alerts can be added to blocks that are not under run control, and both run control and alerts can bet set on the same block. The limits and delay times need not be the same for the run control and alert elements, so the instrument could be configured to go into a WAITING state when a block exceeded 100K but not send an alert until it exceeded 120K for a given length of time etc. (see below for how to set an alert on how long an instrument has been in a WAITING state)
5+
Note that this system is in addition to and independent of run control, it just uses some of the same underlying software. Alerts can be added to blocks that are not under run control, and both run control and alerts can be set on the same block. The limits and delay times need not be the same for the run control and alert elements, so the instrument could be configured to go into a WAITING state when a block exceeded 100K but not send an alert until it exceeded 120K for a given length of time etc. (see below for how to set an alert on how long an instrument has been in a WAITING state)
66

77
```python
88
## set mobiles and emails to send alerts to
@@ -57,4 +57,4 @@ if bad_thing_happened:
5757
## Future enhancements
5858
* Create GUI for managing alerts, similar to how run control is done now
5959
* Allow saving alerts into a configuration/component
60-
60+

0 commit comments

Comments
 (0)