RevPiModIO is a third-party software that we have integrated into our system. If you need more information, please visit the official website. If you have any questions, please ask them in our forum, which has its own category. https://revpimodio.org/
Table of Contents |
---|
I want to switch an output with the RevPiModIO Library, but this output oscillates.
Check if you have several instances of RevPiModIO running in parallel. Then there are competing accesses and the values jump
End all Python processes e.g. with "ps ax | grep python" and then "sudo kill [pid]"
Then set the output with: "piTest -w OutputValue_1, 1000 "
Check if the value is present at the output
https://revolution.kunbus.de/forum/viewtopic.php?f=6&t=3013#p10778
I get a runtime error from the RevPiModio process, what can I do?
RuntimeWarning: can not execute all event functions in one cycle
There is a discussion in our Forum: https://revolutionpi.de/forum/viewtopic.php?f=6&t=3340
I would like to know if there is an C++ library equivalent to RevPiModIO
We don't provide a C++ library that is similar to RevPiModIO.
You have to write your own library, with the help of our documentation below.
We have 2 videos on our website, in German DUB and Englisch SUB.
https://revolutionpi.com/tutorials/video-tutorials/?noredirect=en_US
you can check following videos:
Tutorial 13 – PiTest source code
Tutorial 25 – Create your own RAP file
In the download area, you will find the source code.
https://revolutionpi.de/tutorials/downloads/#revpiimages