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 2019 2020 2021 2022 2023 2024 <2025> | 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 2019 2020 2021 2022 2023 2024 <2025> |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Update IOC with pushed data |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Kasemir, Kay" <kasemirk at ornl.gov>, Dave Bracey <dbracey at fnal.gov>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 10 Jun 2025 17:10:41 +0000 |
The standard device support in the asyn module also supports SCAN=I/O Intr. If you have a driver based on asyn then it can cause records with SCAN=I/O Intr to process when there is new data. https://github.com/epics-modules/asyn https://epics-modules.github.io/asyn/asynDriver.html#asynmanager-interrupts-and-epics-device-support This is the code in an asyn driver that sets the values and does the callbacks that force SCAN=I/O Intr records to process: This is the definition of an ai record that will process with SCAN=I/O Intr when that driver code executes. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Kasemir, Kay via Tech-talk |