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: IOC with Normative Types |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Dave Bracey <dbracey at fnal.gov>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 25 Jul 2024 15:01:12 +0000 |
> How does one build an IOC that integrates the NT types? In short, you do almost nothing. Instead of “softIoc” you use “softIocPVA” to run your database. Instead of “caget” you can then use “pvget”, and instead of the Channel Access DBR.. types you get NT. > I’m having a hard time finding any such material. See PV Access intro on
https://controlssoftware.sns.ornl.gov/training/2022_USPAS/, or watch the video from 2022 EPICS meeting, https://indico.cern.ch/event/1173788/page/25739-workshops-and-trainings, https://indico.cern.ch/event/1173788/page/27020-video-material If you build your own IOC, check the output of “makeBaseApp.pl -t example” for the crucial Makefile section to add PVA, as shown around 28 minutes into the video. Thanks, Kay |