Search found 322 matches

by RevPiModIO
01 Nov 2022, 16:32
Forum: RevPiModIO
Topic: RevPiCommander Controls nicht sichtbar
Replies: 6
Views: 6849

Re: RevPiCommander Controls nicht sichtbar

Hallo Patrick!

Ich habe hier mal eine Beta Version vom RevPiCommander hinterlegt: [url]http://revpimodio.org/dnl/RevPiCommander_0.9.3b.exe[/url]

Dort versucht Qt die Skalierung anzuwenden. Magst du die mal testen und mir ein Feedback geben?

Gruß
Sven
by RevPiModIO
20 Oct 2022, 19:25
Forum: RevPiModIO
Topic: RevPiPyload - MIO - Not receiving any updates for DI
Replies: 1
Views: 3798

Re: RevPiPyload - MIO - Not receiving any updates for DI

Hi benaodisee!

I will check that in the next week and give you a feedback!

Regards
Sven
by RevPiModIO
20 Oct 2022, 19:22
Forum: RevPiModIO
Topic: RevPiCommander Controls nicht sichtbar
Replies: 6
Views: 6849

Re: RevPiCommander Controls nicht sichtbar

Hallo Patrick!

Magst du mir einen Screenshot schicken? Der Commander bekommt bald einige Updates!

Gruß
Sven
by RevPiModIO
13 Oct 2022, 11:18
Forum: RevPiModIO
Topic: RevpiPyload send_on_event message rate & sensitivity
Replies: 2
Views: 3498

Re: RevpiPyload send_on_event message rate & sensitivity

That's not a silly question! The default cycle time on a multicore RevPi (everything except the Core 1) is 20 ms! And that is the detection rate, too! So: 1) Yes, if the value changes from 123 to 124, we have an event, same thing in the other direction. 2) No, the internal detection rate is 20 ms (m...
by RevPiModIO
28 Sep 2022, 19:32
Forum: RevPiModIO
Topic: Python Code mit revpimodio auf einem Raspberry ausführen
Replies: 4
Views: 3960

Re: Python Code mit revpimodio auf einem Raspberry ausführen

Moni iotec! Freut mich zu hören, dass ihr die erweiterten Funktionen nutzt! Ihr könnt bei der Instanziierung die Parameter "procimg" und "configrsc" verwenden um der Bibliothek einen Pfad des Prozessabbilds und der piCtory Konfiguration zu übergeben. Diese Parameter sind noch nic...
by RevPiModIO
27 Jun 2022, 16:05
Forum: RevPiModIO
Topic: Überschreiten der Zykluszeit
Replies: 6
Views: 4501

Re: Überschreiten der Zykluszeit

Super grob, ohne weiteres Wissen wäre es mit dem .cycleloop z.B. so: # -*- coding: utf-8 -*- """Demo for @Pompowac.""" __author__ = "Sven Sager" __copyright__ = "Copyright (C) 2022 Sven Sager" __license__ = "GPLv3" import revpimodio2 def se...
by RevPiModIO
27 Jun 2022, 15:36
Forum: RevPiModIO
Topic: Überschreiten der Zykluszeit
Replies: 6
Views: 4501

Re: Überschreiten der Zykluszeit

Könnt ihr mal eure CPU-Auslastung prüfen? Es scheint mir, dass ihr durch eure `while True:`s den Prozessor killt. Und dann kommt die IO Aktualisierung auch nicht mehr hinterher und die Warnungen erscheinen :O Ihr müsst da irgendwo `Verzögerungen` implementieren oder komplett mit dem reinen `.cyclelo...
by RevPiModIO
11 May 2022, 06:54
Forum: RevPiModIO
Topic: cycle time of 10 ms exceeded - can not hold cycle time!
Replies: 2
Views: 4884

Re: cycle time of 10 ms exceeded - can not hold cycle time!

Could it be, that the queue consumer is to slow? I can not see your value for `maxsize`, but could you try to set that to `0`. If the consumer of the queue is to slow, the `.put(...)` function will block inside of the cycle function. I would change the function parameter name `revpi` to `ct` or some...
by RevPiModIO
10 May 2022, 10:27
Forum: Software
Topic: RevPiPyLoad not sending MQTT? And some basic questions
Replies: 6
Views: 1984

Re: RevPiPyLoad not sending MQTT? And some basic questions

Found the bug, will fix right now!

Sven