Hi!
I 'm using a controller lenze c300 (with windows embedded CE inside).
I want to execute automatically a python script that add a variable. The only method I see is use command line ( open codesys.exe and add the --runscript with parameter).
Is there other method ?
Thanks!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I 'm using a controller lenze c300 (with windows embedded CE inside).
I want to execute automatically a python script that add a variable. The only method I see is use command line ( open codesys.exe and add the --runscript with parameter).
Is there other method ?
Thanks!!
Hi there,
I would take a look at the SysProcess library which allows you to execute OS commands from IEC code. I hope this helps!