Hello,
We have been trying to execute a Python script from the ctrlX PLC,
It seems that the create instance, execute script and abort functionalities work but the reset command it always returns this error:
We have also tried to do the reset from the Datalayer but it returns another error:
Does anyone know why could this this happening?
Thanks in advance,
Solved! Go to Solution.
What versions are you using?
Hello Joechen_Mueller,
Hello Eric
The errror message occure if you try to reset the instance, which is not in an error state.
If you have e.g. some script error the reset is working correctly.
I have to admit that the error message is not intuitive....
Regards
Jochen
Hello Joechen_Mueller,
True, It seems that when the instance of the script is "False" works,
Thanks for the help!