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: Storing the output of ticker in the PVXS example into a database record in an IOC |
From: | Joao Paulo Martins via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 15 Aug 2023 08:07:12 +0000 |
Hello Andy,
The simplest thing you can do to achieve this is to use PVA links in your DB:
record(longin, "$(P)$(R)DBRTicker") {
Kind regards,
field(DESC, "Copy of PVXS ticker") field(INP, {pva:{pv:"$(P)$(R)PVXSTicker",proc:true}}) }
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Wang, Andrew via Tech-talk <tech-talk at aps.anl.gov>
Sent: Tuesday, August 15, 2023 6:50 AM To: EPICS tech-talk Subject: Storing the output of ticker in the PVXS example into a database record in an IOC
Hi all,
I am attempting to understand and explore some PVAccess and thought that PVXS might be a good place to start. I was able to successfully build PVXS and run ticker in the example directory.
I am interested to know if it is possible for the output generated by ticker to be stored in a V3 record. A list of steps that will allow me to get started will be greatly appreciated.
Andy
|