No, unfortunately this is not possible via the web interface.
You could install the RevPi Commander on a computer and connect to the RevPi. There is then "PLC watch mode" where all IOs can be switched.
https://revpimodio.org/en/sources/revpipycommander/
Search found 336 matches
- 28 Oct 2024, 11:08
- Forum: Software
- Topic: PiCtory: Is it possible to set values in the web GUI?
- Replies: 4
- Views: 3248
- 18 Sep 2024, 11:07
- Forum: RevPiModIO
- Topic: Connect4 a problem in slicing bytes! for variable x2out and some led colors
- Replies: 4
- Views: 6214
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
https://github.com/naruxde/revpimodio2/ ... 99f094d973
- 18 Sep 2024, 10:31
- Forum: RevPiModIO
- Topic: Connect4 a problem in slicing bytes! for variable x2out and some led colors
- Replies: 4
- Views: 6214
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 (...
- 28 Aug 2024, 08:14
- Forum: RevPiModIO
- Topic: Watchdog bei einem Connect 4 mit RevPiModIO toggeln?
- Replies: 2
- Views: 7158
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 ...
- 17 Mar 2024, 09:08
- Forum: Software
- Topic: Python GUI not accepting Values from RTD sensor
- Replies: 1
- Views: 3645
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...
- 13 Mar 2024, 17:04
- Forum: Software
- Topic: RevPi CONNECT 4, CODESYS, LED's lassen sich nicht ansteuern
- Replies: 10
- Views: 49581
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ü...
- 29 Feb 2024, 08:51
- Forum: Neuigkeiten & Ankündigungen
- Topic: CODESYS Bibliothek für 64 BIT (BETA)
- Replies: 0
- Views: 13088
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...
- 29 Feb 2024, 08:49
- Forum: News & Announcements
- Topic: CODESYS library for 64 BIT (BETA)
- Replies: 0
- Views: 12963
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...
- 29 Feb 2024, 08:22
- Forum: RevPiModIO
- Topic: DIO module simulation
- Replies: 10
- Views: 37552
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...
- 19 Feb 2024, 10:10
- Forum: Connectivity
- Topic: WLAN dauerhaft deaktivieren - RevPi Connect 4
- Replies: 3
- Views: 10386
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...