Hi,
My project pictures as above. A temperature sensor is connected to the ModBus RTU. I want to read this temperature with python. Could you help?
Thank you.
Search found 16 matches
- 07 Mar 2019, 21:32
- Forum: Software
- Topic: Temperature reading with Modbus RTU
- Replies: 1
- Views: 4139
- 05 Mar 2019, 19:56
- Forum: RevPiModIO
- Topic: Servo motor control
- Replies: 5
- Views: 15368
Re: Servo motor control
I think you have to use the PWM Outputs of the RevPi DO / DIO modules.
But remember they have 24 volts!
Than you can set the value of the PWM outputs with python3
import revpimodio2
rpi = revpimodio2.RevPiModIO(autorefresh=True)
rpi.io.PWM_1.value = 100
Sven
Hi Sven, I made the experiment ...
- 23 Feb 2019, 10:30
- Forum: RevPiModIO
- Topic: RevPiModIO2 Error ?
- Replies: 2
- Views: 7778
- 07 Feb 2019, 20:24
- Forum: RevPiModIO
- Topic: RevPiModIO2 Error ?
- Replies: 2
- Views: 7778
RevPiModIO2 Error ?
Hi, I am getting the error as in the following screen shot. How can I fix.
Thank you.
Thank you.

- 23 Jan 2019, 15:14
- Forum: RevPiModIO
- Topic: Servo motor control
- Replies: 5
- Views: 15368
Re: Servo motor control
Thanks Sven. I will share the result of the experience on the application.
- 23 Jan 2019, 15:12
- Forum: Hardware
- Topic: Faytech Touch Screen Driver Problem
- Replies: 2
- Views: 6749
- 13 Jan 2019, 20:04
- Forum: Hardware
- Topic: Faytech Touch Screen Driver Problem
- Replies: 2
- Views: 6749
Faytech Touch Screen Driver Problem
Hi I want to use Faytech brand touch screen. But I could not install the driver. What can he do about it?
- 11 Jan 2019, 18:50
- Forum: RevPiModIO
- Topic: Servo motor control
- Replies: 5
- Views: 15368
- 08 Jan 2019, 06:58
- Forum: RevPiModIO
- Topic: Servo motor control
- Replies: 5
- Views: 15368
Servo motor control
Hi, how do I control the servo motor and servo motor drive with python.
- 17 Dec 2018, 20:42
- Forum: RevPiModIO
- Topic: Counter Reset With RevPiModIO
- Replies: 10
- Views: 25488