ML1400 to ML1000

Tom@Pton

Member
Join Date
Dec 2009
Location
Central Nebraska
Posts
159
I have a customer that has a ML 1000 we installed years ago. It is limited to the function of Stopping a series of motors when bin limits go HI. Motors are manually started otherwise. Limited spare I/O.

They have a C-More HMI left over from an abandoned project and a new project that most likely be using a ML1400 with analog input.

I would have liked the two PLCs to communicate with each other but it appears the simplest method is "Tag" each other via the HMI Event Manager.

Event A on the 1400 would trigger a Tag to the 1000.

Adequate plan or PP?
 
That will work. I've done it. Each event can have multiple "Tag Copy" actions associated with it. At the time I did the project where I used the method, the limit was sixteen actions per event. I used the one second bit to trigger the events. The ON state triggered tag copies in one direction, the OFF state triggered the tag copies in the opposite direction.

It will be more efficient if you group the data to be exchanged in consecutive addresses. If all sixteen tags in the group to be copied for a given event are consecutive addresses, the C-More will be able to transmit them in a single transaction. If there are gaps in the addressing it could take multiple transactions to send them all. At least that's the way it worked with the Modbus TCP communications driver. If you use the AB Ethernet driver you may get different results.
 

Similar Topics

Hello, I am new here and have been working with PLCs for a few years now. I have been tasked with setting up a Micrologix 1400….. to a Cmore 10...
Replies
10
Views
491
Hi, We may of finally received out first v21 ML1400. IP address set, proceed to download standard file for our machines & at about the 80% mark...
Replies
10
Views
1,441
I have a Allen Bradely 1500 that has a cracked board. It still works but needs replaced (battery is no longer connected). To make migration easier...
Replies
10
Views
3,223
Hi, I've got a new project for a vacuum conveying system. We require to add another HMI to the existing system which will then feed 2 separate...
Replies
6
Views
1,829
Hi All I have connected a Keyence SR1000 to a Compact Logix PLC and am triggering the scanner and reading barcodes over Ethernet/IP, no issues...
Replies
2
Views
837
Back
Top Bottom