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: channel and pv deadband |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, "Mezger Anton Christian (PSI)" <anton.mezger at psi.ch> |
Date: | Fri, 1 Oct 2021 12:08:20 +0000 |
Can you give a reproducible example?
I tried this record with `softIocPVA` from EPICS base 7.0.6:
record(ai, "number")
{
field(INP, "10")
field(MDEL, "2")
field(PINI, "YES")
}
Both `camonitor number` and `pvmonitor number` start out by displaying the current number, and from then on they reflect changes beyond the MDEL.
So as was the case before EPICS 7, the monitor starts with an initial update, both for Channel Access and PV Access.
-Kay
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Mezger Anton Christian (PSI) via Tech-talk <tech-talk at aps.anl.gov>
Sent: Friday, October 1, 2021 7:24 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: [EXTERNAL] channel and pv deadband Hi, |