pycomm icon indicating copy to clipboard operation
pycomm copied to clipboard

Time out is not changing

Open ramezanifar opened this issue 6 years ago • 0 comments

I would like to set the time out so that if the network is down, I can quickly detect and try to reconnect. I set the time out as following:

c = ClxDriver() c.attribs['timeout']=1

But it does not work. If the network is down and if I want to read or write to the PLC, it takes 10 seconds (default value) and then it fails. Can some one please advise?

Thank you in advance

ramezanifar avatar Jun 26 '18 21:06 ramezanifar