Search found 322 matches

by RevPiModIO
18 Aug 2018, 18:59
Forum: Mein Projekt
Topic: RevPi + RevPiDIO + Homekit (mit homebridge)
Replies: 4
Views: 9412

Re: RevPi + RevPiDIO + Homekit (mit homebridge)

Hi Christian! Das ist ja ein cooles Projekt :D - Für mich natürlich auch, weil du RevPiModIO verwendest! Und bei "liveinputs.py" ist mir aufgefallen, dass du eine Funktion gut gebrauchen kannst, die RevPiModIO2 noch nicht hat. Ich denke du willst nicht nur die Wertänderung von Eingang &quo...
by RevPiModIO
09 Aug 2018, 15:09
Forum: RevPiModIO
Topic: HowTo: Events und eigene zyklische Aufgaben
Replies: 0
Views: 7564

HowTo: Events und eigene zyklische Aufgaben

Wir erhalten immer mal wieder die Frage, ob man das Eventsystem und zyklische Aufgaben erledigen kann. Die Antwort ist JA ! Die häufigste und einfachste Aufgabe ist das Eventsystem zu verwenden und eine Status LED am Core blinken zu lassen (Signalisiert: Programm läuft). Dies haben wir in unserem Be...
by RevPiModIO
09 Aug 2018, 12:54
Forum: Hardware
Topic: Controlling the LED
Replies: 9
Views: 12727

Re: Controlling the LED

If you are using Python with RevPiModIO, you can control the LEDs like: https://revpimodio.org/en/homepage/ #!/usr/bin/python3 # -*- coding: utf-8 -*- """Will just flash LED A1 till SIGINT / SIGTERM.""" import revpimodio2 rpi = revpimodio2.RevPiModIO(autorefresh=True) r...
by RevPiModIO
09 Aug 2018, 08:50
Forum: RevPiModIO
Topic: Was RevPiModIO ist: Direktzugriff auf IOs mit Python!
Replies: 8
Views: 62868

Re: RevPiModIO - Python3 Direktzugriff auf IOs

Hi Volker! Danke für den Hinweis! Da war ich wohl zu "schnell" und habe der Funktion einen schlechten Namen gegeben. Ich "trigger" den Watchdog natürlich nicht sondern "toggle" ihn. Darum habe ich die Funktion jetzt umbenannt und ein neues Update nachgeschoben. Aus .cor...
by RevPiModIO
09 Aug 2018, 08:48
Forum: Mein Projekt
Topic: RevPiModIO - Python3 Direktzugriff auf IOs
Replies: 41
Views: 154089

Re: RevPiModIO - Python3 Direktzugriff auf IOs

Hi Volker! Danke für den Hinweis! Da war ich wohl zu "schnell" und habe der Funktion einen schlechten Namen gegeben. Ich "trigger" den Watchdog natürlich nicht sondern "toggle" ihn. Darum habe ich die Funktion jetzt umbenannt und ein neues Update nachgeschoben. Aus .cor...
by RevPiModIO
06 Aug 2018, 07:24
Forum: RevPiModIO
Topic: Was RevPiModIO ist: Direktzugriff auf IOs mit Python!
Replies: 8
Views: 62868

Re: RevPiModIO - Python3 Direktzugriff auf IOs

Version RevPiModIO2 2.2.1 vom 01.08.2018 - Download

Unterstützt Revolution Pi Core und Connect!

Für den Connect gibt es eine automatische Triggerfunktion des Hardware-Watchdogs!

Versionslog

(WHEEZY, JESSIE und STRETCH kompatibel)
by RevPiModIO
06 Aug 2018, 07:23
Forum: Mein Projekt
Topic: RevPiModIO - Python3 Direktzugriff auf IOs
Replies: 41
Views: 154089

Re: RevPiModIO - Python3 Direktzugriff auf IOs

Version RevPiModIO2 2.2.1 vom 01.08.2018 - Download

Unterstützt Revolution Pi Core und Connect!

Für den Connect gibt es eine automatische Triggerfunktion des Hardware-Watchdogs!

Versionslog

(WHEEZY, JESSIE und STRETCH kompatibel)
by RevPiModIO
06 Aug 2018, 07:19
Forum: My Project
Topic: RevPiModIO - Python3 direct access on IOs
Replies: 7
Views: 16671

Re: RevPiModIO - Python3 direct access on IOs

Version of RevPiModIO2 2.2.1 of 08/01/2018 - download

Now with support of Revolution Pi Connect!

Release notes
by RevPiModIO
31 Jul 2018, 13:13
Forum: Wunsch- und Ideensammlung
Topic: Updaterequest: Virtual01_20160818_1_0.rap
Replies: 6
Views: 12338

Updaterequest: Virtual01_20160818_1_0.rap

Hallo Kunbus! Ich möchte hier ein Update der RAP-Datei einreichen für das Virtuelle Device. Es implementiert eine neue Input/Output Vairante. Neue Variante "003" | 64 (sowohl Input als auch Output): 48 BOOLs 10 BYTEs 04 WORDs 02 DWORDs Ich denke, dass diese Anpassung den Umgang mit den vir...
by RevPiModIO
29 Jul 2018, 11:25
Forum: RevPiModIO
Topic: Watchdog for digital outputs
Replies: 5
Views: 7062

Re: Watchdog for digital outputs

Hi bftrock! If you are using a Python Program on the Revolution Pi to control the IOs (With revpimodio for example) you can use RevPiPyLoad. RevPiPyLoad will execute your Python program an can set all IOs to ZERO, if the program crashes. It can reload your Program an you can monitor the output of th...