Subject: |
[Bug 1829770] Re: event record device support broken with constant INP |
From: |
Andrew Johnson via Core-talk <[email protected]> |
To: |
[email protected] |
Date: |
Fri, 01 Nov 2019 20:39:44 -0000 |
** Tags added: codeathon
--
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/1829770
Title:
event record device support broken with constant INP
Status in EPICS Base:
Confirmed
Status in EPICS Base 3.15 series:
Confirmed
Status in EPICS Base 7.0 series:
Confirmed
Bug description:
Eric Norum reported:
------------------ 8< ---------------------
record(event, "$(P)$(R)reconn_") {
field(DTYP, "Soft Channel")
field(INP, "55")
field(TPRO, "1")
}
record(fanout, "$(P)$(R)reconnWFR_") {
field(SCAN, "Event")
field(EVNT, "55")
field(TPRO, "1")
}
When the “reconn_” record is processed, niether ”reconnWFR_” nor any
other record with that SCAN setup gets triggered. It’s not enough to
set INP=55 in the .db file, I must explicitly set VAL for it to work.
------------------ 8< ---------------------
The init_record() routine in devEventSoft.c (Base-3.15 branch) doesn't
look right, I think it's missing a call to eventNameToHandle().
To manage notifications about this bug go to:
https://bugs.launchpad.net/epics-base/+bug/1829770/+subscriptions
- References:
- [Bug 1829770] [NEW] event record device support broken with constant INP Andrew Johnson via Core-talk
- Navigate by Date:
- Prev:
[Bug 1845854] Re: EPICS Math tests failing on Windows with MSVC Andrew Johnson via Core-talk
- Next:
Jenkins build is still unstable: epics-7.0 » linux64 #165 APS Jenkins via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
<2019>
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
[Bug 1829770] [NEW] event record device support broken with constant INP Andrew Johnson via Core-talk
- Next:
[Merge] ~epics-core/epics-base/+git/Com:timeopt into epics-base:7.0 noreply--- via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
<2019>
2020
2021
2022
2023
2024
|