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: | pvget is timing out |
From: | "Ivashkevych, Oksana via Tech-talk" <[email protected]> |
To: | Tech-talk <[email protected]> |
Date: | Sat, 23 Mar 2019 13:31:11 +0000 |
Hello, I have built latest epics-base branch 7.0 and R.7.0.2.1 on Windows 7 and CentOS 4.4.7.(tested both). I cloned with - - recursive option. When I am using caget(), it works, pvget() doesn’t. It doesn’t even print me an error message
when I don’t specify a PV. Behaves identical on both systems. When I specify a PV, request times out.
On this CentOS system I have only base built and nothing running det@xf11bm-pilatus800k:~/epics/epics-base/bin/linux-x86_64> ./caget On this Windows 7 I have bunch of modules built and my new driver and IOC, which theoretically could be a contributing factor, but I don’t think so.
C:\epics\epics-base>bin\windows-x64-static\pvget.exe //prints empty line C:\epics\epics-base>bin\windows-x64-static\caget.exe No pv name specified. ('caget -h' for help.) C:\epics\epics-base>git branch * (HEAD detached at R7.0.2.1) 7.0 C:\epics\epics-base> C:\epics\epics-base\bin\windows-x64-static>caget XF11ID-ES{elveFlowOB1}:elveFlow:Pres1 XF11ID-ES{elveFlowOB1}:elveFlow:Pres1 22.3389 C:\epics\epics-base\bin\windows-x64-static>pvget XF11ID-ES{elveFlowOB1}:elveFlow:Pres1 Timeout XF11ID-ES{elveFlowOB1}:elveFlow:Pres1 C:\epics\epics-base\bin\windows-x64-static> I have another system with Debian 7. On this Debian 7 I have bunch of ADProsilica and ADPilatus iocs running, built with base 7.0.1. At least pvget() responds with the correct complaint, though times out with a PV. oksana@xf11bm-ioc1:/epics/distrib/epicsBundle-R-7-0-1+deb7u1-x86_64/epics-base/bin/linux-x86_64$ ./pvget There is one system where pvget() does work. One year ago I built from core/master on Debian 8. This branch is closed now. On this machine I have one ADprosilica and one ADPointGrey IOC running with this base. There are other IOCs,
but they use Debian distribution. oksana@xf11id-m1:/opt/epics/ADepics7/epics-base/bin/linux-x86_64$ ./pvget XF:MOBILE-BI{Mir:1}cam1:AcquireTime oksana@xf11id-m1:/opt/epics/ADepics7/epics-base/bin/linux-x86_64$ git branch What I could be missing? Why pvget() does not work for me? Thanks, Oksana |