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  <20152016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: areaDetector driver with array parameters
From: "Pearson, Matthew R." <[email protected]>
To: Phil Atkin <[email protected]>
Cc: "[email protected] list" <[email protected]>
Date: Thu, 17 Dec 2015 15:53:51 +0000
Hi Phil,

This may or may not help you, but for dealing with many hundreds of parameters, for one of our projects we use a Python script to generate the database template files from the .cpp files. To help with this we have a standard convention for defining the parameter in the source file, along with a C++ comment on the same line, something like:

createStatusParam("ErrParity",        0x0,  1, 10); // LVDS parity error.            (0=no error,1=error)

(where createStatusParam is a wrapper for one of the asyn port driver parameter library function calls).

I’m not sure our Python script will be useful for other projects, but you get the idea.

We also auto generate CSS PVTable files, which we use for reading and setting the many hundreds of parameters in one go. There’s no support for array (or group) puts though, although there will be in Epics version 4.

Using the CSS PVTable also means you don’t have to develop OPIs for the hundreds of parameters, as the table view is already built into CSS. 

Cheers,
Matt

Data Acquisition and Control Engineer
Spallation Neutron Source
Oak Ridge National Lab



> On Dec 17, 2015, at 10:28 AM, Phil Atkin <[email protected]> wrote:
> 
> Hi folks,
> 
> My areaDetector driver has a large number of parameters to control the camera, some of which are related entities.  The natural way to arrange this in a non-EPICS context would be to provide a parameter that was an array.
> 
> Is this possible in an areaDetector context, and if so is there an existing driver that uses this approach?  (I would need to understand how to code the driver, how to create the .template file, and how the values could be adjusted through medm and CSS-BOY).
> 
> It may be desirable to allow a variable number of elements in the array - but I'm not yet sure whether that will be necessary.
> 
> Thanks in advance,
> 
> Phil
> 
> -- 
> <Logo small.png>Pixel Analytics is a limited company registered in England. Company number: 7747526; Registered office: 93A New Road, Haslingfield, Cambridge CB23 1LP



Replies:
Re: areaDetector driver with array parameters Phil Atkin
References:
areaDetector driver with array parameters Phil Atkin

Navigate by Date:
Prev: areaDetector driver with array parameters Phil Atkin
Next: Newbie questions: responding to tech-talk posts Phil Atkin
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: areaDetector driver with array parameters Phil Atkin
Next: Re: areaDetector driver with array parameters Phil Atkin
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·