Sign in to follow this  
Followers 0
BIGEYE

How to map DI's 7 DO's?

5 posts in this topic

We have a number of SLC5/04 PLC's networked over DH+. If I have a digital input to say PLC 1, how could I network this and pick it up as an output on PLC 3.

Share this post


Link to post
Share on other sites
You can use a message instruction to read or write the status of that digital input to or from the PLC's. E.G use message instruction in PLC 3 to read the status of the digital input in PLC 1. Or you could use the "Global Staus Words" to communicate the status of that digital input. See pdf. GlobalStatusWord_SLC.pdf

Share this post


Link to post
Share on other sites
Thanks, not too familiar with message instructions.

Share this post


Link to post
Share on other sites
See link to the instruction set if you need it. Chapter 12 http://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1747-rm001_-en-p.pdf Edited by Mickey

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