How to run multiple programs in RevPiPyLoad?
Posted: 13 Feb 2021, 02:50
I am trying to start multiple programs with RevPiPyLoad.
In the file /etc/revpipyload/revpipyload.conf I can add a single program (program_1.py) to the "plcprogram" line and this works.
How do I make 2 programs both run?
Something like:
All the examples found in online documentation only show one program.
Thank you for any help.
In the file /etc/revpipyload/revpipyload.conf I can add a single program (program_1.py) to the "plcprogram" line and this works.
How do I make 2 programs both run?
Something like:
Code: Select all
plcprogram = program_1.py ; program_2.py
Thank you for any help.