Search found 3 matches

by wmatte
13 Oct 2023, 15:02
Forum: Software
Topic: Cannot Hold Cycle Time very annoying issue
Replies: 1
Views: 61319

Cannot Hold Cycle Time very annoying issue

Dear community, I am close to my project completion and it looks a bit "heavy" for the RevPi. I made it work using an infinite loop cycle that embeds the logic of the program levereaging OOP. The hardware setup comprehends a RevPi Core SE and the expansion RevPi DIO. Of the RevPi DIO I cur...
by wmatte
13 Mar 2023, 11:33
Forum: Software
Topic: RevPi ModIO2 and OOP
Replies: 2
Views: 3197

Re: RevPi ModIO2 and OOP

Hi :D On the Revolution Pi should be only one instance of RevPiModIO. So you just have to pass your instance to the other classes and your program should work :D By that method you can write control classes independently of the instantiation of the RevPiModIO module. The control classes will work a...
by wmatte
10 Mar 2023, 17:53
Forum: Software
Topic: RevPi ModIO2 and OOP
Replies: 2
Views: 3197

RevPi ModIO2 and OOP

Hello everybody, I am happy to take part into this forum using this amazing product :) I am managing an industrial physical simulator with a bunch of sensors and actuators. I would like to set up my code following OOP principles, with a class structure that reflects the actual real world. BTW, I am ...