Sign in to follow this  
Followers 0
Elyas_gh

communication telemecanique plc and siemens plc+ethernet ETY110WS AND CP343-1

4 posts in this topic

Greetings I have a CP343-1 is a plc siemens cpu315 plc telemecanique p57203 ETY110 ws is the card that I have. I want these two interface cards connected through the organization. Please advise what settings you need to do any plc plc how to send and receive data between blocks should be used. Thanks

Share this post


Link to post
Share on other sites
Hi, I am also new in PLC programming but this may help you: http://wiki.ewon.biz/Support/06_Knowledge_Base/Questions_and_Answers/Exchange_data_between_different_PLC Have a good day. NOTE: Of course you need ewon for this method. see what it is used for here: http://ewon-uk.blogspot.com/p/what-is-ewon.html Edited by ericksmith2

Share this post


Link to post
Share on other sites
I am also curious about this if you or anybody have solution please post here.

Share this post


Link to post
Share on other sites
I think you should use a TCP send/receive client/server configuration between them. In Telemecanique I have not experience.. in Siemens side you can use AG_SEND / AG_RECV (SFC5 SFC6). Moreover you need to define who's server and client, here follow a picture who show a sample of PLC Siemens working as server (define a TCP connection in NetPRO config, the add from the CPU a new connection and define it as "TCP connection") http://forums.mrplc.com/uploads/monthly_11_2013/post-51601-0-35734700-1383659067_thumb.jpg http://forums.mrplc.com/uploads/monthly_11_2013/post-51601-0-20592700-1383659089_thumb.jpg then define if Siemens C working as Client or Server by checking / not the flag http://forums.mrplc.com/uploads/monthly_11_2013/post-51601-0-14333300-1383659109_thumb.jpg and define your communication partner (Telemecanique ) (TCP port and address) http://forums.mrplc.com/uploads/monthly_11_2013/post-51601-0-47351200-1383659123_thumb.jpg the you have to defined a fixed data exchange size with Telemecanique PLC, and read/write it using AG_SEND or AG_RECV

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0