EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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  <20202021  2022  2023  2024  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  <20202021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Unpredictable behaviour with PyEpics
From: Jure Varlec via Tech-talk <tech-talk at aps.anl.gov>
To: tech-talk at aps.anl.gov
Date: Tue, 26 May 2020 11:19:21 +0200
Hello Simon,

What happens if you use wait_for_connection() instead of connect()? When you
construct a PV object, it will start connecting on its own, so you just need to
wait. AFAICT, the codepaths for wait_for_connection() and connect() are
different, so you may get better results.

Best
Jure

On Tuesday, 26 May 2020 10:47:48 CEST Simon Rose via Tech-talk wrote:
> Hello all –
> 
> I am trying to set up something to do some automated testing of communication with a running IOC with PyEpics, but unfortunately I am running into some inconsistent behavior which makes it difficult to use as a reliable testing mechanism.
> 
> Specifically, if I have an IOC (EPICS base 7.0.3.1) up and running on the same machine, and run the following script:
> 
> from epics import PV
> pv = PV(“test”)
> assert pv.connect()
> 
> then most of the time, this works exactly as intended. However, somewhere around 1 in 5 times or so, it fails. I have tried to look at the network traffic (using Wireshark) between the IOC and the python client, but unfortunately I don’t see a difference between successful and unsuccessful connection attempts.
> 
> I am running both IOC and client inside a linux VM on my mac.
> 
> Any help would be appreciated,
> 
> Cheers,
> 
> Simon
> 





References:
Unpredictable behaviour with PyEpics Simon Rose via Tech-talk

Navigate by Date:
Prev: Unpredictable behaviour with PyEpics Simon Rose via Tech-talk
Next: Mirror Control Room Elio Valenzuela via Tech-talk
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  <20202021  2022  2023  2024 
Navigate by Thread:
Prev: Unpredictable behaviour with PyEpics Simon Rose via Tech-talk
Next: Re: Unpredictable behaviour with PyEpics Matt Newville via Tech-talk
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  <20202021  2022  2023  2024 
ANJ, 28 May 2020 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·