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: GPIB connection problem with EPICS 7 |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | Miroslaw Dach <mdach at lbl.gov>, EPICS Tech-Talk <tech-talk at aps.anl.gov> |
Date: | Fri, 23 Feb 2024 22:53:42 +0000 |
This Message Is From an External Sender
This message came from outside your organization.
Hi Mirek, I have been running a VXI11 device with base 7.0.7 and recent versions of asyn on Centos7 and CentOS 9 with no problems. I am currently using the master branch (a bit beyond 4-44-2). But I think R4-42 should work fine. This is the command in my startup script: vxi11Configure("serial2", "164.54.160.16", 0, 0, "gpib0", 0, 0) Your error is happening because clnttcp_create is failing: You may need to add some debugging to see why that call is failing. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of
Miroslaw Dach via Tech-talk Hi All, We are migrating in ALS from Centos7 to RockyLinux8 and from EPICS 3 to EPICS 7. 0. 7 . One of our ioc which runs on Centos 7 EPICS 3. 15. 4 asyn4-30 runs
fine and can access the GPIB devices via gpib gateways. The same ioc when converted
ZjQcmQRYFpfptBannerStart
ZjQcmQRYFpfptBannerEnd Hi All, We are migrating in ALS from Centos7 to RockyLinux8 and from EPICS 3 to EPICS 7.0.7 . One of our ioc which runs on Centos 7 EPICS 3.15.4 asyn4-30 runs fine and can access the GPIB devices via gpib gateways. The same ioc when converted to EPICS 7.0.7 with asyn-R4-42 on RockyLinux 8 reports the problem as below: vxi11Configure ("gpibport01","gpib01",0,0.0,"gpib0",0,0) dbLoadRecords("db/gpibport01.db") iocInit() 2024/02/23 11:09:12.735 GPIB01_MX_ASYN: queueRequest failed iocRun: All initialization complete 2024/02/23 11:09:22.730 GPIB01_MX_ASYN: special queueRequest timeout 2024/02/23 11:10:01.926 gpibport01 vxiConnectPort error gpib01 RPC: Port mapper failure - Timed out I compiled the same code (with EPICS 7.0.7 with asyn-R4-42) on centos7 and ran it on Centos7 and the error messages are identical. Would that be a problem with EPICS 7.0.7 and new asyn-R4-42 vs EPICS 3.15.4 asyn4-30 ? Best Regards Mirek |