11/24/2017 3:18 PM | |
Joined: 7/9/2015 Last visit: 3/18/2025 Posts: 4200 Rating:
|
Hi, please have a look to youtube - or this link: Programming an OPC UA .NET Client with C# for the SIMATIC NET OPC UA ServerI hope this will help you a little bit - I myself have no experience with it, sorry. Regards, Towome
|
Last edited by: Jen_Moderator at: 11/27/2017 9:47:53 AMInserted video.
|
|
This contribution was helpful to
2 thankful Users |
11/24/2017 3:22 PM | |
Joined: 12/16/2012 Last visit: 3/16/2025 Posts: 655 Rating:
|
FYI |
This contribution was helpful to
2 thankful Users |
11/27/2017 2:41 PM | |
Joined: 4/28/2015 Last visit: 2/24/2025 Posts: 10832 Rating:
|
Hello, I recommend start for first in web with TCP/IP theory. For S7-1200 PLC start pls here: Example link Dennilson's topic shows good example how create connection with (in this case) Hyperterminal SW included in Windows. Also other users posts can be helpful to see what they need solve and how probably they done. You have 2 choices: 1. use TCON, TDISCON, TSEND, TRCV instructions 2. TSEND_C and TRCV_C instructions You can select one and start build your TCP communication. I recommend build S7-1200 side for first, because you can chcek your functionality with external SWs. If you'll have all good prooved on S7-1200 side, you can start build your C# application. Don't hesitate ask other questions. |
With best regards... |
|
11/28/2017 9:24 AM | |
Joined: 4/28/2015 Last visit: 2/24/2025 Posts: 10832 Rating:
|
Hello, in this case only uncle Google can be helpful, also other sites as Codeproject and similar sites. Also MSDN depended to problematic can be helpful, like this (I didn't test it): C# asynchronous Socket Example Also at bottom of page you have Client example. This can be good start for you. |
With best regards... |
|
Follow us on