Search found 8 matches

by Theo
12 Aug 2020, 15:09
Forum: RevPiModIO
Topic: Manage inputs/outputs with RevpPi Connect+ and DIO module
Replies: 2
Views: 3886

Re: Manage inputs/outputs with RevpPi Connect+ and DIO module

Hi,
Thank you for your answer. It works!
by Theo
06 Aug 2020, 10:10
Forum: RevPiModIO
Topic: Manage inputs/outputs with RevpPi Connect+ and DIO module
Replies: 2
Views: 3886

Manage inputs/outputs with RevpPi Connect+ and DIO module

Hi, I would like to retrieve information from a sensor with my RevPi connect and DIO module. I try to use the library RevPiModio2 but it doesn't work.. My DIO module is correctly configured, I check with the piTest -d I tried first to swich on the LED on the Connect device to check the good function...
by Theo
03 Aug 2020, 14:29
Forum: My Project
Topic: Modbus RTU & RevPi DIO manage in Python script
Replies: 6
Views: 9133

Re: Modbus RTU & RevPi DIO manage in Python script

Thank you! I try your recommandation but the LED doesn't light up import revpimodio2 import time rpi = revpimodio2.RevPiModIO(autorefresh=True) rpi.core.A3 = revpimodio2.GREEN Then, I would like to read the status of my Input 1 without activate the Output 1. I read the examples on the website revpim...
by Theo
03 Aug 2020, 09:41
Forum: My Project
Topic: Modbus RTU & RevPi DIO manage in Python script
Replies: 6
Views: 9133

Re: Modbus RTU & RevPi DIO manage in Python script

Hi Nicolai! Thanks for your answer.
I will try that.
For you, what is the best to control my DIO module and to monitor the status of my inputs and outputs instantly? The RevPiLoad?
by Theo
31 Jul 2020, 11:45
Forum: Software
Topic: ASCII command with the USB port to control a pump
Replies: 2
Views: 2696

Re: ASCII command with the USB port to control a pump

Thanks for the reply. Right, I need to configure the serial communication between the pump and the Connect with dev//tty... ?
After that, with my python code I can write ASCII command ?
by Theo
31 Jul 2020, 09:56
Forum: Software
Topic: ASCII command with the USB port to control a pump
Replies: 2
Views: 2696

ASCII command with the USB port to control a pump

Hi everyone,
I am using the RevPi Connect+ and the DIO module.

Is it possible to connect a pump on the USB port and to control it with ASCII command?
If yes, I would like to see examples please :)
by Theo
28 Jul 2020, 15:37
Forum: My Project
Topic: Modbus RTU & RevPi DIO manage in Python script
Replies: 6
Views: 9133

Re: Modbus RTU & RevPi DIO manage in Python script

Hi Dirk, thanks for the reply and sorry for the delay. I would like to retrieve information from a sensor with my RevPi connect and DIO module. I try to use the library RevPiModio2 but it doesn't work.. My DIO module is correctly configured, I check with the piTest -d When I tried to swich on the LE...
by Theo
20 Feb 2020, 16:04
Forum: My Project
Topic: Modbus RTU & RevPi DIO manage in Python script
Replies: 6
Views: 9133

Modbus RTU & RevPi DIO manage in Python script

I'm a new user on the RevPI Forum. I bought a RevPi connect+ and a RevPi DIO module. I would like to control my devices with a Python script. Would it be possible to receive some examples of python programs: to control an actuator in modbus RTU ( write and read coil & write and read registers wi...