modbus data grabber/charts?

politics123

Active Member
Hey --

What does one need to read data from a modbus slave? Say... reading data from a modbus slave and putting the data into a MySQL database? (temp data, humidtity data, or power-consumption data)
 
Hey --

What does one need to read data from a modbus slave? Say... reading data from a modbus slave and putting the data into a MySQL database? (temp data, humidtity data, or power-consumption data)

A Modbus Master.

Beyond that, answers useful to you will mostly depend on your level of hardware and programmng skills and amount of time and money available.

Early practical decisions would be to decide what physical layer to use (eg RS-485, ethernet) and whether to use RTU (binary) or ASCII.

Answers to both of these decisions c/would be already dictated to you if you are using existing Modbus slaves.

... Marc
 
Back
Top