Search found 325 matches

by RevPiModIO
18 Sep 2024, 11:07
Forum: RevPiModIO
Topic: Connect4 a problem in slicing bytes! for variable x2out and some led colors
Replies: 4
Views: 1774

Re: Connect4 a problem in slicing bytes! for variable x2out and some led colors

I will add a NotImplementedError for wd_toggle on connect 4 devices, to clarify that this function is no longer available due to the changes of KUNBUS to the process image.

https://github.com/naruxde/revpimodio2/ ... 99f094d973
by RevPiModIO
18 Sep 2024, 10:31
Forum: RevPiModIO
Topic: Connect4 a problem in slicing bytes! for variable x2out and some led colors
Replies: 4
Views: 1774

Re: Connect4 a problem in slicing bytes! for variable x2out and some led colors

Hi Ayman! I have an RC1 for RevPiModIO here, which contains your patch for x2out (thanks for your work). In addition, the A1 - A5 properties are repaired there and the constants GREEN, RED now switches the correct LEDs. It would be great if you could test the version once, the history is on Github (...
by RevPiModIO
28 Aug 2024, 08:14
Forum: RevPiModIO
Topic: Watchdog bei einem Connect 4 mit RevPiModIO toggeln?
Replies: 2
Views: 3498

Re: Watchdog bei einem Connect 4 mit RevPiModIO toggeln?

Hi, auf RevPi Connect 3 Geräten kannst du eine Instanz von RevPiModIO erzeugen und die Funktion `.wd_toggle()` verwenden um den Watchdog zurückzusetzen. import revpimodio2 rpi = revpimodio2.RevPiModIO(autorefresh=True) rpi.core.wd_toggle() rpi.exit() Leider hat sich die KUNBUS bei dem RevPi Connect ...
by RevPiModIO
17 Mar 2024, 09:08
Forum: Software
Topic: Python GUI not accepting Values from RTD sensor
Replies: 1
Views: 2217

Re: Python GUI not accepting Values from RTD sensor

Try the following code. Sorry about the new format, black reformatted it. The only thing that was wrong was that you didn't use an instance of RevPiModIO. I now create an instance "rpi = revpimodio2.RevPiModIO()" in one line which runs without autorefresh, that's important because you have...
by RevPiModIO
13 Mar 2024, 17:04
Forum: Software
Topic: RevPi CONNECT 4, CODESYS, LED's lassen sich nicht ansteuern
Replies: 10
Views: 40561

Re: RevPi CONNECT 4, CODESYS, LED's lassen sich nicht ansteuern

Hallo Tim! Wir hatten in unserer Bibliothek 1.4.0.0 einen Fehler mit den Offsets auf dem Revolution Pi Connect 4, dieser hat sich auch auf die LEDs ausgewirkt. Du hast ja bereits die aktualisierte 1.4.1.0 Bibliothek von uns installiert. Arbeitest du mit einem bestehenden Projekt? An dieser Stelle mü...
by RevPiModIO
29 Feb 2024, 08:51
Forum: Neuigkeiten & Ankündigungen
Topic: CODESYS Bibliothek für 64 BIT (BETA)
Replies: 0
Views: 9986

CODESYS Bibliothek für 64 BIT (BETA)

Liebe Community! Wir freuen uns euch heute mitteilen zu können, dass unsere CODESYS Biblitohek nun auch 64 Bit Revolution Pi Systeme unterstützt! Wir haben unsere neue CODESYS Bibliothek als in der Version 1.4.1.99 als BETA für euch zum Download bereitgestellt. https://revolutionpi.de/tutorials/down...
by RevPiModIO
29 Feb 2024, 08:49
Forum: News & Announcements
Topic: CODESYS library for 64 BIT (BETA)
Replies: 0
Views: 9918

CODESYS library for 64 BIT (BETA)

Dear Community! We are happy to announce that our CODESYS library now also supports 64 bit Revolution Pi systems! We have made our new CODESYS library version 1.4.1.99 available for you to download as a BETA. https://revolutionpi.de/tutorials/downloads/#driver Please test this version and share your...
by RevPiModIO
29 Feb 2024, 08:22
Forum: RevPiModIO
Topic: DIO module simulation
Replies: 10
Views: 27520

Re: DIO module simulation

With the "RevPi Commander" an existing config.rsc file can be used to start a simulator. You install the program on your developer PC and call File -> RevPi Simulator. There you select a created config.rsc file and start the simulation. The window also shows the required additional paramet...
by RevPiModIO
19 Feb 2024, 10:10
Forum: Connectivity
Topic: WLAN dauerhaft deaktivieren - RevPi Connect 4
Replies: 3
Views: 6761

Re: WLAN dauerhaft deaktivieren - RevPi Connect 4

Hi Matthias! Ich habe mal versucht den Fehler nachzustellen. Ich vermute, dass du revpi-webstatus Version 2.4.0 auf deinem System hast und revpi-tools 3.3.1 auf einem Connect 4? Wenn ich über webstatus die Option "Enable/Disable built-in WLAN" deaktiviere, das System neu starte erscheint b...
by RevPiModIO
12 Feb 2024, 08:56
Forum: Software
Topic: Node-red im Browser starten (Docker)
Replies: 5
Views: 8181

Re: Node-red im Browser starten (Docker)

Moin Andreas! Das vorinstallierte Node-RED kannst du über "webstatus" deaktivieren, dann ist der Port frei für dein Docker-Container. Bildschirmfoto 2024-02-12 um 08.41.54.png Dort findest du auch den Node-RED RevPi Notes Server, welcher aktiviert werden muss, wenn du die RevPi-Knoten in D...