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: Waveforms in Archiver Appliance |
From: | John Dobbins via Tech-talk <tech-talk at aps.anl.gov> |
To: | Michael Davidsaver <mdavidsaver at gmail.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 21 Apr 2022 16:14:53 +0000 |
Michael ,
It turned out to be the array size/EPICS_CA_MAX_ARRAY_BYTES. I was only putting 50 values in the array but NELM =2048. Reducing
NELM fixed the problem.
Also, thanks for the pointer to the policies info. I was wondering about that.
John
From: Michael Davidsaver <mdavidsaver at gmail.com>
Sent: Thursday, April 21, 2022 12:07 PM To: John Dobbins <john.dobbins at cornell.edu> Cc: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Re: Waveforms in Archiver Appliance On 4/21/22 06:47, John Dobbins via Tech-talk wrote:
> All, > > Does the EPICS Archiver Appliance accept waveforms? The documentation suggests it does, but I was unable to add one (after initial sampling its status is 'not being archived'). You may be running afoul of a policy condition. cf. the default policy. https://github.com/slacmshankar/epicsarchiverap/blob/master/src/sitespecific/slacdev/classpathfiles/policies.py > Thanks, > > John Dobbins > > Research Support Specialist > Cornell High Energy Synchrotron Source > Cornell University > > www.chess.cornell.edu <http://www.chess.cornell.edu> > > > > |