-
Testing the following snippet (`autoReconnect` in the default value, 5000 ms), S7Endpoint does not try to reconnect again:
```js
const { S7Endpoint } = require('nodes7');
console.log('Connecting …
-
Would it be possible to expose the `timeout` parameter in the function `UASocketProtocol.send_request` to higher-level functions, such as `UaClient.call()`?
Currently, if I call `Node.call_method()` …
-
The Wago 750-559 expects a WORD input instead of a BYTE. The input range is from 0 - 32767, see below reference table. Any value between 0 and 32767 is valid.
| Volt | Word Value |
| ------------…
-
### PROBLEM DESCRIPTION
After Upgrade from 6.6.0 to 7.1.0 to 7.1.1 NTP is broken.
I have seen, that a redisign is planned for 2.0 but did not find any Information regarding it's currently broken…
Lu-Fi updated
4 years ago
-
**Pre-checks**
- [x] running latest version (`pip show pycomm3`)
- [x] enabled logging
- [x] consulted the [docs](https://pycomm3.readthedocs.io/en/latest/)
**Description**
I'm going to repor…
-
Good afternoon, can I use the library to access different PLCs located behind the same router ? I didn't find it possible to specify the port in addition to the IP address in the call.
-
Please add the following "hacky" Optional removal to https://github.com/robotframework/PythonLibCore/blob/9fcb620841b1b411d43fd710bade64f8d0a9020b/src/robotlibcore.py#L232
def _remove_optional…
-
Hello.
I am trying to run montepython using PLANCK 2015 data. My settings in default.conf are like
root = '/home/akhilesh/cmbsofts'
path['cosmo'] = root+'/class_public-2.6.0'
path['cli…
-
If timeouts are provided on Write() and Read() in libplctag, the function returns immediately and is queued for later. Expose this to the wrapper in an idiomatic way.
https://github.com/kyle-github…
-
First of all, thanks for this great project. I was able to get it work on a 750-8212 without any PLC/e-cockpit knowledge.
Beside the output high/low toggle I would like to control my bi-stable rela…