Search found 5 matches

by RTI GWF
16 May 2025, 08:47
Forum: Hardware
Topic: Access to IO's in a fast way
Replies: 3
Views: 9079

Re: Access to IO's in a fast way

nicolaiB wrote: 23 Apr 2025, 08:45 Hi Raphael,

can you please share your Code / an example how to access the IOs? As alternative to revpimodio2 you can access the IOs directly via gpiod / iio sysfs.

Nicolai
Hi Nicolai and forum

Any Updates/Input to this topic? I would really appreciate it.

Greetings Raphael
by RTI GWF
02 May 2025, 07:48
Forum: Hardware
Topic: Access to IO's in a fast way
Replies: 3
Views: 9079

Re: Access to IO's in a fast way


can you please share your Code / an example how to access the IOs?

Hi Nicolai

Sorry for the long delay for an answer. Sure I can. Overall, it's rather simple but nested in some different functions, that's why I try to post here more a cuttogether of the essentials:

All in Python 3.11.9 ...
by RTI GWF
22 Apr 2025, 16:07
Forum: Hardware
Topic: Access to IO's in a fast way
Replies: 3
Views: 9079

Access to IO's in a fast way

Hi Together

I am currently trying to write a Python application on our RevPi compact. Yes, I now know that the compact is no longer supported, but I wasn't aware of this when I bought it.

To the point. Most of the application is not time-critical, but within one execution, a pulse measurement is ...
by RTI GWF
12 Mar 2025, 08:19
Forum: Software
Topic: Graceful shutdown
Replies: 2
Views: 4726

Re: Graceful shutdown

Hallo Sven

Ich danke dir für die Antwort und die Erklärung. Super es hilft sicherlich diesen Wert anpassen zu können :).

Unterdessen haben sich doch noch ein paar Folgefragen meinerseits aufgetan bei welchen du/ die Community ev. ebenfalls helfen könntet.

1. Wie in meinem Ablauf oben aufgezeigt ...
by RTI GWF
10 Mar 2025, 15:11
Forum: Software
Topic: Graceful shutdown
Replies: 2
Views: 4726

Graceful shutdown

Hallo Zusammen

Ich entschuldige mich das die Frage ein wenig ausführlicher wird, aber für ein Verständnis benötige ich ein bisschen an Erklärung.

Ich möchte gerne verstehen, wie oder was der RevPI Commander an/mit dem laufenden Python Skript macht, wenn ein "SPS stop" gedrückt wird, oder besser ...