Search found 16 matches

by kodyaz
07 Mar 2019, 21:32
Forum: Software
Topic: Temperature reading with Modbus RTU
Replies: 1
Views: 3347

Temperature reading with Modbus RTU

Hi,
WhatsApp Image 2019-03-07 at 23.29.53.jpeg
WhatsApp Image 2019-03-07 at 23.29.53.jpeg (165.02 KiB) Viewed 3347 times
Screenshot_4.png
Screenshot_4.png (192.21 KiB) Viewed 3347 times
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.
by kodyaz
05 Mar 2019, 19:56
Forum: RevPiModIO
Topic: Servo motor control
Replies: 5
Views: 12756

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 ...
by kodyaz
23 Feb 2019, 10:30
Forum: RevPiModIO
Topic: RevPiModIO2 Error ?
Replies: 2
Views: 6312

Re: RevPiModIO2 Error ?

?
by kodyaz
07 Feb 2019, 20:24
Forum: RevPiModIO
Topic: RevPiModIO2 Error ?
Replies: 2
Views: 6312

RevPiModIO2 Error ?

Hi, I am getting the error as in the following screen shot. How can I fix.
Thank you.Image
by kodyaz
23 Jan 2019, 15:14
Forum: RevPiModIO
Topic: Servo motor control
Replies: 5
Views: 12756

Re: Servo motor control

Thanks Sven. I will share the result of the experience on the application.
by kodyaz
23 Jan 2019, 15:12
Forum: Hardware
Topic: Faytech Touch Screen Driver Problem
Replies: 2
Views: 5767

Re: Faytech Touch Screen Driver Problem

Thank you Dirk.
by kodyaz
13 Jan 2019, 20:04
Forum: Hardware
Topic: Faytech Touch Screen Driver Problem
Replies: 2
Views: 5767

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?
by kodyaz
11 Jan 2019, 18:50
Forum: RevPiModIO
Topic: Servo motor control
Replies: 5
Views: 12756

Re: Servo motor control

Hi again, Is there a solution to this issue?
by kodyaz
08 Jan 2019, 06:58
Forum: RevPiModIO
Topic: Servo motor control
Replies: 5
Views: 12756

Servo motor control

Hi, how do I control the servo motor and servo motor drive with python.
by kodyaz
17 Dec 2018, 20:42
Forum: RevPiModIO
Topic: Counter Reset With RevPiModIO
Replies: 10
Views: 20137

Re: Counter Reset With RevPiModIO

Thank you Sven for your benevolence.