hello how can I run a python script on a hmi + softplc with CodesysControlWin?
szCommand:= 'sudo python TestVar.py';
_(pszComand:=szCommand , pResult:=dutResult );
I get a message that does not exist the sudo
Log in to post a comment.
hello how can I run a python script on a hmi + softplc with CodesysControlWin?
szCommand:= 'sudo python TestVar.py';
_(pszComand:=szCommand , pResult:=dutResult );
I get a message that does not exist the sudo