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: CS-Studio XY Graph problem with >2046 samples |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Heesterman, Peter" <Peter.Heesterman at capgemini.com>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 8 Nov 2023 15:07:09 +0000 |
You may run into the default setting for the EPICS_CA_MAX_ARRAY size of ~16k. With “double” waveforms, 2046 samples * 8 bytes = 16k. For phoebus the settings are described in
https://control-system-studio.readthedocs.io/en/latest/preference_properties.html#pv-ca. We set the default to 100000000, so that supports 2046 double samples. For the Eclipse-based CSS, the way it’s configured has changed over time, you’ll have to see what applies to your version, to increase it from the default 16k. -Kay |