AGG Software Forums

Online Help Center => Data loggers and plug-ins => Topic started by: ccdr on May 11, 2017, 08:48:29 AM



Title: Telnet over Ethernet
Post by: ccdr on May 11, 2017, 08:48:29 AM
Can Data Logger Suite request/response Telnet session over Ethernet?


Title: Re: Telnet over Ethernet
Post by: Arthur Grasin on May 11, 2017, 09:12:18 AM
Yes, this is possible using the ASCII Data Query plugin like:

login#0D#0Apassword#0D#0A


Title: Re: Telnet over Ethernet
Post by: ccdr on May 18, 2017, 10:09:59 AM
I found I have to echo some characters like #FF#FC#18 before I could type in username and password.
Besides, I found there seems no place to set the time interval between two sequential requests. And it is impossible to adjust request order when you need to put last request to the first. You have to rewrite the whole request sequence from beginning.
Could you help confirm if I misunderstood something?
Thanks.


Title: Re: Telnet over Ethernet
Post by: Arthur Grasin on May 18, 2017, 10:30:23 AM
Our query plugin is simple. The interval between requests can be defined using a response timeout.

Unfortunately, you cannot easily change requests order.


Title: Re: Telnet over Ethernet
Post by: ccdr on May 18, 2017, 10:44:45 AM
What if the response is fast while my next request still wants to wait for certain amount of time? Does the response timeout still account for?


Title: Re: Telnet over Ethernet
Post by: Arthur Grasin on May 18, 2017, 01:58:11 PM
No, this case the response timeout will not work. Generally, if a device send a response it is ready to receive a next request...


Title: Re: Telnet over Ethernet
Post by: ccdr on May 22, 2017, 11:10:36 AM
No, this case the response timeout will not work. Generally, if a device send a response it is ready to receive a next request...
My intention was to control request rhythm by the host, instead of by the device response speed.
Where can I put the delay between two sequential requests?