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: Jaroslav Adam via Tech-talk <tech-talk at aps.anl.gov>
To: Simon Rose <Simon.Rose at ess.eu>
Cc: "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Tue, 26 May 2020 10:13:17 -0400 (EDT)
Hi Simon,

verify what PYEPICS_LIBCA is pointing to. It is the library which PyEpics
is using to make connections.

From my experience with running PyEpics inside a PythonSoftIoc, the PYEPICS_LIBCA
should point to the same channel access library as the IOC is using.

With 3.14 base I have, it looks like this:

  export PYEPICS_LIBCA=/usr/local/epics/base-3.14.12.6/lib/linux-x86_64/libca.so

In PyEpics you can get the actual channel access library as

  epics.ca.find_libca()


Cheers,
Jarda


On Tue, 26 May 2020, 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



Replies:
Re: Unpredictable behaviour with PyEpics Matt Newville via Tech-talk
References:
Unpredictable behaviour with PyEpics Simon Rose via Tech-talk

Navigate by Date:
Prev: Re: anyone ever crosscompile pvaPy? Veseli, Sinisa 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 
Navigate by Thread:
Prev: Re: Unpredictable behaviour with PyEpics Matt Newville 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 ·