Alarm server - automated command execution use cases #2692
-
Hi all, I have been playing around with the automated actions for the Alarm server and was wondering what are some of the use cases where the automated commands are used? In our case we are running the Alarm server service on a separate machine inside a docker container, so I am having a hard time seeing where we could use this functionality. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can safely ignore them. |
Beta Was this translation helpful? Give feedback.
You can safely ignore them.
The alarm system should not "do" anything. Its purpose is to help knowledgeable operators do their job, see "Alarm Guidelines" on https://controlssoftware.sns.ornl.gov/training/2022_USPAS/. The "cmd:.." type actions which execute something have no use in typical alarm system operation. If you know exactly what command to execute, for example "Open relieve valve when pressure is too high", you automate that by implementing it via calcout or sequence logic on the IOC, you don't use "cmd:..." actions on the alarm server for that.
The "mailto:" actions can be useful to send emails (or text messages) after some delay like 15 minutes in case nobody is in the control …