Use the driver for the Iso-on-TCP protocol (RFC 1006 ) to communicate with Simatic controllers .
The structure in the application tree is always as follows:
- S7TCPService . This is the root node under which you can create several PLC connections.
- S7TCPSession . This is the PLC connection. A session is required for each PLC.
- S7TCPSubscr . A subscription is a grouping of related PLC variables. In a subscription you define the update rate in ms (poll cycle) and the PLC addresses that are to be read or written.
Drag and drop the relevant classes into the application tree.