EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  <20212022  2023  2024  2025  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  <20212022  2023  2024  2025 
<== Date ==> <== Thread ==>

Subject: [Bug 1918909] Re: channel filters don't work wit PVA
From: Andrew Johnson via Core-talk <core-talk at aps.anl.gov>
To: core-talk at aps.anl.gov
Date: Sun, 04 Jul 2021 03:46:51 -0000
** Changed in: epics-base
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of EPICS
Core Developers, which is subscribed to EPICS Base.
Matching subscriptions: epics-core-list-subscription
https://bugs.launchpad.net/bugs/1918909

Title:
  channel filters don't work wit PVA

Status in EPICS Base:
  Fix Released

Bug description:
  When using pvget with filters, only the number of elements is adjusted but not the data.
  It works with Channel Access.

  Example record:

  record (aai, "TEST") {
  field(FTVL, "SHORT")
  field(NELM, "10")
  field(INP, [9,8,7,6,5,4,3,2,1])
  field(PINI, "YES")
  info(test, "Hello World")
  }

  $ caget TEST TEST.{arr:{s:5}} TEST.{arr:{i:2}} 'TEST.{info:{n:"test"}}'
  TEST 10 9 8 7 6 5 4 3 2 1 0
  TEST.{arr:{s:5}} 5 4 3 2 1 0
  TEST.{arr:{i:2}} 5 9 7 5 3 1
  TEST.{info:{n:"test"}}         Hello World

  $ pvget TEST TEST.{arr:{s:5}} TEST.{arr:{i:2}} 'TEST.{info:{n:"test"}}'
  TEST                   2021-03-12 10:23:15.524  [9,8,7,6,5,4,3,2,1]
  TEST.{arr:{s:5}}       2021-03-12 10:23:15.524  [9,8,7,6,5]
  TEST.{arr:{i:2}}       2021-03-12 10:23:15.524  [9,8,7,6,5]
  TEST.{info:{n:"test"}} 2021-03-12 10:23:15.524  9

To manage notifications about this bug go to:
https://bugs.launchpad.net/epics-base/+bug/1918909/+subscriptions

References:
[Bug 1918909] [NEW] channel filters don't work wit PVA Dirk Zimoch via Core-talk

Navigate by Date:
Prev: [Bug 1587610] Re: Base does not build against RTEMS >=4.11 Andrew Johnson via Core-talk
Next: [Bug 1932120] Re: callbackRequest potentially accesses uninitialized memory Andrew Johnson via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  <20212022  2023  2024  2025 
Navigate by Thread:
Prev: [Bug 1918909] Re: channel filters don't work wit PVA mdavidsaver via Core-talk
Next: Build failed: epics-base base-epicsEnvSet-noleak-660 AppVeyor via Core-talk
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  <20212022  2023  2024  2025 
ANJ, 03 Jul 2021 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions ·
· Download · Search · IRMIS · Talk · Documents · Links · Licensing ·