Search found 212 matches

by u.biakoup
19 Aug 2024, 15:38
Forum: Hardware
Topic: DMX gateway red power LED
Replies: 1
Views: 4228

Re: DMX gateway red power LED

Hello Maurice,

I wanted to inform you that the RevPi DMX has been discontinued and is no longer supported. Unfortunately, this means we won't be able to provide further support or updates for this product.

However, you might consider checking the following to address the issues you're experiencing ...
by u.biakoup
19 Aug 2024, 14:12
Forum: Software
Topic: Node-RED installation
Replies: 1
Views: 3196

Re: Node-RED installation

Hi,

Install the image again and follow the instructions on the links below to install Node-red:
https://nodered.org/docs/getting-started/raspberrypis

Best Regards

Ulrich Kouatang Biakoup | field application engineer
by u.biakoup
16 Aug 2024, 13:52
Forum: Software
Topic: Systemd services crashes with error: "Main process exited, code=killed, status=11/SEGV"
Replies: 1
Views: 7794

Re: Systemd services crashes with error: "Main process exited, code=killed, status=11/SEGV"

Hello,

The error message "Main process exited, code=killed, status=11/SEGV" indicates that your application has crashed due to a segmentation fault (SEGV). This is a type of error where a program attempts to access an area of memory that it is not allowed to, leading to a crash. In your case, the ...
by u.biakoup
16 Aug 2024, 10:27
Forum: Software
Topic: Persistent Button Unresponsiveness After Extended Run Time
Replies: 1
Views: 4630

Re: Persistent Button Unresponsiveness After Extended Run Time

Hello Joe,
Let's go through a few potential troubleshooting steps and adjustments that might help identify or resolve the issue.

1. Investigate the checkButtons Function

Blocking Operations: If the checkButtons function contains any blocking operations (e.g., waiting for hardware response, long ...
by u.biakoup
12 Aug 2024, 13:23
Forum: Software
Topic: nginx autostart after reboot
Replies: 2
Views: 6533

Re: nginx autostart after reboot

Hello Peter,

I am happy to hear that you solved the problem.
Enjoy it!
Best Regards

Ulrich Kouatang Biakoup | field application engineer
by u.biakoup
12 Aug 2024, 12:04
Forum: Software
Topic: How to automatically start Python script on Revolution Pi after reboot?
Replies: 3
Views: 7870

Re: How to automatically start Python script on Revolution Pi after reboot?

Hello,
I am happy to hear, that thing is going well for you now.

Best Regards

Ulrich Kouatang Biakoup | field application engineer
by u.biakoup
12 Aug 2024, 10:58
Forum: Software
Topic: Voltage fluctuations on the outputs of the RevPi
Replies: 3
Views: 6670

Re: Voltage fluctuations on the outputs of the RevPi

Hi joe,

please could you give detailled informations about your systems?

What are the modules used?
- RevPi Based modules( Revpi connect S, SE, Core... etc)
-IO/Moduls( DIO,AIO..)

could you also post here an SOS-report?

Best Regards

Ulrich Kouatang Biakoup | field application engineer
by u.biakoup
01 Aug 2024, 15:24
Forum: Hardware
Topic: S0-Schnittstelle von Stromzähler über DIO Modul auslesen
Replies: 1
Views: 6907

Re: S0-Schnittstelle von Stromzähler über DIO Modul auslesen

Hallo Wolle,

um die Impulse von deinen Stromzählern (WSZ15D-32A MID) mit einem DIO-Modul zu zählen, ist die richtige Verkabelung entscheidend. Hier ist eine Schritt-für-Schritt-Anleitung, wie du das Anschließen vornehmen kannst:

Materialien:

DIO-Modul
5 Stromzähler WSZ15D-32A MID
Kabel für ...
by u.biakoup
24 Jul 2024, 14:31
Forum: Software
Topic: Using a digital input to ramp up, stay active until DI is false
Replies: 1
Views: 4838

Re: Using a digital input to ramp up, stay active until DI is false

Hello tontonsam,

It’s definitely possible to create a ramp up and ramp down for your speed controller using a potentiometer to set the nominal speed and an “ease” node to manage the transitions. The “ease” node can animate a value between a start and end value using an easing function, which is ...
by u.biakoup
25 Jun 2024, 18:22
Forum: Connectivity
Topic: Python Skript - CANbus
Replies: 4
Views: 10555

Re: Python Skript - CANbus

Hallo stefan,

Dass die CANbus-Verbindung nur dann unterbrochen wird, wenn das Python-Skript über OPC UA eine Verbindung aufbaut und dass dies nicht geschieht, wenn das Skript manuell über die Kommandozeile ausgeführt wird, weist auf ein Timing- oder Ressourcenproblem hin. Hier sind einige ...