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: Question about epics and pcaspy running in one computer |
From: | Ralph Lange <[email protected]> |
To: | EPICS Tech Talk <[email protected]> |
Date: | Fri, 14 Oct 2016 19:28:34 +0200 |
It should work fine to simply not define EPICS_CA_ADDR_LIST at all on either the client or server machine, as long as they are both on the same subnet.
Mark
________________________________________ Sent: Friday, October 14, 2016 10:24 AM
From: [email protected] [[email protected]] on behalf of Kasemir, Kay [[email protected]]
To: lzf neu
Cc: [email protected]
Subject: Re: Question about epics and pcaspy running in one computer
Hi:
> I defined the EPICS_CA_ADDR_LIST=127.0.0.1
That's your problem.
127.0.0.1 is not a broadcast address.
Read https://wiki-ext.aps.anl.gov/epics/index.php/How_to_ , and find the broadcast address of the host which runs your IOCs.Configure_Channel_Access
Hint: It's an IP address that tends to end in 255.
-Kay