1994 1995 1996 1997 1998 1999 2000 <2001> 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 <2001> 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Alarm handler |
From: | [email protected] |
To: | John Sinclair <[email protected]> |
Cc: | EPICS Tech-Talk <[email protected]> |
Date: | Wed, 29 Aug 2001 15:59:51 +0200 |
>>>>> "John" == john sinclair <[email protected]> writes: > I would like a bo PV to set when an alarm group is in the new > alarm state and then have the same bo clear when the operator > acknowleges the alarm. Is this possible? > Note that I want the bo PV to set and clear based on the alarm > group state and not on the alarm state of any single PV. You can always add $SEVRCOMMAND lines to a group definition to execute commands (eg. caput some_record some_value) when the severity of the group changes. I don't see any reasonable way to get something done triggered by the acknowledgement of a group. Sorry ... Ralph