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: EPICS with Raspberry and PyEpics |
From: | "Zhang, Tong via Tech-talk" <tech-talk at aps.anl.gov> |
To: | LE-DANIEL Erwann <erwann.le-daniel at alstomgroup.com>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 13 Sep 2022 15:49:28 +0000 |
Hi Daniel, I asked my self the same question years ago, and leaned that EPICS base 3.x does not have this ability, since all the PVs are flat distributed in the network, you’ll have to manage all these PVs, say in a
table, and do some programming to implement the features you’re after. Since EPICS base 7.x, pvAccess supports the inspection of the tree structure of hosted PV info, e.g.
pvlist can list all defined PVs in an IOC. But if you want all the PVs from the network, requesting data from a channel directory service could be a general solution. HTH, Tong From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of LE-DANIEL Erwann via Tech-talk [EXTERNAL] This email originated from outside of FRIB
Hello, I’m using a raspberry connected to a network in which are sharing thousand of variables. There are 6 computers connected on this network, and I would like to list all variables available on this
network. Is a command to list all the variable available on a network ? Is the command : “ is Connected(chid) “ can show the list of available variable ? Or : “ show_cache( print_out=True “ ? Thank you very much. Cordialement, LE DANIEL Erwann. CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not
disclose the contents to another person, use it for any purpose or store or copy the information in any medium. |