Modbus

Ian

Administrator
Joined
Feb 23, 2002
Messages
19,873
Reaction score
1,499
Not used it myself - way above my head :eek:
 

Silverhazesurfer

Master of Logic
Joined
Oct 3, 2008
Messages
1,068
Reaction score
42
yeah, so it turns out. :blush:

I am looking for something simple to test my RS485 gateways. I think we paid for a copy of Modsim32 once. I must dig through the server.

Ian, Modbus is a method to obtain data from devices. It is a form of databasing where data is placed into a table and called when required. For example, an engine has a temperature sensor. This sensor is called by the ECM to report it's reading. ECM stores that data in a table. I call that data from the ECM using my device to send a request for data. If properly formatted, the ECM responds with the request. I can make a request for multiple data entries at a time. At which point, the ECM sends me a table of the data requested. Finally, I take this data and display it on a screen with some pretty software that our developers came up with.

Hope that helps.
 
Last edited:

Ian

Administrator
Joined
Feb 23, 2002
Messages
19,873
Reaction score
1,499
Thanks for the explanation - it looks like complicated stuff!
 

Silverhazesurfer

Master of Logic
Joined
Oct 3, 2008
Messages
1,068
Reaction score
42
You would be surprised. It only really sounds complicated. I was way confused when someone first introduced it to me. I have a better handle on it, but slightly unsure of a couple things.

I am looking to move into robotics. I figure serial communications is a good place to start.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top