Hallo,
I have a problem with starting CoDeSys from Python.
I was trying to start CoDeSys with the following command:
Code:
os.system(r'C:\3S CoDeSys\CoDeSys\Common\CoDeSys.exe --Profile="CoDeSys V3.4 SP4 Patch 1"')
but it did not work. So I found a solution and I started to use this command:
Code:
os.system(r'C:\3S" CoDeSys\CoDeSys\Common\CoDeSys.exe --Profile="CoDeSys V3.4 SP4 Patch 1"')
After downloading CoDeSys on a new PC, I changed the path of CoDeSys. So the Command looks now like that:
Code:
os.system(r'C:\Program Files (x86)\3S CoDeSys\CoDeSys\Common\CoDeSys.exe --Profile="CoDeSys V3.4 SP4 Patch 1"')
I have the same problem again. CoDeSys does not start! What could be the solution?
Thank you and wishe u a nice weekend.
