Hello.
I'm using the MIO GPIO to count pulses. It works well but I would like to reinit the register to 0 each time I read it.
Is there a way to do so ?
(I'm programming in Python but it doesn't matter much).
Thank you !
Reinit of MIO GPIO Pulse count
-
OnlineRevPiModIO
- KUNBUS
- Posts: 341
- Joined: 20 Jan 2017, 08:44
- Contact:
Re: Reinit of MIO GPIO Pulse count
Hi Alexandre!
Do you use revpimodio2 or do you manage the piControl yourself?
Do you use revpimodio2 or do you manage the piControl yourself?
python3-RevPiModIO - https://revpimodio.org/ || Der RevPi ist das Beste, was passieren konnte!
Re: Reinit of MIO GPIO Pulse count
Hello,
Thank you for your answer and sorry for late reply.
We use revpimodio2 from Python.
Do you know how to reinit the register for counting pulse ?
Thank you.
Thank you for your answer and sorry for late reply.
We use revpimodio2 from Python.
Do you know how to reinit the register for counting pulse ?
Thank you.
Re: Reinit of MIO GPIO Pulse count
Hi.
We are still blocked regarding the MIO counter use and the need to reset it when it reach 10746 which seems to be the maximum.
Do you have any information about that ?
Thank you
We are still blocked regarding the MIO counter use and the need to reset it when it reach 10746 which seems to be the maximum.
Do you have any information about that ?
Thank you
Re: Reinit of MIO GPIO Pulse count
Hi Alexandre,
The counter can not be reset for MIO. This is only possible with DO/DIO modules.
The firmware in the MIO and the piBridge cannot do a reset.
To do this, you must change your device and either DO or DIO.
Best Regards
Ulrich Kouatang Biakoup | Technical Support
The counter can not be reset for MIO. This is only possible with DO/DIO modules.
The firmware in the MIO and the piBridge cannot do a reset.
To do this, you must change your device and either DO or DIO.
Best Regards
Ulrich Kouatang Biakoup | Technical Support