S71200 Tcp Communication.

Nelliyan

Member
Join Date
Sep 2011
Location
*******
Posts
90
Hi to all,

I am using s71200 plc...

I am sending some spec values from my plc to the module1 continuously through TCP communication.... Now in that same program i have to send a frame to a module2(both module1&2 are third party devices) which has to be send continuously without disconnecting the transmission..

Now the issue i am facing is, i was able to communicate with either one of the module , to communicate with other i have to disconnect one communication..

But my application is to send data concurrently to both the module1 and module2 which are having different ip add & port address... First of all without disconnecting the communication, the data transmission between 2 slaves and one master concurrently is possible or not????


Pls guide me

Regards,

Nelliyan
 
The issue is how many "sockets" the CPU1200 can open concurrently.

"S7-1200 System Manual" does not explicitly say anything about the number of concurrent sockets. However, from the way TCON/TDISCON, TSEND/TRCV are used, I think the system can handle only one socket at a time.

Are you polling two Modbus/TCP slaves?

Rahul
http://www.voltsmith.com
 
i am using 2 tcp slaves

I cant use modbus because one of the module does not support... module one is micro controller based device....


Can u tell me how to disconnect a communication socket using the T discon... I tried to check it manualy but no response in the DONE, ERROR, Busy status of that disconnect block...
 
Last edited:

Similar Topics

Dear Experts, Warm Greetings ! By using TCON,TSEND,TRCV,TDISCON block,I am trying to make communication with my...
Replies
1
Views
1,492
Hello; i'm having some troubles with a com test i'm handling. i have another end for it, but for now i would like to have : M241 in io_scanning...
Replies
4
Views
3,484
Hi Folks. Has anyone used an SEW EI7C encoder with an S71200 PLC? If yes, how is it done? I use this same encoder in EI76 mode with a...
Replies
0
Views
260
Hi everyone I am completely new to using shift registers and am a bit stuck, my shift register works as should, it is for an overhead conveyor...
Replies
55
Views
15,587
I got Meinberg as NTP server, and it is in same network as My S71200 PLC. I went (Device configuration -> Ethernet Port ->time synchronization)...
Replies
3
Views
2,700
Back
Top Bottom