SLC 5/04 dh+ msg

VJTX

Member
Join Date
Oct 2007
Location
TEXAS
Posts
126
I have one system that consists of SLC 5/04 cpu with DH+ connecting 4 PanelView 600 Plus op. interface. I would like to add another Slc 5/04 with a Panelview 550 also on DH+. So the network will look like this:
5/04----PV600+----PV600+----PV600+---Pv600+---New 5/04---PV550
all on DH+
I need to get a few inputs from first 5/04 into second 5/04. Does anyone have an example program. I think i have to use the MSG instruction. What about the Global message file? thanks!
 
1. Set up an integer file in each PLC. I prefer to keep them the same ie N10 in both PLC's

2. Move the data of interest from the first PLC into the N file.

3. Set up a MSG read in the second PLC that writes into it's N file.
Your done.
 
If it is just a few inputs. the global status file works great. I think the help file in RS500 explains it pretty well.
 

Similar Topics

I'm trying to read/write to an SLC5 with a ControlLogix L71 V35 plc that fails. The exact same code works on an L82S with V32. Is there a known...
Replies
10
Views
289
I’ve got an interesting issue with an SLC Message instruction which won’t clear error message 38h without cycling the key switch. I have 2 SLCs...
Replies
1
Views
929
I'll start off by saying I'm unfamiliar with communications between PLC's, hence my question here. We have a machine with a ControlLogix & a SLC...
Replies
7
Views
2,789
Hello. I have a new 5069 L320ER that I installed and I am trying to read and write data to an existing SLC5/05 via Ethernet. They are both on the...
Replies
4
Views
2,590
Good Evening , I'm finally understanding a MSG instruction a little better. My question is , I'm using a MSG read in a CompactLogix to see...
Replies
3
Views
1,906
Back
Top Bottom