EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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  <20222023  2024  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  <20222023  2024 
<== Date ==> <== Thread ==>

Subject: Adding a second output array to an areaDetector IOC
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: Mon, 24 Jan 2022 23:46:03 +0000

I am working on a custom areaDetector IOC and also trying to learn more of the general areaDetector architecture.  For a first test, I have tried to add some profile functionality to the IOC.

 

I have started by creating an array for the output, following the example from mythen.

 

# Create a standard arrays plugin

NDStdArraysConfigure("Image1", 3, 0, "$(PORT)", 0, 0)

dbLoadRecords("$(ADCORE)/db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=Image1,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(PORT),NDARRAY_ADDR=0,TYPE=Float64,FTVL=DOUBLE,NELEMENTS=$(NCHANS)")

 

# Create a standard arrays plugin for column profile

NDStdArraysConfigure("XProfile", 3, 0, "$(PORT)", 0, 0)

dbLoadRecords("$(ADCORE)/db/NDStdArrays.template", "P=$(PREFIX),R=xprof:,PORT=XProfile,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(PORT),NDARRAY_ADDR=1,TYPE=Float64,FTVL=DOUBLE,NELEMENTS=$(NCOLS)")

 

In the callback of the IOC, I create an NDArray for a column profile and populate the array.

 

When I run the IOC and start acquisition, $(P)xprof:ArrayData is undefined but of the correct size.  When I look at the image output in ImageJ, the display flickers between the full image and a one-row display of the profile data.  Some experimentation leads me to believe that the problem comes from the following lines:

 

if (arrayCallbacks) {

        /* Call the NDArray callback */

        doCallbacksGenericPointer(pImage, NDArrayData, 0);

                // And call for profile

                doCallbacksGenericPointer(pProfile, NDArrayData, 0);

    }

 

How can I get the two data separate?  Is the solution to make a profile plugin and feed the data to that?

 

Thank you,

 

Iain Marcuson

Software Engineer, Sydor Technologies

585.278.1168 | www.SydorTechnologies.com

Skype: iain.marcuson at sydorinstruments.com

 



This message has been scanned for malware by Forcepoint. www.forcepoint.com


Replies:
RE: Adding a second output array to an areaDetector IOC Iain Marcuson via Tech-talk

Navigate by Date:
Prev: Interrupt problem. Francisco Ramos via Tech-talk
Next: RE: Adding a second output array to an areaDetector IOC Iain Marcuson via Tech-talk
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  <20222023  2024 
Navigate by Thread:
Prev: Re: Interrupt problem. Johnson, Andrew N. via Tech-talk
Next: RE: Adding a second output array to an areaDetector IOC Iain Marcuson via Tech-talk
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  <20222023  2024 
ANJ, 14 Sep 2022 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·