Search found 2167 matches

by dirk
17 Jan 2025, 10:29
Forum: PiCtory
Topic: Modbus TCP Slave
Replies: 1
Views: 174

Re: Modbus TCP Slave

Nein, der Server (ehemals Slave) ist nicht konfigurierbar.
https://revolutionpi.com/documentation/ ... tcp-slave/
by dirk
16 Jan 2025, 12:14
Forum: Software
Topic: RevPiStatus data meaning
Replies: 3
Views: 654

Re: RevPiStatus data meaning

Hello cerberus78, I would be happy to answer your question as to why the value does not change and when. The PiBridge enables communication between the modules and consists of RS485 and, if necessary, Ethernet communication. If errors occur, a counter is incremented and decremented when these errors...
by dirk
15 Jan 2025, 10:10
Forum: Hardware
Topic: AIO Module: Configuring Active 24V 4-20mA Analog Output
Replies: 1
Views: 282

Re: AIO Module: Configuring Active 24V 4-20mA Analog Output

Hello aok, thank you for the detailed questions. Please take a look at this page:
https://revolutionpi.com/documentation/revpi-aio/
by dirk
14 Jan 2025, 15:18
Forum: Hardware
Topic: Connect 4 Temperature Specs
Replies: 1
Views: 293

Re: Connect 4 Temperature Specs

Hi bwhitson, we specify smaller temperature ranges for our devices because there is a noticeable temperature difference between the ambient temperature around the device and the temperature in the device and thus at the processor, and we specify the temperature as the upper threshold at which the co...
by dirk
13 Jan 2025, 14:44
Forum: Software
Topic: automatischer Start des Python Programms
Replies: 8
Views: 12293

Re: automatischer Start des Python Programms

Hi Andreas, da arbeitest du normalerweise mit einem Log-Mechanismus, der solche Ausgaben in eine Datei schreibt. Schau mal in der Dokumentation Online habe ich das gefunden:
chrome_WXN3rfSRBq.png
by dirk
13 Jan 2025, 09:59
Forum: Hardware
Topic: is ConCAN with galvanic isolation?
Replies: 3
Views: 2462

Re: is ConCAN with galvanic isolation?

Hello thuynguyen the other side is the RevPi CON Bridge and consists of SPI and other things. Do you know that we provide circuit diagrams in the download area? https://revolutionpi.com/en/support/downloads#c1564
by dirk
13 Jan 2025, 09:46
Forum: Hardware
Topic: AIO: Connecting output terminals V+ and I+ with a shunt
Replies: 3
Views: 1817

Re: AIO: Connecting output terminals V+ and I+ with a shunt

Hello AleksejsTarasovs, please look at the circuit diagrams of the RevPi AIO module and make sure that your wiring matches the circuit diagram of the RevPi AIO module.
by dirk
13 Jan 2025, 09:26
Forum: Hardware
Topic: Faytech Monitor
Replies: 1
Views: 215

Re: Faytech Monitor

Hello tsm, well, there is no recommendation, but you can use the USB and HDMI connections to connect to the Revolution Pi device like a charm with the Faytech monitors. The support is also professional in case you need it.
by dirk
10 Jan 2025, 17:23
Forum: Hardware
Topic: Module DIO stop working
Replies: 3
Views: 656

Re: Module DIO stop working

Hi cerberus78, that sounds strange, so it's not the first time you've had to replace the module? Can you please send me an SOS report?
by dirk
10 Jan 2025, 15:26
Forum: Software
Topic: RTD input with decimal places
Replies: 5
Views: 681

Re: RTD input with decimal places

Hi okay this goes wild - like it :) So two things here If you want more precision, you need to use a PT1000 4 wire RTD setup If you want to convert in Fahrenheit, you need to multiply the Celsius value with 1.8 then add 32 So yes I think this is the right way to use the mulitplier, divisor and offse...