Communicating thru other PLC's to the main PLC

John Morris

Lifetime Supporting Member
Join Date
Sep 2015
Location
San Antonio
Posts
688
Hi guys

Probably another rookie question, but here it goes.

OK I assign N110, N111, and N112 to the cpu's 2, 3, and 4, respectively. Ill have alarm inputs from each of these. How do I point them back to CPU1 to halt machine state.

Any help would be appreciated.

Thank you in advance
 
And how are the PLC's communicating with each other?
I would generally just poll all of my slave PLC's from the master with MSG instructions (MSG Read, instructions).
 
Ok

Here's a question. I can sim motor overload and a low float. They show up on the HMI. And when I touch reset alarms, I can see the bit N9:0 go hi in CPU1 , but, the cmnds to cpu 2 and 3 are not toggling. its like it a one way street.

Any ideas
 
Are you trying to do this with RSEmulate?

If so I don't believe the "MGS" instruction is fully supported.
 
Ok so information comes in but I cannot send it out.

Is that what its telling me?

I can sim alarms and they show upon the HMI, the reset toggles on CPU1 but does not transfer to CPU2,3,or 4. I'm just wondering if I have everything set correctly.

I'll double check

If you can think of any thing else, please forward.

Thank you very much, All, for your valuable time
 
Is your alarm bit part of a register that is being written back to each of your remote PLCs? You should have a MSG instruction for writing each block of registers to each remote PLC, and another MSG induction for reading registers back. Sounds like you've got the read registers instruction but either no write instructions or that bit isn't included in the range of registers being written.

Post your code from the master PLC and from one of the slaves.
 
HMmmm

Didn't think of that, Ok i checked the set up screens for the MSG 90, under tab MultiHop, these units are addressed to 192.168.1.12. I removed RS ENterprise, and made RSLinx the primary OPC server in FTV. its emulating DHP. have i crossed two wires here.
 

Similar Topics

hi everyone, my problem is that whenever i try to view accessible nodes or try to download the object files into my plc, it generates differnt...
Replies
13
Views
2,517
hi everyone, my problem is that whenever i try to view accessible nodes or try to download the object files into my plc, it generates differnt...
Replies
0
Views
1,379
Dear All Please help me about Below picture problem.PLC not communicating proper.
Replies
4
Views
176
I need to recommend a PC to replace a customer's old Windows 7 computer. The only thing I need to think through is the serial com port to...
Replies
21
Views
680
Hello Friends, We have a powerflex that stopped working sometime last week. It doesn't communicate over the network, or use CCW directly from my...
Replies
1
Views
439
Back
Top Bottom