Hello,
Is there any way to start and stop the python plc program via ssh/script?
I can start and stop the revpipyload daemon but I'd like to start and stop only the python plc program (program.py)
# start daemon
pi@RevPi ~ $ sudo service revpipyload start
# stop daemon
pi@RevPi ~ $ sudo service revpipyload stop
Thanks,
Zsolt
PLC program remote start/stop
Moderator: RevPiModIO
Re: PLC program remote start/stop
Hi Zsolt, I have moved your important question here where the specialists may see it and are able to answer you.
- RevPiModIO
- KUNBUS
- Posts: 335
- Joined: 20 Jan 2017, 08:44
- Contact:
Re: PLC program remote start/stop
Hi Zsolt.
At the moment a start / stop of the program is only possible via XML-RPC call... But I think a signal for start/stop or something like that will be cool!
I'll add that on github.
At the moment a start / stop of the program is only possible via XML-RPC call... But I think a signal for start/stop or something like that will be cool!
I'll add that on github.
python3-RevPiModIO - https://revpimodio.org/ || Der RevPi ist das Beste, was passieren konnte!
Re: PLC program remote start/stop
Hi,
Thank you!
BR, Zsolt
Thank you!
BR, Zsolt