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: Ignore a welcome message in a telnet connection using StreamDevice |
From: | Abdalla Ahmad via Tech-talk <tech-talk at aps.anl.gov> |
To: | Ralph Lange <ralph.lange at gmx.de>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 3 Dec 2020 07:31:10 +0000 |
I added another record to the database and it seems the global init handler is called for each record. StreamDevice should work because the command interface
is very simple, only this welcome message. I might try asynPortDriver meanwhile. Best Regards, Abdalla. From: Abdalla Ahmad
Yes, but for some reason the record ends up in an INVALID CALC_ALARM state. Could be that because @init should expect to read or write records? Best Regards, Abdalla. From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Ralph Lange via Tech-talk On Tue, 1 Dec 2020 at 10:06, Abdalla Ahmad via Tech-talk <tech-talk at aps.anl.gov> wrote:
Have you tried a global @init handler? The documentation [1] seems to suggest that this could work. Cheers, |