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: Records for slow control |
From: | Ralph Lange <[email protected]> |
To: | EPICS Tech-Talk <[email protected]> |
Date: | Wed, 26 Aug 2015 11:56:27 +0200 |
On 26/08/2015 11:39, [email protected] wrote:
In the ao record that is setting your value, set the field SCAN to "1 second" (or how often you want to "slowly" update) and the field OROC to the step size that you want to the value to change every time (e.g. 0.1). No other records needed. Now, when you write a value like 200 to that record, the output will step up by 0.1 every second. (Or whatever step size and update rate you configured.) Hope this helps, ~Ralph |