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: get asyn hostInfo |
From: | Douglas Araujo via Tech-talk <tech-talk at aps.anl.gov> |
To: | Mark Rivers <rivers at cars.uchicago.edu>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 4 Apr 2024 12:50:47 +0000 |
Yes, I have confirmed that the value in theHOSTINFO asyn record field is correct: $ pvget asyn:Test.HOSTINFO
asyn:Test.HOSTINFO <undefined> "192.168.50.2:65535 UDP"
I also assumed that this should work, but for some reason, I am receiving the error: 192.168.50.2:65535 UDP: Link already open! So, I am wondering if the instance of pasynOption that I created is receiving the same pasynInterface value that was defined with drvAsynIPPortConfigure and is also being used in the asyn record code. Douglas From: Mark Rivers <rivers at cars.uchicago.edu>
Sent: Thursday, April 4, 2024 2:02:03 PM To: tech-talk at aps.anl.gov; Douglas Araujo Subject: Re: get asyn hostInfo
If you open the asynRecord OPI screen asynIPPortSetup does it correctly display the current IP host information in the widget labeled "Host info:"? If so, then using the same code as in the asynRecord should work?
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Douglas Araujo via Tech-talk <tech-talk at aps.anl.gov>
Sent: Thursday, April 4, 2024 2:48 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: get asyn hostInfo Hi all,
|