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: Making Records Invisible |
From: | Andrew Johnson <[email protected]> |
To: | Andreas Luedeke <[email protected]> |
Cc: | [email protected], Susanna Jacobson <[email protected]>, EPICS Tech-Talk <[email protected]> |
Date: | Fri, 06 Sep 2002 12:04:34 -0500 |
You can corrupt the record name in the process database. To "disconnect" the PV "myPV" just generate the script
a=dbNameToAddr("myPV") **a='@'
and run it on your IOC.
The channel will be invisible for channel access. If you provide the same channel name now by another IOC, all applications will use this new channel.
ent=dbAllocEntry(pdbbase) dbFindRecord(ent, "myPV") dbRenameRecord(ent, "deadPV") dbFreeEntry(ent)
- Andrew -- "Life is what happens while you're busy making other plans." -- John Lennon