Replies: 1 comment
-
Maybe I'm late but for people who still need it: from snap7.type import Parameter PlcClient= snap7.client.Client() PlcClient.set_param(Parameter.RecvTimeout, 10000) <-- In ms Can use: to know if it changed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It spends about one minute when exec
snap7.client.Client().connect(self._config.address, self._config.rack, self._config.slot, self._config.port)
to revcived timeout .how to change timeout time and set timeout 10s ?
Look forward to your help, thank you
Beta Was this translation helpful? Give feedback.
All reactions