Hi to all, In last days I tested the Partner connection between S7-1200 (active) and PC (pasive) without succefully.
The PC receive : R_ID =0 and Size=0;
Into plc I used TSend_C function on ISO TCP with local and remote TSAP "10.02".
If on plc use the TSend_C with TCP protocol the data is received ok in PC.
I don't know where is the problem?
Thanks for any suggestion!
You must use BSEND not TSend_C As described into the manual
Ok. But s7-1200 don't have BSend function!
Log in to post a comment.
Hi to all,
In last days I tested the Partner connection between S7-1200 (active) and PC (pasive) without succefully.
The PC receive : R_ID =0 and Size=0;
Into plc I used TSend_C function on ISO TCP with local and remote TSAP "10.02".
If on plc use the TSend_C with TCP protocol the data is received ok in PC.
I don't know where is the problem?
Thanks for any suggestion!
You must use BSEND not TSend_C
As described into the manual
Ok. But s7-1200 don't have BSend function!