IBHLink S7++:LOGO! with IBHLink S7++

From IBHsoftec Wiki English
Jump to: navigation, search

S7 Connection from Siemens LOGO! (RCE version) to a S7 PLC via IBHLink S7++ or IBHLink S7++ HS

The RCE versions of Siemens LOGO! are equiped with an Ethernet port and support S7 connections via Ethernet. This allows a data communication between LOGO! and a S7-PLC via IBH Link S7++. Process data can be exchanged between both PLCs. Below is the decription, how to setup the LOGO! for data communication with the IBH Link S7++.

Communikation

The communication with the LOGO! will be established over S7 connections. The LOGO! can read and write from following data areas of the S7 PLC via IBH Link S7++:

  • Inputs
  • Outputs
  • Flags
  • Contents of data blocks.

Settings of the LOGO! via Display

First of all, the LOGO! must be accessible via Ethernet. After that, an IP address can be set with the LOGO! Soft Comfort software. Maybe the IP address of the PC needs to be changed, so that the LOGO! and the PC are within the same subnet. The current address of LOGO! is shown on the display.

  • With <ESC> you'll get to the settings.
  • Scroll down until <network> appears.
  • <OK> 'IP address'. <OK> The current address is shown.

Settings within the LOGO!Soft Comfort software

Within the LOGO!Soft Comfort software setup the IP address of the PLC via "Tools - Transfer - Configure Network Address".

Logo-comfort-setaddr-eng.png

After that, the LOGO! must be configured to establish Client connections to other stations.

Via "Tools - Ethernet Connections" a new connection can be added.

Logo-comfort-connections-eng.png

With a double click on the connection, it can be configured.

Logo-comfort-softsps-eng.png

A Client connection must be selected. The settings for the TSAPs are local '20.00' and remote '01.nn'. 'nn' stands for the MPI address of the S7 PLC. The syntax is Hexadecimal, which means '01.15' stands for the address 21, '01.02' for the address 2. As operations, read and write are available. The local variables relate to the internal simulated DB1. The syntax for variables from the local DB is VBn, for the remote partner is S7 Syntax.

To exchange variables with the DB1, the DB must be created. Via "Tools - Parameter VM Mapping" the elements of the program can be selcted, which should be mapped within the DB1.

Logo-comfort-db1-eng.png

Sometimes, the LOGO! Soft Comfort software needs to be restarted after changing the connections, to tranfer the changes to the LOGO!

Access with IBHNet object

Beginning with IBHNet V1.49 it is possible to access the LOGO! via 'RFC1006'. The MPI Address for the function 'Connect()' is 128, for 'Connect_DP()' it is the Slot 128. As variables, Inputs, Outputs, Flags, the DB1 and the Order No. can be selected.