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  <20192020  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  2015  2016  2017  2018  <20192020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: subArray record [SEC=UNOFFICIAL]
From: "Johnson, Andrew N. via Tech-talk" <[email protected]>
To: "STARRITT, Andrew" <[email protected]>
Cc: "EPICS Tech Talk \([email protected]\)" <[email protected]>
Date: Tue, 24 Dec 2019 12:55:36 +0000
Hi Andrew,

On Dec 23, 2019, at 7:13 PM, STARRITT, Andrew via Tech-talk <tech-[email protected]> wrote:

Using base-3-15-6, running cainfo SR07BM01FPM01:FILL_PATTERN_ELEMENT_030_EXTRACT
 
yields
 
SR07BM01FPM01:FILL_PATTERN_ELEMENT_030_EXTRACT
    State:            connected
    Host:             CR01GW17-CTL:5064
    Access:           read, no write
    Native data type: DBF_DOUBLE
    Request type:     DBR_DOUBLE
    Element count:    360
 
However, previously with an IOC using 3.14.8.4 this yielded a single valued PV.

The code change that Michael pointed out was a correction to the original subArray record code – the maximum number of elements of a CA channel should be fixed since many clients rely on that to allocate local storage for channel data, but as you saw unfortunately the subArray code was returning NELM or NORD, both of which can be changed at runtime. cainfo reports the maximum array size, not the current size.

However from 3.15.1 onward you may be able to avoid having to use any subArray records at all since the IOC’s CA server supports channel filters, and specifically the array filter. To fetch the item at index 30 you should be able to do this:

$ caget 'SR07BM01FPM01:FILL_PATTERN_ABS_WAVEFORM.[30:30]'

I believe cainfo with that channel name will also report a single element.

HTH,

- Andrew


References:
subArray record [SEC=UNOFFICIAL] STARRITT, Andrew via Tech-talk

Navigate by Date:
Prev: Re: Ethernet question Heinz Junkes via Tech-talk
Next: Re: Ethernet to RS-232 Danfysik supply connection issues Mark Rivers 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  <20192020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: subArray record [SEC=UNOFFICIAL] Michael Davidsaver via Tech-talk
Next: Help for StreamDevice record meanings 张亚威 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  <20192020  2021  2022  2023  2024 
ANJ, 25 Dec 2019 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·