Search found 876 matches

by nicolaiB
25 Jun 2021, 13:11
Forum: RevPi Nodes for Node-RED
Topic: Virtual Modbus Slave and Node-Red
Replies: 4
Views: 12840

Re: Virtual Modbus Slave and Node-Red

Hi Rob,

this should be possible. How does your current configuration (modbus in pictory, nodered) look like?

Nicolai
by nicolaiB
25 Jun 2021, 13:09
Forum: Mein Projekt
Topic: RevPi mit (sehr) kleinem HMI .... wie?
Replies: 4
Views: 6234

Re: RevPi mit (sehr) kleinem HMI .... wie?

Hallo RHA,

kennst du NodeRed? Mit einer lokalen NodeRed Installation kannst du auch Dashboards bauen, welche mit einem ebenfalls web-basierten Low-Code-Editor angepasst werden können.

Gruß Nicolai
by nicolaiB
25 Jun 2021, 13:05
Forum: Hardware
Topic: Verwendung der RevPi DIO mit Conson CP-Haussteuerung
Replies: 4
Views: 4753

Re: Verwendung der RevPi DIO mit Conson CP-Haussteuerung

Hallo Thomas, verstehe ich dich richtig, dass die Conson Relais bisher exklusiv durch die Beckhoff SPS gesteuert werden oder ist da noch eine "Logik" integriert? Falls die Relais nur von der Beckhoff geschaltet werden, solltest du diese durch herkömmliche 24 V= Relais ersetzen können (Leis...
by nicolaiB
25 Jun 2021, 12:45
Forum: Hardware
Topic: Revolution Pi Selection
Replies: 3
Views: 1866

Re: Revolution Pi Selection

Hi rishadahmed, I think the best base module for your project is the RevPi Connect, which has 2 Ethernet ports and can be extended with up to 5 extension modules. For the analog inputs you can use the AIO modules (4 inputs, 4-20 mA / 0-10 V) or the new MIO module (8 inputs, 0-10 V). As you already h...
by nicolaiB
07 May 2021, 11:54
Forum: RevPiModIO
Topic: IO's Konfigurieren zum Empfangen/Versenden von Charsarrays oder Strings
Replies: 1
Views: 2851

Re: IO's Konfigurieren zum Empfangen/Versenden von Charsarrays oder Strings

Hallo, Deine Payload sind Bytes und du musst deinem Programm mitteilen, dass es diese entsprechend einem Zeichensatz dekodieren soll (z.B. ASCII, UTF-8, etc...). Dein Programm kannst du aber vermutlich noch vereinfachen, da du nicht jedes Zeichen einzeln parsen musst, sondern einfach einen String mi...
by nicolaiB
04 May 2021, 08:56
Forum: My Project
Topic: RevPi Core 3 with ET 200SP - Tia Portal - Profibus
Replies: 5
Views: 9577

Re: RevPi Core 3 with ET 200SP - Tia Portal - Profibus

Please try the address reset mentioned in the gateways documentation. This might help.
by nicolaiB
26 Apr 2021, 10:32
Forum: RevPi Nodes for Node-RED
Topic: Node red backend server install failed
Replies: 3
Views: 8515

Re: Node red backend server install failed

The problem seems to be the way you installed NodeRed: You probably installed it from source and didn't used the Debian package. noderedrevpinodes-server depends on the nodered package which is obviously not installed.

Nicolai
by nicolaiB
05 Jan 2021, 13:24
Forum: RevPi Day
Topic: RevPi Stammtisch 01/2021
Replies: 0
Views: 53902

RevPi Stammtisch 01/2021

https://katulu.io/wp-content/uploads/2021/01/revpi_preview-Kopie.png Zum Jahresbeginn treffen wir uns zum Smalltalk rund um den Revolution Pi. Diesmal online, aber in gewohnt gemütlicher Runde. Als besonderen Gast haben wir diesmal Michael Suhre von Kunbus dabei. Er steht für Fragen bereit und wird...
by nicolaiB
11 Aug 2020, 23:38
Forum: Hardware
Topic: RevPi Connect+ an 10Gbit-Switch
Replies: 2
Views: 2752

Re: RevPi Connect+ an 10Gbit-Switch

Das wird nicht funktionieren, da der RevPi nur 10/100 MBit unterstützt und die 10 GBit Ports AM unifi Switch nur 1 GBit oder 10 GBit können.

Gruß Nicolai
by nicolaiB
03 Aug 2020, 11:29
Forum: My Project
Topic: Modbus RTU & RevPi DIO manage in Python script
Replies: 6
Views: 9288

Re: Modbus RTU & RevPi DIO manage in Python script

Yes, RevPiLoad might be a good starting point. With the GUI it's possible to control the outputs and also upload a custom program which is written with revpimodio2. There are some cool examples on the website.

Nicolai