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: Channelfinder Recsync Client: Limit records client side |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Tynan Ford <TFord at lbl.gov>, "Kenner, Daniel Craig" <kenner2 at llnl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 9 May 2024 23:07:09 +0000 |
We don't use reccaster in in the upgraded APS, but we have adopted the naming convention (from Python?) that record names which end in an underscore '_' are intended for internal use within the control system
only, and shouldn't be used on any published display screens or by other clients. We haven't gone so far as to remove them from the lists of PV names that our name-servers recognize (which would limit access to other IOCs or clients running in the same subnet),
but that would be our equivalent to what Daniel is asking for. I would think it should be relatively easy to filter out matching names like that inside the reccaster code, whereas searching for an info tag in each record would probably slow up the reccaster somewhat at
start-up. The use of a naming convention also makes it easier to see when someone is using a PV name that they aren't supposed to be connecting to. - Andrew -- Complexity comes for free, Simplicity you have to work for. |