Communication between GE PLCs

Toley

Member
Join Date
Jun 2006
Location
Georgia
Posts
1
I have a network of 7 GE Fanuc 90-30 PLCs with 350 CPUs and CMM321 ethernet interfaces. Each ethernet interface is connected to an N-Tron 508 FX-2, and the N-Trons are connected to each other with fiber optic cable. Two HMIs running Wonderware are also connected to this LAN with an N-Tron.

Currently, communication between PLCs is performed using conditional scripts executed by the Wonderware viewer. For example, when a tank level is high, a bit %M00007 is set in PLC 5. Wonderware runs a conditional script to set tagnames PLC3_M00002 and PLC4_M00034 to 1, and these are written to PLC3 %M00002 and PLC4 %M00034, respectively. Each of these bits (PLC3 %M00002 and PLC4 %M00034) are included as normally closed contacts that prevent the transfer pumps in areas 3 and 4 from running when they are set.

I'd prefer to communicate the applicable bits (30 or so total) directly between PLCs instead of going through the HMI. Is there a simple way to do this?

PLCs are programmed in VersaPro.

thanks for any suggestions.
 
Is there a simple way to do this?

Simple, no; possible, yes.

Since your CMM321 modules don't support Ethernet Global Data, you will have to use COMMREQ instructions to establish channels among the seven PLCs. This is covered in the manual GFK-1541B, available from their website.

Start here http://globalcare.gefanuc.com/
and then click on "Product Manuals (no login required)"

Be warned that setting up and troubleshooting COMMREQ commands is not a task to be undertaken lightly nor by the faint of heart.
 

Similar Topics

Or there is an alternative to this? I suppose there are many but I've only seen put/get Can you for example set up a new plc and connect it to an...
Replies
5
Views
305
How to Communicate Allen Brandly PLC and S7 1500 PLC? Do I need extra Hardware ? How ?
Replies
9
Views
1,013
Hi all, I have two PLCs, M251 of SE, reading data from the same device. One is reading via modbus 485, other one via tcp. I now want the rtu plc...
Replies
0
Views
1,068
Hello everyone, I have 3 identical processes controlled by 3 Allen Bradley PLCs (1769-L33ER CompactLogix 5370). All 3 share some identical...
Replies
13
Views
3,292
I have 19 L32E PLCs(AB). In this one PLC is the Master one. I need to connect these PLCs each other through ethernet. Also I need to connect SCADA...
Replies
0
Views
1,259
Back
Top Bottom