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: Time delay |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "'Dudley, David'" <dudleyd at frib.msu.edu> |
Cc: | EPICS Tech-Talk <tech-talk at aps.anl.gov> |
Date: | Wed, 21 Apr 2021 22:30:30 +0000 |
You can use a seq record with DOL0 pointing to the bi record with the CP attribute. That will cause the seq record to process when the bi processes. The seq record can
implement a delay and then write to the bo record. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of
Dudley, David via Tech-talk Simple question… How do you implement a time delay in EPICS? For instance, I have a bi that when I detect it, I need to output a bo a few seconds later.
|