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: Finding all the PVs on an IOC |
From: | Maren Purves <[email protected]> |
To: | David Dudley <[email protected]> |
Cc: | [email protected] |
Date: | Thu, 23 Oct 2008 06:52:14 -1000 (HST) |
If you're really desparate to find every single solitary one, you could iterate through all combinations of a 39 char string, and attempt to attach to them all, and save the ones you attach to, but that would probably take a little while (OK, a long....long...long while ;-).
I've actually done that on a shorter string, where I knew all but the last 4 chars ;-)
I have used that numerous times during the last few weeks when I had constantly changing record types and names and sometimes didn't quite remember what I currently had (or just wanted to get the record names out to paste into dbpr).
Aloha, Maren