Search found 347 matches
- 28 May 2025, 15:37
- Forum: Neuigkeiten & Ankündigungen
- Topic: Bookworm 04/2025
- Replies: 1
- Views: 6856
Re: Bookworm 04/2025
Das Image 04/2025 wurde aufgrund von Fehlern im Bauprozess zurückgezogen und ist nicht mehr zum Download verfügbar. Ein neues Image wird voraussichtlich in Kalenderwoche 23 veröffentlicht.
- 28 May 2025, 15:37
- Forum: News & Announcements
- Topic: Bookworm 04/2025
- Replies: 1
- Views: 36078
Re: Bookworm 04/2025
The image 04/2025 has been withdrawn due to errors in the construction process and is no longer available for download. A new image is expected to be published in calendar week 23.
- 28 May 2025, 13:17
- Forum: CODESYS
- Topic: CODESYS / DI / DIO / Eingang als counter
- Replies: 2
- Views: 1624
Re: CODESYS / DI / DIO / Eingang als counter
Hallo!
Wir haben die Funktionalität in die CODESYS Bibliothek integriert. Dafür bitte am Besten mindestens die Version 2.1.0.0 installieren.
https://revolutionpi.com/de/support/downloads#c1064
In der Version gibt es bei den DI/DIO Modulen dann „ResetCounter“. Dort kannst du eine Variable ...
Wir haben die Funktionalität in die CODESYS Bibliothek integriert. Dafür bitte am Besten mindestens die Version 2.1.0.0 installieren.
https://revolutionpi.com/de/support/downloads#c1064
In der Version gibt es bei den DI/DIO Modulen dann „ResetCounter“. Dort kannst du eine Variable ...
- 20 May 2025, 10:56
- Forum: Software
- Topic: Update NodeRed
- Replies: 2
- Views: 1940
Re: Update NodeRed
Hello Rawpnzl,
The Bookworm Images for the Revolution Pi will provide updates via „apt“. We have a Node-RED package „revpi-nodered“ that we regularly update to the latest versions of Node-RED. These packages can be installed via „Cockpit Software updates“ or via the terminal with „apt update && apt ...
The Bookworm Images for the Revolution Pi will provide updates via „apt“. We have a Node-RED package „revpi-nodered“ that we regularly update to the latest versions of Node-RED. These packages can be installed via „Cockpit Software updates“ or via the terminal with „apt update && apt ...
- 14 May 2025, 08:21
- Forum: Software
- Topic: Dateiablage aus node-red nicht möglich
- Replies: 1
- Views: 3260
Re: Dateiablage aus node-red nicht möglich
Hallo Tim!
Mit dem neuen Bookworm Image haben wir die Sicherheit von Node-RED verbessert. Der Dienst läuft nun unter einem Systembenutzer namens „nodered“. Dieser Benutzer hat Schreibrechte für sein Home-Verzeichnis `/var/lib/revpi-nodered`, aber nicht für andere Verzeichnisse.
Zusätzlich ...
Mit dem neuen Bookworm Image haben wir die Sicherheit von Node-RED verbessert. Der Dienst läuft nun unter einem Systembenutzer namens „nodered“. Dieser Benutzer hat Schreibrechte für sein Home-Verzeichnis `/var/lib/revpi-nodered`, aber nicht für andere Verzeichnisse.
Zusätzlich ...
- 13 May 2025, 08:22
- Forum: Software
- Topic: Is it possible to recover from removing revpi-webserver?
- Replies: 2
- Views: 2350
Re: Is it possible to recover from removing revpi-webserver?
Hi JS_bd_11!
To make your web server (apache) ready to start again with the RevPi components, you can run the following command:
sudo apt-get reinstall cockpit-revpi-apache cockpit-revpi-redirect-apache pictory-apache revpi-webserver-apache
This should install all the packages (and the ...
To make your web server (apache) ready to start again with the RevPi components, you can run the following command:
sudo apt-get reinstall cockpit-revpi-apache cockpit-revpi-redirect-apache pictory-apache revpi-webserver-apache
This should install all the packages (and the ...
- 18 Mar 2025, 08:00
- Forum: Software
- Topic: Node red error. Don´t want launch
- Replies: 6
- Views: 8286
Re: Node red error. Don´t want launch
Would it be possible for you to flash the RevPi with our Bookworm image?
Node-RED is already installed in the default image, including the GUI. If you do not need the GUI, you can use the Lite image and install Node-RED in the cockpit (web configuration). The version of Node-RED is there v4 and is ...
Node-RED is already installed in the default image, including the GUI. If you do not need the GUI, you can use the Lite image and install Node-RED in the cockpit (web configuration). The version of Node-RED is there v4 and is ...
- 17 Mar 2025, 15:35
- Forum: Software
- Topic: Node red error. Don´t want launch
- Replies: 6
- Views: 8286
Re: Node red error. Don´t want launch
Can you try to access Node-RED directly?
Node-RED should run on https://revpiXXXXX.local:41880/. It's exactly the same URL as RevPi status, but on port 41880. It could be that the dialog in RevPi status has an error and Node-RED is actually running.
Node-RED should run on https://revpiXXXXX.local:41880/. It's exactly the same URL as RevPi status, but on port 41880. It could be that the dialog in RevPi status has an error and Node-RED is actually running.
- 12 Mar 2025, 13:10
- Forum: RevPiModIO
- Topic: How do I limit the size of diskspace for log files of RevPiModIO?
- Replies: 3
- Views: 20076
Re: How do I limit the size of diskspace for log files of RevPiModIO?
I suspect that a Bookworm image is being used where `logrotate` has not yet been installed.
Normally, log files, including those from RevPiPyLoad, are processed by `logrotate`. There have been versions of Bookworm images where the package was missing.
`logrotate` can be easily installed on the ...
Normally, log files, including those from RevPiPyLoad, are processed by `logrotate`. There have been versions of Bookworm images where the package was missing.
`logrotate` can be easily installed on the ...
- 11 Mar 2025, 11:30
- Forum: Software
- Topic: Graceful shutdown
- Replies: 2
- Views: 4581
Re: Graceful shutdown
Hi RTI GWF!
Wenn beim RevPi Commander "SPS stop" geklickt wird, wird an dem Python Prozess das "SIGTERM (15)" Signal gesendet. Dies passiert auch, wenn der Dienst "revpipyload" beendet wird / oder das System herunterfährt.
Das "SIGTERM" Signal muss in Ihrem laufenden PLC-Programm verarbeitet ...
Wenn beim RevPi Commander "SPS stop" geklickt wird, wird an dem Python Prozess das "SIGTERM (15)" Signal gesendet. Dies passiert auch, wenn der Dienst "revpipyload" beendet wird / oder das System herunterfährt.
Das "SIGTERM" Signal muss in Ihrem laufenden PLC-Programm verarbeitet ...