PLC to PLC communication

Ricco

Member
Join Date
Mar 2005
Posts
1
I was just wondering what the best way to communicate between PLC's was. I am currently doing a project where i have to communicate two PLC's via a wireless 'RS232' link. I'm using Ge Fanuc PLC's and was wondering what I would need in terms of a comms module? There is currently only the one RS232 port which is used for loading the logic into the PLC.
 
There are many different ways, depending on the brand of PLC.
I don't know about GE, but I have set up communications on Modicons and Siemens.
Two types of communications are:
1, peer to peer
2, Master Slave.

Modicon uses Modbus Plus for peer to peer, which is an RS 485 network running at 1Mbps. It can also use Modbus Plus for master slave communications.
Siemens uses MPI for peer to peer, and profibus for master slave.

Both can also use ethernet for either peer to peer or master slave, however I am yet to set up ehternet for this purpose, so I don't know all the ins and outs of this.

most other brands have something similar.

Doug
 
I think the biggest problem you mentioned is "wireless"..some people swear by it but i think most say it is an expensive way to go..(The off the shelf hardware isnt that good for dependable comunications)...I could be wrong but that's the general take of what i see..
 

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
109
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
68
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
81
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
115
Back
Top Bottom