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: How to get a list of all available PVs |
From: | <[email protected]> |
To: | <[email protected]>, <[email protected]> |
Cc: | [email protected] |
Date: | Mon, 17 Dec 2012 09:27:38 +0000 |
Hi Carlos, Adding to Pavel’s all good suggestions, there is no “native” directory in base epics that lists the PVs available on a network. Ralph Lange’s channel finder is an alternative that some sites may be using. http://sourceforge.net/projects/channelfinder/ Ronaldo From: [email protected] [mailto:[email protected]]
On Behalf Of Pavel Maslov Hi Carlos, on the IOC side issue dbl (in the epics shell): epics> dbl And you'll get all the PVs loaded in to EPICS database. If you want to get a list of PVs on the client side though, then I don't think that can be implemented as easily as I have descibed above. You can always ssh to the IOC box and either execute st.cmd and use the dbl command, or use procServ to connect to a running IOC. In this case, I suspect the st.cmd file should contain dbl after the iocInit command. As for the latter, I
have never used procServ myself. So just guessing. On Mon, Dec 17, 2012 at 12:38 PM, Carlos Pascual <[email protected]> wrote: Hi,
--
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. |