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: Crash when caput array of string to pcaspy or PCAS server tool |
From: | Ralph Lange via Tech-talk <tech-talk at aps.anl.gov> |
To: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Thu, 14 Dec 2023 09:54:17 +0100 |
A regular IOC with the following waveform record works properly with the caput CLI comes with EPICS 3.14.12.8 or EPICS 7.0.7.
record(waveform, "wfExample"){field(DTYP, "Soft Channel")field(FTVL, "STRING")field(NELM, "3")field(INP, ["aaa", "bbb", "ccc"])}