Cycleloop does not raise Exception, run_plc accept debug flag.

User has to use maxioerrors = n, if the program should crash on process
image errors.
If the ProcimgWriter helper is running but get no new data for 2500 ms,
the cycleloop will print just a warning. Cycle function is paused for
that time. Most interesting for RevPi NET classes.
This commit is contained in:
2020-09-09 09:47:55 +02:00
parent 6f5415a567
commit 9460c4f106
3 changed files with 31 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ setup(
license="LGPLv3",
name="revpimodio2",
version="2.5.3a",
version="2.5.3b",
packages=["revpimodio2"],
python_requires="~=3.2",