Sync write of outputs with autorefresh/cycle or .writeprocimg, if shared_procimg=True

If shared_procimg=True, ModIO wrote the new set values directly to the process
image without cycle sync mechanisms. As a result, the IOs could change status
several times within the cycleloop, which is wrong.
This commit is contained in:
2021-01-31 13:31:05 +01:00
parent 57c56ce207
commit 6608bd965c
5 changed files with 119 additions and 68 deletions

View File

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