SEND/RECEIVE Protocol

chfreris

Member
Join Date
Dec 2005
Location
Reutlingen
Posts
2
Hi everybody :)

I discovered today this forum and I have a question about The SEND/RECEIVE Protocol Specification. I searched a lot in the documentaion of SIEMENS for an answer, but it seems that i didn't search at the rigth place.

I'd like to implement the SEND/RECEIVE Protocol (S5- Kompatible) with ISO-on-TCP (RFC1006) for the communication between my PC (WindowsXP) and the SPS (Simatic S7).

I found the open source of libnodave, but there is no documentation on how the data structures are built and what the semantik of each Byte means.

Can anyone give me some help?

Thanks
 
The library libnodave is based on the S7-protocol, not on SEND/RECEIVE.

You won't find any documentation about the S7-protocol because it's a secret of Siemens. Zottel (the author of libnodave) has implemented libnodave by analyzing the serial-line traffic between the PC and a serial/MPI-adapter (for the MPI-protocols) and by analyzing the network traffic (for the TCP-based proctocols).

For the communication between WinXP and a S7-PLC you can use libnodave as it is, or you can look for the documentation of the FETCH/WRITE protocol, which is based on SEND/RECEIVE.

I think that libnodave would be the better choice, and it comes with examples for many programming languages, including a delphi component.

Axel
 
ISO over TCP

The DeviceMaster RTS and DeviceMaster UP both include the capability of supporting ISO over TCP (RFC1006), in a serial to ethernet device. For additional details, please feel free to contact me directly.
 

Similar Topics

Is it possible to send/receive non - AB protocol commands on Ethernet from a Compact Logix, MicroLogix, or other processor? I have looked at the...
Replies
2
Views
3,799
Hello All, Currently I am migrating S7 300 to S7 1500 & I am unable to use DP send & receive data from Master PLC. Which instruction is...
Replies
4
Views
1,638
All, I am up a creek and not only did I lost my paddle, but the creek is on fire. What I am attempting to do is to connect Wonderware System...
Replies
2
Views
2,325
Hello every one ... i want to know if the communication functions " AG SEND " and "AG RECEIVE" works with TCP only ? or with other communication...
Replies
5
Views
2,625
Hey guys, I hae an RSLinx that will not connect. So what I have is 5 machines, communicating in series from a DH485 to a coupler to ethernet to a...
Replies
2
Views
1,390
Back
Top Bottom