Search found 876 matches

by nicolaiB
22 Jul 2019, 07:53
Forum: Software
Topic: Flashing/Imaging multiple Rev Pi's?
Replies: 2
Views: 2716

Re: Flashing/Imaging multiple Rev Pi's?

We are using ansible for mass provisioning. The Mac address and serial could be autodiscovered via dhcp so the only manual detail you need to store is the initial password. With that you should be able to access the stock firmware via ssh and configure everything with ansible.
by nicolaiB
12 Jul 2019, 09:40
Forum: Software
Topic: Problems with SSH-connection to Revolution Pis
Replies: 3
Views: 2849

Re: Problems with SSH-connection to Revolution Pis

Maybe your firewall blocks ICMP?
by nicolaiB
03 Jul 2019, 13:52
Forum: Hardware
Topic: Umsetzung unserer Schaltung
Replies: 2
Views: 3360

Re: Umsetzung unserer Schaltung

Hallo Florian,

schreib mir mal deine Kontaktdaten per PN.

Gruß Nicolai
by nicolaiB
25 Jun 2019, 21:27
Forum: Software
Topic: How to read Gateway status and Gateway reboot from REVPIMODIO 2
Replies: 2
Views: 2510

Re: How to read Gateway status and Gateway reboot from REVPIMODIO 2

As the gateway modules doesn't write the fieldbus state into the process image this is unfortunately not possible. We use a workaround by sending a alife counter with the data from the plc and check in our monitoring if this counter is frozen. If so the monitoring tries to reset the driver via ioctl...
by nicolaiB
25 Jun 2019, 21:23
Forum: Software
Topic: pictory config file - auf mehrere Geräte ausrollen
Replies: 1
Views: 9927

Re: pictory config file - auf mehrere Geräte ausrollen

Sollte problemlos möglich sein. Wir haben rund 150 Standorte an denen wir die Konfiguration und Verwaltung vollständig per Ansible realisieren.

Gruß Nicolai
by nicolaiB
17 Jun 2019, 13:12
Forum: RevPiModIO
Topic: Blinkende Ausgänge am DIO
Replies: 3
Views: 5199

Re: Blinkende Ausgänge am DIO

Hallo Collin,

Bei einem Netzteil sollte das kein Unterschied sein. Wir haben die Meanwell Netzteile auch in über 50 Standorten und dort läuft alles unauffällig. Kannst du mal die Komponenten (vorallem RevPi und Module) quertauschen?

Gruß Nicolai
by nicolaiB
17 Jun 2019, 10:03
Forum: RevPiModIO
Topic: Blinkende Ausgänge am DIO
Replies: 3
Views: 5199

Re: Blinkende Ausgänge am DIO

Kann es sein, dass der Minuspol deiner Ausgänge an einer anderen Spannungsversorgung hängt als der Pluspol. Ich hatte in einem Testaufbau neulich das ähnliche Verhalten, dass alle Ausgänge gelinkt haben obwohl nichts dergleichen geschrieben wurde. Ursache war die Verdrahtung des falschen Netzteils. ...
by nicolaiB
21 Mar 2019, 23:01
Forum: Software
Topic: RevPi Core 3 und Profinet Gateway IRT
Replies: 2
Views: 4702

Re: RevPi Core 3 und Profinet Gateway IRT

Ja, habe hier im IoT Labor eine kleine S7-1200 stehen, die per Profinet angebunden ist. Tut ohne Probleme. Im Feld haben wir etwa 100 RevPi die überwiegend per Profinet mit S7-300/S7-1500 interagieren.

Was willst du wissen?

Nicolai
by nicolaiB
25 Feb 2019, 13:53
Forum: Hardware
Topic: Status bytes DIO/DI/DO
Replies: 2
Views: 5289

Re: Status bytes DIO/DI/DO

In der IoProtocol.h habe ich folgenden Typ gefunden, der sich mit meinen Beobachtungen deckt: INT8U bitInputCommErr : 1; // no communication with chip INT8U bitInputUVL1 : 1; // under voltage 1 on channel 0-7 INT8U bitInputUVL2 : 1; // under voltage 2 on channel 0-7 INT8U bitInputOTL : 1; // over te...
by nicolaiB
25 Feb 2019, 13:35
Forum: Hardware
Topic: Status bytes DIO/DI/DO
Replies: 2
Views: 5289

Status bytes DIO/DI/DO

Hallo,

ich bin auf der Suche nach der Belegung der Statusbytes (bzw. dem WORD) bei DI/DIO/DO Modulen. Online kann ich das leider nur für Core oder Connect finden.

Gruß Nicolai