AB Ethernet - Pass commands between PLCs? Logix500

TimD

Lifetime Supporting Member
Join Date
Aug 2007
Location
New Hampshire
Posts
235
Hello,


I have two ML1400 PLCs which share some I/O duty (i.e. I am using outputs on both PLCS to drive a bank of solenoid valves (1-6 on PLC 1 and 7-10 on PLC2).

I know how to use the MSG block R/W, but was hoping I could just address PLC2 directly in PLC1, making PLC1 contain the "main" program, so when I write an output in PLC1's program, it can drive that output on PLC2.

If I can't discretely address, then I'll have to bulk-transfer address/values via the MSG function, otherwise, I'd have to write two portions of the code to both PLCs, which seems like a mess to me.

Thanks for your help.

Tim
 
MicroLogix controllers aren't made to run remote I/O like ControlLogix are. Unless there is no other way, I never recommend using MSG instruction logic to perform I/O control functions.

The MicroLogix 1400 supports up to seven 1762-family I/O modules. Are you already maxed out ?
 

Similar Topics

Till now we used SLC500 on our machines. I was able to setup devicenet by using pass through ethernet - devicenet, on SLC processors. I like to...
Replies
3
Views
3,417
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
176
Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
95
So I have a sort of unique situation where I'm wanting to run a PF755 from the IO and over ethernet. Of course, this comes with it's own set of...
Replies
9
Views
305
Hi all, My ethernet port on my laptop recently broke and I was hoping to just use a usb-c dongle in the mean time to go live on my PLC until I...
Replies
14
Views
465
Back
Top Bottom