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: StreamDevice protocol file question |
From: | "Zimoch Dirk \(PSI\) via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Wang, Andrew" <wang126 at llnl.gov> |
Cc: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Sat, 31 Jul 2021 08:07:22 +0000 |
Use in „OK“. Then the record is in no alarm state when the device responds OK and in INVALID alarm state when the device responds BAD.
You can redirect the response to another record if you like. To a bi for example:
in „%(otherrecord){OK|BAD}“
In that other record you may want to set an alarm on the one state.
You should get an error with in „“ except if you have extrainput=ignore. Dirk
Am 30.07.2021 um 16:22 schrieb Wang, Andrew via Tech-talk <tech-talk at aps.anl.gov>:
|