Search found 2016 matches

by dirk
09 Jul 2024, 08:23
Forum: Software
Topic: Uhrzeit-Puffer defekt
Replies: 1
Views: 734

Re: Uhrzeit-Puffer defekt

Hallo Kristian, danke für deinen ausführlichen Bericht und Einschätzung des Problems. Ich brauche mehr Daten, kannst du uns einen SOS-Report erstellen?
https://kunbus-gmbh.atlassian.net/servi ... 2036400208
by dirk
08 Jul 2024, 13:38
Forum: Hardware
Topic: RevPiModIO cycleloop seems to skip cycles on a regular basis
Replies: 3
Views: 1149

Re: RevPiModIO cycleloop seems to skip cycles on a regular basis

Hi florian.schulte I thought about it a bit and couldn't really make sense of it at first. However, it becomes clear when you look at things from the outside - it's down to the system behaviour. There's a good article here that shows how analogue measurements can be carried out with the RevPi: Measu...
by dirk
08 Jul 2024, 13:13
Forum: Hardware
Topic: Ethernet ports do not light up after router restart
Replies: 8
Views: 1604

Re: Ethernet ports do not light up after router restart

The connection is called "Link-local eth0 (fallback)", so please try to remove that connection:

Code: Select all

sudo nmtui
This is what it looks like for me after removal:
"sudo nmtui" after removed connection
"sudo nmtui" after removed connection
by dirk
05 Jul 2024, 09:56
Forum: Hardware
Topic: DMX-Protokoll an RS485
Replies: 4
Views: 1309

Re: DMX-Protokoll an RS485

Hi ETP-Markus, danke für Dein positives Feedback!
by dirk
04 Jul 2024, 16:58
Forum: Hardware
Topic: Ethernet ports do not light up after router restart
Replies: 8
Views: 1604

Re: Ethernet ports do not light up after router restart

Hi in06khattab, I have an idea for a workaround. If you don't mind testing it - if you don't need link local fallback, the easiest workaround consists of removing that connection. As a result, DHCP is given the lowest priority and is thus triggered during link-up.
by dirk
04 Jul 2024, 10:25
Forum: Software
Topic: (CODESYS) Issue on mapping DI/DO bits to exist global boolean variables for each
Replies: 3
Views: 753

Re: (CODESYS) Issue on mapping DI/DO bits to exist global boolean variables for each

Hello, torolox so this change to implement the mapping without bool variables was necessary due to changes made by CODESYS. You can find more background information in the release notes of version 1.3.0. Download Area - Industrial Raspberry Pi (revolutionpi.com) Using WORD has another advantage - on...
by dirk
04 Jul 2024, 10:14
Forum: CODESYS
Topic: Verbindung RevPi und Codesys
Replies: 6
Views: 2382

Re: Verbindung RevPi und Codesys

Hallo Sophia, wenn das Gerät über CODESYS nicht über das Netzwerk gefunden werden kann, dann gehe folgendermaßen vor: Dies könnte möglich sein, wenn die CODESYS Control-Laufzeit auf dem RevPi-Gerät beendet wurde. image-20240704-080347.png Prüfe, ob eine SSH-Verbindung zum RevPi-Gerät möglich ist. Pr...
by dirk
04 Jul 2024, 09:47
Forum: Software
Topic: [Node-RED] Chromium not displaying Flowfuse chart
Replies: 2
Views: 523

Re: [Node-RED] Chromium not displaying Flowfuse chart

Hi jfelgueiras thank you for your detailed report and the steps that led to success. This helps us all to make these topics tangible and share knowledge. Thank you very much!
by dirk
04 Jul 2024, 09:45
Forum: Hardware
Topic: Schematic for RevPi MIO module?
Replies: 3
Views: 1051

Re: Schematic for RevPi MIO module?

Hi curious-eng, oha these should actually be in the download area. However, I don't see them here. I'll sort it out internally and get back to you.
by dirk
04 Jul 2024, 09:44
Forum: RevPiModIO
Topic: programmatically reset pictory configuration
Replies: 1
Views: 827

Re: programmatically reset pictory configuration

Hello dvojtise, yes execute "piTest -x" to take over the PiCtory configuration. This will reset the piControl driver.