Can Data Logger Suite request/response Telnet session over Ethernet?
Yes, this is possible using the ASCII Data Query plugin like:
login#0D#0Apassword#0D#0A
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.
Our query plugin is simple. The interval between requests can be defined using a response timeout.
Unfortunately, you cannot easily change requests order.
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?
No, this case the response timeout will not work. Generally, if a device send a response it is ready to receive a next request...
Quote from: Arthur Grasin on May 18, 2017, 10:58:11 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?