Search found 333 matches
- 29 Nov 2024, 08:09
- Forum: Software
- Topic: Ich kann den Virtual Device OPC UA Server nicht finden
- Replies: 1
- Views: 234
Re: Ich kann den Virtual Device OPC UA Server nicht finden
Hi YAcosta! The virtual devices are only pre-installed from the Bookworm Images. You seem to be using a bullseye image in which you have to install the virtual devices. sudo apt update && sudo apt install opcua-revpi-server mqtt-revpi-client After installation, please refresh your browser an...
- 27 Nov 2024, 11:17
- Forum: Neuigkeiten & Ankündigungen
- Topic: RevPi Bookworm OS veröffentlicht!
- Replies: 1
- Views: 3442
Bekannter Fehler in Bookworm 10/24
Auf den Bookworm Images vom 10/24 wurde ein Fehler gefunden! Es fehlt das Paket `logrotate`. Dadurch werden die Protokolldateien in `/var/log` nicht gelöscht. Das führt zu einer 100 prozentigen Belegung des eMMC Speicherplatzes. Dem System steht dann kein Speicherplatz mehr zur Verfügung. Um dieses ...
- 27 Nov 2024, 11:15
- Forum: News & Announcements
- Topic: RevPi Bookworm OS release!
- Replies: 1
- Views: 3732
Known issue in Bookworm 10/24
An error was found on the Bookworm Images from 10/24! The package `logrotate` is missing. The log files in `/var/log` will not be deleted. This can lead to a 100% occupancy of the eMMC storage space. The system then has no more storage space available. To fix this problem, the following steps must b...
- 22 Nov 2024, 12:21
- Forum: Software
- Topic: Node-red user piTest -R
- Replies: 2
- Views: 608
Re: Node-red user piTest -R
Hi! In addition to Node-RED, the piControl device has also been improved in security. Only users of the group "picontrol" may access the process image via piTest, for example. However, you can easily change this for the user "nodered". # Add user nodered to group picontrol sudo u...
- 19 Nov 2024, 09:16
- Forum: Software
- Topic: Bookworm node-red exec reboot problem
- Replies: 2
- Views: 2987
Re: Bookworm node-red exec reboot problem
Hallo EngelTom! Der Node-RED Service wird bei uns in einer systemd-Sandbox ausgeführt, wo ein paar "Machenschaften" reduziert werden. Aber für deinen Fall können wir das auf deinem System ändern. Zur sudoers-Datei: Wenn du das system neu starten möchtest brauchst du den Befehl "/usr/b...
- 07 Nov 2024, 08:25
- Forum: RevPiModIO
- Topic: IO refresh time exceeded
- Replies: 1
- Views: 1695
Re: IO refresh time exceeded
Hi AndreC7! The warning from RevPiModIO is thrown at you because the process in which your Python program is running is probably running out of resources. Since your main program runs every millisecond `time.sleep(0.001)` I suspect that the Python process runs with 100% CPU time on one core. As a re...
- 28 Oct 2024, 11:39
- Forum: Software
- Topic: PiCtory: Is it possible to set values in the web GUI?
- Replies: 4
- Views: 2022
Re: PiCtory: Is it possible to set values in the web GUI?
The values that can be set in PiCtory are the default values to which the outputs should be set at system startup or after resetting the driver.
- 28 Oct 2024, 11:08
- Forum: Software
- Topic: PiCtory: Is it possible to set values in the web GUI?
- Replies: 4
- Views: 2022
Re: PiCtory: Is it possible to set values in the web GUI?
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/
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/
- 18 Sep 2024, 11:07
- Forum: RevPiModIO
- Topic: Connect4 a problem in slicing bytes! for variable x2out and some led colors
- Replies: 4
- Views: 4244
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: 4244
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 (...