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,407
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
8
Views
143
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
441
Hi; In a cabinet of a machine, a Fatek PLC with an Ethernet communication card is working. In the same cabinet, there is a 1 kW inverter. When...
Replies
16
Views
487
I have a strange Kepware issue I have been dealing with for a few weeks. I have Kepware setup with the Omron NJ Ethernet driver and reading in...
Replies
0
Views
92
Back
Top Bottom