channel filters don't work wit PVA

Bug #1918909 reported by Dirk Zimoch
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
EPICS Base
Fix Released
Medium
mdavidsaver

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

Revision history for this message
mdavidsaver (mdavidsaver) wrote :
Changed in epics-base:
assignee: nobody → mdavidsaver (mdavidsaver)
status: New → Confirmed
importance: Undecided → Medium
milestone: none → 7.0.5.1
Andrew Johnson (anj)
Changed in epics-base:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.