QUOTE(Tinker @ Aug 9 2007, 11:33 AM) [snapback]57607[/snapback]
Option 3 - A,B,C,D,E,F & G to A,B,C,D,E,F & G
This would allow me to go from any one to any other one. The system I am working with was installed so communications could take place but no one has ever attempted to do so until now. I have just been working for this company for a few months and I an just now trying to piece together what was done and why.
This will take a while to explain and the addresses I use can be changed to fit your situation.
In PLC A place
MSG Read PLC B start = N22:0 Length 64
MSG Read PLC C start = N23:0 Length 64
MSG Read PLC D start = N24:0 Length 64
MSG Read PLC E start = N25:0 Length 64
MSG Read PLC F start = N26:0 Length 64
MSG Read PLC G start = N27:0 Length 64
In PLC B place
MSG Read PLC A start = N21:0 Length 64
MSG Read PLC C start = N23:0 Length 64
MSG Read PLC D start = N24:0 Length 64
MSG Read PLC E start = N25:0 Length 64
MSG Read PLC F start = N26:0 Length 64
MSG Read PLC G start = N27:0 Length 64
In PLC C place
MSG Read PLC A start = N21:0 Length 64
MSG Read PLC B start = N22:0 Length 64
MSG Read PLC D start = N24:0 Length 64
MSG Read PLC E start = N25:0 Length 64
MSG Read PLC F start = N26:0 Length 64
MSG Read PLC G start = N27:0 Length 64
In PLC D place
MSG Read PLC A start = N21:0 Length 64
MSG Read PLC B start = N22:0 Length 64
MSG Read PLC C start = N23:0 Length 64
MSG Read PLC E start = N25:0 Length 64
MSG Read PLC F start = N26:0 Length 64
MSG Read PLC G start = N27:0 Length 64
In PLC E place
MSG Read PLC A start = N21:0 Length 64
MSG Read PLC B start = N22:0 Length 64
MSG Read PLC C start = N23:0 Length 64
MSG Read PLC D start = N24:0 Length 64
MSG Read PLC F start = N26:0 Length 64
MSG Read PLC G start = N27:0 Length 64
In PLC F place
MSG Read PLC A start = N21:0 Length 64
MSG Read PLC B start = N22:0 Length 64
MSG Read PLC C start = N23:0 Length 64
MSG Read PLC D start = N24:0 Length 64
MSG Read PLC E start = N25:0 Length 64
MSG Read PLC G start = N27:0 Length 64
In PLC G place
MSG Read PLC A start = N21:0 Length 64
MSG Read PLC B start = N22:0 Length 64
MSG Read PLC C start = N23:0 Length 64
MSG Read PLC D start = N24:0 Length 64
MSG Read PLC E start = N25:0 Length 64
MSG Read PLC F start = N26:0 Length 64
This will give you 64 registers of shared memory between all PLC's. You'll want to create an excel map to describe the tags.