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: EPICS record time delay |
From: | Emmanuel Mayssat <[email protected]> |
To: | Miroslav Mihaylov <[email protected]>, "[email protected]" <[email protected]> |
Date: | Mon, 28 Oct 2013 13:31:06 -0700 |
Do you have a pointer to the userAve record?
The compress record (circular buffer) which is part of the EPICS base can do exactly the same. -- Emmanuel From: [email protected] To: [email protected] Subject: Re: EPICS record time delay Date: Sat, 26 Oct 2013 03:28:31 -0500 Hi Chris, If you are scanning for the TEMP say 10Hz you can use userAve record to average over the last 100 or so TEMP records and use that userAve record for the calcout. |