PLC communication

sean_wang

Member
Join Date
Mar 2008
Location
Zhuhai
Posts
10
Hello:
Everybode!
First, I'm chinese people!I never log in this website until today or said about all forgein website.
I can find this as a chance cause.so we can talk problem about PLC communication.My main article is about communication witt computer and PLC ,I wish that you should training me,thank every much.

sean
 
Hello Sean,


There are several methods to communicate between a PLC and a programmer or even between two PLCs.

Communications between a PLC and a programmer (PC or Hand held) are provided by the makers and you only have to plug in a cable from your PC to the programming port on the PLC. This communication can be RS232; RS485 or TTY.

Communications between two PLCs can be carried out by dedicated links supplied/programmed by the makers (RS232 etc) or via outputs from one PLC to the inputs on another PLC.


This direct link
method of communication can be as simple as, if an output on the first PLC is on then the corresponding input on the second PLC will be on and then this input is used within the program on the second PLC.
If a word of input/outputs (16 bits) are used then numerical data can be transferred from one PLC to the other (refer back to the section on numbering systems).

 
If its a Mitsubishi then the FX uses rs422 if its a Q then you can use USB, RS232... or you can use Ethernet :)

The Mitsubishi is just a guess ;)

and welcome to the site...
 

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
125
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
147
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
81
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
93
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
119
Back
Top Bottom