Plc to plc communication

farooq mohd

Member
Join Date
Apr 2003
Posts
4
hello friends,
i want to communicate between two plc of make GE Fanuc. Model No. IC200UDR010 ,by using RS 485 communication cable.
i am new to the PLC devepolment. i want to know before start to program ,what are the basic things,that i have to consider for PLC to PLC communication.According to systems requirment here are some input /conditon that affect the another systems and behave according to that.The basic details of both systems are given in the attached file.
Thanks in advance.
Farooq Mohammad.
 
Port 2 on that model can be configured for SNPX protocol as either a master or a slave. You will need to set one PLC as the SNPX master, the other one as a slave. The master PLC will require ladder logic to initiate read requests and write requests to the slave. The slave will not require any additional ladder logic.

Be very careful about how you use the data you exchange. This is serial communication and there could be significant time delays between a change of state of a point in one PLC and when the other PLC knows about it. You should not use it for making control decisions.
 

Similar Topics

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
97
I have created a project in TIA Portal v16 Upd6 with S7-1200 (6ES7214-1AG40-0XB0) and WinCC Unified (PC station). The communication between the...
Replies
4
Views
145
Hello We have installed several G.E. Fanuc 90 70 PLC Everything was ok but suddenly we can not communicate anymore with any PLC with the software...
Replies
0
Views
66
Apologies for not being the best IDEC programmer. I recently was doing some inspections on a site that had 3 FC6A IDEC processors. The issue is...
Replies
0
Views
75
I'm trying to write a data in Arduino using MODWR function block .I used the code I got from online for both PLC and Arduino. I made the wiring...
Replies
4
Views
105
Back
Top Bottom