Stephan Preeker

Results 17 comments of Stephan Preeker

This is implemented. Rather Dangerous Operation and you better be sure the mapping is correct :). https://www.youtube.com/watch?v=G-Gj_r2BQBk def write_data_db(dbnumber, all_data, size):

We should add some connection checks / handle network errors properly. ``` void CheckConnection() { while(!ChannelStatus) { ChannelStatus=CliConnect(); if (!ChannelStatus) SysSleep(1000); } } bool TcpError(int Error) { return (Error &...

davide is doing his best to maintain it right? I think he will fix it if you report it :) On Thu, Aug 2, 2018 at 10:26 AM, Gijs Molenaar...

Luckily PLC's are made to run for 25 years or so. :). Interfaces do not change much. They have improved encryption on the newer models which are slowly very slowly...

I don't think adding 'async' to snap7 library calls is useful. A PLC is very simple does only one command each loop. And is many times slower than a PC./...

Hai that might me a good idea. At the time I was in a hurry building all of this. I do remember there where some random inconsistency between DB objects...

Are the changes big?

Hi for anyone landing here figureing out why their database cluster is running out of space. executing `du -h -d 4` showed me that the wal folder got realy large...

https://github.com/gijzelaerr/python-snap7/blob/master/snap7/util.py#L1806 You are right!! the LREAL type is missing here!