Sign in to follow this  
Followers 0
robert_

Master and Slave?

5 posts in this topic

Hi, I've programmed only point to point systems also called direct wiring, but something I've never understood the issue of communications, is the concept of master and slave. What does it mean in words understandable when a device is a master and a slave?. Thaks

Share this post


Link to post
Share on other sites
Master reads and writes - slave responds only but does not instigate reads and writes.

Share this post


Link to post
Share on other sites
Bobb what you mean read and write? Could you give me an example?

Share this post


Link to post
Share on other sites
Read values from an diesel engine controller, read values from a power monitor, write speed values and start and stop a VSD. Modbus RTU is used for this sort of thing all the time - probably the most common industrial protocol. Modbus can only have 1 master per network and up to 250 odd slaves. Edited by BobB

Share this post


Link to post
Share on other sites
In a nutshell, Master controls the interaction. It schedules communications between itself and the slave (or multiple slaves). The slaves do not control the network and only speak when spoken to.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0