11-28-2011 01:33 PM
I have a "safe state" procedure that will be called by a large number of alarms. Is there a way to call this procedure correctly from multiple alarms? My original plan was to reset all possible calling alarms, however, the only way to reset an alarm is with the the "reset alarm and end subroutine" step.
My current work around is to call the "safe state" procedure as a sub-procedure and reset the correct alarm from the caller. However, I still need to create at least one procedure for every alarm. Is there a better way?
11-29-2011 02:09 AM
Hi,
your "safe state" procedure could call sub-procedures for every alarm and in these sub-procedures you can reset the alarms.
This is still the same workaround, but maybe closer to your orginal plan.
How many alarms do you have?
Frank