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: error of beacon |
From: | "Hu, Yong" <[email protected]> |
To: | Azra Jabeen <[email protected]>, "[email protected]" <[email protected]> |
Date: | Tue, 5 Aug 2014 18:33:42 +0000 |
Hi Azra,
I guess there are multiple Ethernet ports on the computer where the PLC ioc is running. Put the two lines below at the front of your ioc startup script (just after the line #!), then change “ioc-subnet-broadcast-ip …” based on your networking settings, and
the annoying CA beacon message should be gone.
epicsEnvSet("EPICS_CA_AUTO_ADDR_LIST", "NO") epicsEnvSet("EPICS_CA_ADDR_LIST", “ioc-subnet-broadcast-ip such as 10.0.153.255”) You need to find out the broadcast IP of your ioc (Channel Access) subnet: the command ifconfig on Linux should tell you what you should use.
I have been using this quick fix a lot and it works very well. Hope it work for you. Yong
NSLS-II Controls Group
From: Azra Jabeen <[email protected]>
Date: Tuesday, August 5, 2014 at 5:52 AM To: "[email protected]" <[email protected]> Subject: error of beacon Can some body help me to sort put the error
While running ioc . My ioc receive 7 bytes data and I can see it but this message is continuously displaying../online_notify.c: CA beacon (send to "192.168.1.143:5065") error was "Connection refused" s7plcReceiveThread Client1: recv(8, ..., 7, 0) failed: Success Azra |