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: "buffer over-write" problem with StringIn record |
From: | Ralph Lange <[email protected]> |
To: | Maurizio Montis <[email protected]> |
Cc: | EPICS Tech Talk <[email protected]> |
Date: | Thu, 10 Sep 2009 11:01:55 -0400 |
Hi Maurizio, there's not much you can do inside the stringin record - it will post a value whenever it gets processed and the string changes. The CA Archiver keeps a ring buffer for each channel, where values are stored until the buffer is flushed out to disk. The "buffer overwrite" will occur usually on monitored channels, if values are coming in with a much higher rate than the archiver configuration declares. You have to adjust the archiver configuration:
Ralph Maurizio Montis wrote: Hi, i have an IOC connectied with an High Current Power Supply and i use StringIn/StringOut records to comunicate with it. I also have an EPICS Archiver that archives any PV in my Channel Access, but i have a "buffer over-write" problem with the StringIn record. If i have Ai records i know i have to set ADEL and MDEL fields, but i would like to know if i can do the same with my StringIn and/or how i have to set my record to solve this problem. Thanks a lot! Maurizio M. |