9/29/2015 4:50 PM | |
Posts: 160 Rating:
|
So, do you have to use TCP or not? Janko |
9/29/2015 6:13 PM | |
Joined: 2/18/2015 Last visit: 2/23/2025 Posts: 11 Rating:
|
Kind of connection must be TCP. I have specification of data that must be read from server and write to server. |
9/30/2015 11:53 AM | |
Posts: 160 Rating:
|
So, I'd say that you want to use Ethernet TCP. I also presume that you want to communicate with PC (you didn't give other PLC), you sould try to do it using PUT/GET functions, or T-blocks. PUT/GET may be found in S7 communication library, and T-blocks in Open User communication. As you are using CPU 1500 series, regarding T-blocks, you can use TSEND_C and TRCV_C... link. Janko |
10/1/2015 9:49 AM | |
Posts: 160 Rating:
|
HI, here is the thing. There is no actual server... Communication between two partners (in your case PLC and PC) does not require any particular server (hardware). It's just the meter of specifying who is the server and who is the client between two of them. (in your case PLC would be server and PC would be client). See the: link. Janko |
Follow us on