Hi All, Does any one know if it is possible to run CODESYS headlessly as a server? From some brief experiments I have been able to run it headlessly and pass it a single script to be executed e.g. "C:\Program Files\CODESYS 3.5.16.30\CODESYS\Common\CODESYS.exe" --noUI --profile='CODESYS V3.5 SP16 Patch 3' --runscript='myScript.py' This seems to start CODESYS execute the script and close the tool. I would like to know if it is possible to start CODESYS without the UI and to pass a series of scripts...