Search found 1961 matches

by dirk
15 Oct 2018, 09:38
Forum: Software
Topic: Python and C Saples codes.
Replies: 3
Views: 3650

Re: Python and C Saples codes.

Hello, good news we have video tutorials for C and Python access to digital IOs and the sample codes that are used in the download area . I recommend you to have a look at the video tutorials: Tutorial 12 – Digital IO Modules application example Tutorial 13 – PiTest source code Tutorial 16 – Access ...
by dirk
12 Oct 2018, 10:07
Forum: Hardware
Topic: AIO IN Red
Replies: 6
Views: 5392

Re: AIO IN Red

Hello what you write to connect your sensors to the AIO is correct if you want to measure currents. Can you please create a circuit diagram for us anyway? A sketch is already sufficient. In order to help you we need exact information about your sensors. Send links to data sheets, please. Also please...
by dirk
11 Oct 2018, 17:30
Forum: Software
Topic: Input-Pins mit Python ansprechen
Replies: 2
Views: 3957

Re: Input-Pins mit Python ansprechen

Was machst du denn genau mit Python? Wie sieht denn dein Aufbau aus? Was zeigt die Ausgabe von "piTest -d"? Hast du eventuell vergessen, deine PiCtory Konfiguration zu speichern und den Treiber neu zu starten? Hast du die Stromversorgung an X2 des IO Modules angeschlossen? Leuchten die LED...
by dirk
10 Oct 2018, 10:20
Forum: Software
Topic: RevPi core wont boot
Replies: 5
Views: 5506

Re: RevPi core wont boot

Hello azabel86, we sent you an email for the RMA handling.
by dirk
09 Oct 2018, 13:06
Forum: Software
Topic: Alternative for revpi-tunnel?
Replies: 5
Views: 6883

Re: Alternative for revpi-tunnel?

Hi, you may enable the daemon with the command sudo teamviewer-iot-agent enable daemon And you may check the status with pi@RevPi8165:~ $ sudo teamviewer-iot-agent info /*******************************************/ Package version: 1.1.1238 TeamViewer Id: xxxxxxxxxx Device is assigned to: Dirk Statu...
by dirk
08 Oct 2018, 11:04
Forum: Software
Topic: Modbus RTU Master does not work
Replies: 3
Views: 4888

Re: Modbus RTU Master does not work

Hi the device path of the RevPi Connects´ RS485 is /dev/ttyRS485 Please check the values of the Modbus_Action_Status_1 and the Modbus_Master_Status. Please remind that you have to reset those values in order to receive new status by Master_Status_Reset = 1 and Action_Status_Reset_1 = 1. Here in the ...
by dirk
08 Oct 2018, 10:56
Forum: Software
Topic: making a simple Modbus logger
Replies: 4
Views: 4982

Re: making a simple Modbus logger

The RevPi Connects RS485 device path is

Code: Select all

/dev/ttyRS485
by dirk
02 Oct 2018, 17:00
Forum: Hardware
Topic: PoE for RevPi
Replies: 5
Views: 6811

Re: PoE for RevPi

Ist auch gut... gerne auch schwäbisch ... :)
by dirk
02 Oct 2018, 16:24
Forum: Hardware
Topic: PoE for RevPi
Replies: 5
Views: 6811

Re: PoE for RevPi

Just to make it clear the RevPi product family neither provides PoE nor may be powered by a PoE connection. We talked about the possibility that a PoE adapter from PoE to V+ and V- would be able to power a RevPi Core Module.
by dirk
02 Oct 2018, 15:47
Forum: Software
Topic: making a simple Modbus logger
Replies: 4
Views: 4982

Re: making a simple Modbus logger

1) First you have to poll the data from the sensors via a Modbus RTU Master. How this is done is in the Tutorial Modbus RTU Master . Then the data is in the process image. 2) The second step is to write this data to a file. This is just one quick way to do this using the Bash with an Unix timestamp ...