[phpBB Debug] PHP Warning: in file [ROOT]/ext/kinerity/bestanswer/event/main_listener.php on line 514: Undefined array key "poster_answers"
The Industrial Raspberry Pi Forum • Modbus Python library for reading vibration sensor values
Page 1 of 1

Modbus Python library for reading vibration sensor values

Posted: 15 Sep 2021, 14:09
by prathyusha
Hi,

Our company brought REVPI connect and we want to read the vibration sensor values . The vibration sensor is connected to the RevPI via RS485 protocol. We want to read values using minimalmodbus python library. Is it possible or do you have any examples how to read the senor data with python library.

Re: Modbus Python library for reading vibration sensor values

Posted: 30 Sep 2021, 13:57
by ->Johannes<-
Hi prathyusha,

have a look at

pySerial

or

RevPi way
Tutorial 21 – Modbus RTU Master

Regards
Johannes