Communication Between Compact Logix and Guard Logix Error

parithielam15

Member
Join Date
Dec 2023
Location
Niagara
Posts
9
Hello Everyone,

I have a issue with communication between two different PLCs. So here is the facts, The Master PLC is Guard Logix 5069 with IP address 192.168.1.1. and we have a chiller with compact Logix (not sure of Model) with IP address 192.168.0.30.

Currently I am using the MODBUS TCP CLIENT AOIs available in Rockwell website, but it is Encountering a communication issue. The Modbus start to transfer the bit initially but after few minutes the module throughs, Overlap and Overload issue. which is breaks the steady communication. We tried to verify the polling interval at both end, and also increasing / decreasing the polling interval. Nothing works.
1713979318898.png

I tried to use the msg instruction, As it fails because of the IP.

Is there any solution for this Modbus client or can any suggest any other ways to attain an uninterrupted communication.

Thanks
EP
 
MSG instruction is the way. There is no reason to use Modbus when both PLC's already speak Ethernet I/P.

What is the subnet mask of both PLC's?

The keys to getting the MSG to work is both PLC's obviously need to be on the same same subnet. The configured path must be correct and data types in both PLC's need to match exactly.
 
Hi,

So the issue here is The supplier of the chiller doesn't need them to be in same subnet, i don't know the subnet of the compact Logix, but the subnet for the master PLC is 255.255.255.0.

So Modbus is not a right way to use as it is already in Ethernet protocol.

Can you say any idea for this,

And also can you comment on using the Gateway for data transfer.

Thanks
 
Looks like the chiller address of 192.168.1.1 is just a default IP. Change it to the same IP subnet as the rest of the equipment and use a MSG instruction or produce/consume.
 
A device with an IP address of 192.168.1.1 and subnet mask of 255.255.255.0 cannot communicate with a device with an IP address of 192.168.0.30 except through a router. They simply are not on the same IP subnet.

So you need to figure out your Ethernet infrastructure and connectivity. If there's a router or NAT device somewhere between these two controllers, you need to figure out how they are configured.

I agree that I would not try to use Modbus/TCP to communicate between two Rockwell Automation controllers. There's simply no reason to complicate the system when the two controllers support ordinary Tag read/writes natively.
 

Similar Topics

I am trying to setup communications between an m580 and a compactlogix plc. I have confirmed my set up on schneider side is correct and now I am...
Replies
1
Views
3,027
Please anyone could guide me..... How to send and receive datas between ABB dcs and Compact logix (1769 L32E COMPACT LOGIX5332E controller) over...
Replies
4
Views
6,049
Hello, I am currently in the final week of my internship and I have encountered issues with communication between a PowerFlex 700 variable...
Replies
0
Views
51
I have Woodward Controller EASYGEN-3500XT and Phoenixcontact make IO CAN-CUPLER part no: 2702230, Analog Input card: 2861412, Analog Output Card ...
Replies
0
Views
53
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
160
Back
Top Bottom