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: | Creating a database record |
From: | "Dudley, David via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 3 Feb 2022 20:01:10 +0000 |
O.K., you gurus of the EPICS ether (I already miss Marty!), got a question for you. Is it possible from with a device driver that before iocInit (or during some part of it) to programmatically build a database record for use in EPICS? For instance, I’d like my device driver to have a few records available over CA regarding its performance and statistics. I know I can create a AI for instance, and then a dedicated DB that references that tag (along with a few others…),
but it just seemed a more definite direction if I could have the driver actually programmatically build and install the appropriate entries. n
I know – I know – I’m crazy, but just trying to do thing “… down a different path”.
|