Home » Categories » Protocols » Modbus |
Can Modbus support redundant masters? |
Article Number: 166 | Rating: 2/5 from 1 votes | Last Updated: Fri, Jun 10, 2016 at 11:16 PM |
The Modbus protocol does not support redundant masters, however ProSoft has had customers setup a redundant Modbus network using the inRAX MVI46-MCM, MVI56-MCM, MVI71-MCM, 3100-MCM, and 3150-MCM modules. Only ProSoft products that support configuration through ladder logic can be used for a redundant application. The basis behind this configuration is you have one port communicating to various slaves on a Modbus network. During this communication, you will want to monitor for command errors. In your PLC program, when you have determined (specified by you the programmer) that you have lost communications on the Modbus network, you would then disable the port you are currently communicating on, then enable the port you wish to communicate on. For even more redundancy, this can also be done using 2 ProSoft modules. The same theory is involved. You will want to disable the communications on one module when errors have occurred, then enable the communications with the other module. In this configuration keep in mind that the data that is being transferred from the module to the processor (your read data), will reside in 2 different databases. You will also need to have a way of knowing what card is currently the master, and what data value to look at based on what card is the master. Since two cards are used, you will need to have 2 independent read data arrays (from module to processor), and because of this you will have 2 variables in your processor that will represent the same point. This programming must be done by the user, and is not supported by ProSoft. The timing, and error conditions are all specified by the user for this type of an application. ..
Related Keywords: All MCM products |
Attachments (0)
![]()
There are no attachments for this article.
|
Comments
![]()
There are no comments for this article. Be the first to post a comment.
|
How do I read/write Modbus binary data?
Viewed 1 times since Wed, Nov 29, 2006
I have multiple Modbus masters that need to communicate with 1 or more Modbus serial (RTU) slave devices. What product should be used??
Viewed 1 times since Tue, Jan 23, 2007
Why is the bit or coil level data incorrect?
Viewed 1 times since Tue, Nov 28, 2006
I have limited or no experience with Modbus. How can I find out more about the protocol and command structure?
Viewed 1 times since Tue, Nov 28, 2006
Do any Prosoft modules support Modbus UDP?
Viewed 1 times since Mon, Aug 24, 2015
What are the causes of a -11 error code using a ProSoft Modbus product?
Viewed 1 times since Mon, May 17, 2010
How can I detect the feedback status of individual command successful or failed?
Viewed 1 times since Wed, Nov 29, 2006
I have a ProSoft Modbus Master solution and would like to know, is the Slave Status List the best place to monitor for communications health of the network?
Viewed 1 times since Tue, Mar 18, 2008
My RX light is on solid, what might that indicate?
Viewed 1 times since Fri, Jul 17, 2015
What's the difference between Modbus ASCII and Modbus RTU?
Viewed 1 times since Wed, Mar 19, 2008
|