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: | Writing array data in an AreaDetector application |
From: | Iain Marcuson via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 1 May 2025 16:24:04 +0000 |
I am attempting to add a configuration parameter to an areaDetector application. The parameter is an array. To implement the actual sending, I added method mmpadDetector::writeFloat64Array() to the application. I created the waveform record record(waveform, "$(P)$(R)PADDigiCorr") { field(DTYP, "asynFloat64ArrayOut") field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))PADDIGICORR") field(FTVL, "DOUBLE") field(NELM, "16") } I can write to the array with caput. However, I do not see any output from EPICS, and I have added prints to let me know I am in the writeFloat64Array() function. I also note that waveform has no OUT field.
Does that have something to do with why the write function isn’t called? Thank you, Iain. This message has been scanned for malware by Forcepoint. www.forcepoint.com |