I have written a shell script in raspberry pi 3 to run two process one after other, both of these process will be continuously running once started.
so i want to run this shell script from codesys web visu button,
I tried SysProcess library execute command function but with that either the codesys program gets loaded and stops or the script doesn't start executing only.
I am able run other single line commands such as getting a processes PID.
any other way to get this done?
Thanks
Ajeya
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey guys,
I have written a shell script in raspberry pi 3 to run two process one after other, both of these process will be continuously running once started.
so i want to run this shell script from codesys web visu button,
I tried SysProcess library execute command function but with that either the codesys program gets loaded and stops or the script doesn't start executing only.
I am able run other single line commands such as getting a processes PID.
any other way to get this done?
Thanks
Ajeya