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: Response Time |
From: | "Martin L. Smith" <[email protected]> |
To: | [email protected] |
Date: | Mon, 19 Aug 2013 08:41:36 -0500 |
Yasemin, streamDevice has a ReplyTimeout which you can increase I have used this before you could try to set that in your protocol file to 5000 and see if that helps. If I remember right this timeout is in milliseconds. Marty On 08/19/13 08:30, Yasemin Barutçu wrote:
Hello, I've been trying to connect to my machine by RS232. I use streamDevice and Asyn Module. When we send command "*IDN?", we expect to get "THERMO OK" from the machine. I try the same connection on TCP/IP. I used serial to ethernet converter and communicated with the machine. No problem occured. But when I eliminated the converter and directly connected to the PC on RS232 port, I got the following error when I send the command. I guess the problem is about response time. How can I configure the response time? Or if it is not response time problem, how can I fix it? ERROR: "2013/08/19 16:23:15.340949 thermoConn IDN: No reply from device within 1000 ms"