Search found 2 matches

by elboyoloco1080
23 Jul 2021, 04:56
Forum: RevPiModIO
Topic: Output Flickering After Second Use in Program
Replies: 1
Views: 3122

Output Flickering After Second Use in Program

I am using Python and the Revpimodio2 module on a project. I have run into an issue where the first time my program turns on an output, the output works as expected. When the program turns on the output a second time, the output flickers and turns off and on randomly the whole time it is supposed to...
by elboyoloco1080
13 Feb 2021, 02:50
Forum: RevPiModIO
Topic: How to run multiple programs in RevPiPyLoad?
Replies: 1
Views: 2593

How to run multiple programs in RevPiPyLoad?

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: plcprogram = program_1.py ; program_2.py All the exam...