Hi Martin, I have the same problem with 3.5.15.20. The origin problem is, that the project will not open when I call "C:/Program Files/CODESYS 3.5.15.20/CODESYS/Common/CODESYS.exe" --Profile="CODESYS V3.5 SP15 Patch 2" --noUI --project="C:/.../COM/MQTT.library" --runscript="C:/.../Codesys/Test/UpdateScript.py" Without --noUI everything is fine. When I open the project within the script then also all is fine. from __future__ import print_function from scriptengine import * #import sys, os, time, shutil,...
Hi Martin, I have the save problem with 3.5.15.20. The origin problem is, that the project will not open when I call "C:/Program Files/CODESYS 3.5.15.20/CODESYS/Common/CODESYS.exe" --Profile="CODESYS V3.5 SP15 Patch 2" --noUI --project="C:/.../COM/MQTT.library" --runscript="C:/.../Codesys/Test/UpdateScript.py" Without --noUI is everything fine. When I open the project within the script then also all is fine. from __future__ import print_function from scriptengine import * #import sys, os, time, shutil,...