Modbus RTU Master With Arduino in 5 Minutes Part 1

by Jhon_Control in Circuits > Arduino

42783 Views, 13 Favorites, 0 Comments

Modbus RTU Master With Arduino in 5 Minutes Part 1

Arduino modbis 5 minutos.jpg
Arduino Modbus - PC.jpg
frame.JPG
20160320_202700.jpg

I start with the following question Arduino can be used in industrial aplicaiones? of course, using a common protocol used in the industry called Modbus Serial RTU in this case configured as Master.

MODBUS communication is done by sending the value of A0 (ADC0) 10 modbus records using a potentiometer 100k variation is performed.

Has implemented the library created by smarmengol, I have made changes to make reading and writing 10 registers 10 records.

More info:
Blog PDAControl English

Blog PDAControl Español

Components and Materials Required for Testing

20160320_215017.jpg
escritura de registros.jpg
20160320_224435.jpg

Components and materials required for testing

It was used PyModSlaveQt simulator. created in python for debugging registers and oled display is used to view the variation in the value of the registers.

Test Complete

Arduino Master Modbus In 5 Minutes ....  : PDA_Control