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: PVXS IOC Philosophy |
From: | "Johnson, Andrew N. 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: | Wed, 20 Mar 2024 17:11:49 +0000 |
I agree with Kay, the original design of EPICS to use configuration of standard records instead of coding to develop your control system software, and configuring standard widgets into display files instead of writing code for a specialist
GUI was shown to reduce the effort needed by a significant amount. You're re-using software that has been tested in production at many sites already, so most of the low-level bugs have usually been found and fixed before you start, and you don't have to continually
redevelop software to do almost the same things. Even if you take advantage of the modularity that EPICS provides and write your own device/driver support or display widgets, there are frameworks which make them relatively easy to do and integrate.
We have occasionally heard horror stories in the past of non-EPICS control systems that have taken a huge amount of effort to integrate different subsystems together, whereas with EPICS as long as you've specified a good naming convention
for the PVs those kinds of problems are a lot smaller if they even exist at all. - Andrew |