Bugfix with shared process image in cycle loop

Shared outputs was written after reading the process image for current cycle. So the values for the outputs was one cycle in the past.
This commit is contained in:
2021-09-22 16:25:12 +02:00
parent 9c7c679abc
commit 8999e71d2e
4 changed files with 17 additions and 20 deletions

View File

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