<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ibhsoftec.com/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Axel</id>
	<title>IBHsoftec Wiki English - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ibhsoftec.com/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Axel"/>
	<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Special:Contributions/Axel"/>
	<updated>2026-08-13T15:19:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:TIA_Portal_examples&amp;diff=2365</id>
		<title>IBH OPC UA:TIA Portal examples</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:TIA_Portal_examples&amp;diff=2365"/>
		<updated>2026-08-05T15:14:17Z</updated>

		<summary type="html">&lt;p&gt;Axel: Linked the detailed S7-1200/1500 optimized data blocks guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page converts the former PDF manual &#039;&#039;&#039;“PLC projects with TIA Portal V17”&#039;&#039;&#039; into current, maintainable wiki documentation. The PDF describes IBH Link UA and IBH OPC UA Server/Client V5.27. The workflows below have been updated for the current IBH OPC UA Server/Client 6.10.&lt;br /&gt;
&lt;br /&gt;
== Quick overview ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Step !! Result&lt;br /&gt;
|-&lt;br /&gt;
| Prepare the PLC project || CPU, network and data blocks are compiled and consistent.&lt;br /&gt;
|-&lt;br /&gt;
| Import the project || The TIA Portal project is imported with the [[IBH OPC UA Editor]].&lt;br /&gt;
|-&lt;br /&gt;
| Select variables || Only the required symbols and structures are exposed through OPC UA.&lt;br /&gt;
|-&lt;br /&gt;
| Validate and transfer || The editor checks the configuration and transfers it to the server.&lt;br /&gt;
|-&lt;br /&gt;
| Verify the connection || The Web Configurator and an OPC UA client show status and live values.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* a current TIA Portal project that compiles without errors&lt;br /&gt;
* a reachable controller with a unique IP address or device name&lt;br /&gt;
* the current [[IBH OPC UA Editor]]&lt;br /&gt;
* access to the IBH OPC UA Server/Client Web Configurator&lt;br /&gt;
* the appropriate license scope for the required functions&lt;br /&gt;
* an OPC UA test client such as UaExpert&lt;br /&gt;
&lt;br /&gt;
For S7-1200 and S7-1500, the IBH OPC UA Server/Client supports &#039;&#039;&#039;[[IBH OPC UA:S7-1200/1500 optimized data blocks|access to optimized data blocks]]&#039;&#039;&#039;. Always use the current TIA Portal project so that symbolic names, data types and the block layout match the controller.&lt;br /&gt;
&lt;br /&gt;
== Recommended current workflow ==&lt;br /&gt;
=== 1. Prepare the TIA Portal project ===&lt;br /&gt;
# Open the project in TIA Portal.&lt;br /&gt;
# Verify the CPU type, firmware, PROFINET interface, IP address and subnet.&lt;br /&gt;
# Compile hardware and software completely.&lt;br /&gt;
# Download the PLC program and verify that the CPU is in RUN.&lt;br /&gt;
# Ensure that all variables intended for OPC UA have clear symbolic names.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_TIA_Optimized_Configuration.png|thumb|center|700px|Network and device configuration in TIA Portal. This image is taken from the archived V5.27 manual; labels may differ in current TIA Portal versions.]]&lt;br /&gt;
&lt;br /&gt;
=== 2. Import the project with the IBH OPC UA Editor ===&lt;br /&gt;
# Start the [[IBH OPC UA Editor]].&lt;br /&gt;
# Create a project or read the existing configuration from the target server.&lt;br /&gt;
# Import or open the TIA Portal project.&lt;br /&gt;
# Select the required CPUs, data blocks, structures and variables.&lt;br /&gt;
# Review data types, access rights, descriptions and update requirements.&lt;br /&gt;
# Validate the project in the editor.&lt;br /&gt;
&lt;br /&gt;
The former &#039;&#039;&#039;IBH OPC Editor&#039;&#039;&#039; is no longer the recommended configuration tool for this workflow. Use the &#039;&#039;&#039;IBH OPC UA Editor&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== 3. Transfer the configuration ===&lt;br /&gt;
# Connect the editor to the IBH OPC UA Server/Client.&lt;br /&gt;
# Compare the target system with the project before transferring.&lt;br /&gt;
# Transfer the validated configuration.&lt;br /&gt;
# Open the controller or slot view in the Web Configurator.&lt;br /&gt;
# Check the connection state, CPU assignment and number of configured variables.&lt;br /&gt;
&lt;br /&gt;
=== 4. Test OPC UA access ===&lt;br /&gt;
# Read the endpoint URL from the Web Configurator.&lt;br /&gt;
# Connect the OPC UA client to this endpoint.&lt;br /&gt;
# For a secure connection, verify and trust the correct server certificate.&lt;br /&gt;
# Browse the address space and add test variables to the data view.&lt;br /&gt;
# Verify reading, writing, timestamps and status codes according to the configured access rights.&lt;br /&gt;
&lt;br /&gt;
== Alternative: SIMATIC PC station configuration ==&lt;br /&gt;
The archived manual also describes an OPC server configured as a SIMATIC PC station. This remains relevant for existing projects.&lt;br /&gt;
&lt;br /&gt;
# Add a SIMATIC PC station to the TIA Portal project.&lt;br /&gt;
# Insert the OPC server component and Ethernet interface.&lt;br /&gt;
# Create the S7 connection between the OPC server and the CPU.&lt;br /&gt;
# Select the OPC symbols.&lt;br /&gt;
# Compile the PC station.&lt;br /&gt;
# Import the generated configuration into the IBH OPC UA Server/Client.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_TIA_S7_Connection.png|thumb|center|800px|S7 connection between OPC server and CPU in the archived TIA Portal example. For new projects, importing with the IBH OPC UA Editor is recommended.]]&lt;br /&gt;
&lt;br /&gt;
== Examples covered by the former manual ==&lt;br /&gt;
=== Historical data ===&lt;br /&gt;
# Configure and test the PLC variables as normal OPC UA variables first.&lt;br /&gt;
# Enable the required variables in the Web Configurator&#039;s &#039;&#039;&#039;History&#039;&#039;&#039; section.&lt;br /&gt;
# Set buffering and persistent storage as required by the target system.&lt;br /&gt;
# Verify access with a client that supports Historical Access.&lt;br /&gt;
&lt;br /&gt;
=== Integrated OPC UA Client ===&lt;br /&gt;
The integrated client reads values from external OPC UA servers and connects them to variables in the local address space.&lt;br /&gt;
&lt;br /&gt;
# Add the external server with its endpoint and security settings.&lt;br /&gt;
# Trust the server certificate.&lt;br /&gt;
# Select read variables on the external server.&lt;br /&gt;
# Connect them to local target variables.&lt;br /&gt;
# Verify status, timestamp and client diagnostics.&lt;br /&gt;
&lt;br /&gt;
See [[IBH OPC UA:Client functions|Client functions]].&lt;br /&gt;
&lt;br /&gt;
=== Alarms &amp;amp; Conditions ===&lt;br /&gt;
* Configure alarms and message texts in the PLC project.&lt;br /&gt;
* Import the related variables and alarm data.&lt;br /&gt;
* Enable the compliant OPC UA alarm model when required by the project.&lt;br /&gt;
* Verify states, acknowledgement and message texts in an OPC UA event view.&lt;br /&gt;
&lt;br /&gt;
=== Integrated S7 SoftPLC ===&lt;br /&gt;
The integrated [[IBH OPC UA:Integrated S7 SoftPLC|S7 SoftPLC]] can be configured as an additional controller. Download program and data blocks only to the intended SoftPLC instance and verify RUN/STOP and diagnostics before testing OPC UA.&lt;br /&gt;
&lt;br /&gt;
=== Multiple controllers and routing ===&lt;br /&gt;
For projects with multiple CPUs:&lt;br /&gt;
&lt;br /&gt;
* assign a unique address and slot to every CPU&lt;br /&gt;
* test routed connections through IBH Link S7++ or IBH Link S5++ separately&lt;br /&gt;
* structure variable names so that station and CPU are unambiguous&lt;br /&gt;
* verify each connection individually before enabling cross-station data exchange&lt;br /&gt;
&lt;br /&gt;
== Diagnostics ==&lt;br /&gt;
; Controller remains disconnected&lt;br /&gt;
: Check IP address, subnet, CPU state, routing, slot assignment and firewall.&lt;br /&gt;
&lt;br /&gt;
; Variables are missing or have the wrong data type&lt;br /&gt;
: Recompile the TIA Portal project, import it again in the IBH OPC UA Editor and transfer the updated configuration.&lt;br /&gt;
&lt;br /&gt;
; An optimized data block cannot be accessed&lt;br /&gt;
: Compare the CPU and project versions, verify the symbolic variable and use a CPU/firmware combination supported by the current product.&lt;br /&gt;
&lt;br /&gt;
; OPC UA client rejects the connection&lt;br /&gt;
: Check the endpoint, system time, security policy, user authentication and certificate trust.&lt;br /&gt;
&lt;br /&gt;
== Example files ==&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Beispiele/IBH-Link-UA-Beispiele.zip Download example projects]&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Handbuecher/IBH-Link-UA-Handbuch-SPS-Beispiele-TIA-Portal.pdf Archived PDF manual V5.27 (TIA Portal V17, German)]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[IBH OPC UA:Manual|Manual overview]]&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup and commissioning]]&lt;br /&gt;
* [[IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:STEP7 SIMATIC Manager examples|STEP7 / SIMATIC Manager examples]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2364</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2364"/>
		<updated>2026-08-05T15:13:29Z</updated>

		<summary type="html">&lt;p&gt;Axel: /* IBH OPC UA Server/Client */ Linked optimized S7-1200/1500 data blocks to the new guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the Wiki of IBHsoftec GmbH! [[http://www.ibhsoftec.com/ IBHsoftec GmbH]]&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Germany.png|link=http://wiki.ibhsoftec.com/de/index.php?title=Hauptseite]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== S5/S7 AI for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10030.png|[https://www.ibhsoftec.com/en/p/s5-s7-ai-for-windows-r S5/S7 AI &amp;lt;br /&amp;gt;for Windows®]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
S5/S7 AI for Windows® includes all functions of S5/S7 for Windows® and also includes AI-assisted functions. Users can continue to work with existing S5 and S7 projects as usual and additionally use the integrated Copilot for analysis, diagnostics, block explanation, troubleshooting, documentation and PLC-related questions.&lt;br /&gt;
&lt;br /&gt;
* [[S5/S7 AI for Windows:Licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 AI for Windows:License transfer|License transfer]]&lt;br /&gt;
* [[S5/S7 AI Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Language support|Copilot language support]]&lt;br /&gt;
* [[S5/S7 AI for Windows:What&#039;s new?|What&#039;s new?]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot access to AI|Copilot access to AI]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
* [[Complete example: Analyze a missing motor enable with Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Company Server|Company Server]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
&lt;br /&gt;
== S5/S7 for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10022.png|[http://www.ibhsoftec.com/S57W-Eng S5+S7 for Windows® Version 7]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 for Windows:licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 for Windows:Handling of PLC backup archive files|Handling of PLC backup archive files xxx.arv]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 COM packages|S5: Calling of the STEP5 COM packages]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 STEP5 Basic Programming|S5: STEP5 Basic Programming]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via H1|S5: Programming via H1]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via SINEC L2|S5: Programming via SINEC L2]]&lt;br /&gt;
* [[S5/S7 for Windows:USB S5/S7 Prommer (Siemens)|USB S5/S7 Prommer (Siemens)]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link IoT==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH-Link-IoT-300.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH Link IoT:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH Link IoT:Manual|Manual]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link IoT|TeamViewer IoT License IBH Link IoT]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link UA|TeamViewer IoT License IBH Link UA]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer Support|TeamViewer Support]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Editor ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_Editor_Overview.png|[[IBH OPC UA Editor|IBH OPC UA Editor]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA Editor#Overview|Overview]]&lt;br /&gt;
** [[IBH OPC UA Editor#Supported projects and devices|Supported projects and devices]]&lt;br /&gt;
* [[IBH OPC UA Editor#Quick start: from an empty project to an active connection|Quick start: from an empty project to an active connection]]&lt;br /&gt;
* [[IBH OPC UA Editor#Server connection and security|Server connection and security]]&lt;br /&gt;
* [[IBH OPC UA Editor#Assigning a controller and program|Assigning a controller and program]]&lt;br /&gt;
* [[IBH OPC UA Editor#Selecting and editing OPC tags|Selecting and editing OPC tags]]&lt;br /&gt;
* [[IBH OPC UA Editor#Transferring, reading, importing and exporting configurations|Transferring, reading, importing and exporting configurations]]&lt;br /&gt;
* [[IBH OPC UA Editor#External data, variable transfer and MQTT|External data, variable transfer and MQTT]]&lt;br /&gt;
* [[IBH OPC UA Editor#Modbus, Mitsubishi and SINUMERIK|Modbus, Mitsubishi and SINUMERIK]]&lt;br /&gt;
** [[IBH OPC UA Editor#Modbus|Modbus]]&lt;br /&gt;
** [[IBH OPC UA Editor#Mitsubishi and Rockwell|Mitsubishi and Rockwell]]&lt;br /&gt;
** [[IBH OPC UA Editor#SINUMERIK|SINUMERIK]]&lt;br /&gt;
* [[IBH OPC UA Editor#Nodesets, information models and Python|Nodesets, information models and Python]]&lt;br /&gt;
* [[IBH OPC UA Editor#Current released extensions compared with the PDF manual|Current released extensions compared with the PDF manual]]&lt;br /&gt;
* [[IBH OPC UA Editor#Related pages|Related pages]]&lt;br /&gt;
* [https://download.ibhsoftec.com/neutral/IBHOPCUAEditor750Setup.exe Download IBH OPC UA Editor 7.50]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Manuals/IBH-OPC-UA-Editor-Manual.pdf Manual (PDF)]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Samples/IBH-OPC-UA-Editor-Samples.zip Samples from the manual]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Server/Client ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_SoftPLC.png|IBH OPC UA Server/Client&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH OPC UA Server/Client&#039;&#039;&#039; is a &#039;&#039;&#039;64-bit software solution&#039;&#039;&#039; for Windows and Linux PCs. For S7-1200 and S7-1500, it supports &#039;&#039;&#039;access to optimized data blocks&#039;&#039;&#039;. It provides controller and device data via OPC UA and can also exchange data with other OPC UA servers through its integrated client functions. Administration is performed in the Web Configurator; projects are created and transferred with the free [[IBH OPC UA Editor]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Function overview&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Depending on the target system and license scope, the following functions are available:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;OPC UA Server&#039;&#039;&#039; for providing data from controllers and devices&lt;br /&gt;
* &#039;&#039;&#039;OPC UA Client&#039;&#039;&#039; for reading and writing data from other OPC UA servers&lt;br /&gt;
* [[IBH OPC UA:S7-1200/1500 optimized data blocks|S7-1200 and S7-1500 with access to optimized data blocks]]&lt;br /&gt;
* Configuration with the [[IBH OPC UA Editor]] and import of STEP7 and TIA Portal projects&lt;br /&gt;
* OPC UA security with certificate management and signed and encrypted connections&lt;br /&gt;
* &#039;&#039;&#039;Alarms &amp;amp; Conditions&#039;&#039;&#039; and historical data&lt;br /&gt;
* &#039;&#039;&#039;MQTT&#039;&#039;&#039; connectivity to brokers and cloud services&lt;br /&gt;
* &#039;&#039;&#039;Python, OPC UA methods and custom data models&#039;&#039;&#039; – see [[IBH Link UA:Python/Methods/Data models|Python / methods / data models]]&lt;br /&gt;
* Web Configurator for administration, diagnostics, configuration backup and restore&lt;br /&gt;
* integrated [[IBH OPC UA:Integrated S7 SoftPLC|S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
Current licensing preferably uses online activation through the Copilot license server with a license serial number and an eight-digit secret. Manual activation with a signed JSON license file is available for offline systems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Getting started and administration&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup and commissioning]]&lt;br /&gt;
* [[IBH OPC UA:Manual|Manuals]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA Editor|Configuration with the IBH OPC UA Editor]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Configuration and examples&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH OPC UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH OPC UA:Logo8 Configuration with IBH OPC Editor|LOGO! 8 configuration with the IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additional function pages&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH OPC UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA IOT2040 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_IoT_2040_300px.jpg|&#039;&#039;&#039;[https://www.ibhsoftec.com/IBH-OPC-UA-IOT2040-Eng IBH OPC UA IOT2040]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH OPC UA IOT2040:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH OPC UA IoT2040:Siemens IOT200 Inputs / Outputs|Siemens IOT200 Inputs / Outputs]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link UA ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:LinkUA.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA]&lt;br /&gt;
Image:IBH_Link_UA_QC_64._1000px.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA QC 64]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Getting started and configuration ===&lt;br /&gt;
* [[IBH Link UA:Description|Description]]&lt;br /&gt;
* [[IBH Link UA:Manual|Manual]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH Link UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH Link UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH Link UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
=== OPC UA and data model ===&lt;br /&gt;
* [[IBH Link UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH Link UA:Variable Syntax|Variable syntax]]&lt;br /&gt;
* [[IBH Link UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH Link UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
* [[IBH Link UA:IBH Link UA with WinCC 7|IBH Link UA with WinCC 7]]&lt;br /&gt;
&lt;br /&gt;
=== Controllers and protocols ===&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi Robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC 840D/840D SL|SINUMERIK 840D/840D SL]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
=== IIoT, edge and integration ===&lt;br /&gt;
* [[IBH Link UA:MQTT Description|MQTT description]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]]&lt;br /&gt;
* [[IBH Link UA:Python/Methods/Data models |Python/Methods/Data models]]&lt;br /&gt;
&lt;br /&gt;
=== Security, operation and monitoring ===&lt;br /&gt;
* [[IBH Link UA:GDS|GDS - centralized certificate management]]&lt;br /&gt;
* [[IBH Link UA:Nagios|Nagios/NRPE monitoring]]&lt;br /&gt;
* [[IBH Link UA:Redundancy|Redundancy]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Reset button|Reset button]]&lt;br /&gt;
* [[IBH Link UA:New features|New features]]&lt;br /&gt;
&lt;br /&gt;
==Mitsubishi Electric IoT Gateway==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:Mitsubishi_IoT_RD55_S.png|[https://www.ibhsoftec.com/News-Eng Mitsubishi Electric IoT Gateway]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Flyer/Orderinformation|Flyer/Orderinformation]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Manual|Manual]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:GENESIS V11 MQTT SparkplugB communication|GENESIS V11 MQTT SparkplugB communication]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:backplane bus|Easy PLC communication through backplane bus]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Support|Support]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Sales|Sales]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S5++ ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; without IBH Net driver]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 TIA Portal V11 WinCC flexible|Access to a SIMATIC S5 with TIA Portal V11 WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 WinCC flexible|Access to a SIMATIC S5 with WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 PLC PcVue|Access to a SIMATIC S5 with PcVue over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Elipse SCADA|Access to a SIMATIC S5 with Elipse SCADA over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Intouch|Access to a SIMATIC S5 with Intouch over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S5++|LOGO! with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 1500 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 1500 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Beckhoff TwinCAT PLC with IBHLink S5++|Data exchange between the TwinCAT PLC and a S5 controller with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Network configuration via USB|Network configuration via USB]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S7++ ==&lt;br /&gt;
All listet articles are avlid for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++] (bus connector format) and for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS] (din rail mount)&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S7++:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; via SINEC L2]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 TIA Portal WinCC flexible|Access to S7-300/S7-400 with TIA Portal V11 WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 WinCC flexible|Access to S7-300/S7-400 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-200 WinCC flexible|Access to S7-200 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Intouch|Access to S7-300/S7-400 with Intouch over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Elipse SCADA|Access to S7-300/S7-400 with Elipse SCADA over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 PcVue|Access to S7-300/S7-400 with PcVue over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:IBH Link S7++ with CommDTM|IBH Link S7++ with CommDTM]]&lt;br /&gt;
* [[IBHLink S7++:VEGASON IBHNetDTM|IBHNet DTM with PACTware]]&lt;br /&gt;
* [[IBHLink S7++:PLC-PLC communication|PLC-PLC communication]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation|Time Synchronisation]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation with NetPro|Time Synchronisation with NetPro]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S7++|LOGO! with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink:S7++:SINAMICS G120 with IBHLink S7++|Online connection to SINAMICS G120 drives with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:Beckhoff TwinCAT PLC with IBHLink S7++|Data exchange between the TwinCAT PLC and a S7 controller with IBHLink S7++]]&lt;br /&gt;
&lt;br /&gt;
== OPC Server ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1150.png|[http://www.ibhsoftec.com/OPC-Eng IBH OPC Server]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[OPCServer:Overview|Overview]]&lt;br /&gt;
* [[OPCServer:Licensing|Licensing]]&lt;br /&gt;
* [[OPCServer:Server Configuration|Server Configuration]]&lt;br /&gt;
* [[OPCServer:Variable Syntax|Variable Syntax]]&lt;br /&gt;
* [[OPCServer:Optimization|Optimization]]&lt;br /&gt;
* [[OPCServer:DCOM Configuration|DCOM Configuration]]&lt;br /&gt;
* [[OPCServer:Operation with User rights|Operation with User rights]]&lt;br /&gt;
* [[OPCServer:Pro Tool Pro V6|Pro Tool Pro V6]]&lt;br /&gt;
* [[OPCServer:WinCC|WinCC]]&lt;br /&gt;
* [[OPCServer:WinCC Flexible|WinCC Flexible]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch FS Gateway|Create Variables manually with Intouch FS Gateway]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch FS Gateway using the Item Browser|Create Variables with Intouch FS Gateway using the Item Browser]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch|Create Variables manually with Intouch]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch TagCreator|Create Variables with Intouch TagCreator]]&lt;br /&gt;
* [[OPCServer:HPI Scada|HPI Scada]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO 8 |Variables from LOGO 8]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO! RCE|Variables from LOGO! RCE]]&lt;br /&gt;
* [[OPCServer:H1 with OPC Server|H1 with OPC Server]]&lt;br /&gt;
* [[OPCServer:IBH OPC Server with Siemens S7-1200 and S7-1500 PLCs|OPC Server with Siemens S7-1200 and S7-1500 PLCs]]&lt;br /&gt;
&lt;br /&gt;
== S7-SoftPLC ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1302.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-SoftPLC:LOGO! with S7-SoftPLC|LOGO! with S7-SoftPLC]]&lt;br /&gt;
* Installation&lt;br /&gt;
** [[S7-SoftPLC:System requirements|System requirements]]&lt;br /&gt;
** [[S7-SoftPLC:Installing S7-SoftPLC|Installation]]&lt;br /&gt;
** [[S7-SoftPLC:Uninstalling S7-SoftPLC|Deinstallation]]&lt;br /&gt;
* Online&lt;br /&gt;
** [[S7-SoftPLC:S7-SoftPLC online functions|Functions]]&lt;br /&gt;
** [[S7-SoftPLC:Online with STEP®7|Online with STEP®7]]&lt;br /&gt;
** [[S7-SoftPLC:Online with S7 for Windows®|Online with S7 for Windows®]]&lt;br /&gt;
* [[S7-SoftPLC:Visualizations|Visualizations]]&lt;br /&gt;
** [[S7-SoftPLC:Using the IBH S7-SoftPLC with Intouch via RFC1006|Using with Intouch via RFC1006]]&lt;br /&gt;
* [[S7-SoftPLC:Data Interface|Data Interface]]&lt;br /&gt;
* User Interface&lt;br /&gt;
** [[S7-SoftPLC:Interface and Configuration|Interface and Configuration]]&lt;br /&gt;
** [[S7-SoftPLC:Classic View|Classic View]]&lt;br /&gt;
** [[S7-SoftPLC:Configuration View|Configuration View]]&lt;br /&gt;
* Menu&lt;br /&gt;
** [[S7-SoftPLC:File menu|File]]&lt;br /&gt;
** [[S7-SoftPLC:Edit menu|Edit]]&lt;br /&gt;
** [[S7-SoftPLC:View menu|View]]&lt;br /&gt;
** [[S7-SoftPLC:Help menu|Help]]&lt;br /&gt;
** [[S7-SoftPLC:Toolbar|Toolbar]]&lt;br /&gt;
** [[S7-SoftPLC:I/O monitor|I/O monitor]]&lt;br /&gt;
* Configuration&lt;br /&gt;
** CPU Parameters&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
** Driver&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers|Add/remove drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers to S7-SoftPLC|Add/remove drivers to S7-SoftPLC]]&lt;br /&gt;
** Addidata&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the ADDI-DATA driver|Configuration of driver]]&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA driver for S7-SoftPLC|Driver for S7-SoftPLC]]&lt;br /&gt;
**Beckhoff TwinCAT I/O &lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O drivers|Configuration of drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O with PLC43:INI|Configuration with PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:S7-SoftPLC Service and TwinCat|S7-SoftPLC Service and TwinCat]]&lt;br /&gt;
**CIF 30/50/60&lt;br /&gt;
*** [[S7-SoftPLC:Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the CIF-card with the SyCon System Configurator|Configuration with System Configurator]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 Settings|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 settings of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** cifX (CIFX 50 and CIFX 90)&lt;br /&gt;
*** [[S7-SoftPLC:cifX Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration of cifX card with SYCON.NET|Configuration with SYCON.NET]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX User Interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX settings of IBHsoftec S7-SoftPLC|Settings of the IBHsoftec S7-SoftPLC]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** CP340/CP440&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/CP440 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP340/CP440 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/440 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** CP343/CP443 &lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/CP443 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP343/CP443 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/443 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** I/O Port&lt;br /&gt;
*** [[S7-SoftPLC:Configuring PC hardware ports|Configuring PC hardware ports]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware port with user interface|User interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware ports with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** Modbus TCP&lt;br /&gt;
*** [[S7-SoftPLC:Modbus TCP configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** NVRAM&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the PLC43.INI|PLC43.INI]]&lt;br /&gt;
** User SFC&lt;br /&gt;
*** [[S7-SoftPLC:User SFC configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the PLC43.INI|PLC43.INI]]&lt;br /&gt;
* [[S7-SoftPLC:Technical data|Technical data]]&lt;br /&gt;
** [[S7-SoftPLC:Instruction set|Instruction set]]&lt;br /&gt;
** [[S7-SoftPLC:STEP®7 Hardwareconfiguration|STEP®7 Hardwareconfiguration]]&lt;br /&gt;
** [[S7-SoftPLC:Diagnostic buffer entries|Diagnostic buffer entries]]&lt;br /&gt;
** [[S7-SoftPLC:Differences between S7-SoftPLC and Hardware-PLC|Differences]]&lt;br /&gt;
** [[S7-SoftPLC:AppStarter|AppStarter]]&lt;br /&gt;
** [[S7-SoftPLC:Zero modem cable|Zero modem cable]]&lt;br /&gt;
&lt;br /&gt;
== S7-PCI315 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:3100.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-PCI315:Documentation Overview|Documentation Overview]]&lt;br /&gt;
* [[S7-PCI315:Legal Notes|Legal Notes]]&lt;br /&gt;
* [[S7-PCI315:Licenses|Licenses]]&lt;br /&gt;
* [[S7-PCI315:Safety|Safety]]&lt;br /&gt;
* [[S7-PCI315:Description and Requirements|Description and Requirements]]&lt;br /&gt;
* [[S7-PCI315:Device Drawings|Device Drawings]]&lt;br /&gt;
* [[S7-PCI315:System Overview|System Overview]]&lt;br /&gt;
* [[S7-PCI315:Device Driver Setup|Device Driver Setup]]&lt;br /&gt;
* [[S7-PCI315:Firmware Update|Firmware Update]]&lt;br /&gt;
* [[S7-PCI315:USB driver installation|USB driver installation]]&lt;br /&gt;
* [[S7-PCI315:Install S7netPLCComm service|Install S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Safety Advices|Safety Advices]]&lt;br /&gt;
* [[S7-PCI315:Installing Battery|Installing Battery]]&lt;br /&gt;
* [[S7-PCI315:Installing S7-PCI315 PLC|Installing S7-PCI315 PLC]]&lt;br /&gt;
* [[S7-PCI315:HMI/data access|HMI/data access]]&lt;br /&gt;
* [[S7-PCI315:S7netPLCComm service|S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Service configuration|Service configuration]]&lt;br /&gt;
* [[S7-PCI315:Configuration user interface|Configuration user interface]]&lt;br /&gt;
* [[S7-PCI315:Configuration INI file|Configuration INI file]]&lt;br /&gt;
* [[S7-PCI315:WinCC Flexible local|WinCC Flexible local]]&lt;br /&gt;
* [[S7-PCI315:Programming|Programming]]&lt;br /&gt;
* [[S7-PCI315:Instruction set|Instruction set]]&lt;br /&gt;
* [[S7-PCI315:Integrated blocks|Integrated blocks]]&lt;br /&gt;
* [[S7-PCI315:Power Supply|Power Supply]]&lt;br /&gt;
* [[S7-PCI315:Reset Behaviour|Reset Behaviour]]&lt;br /&gt;
* [[S7-PCI315:RUN/STOP Switch|RUN/STOP Switch]]&lt;br /&gt;
* [[S7-PCI315:Battery|Battery]]&lt;br /&gt;
* [[S7-PCI315:Changing the Battery|Changing the Battery]]&lt;br /&gt;
* [[S7-PCI315:Battery Disposal|Battery Disposal]]&lt;br /&gt;
* [[S7-PCI315:LED|LED]]&lt;br /&gt;
* [[S7-PCI315:LED SYS|LED SYS]]&lt;br /&gt;
* [[S7-PCI315:LED APL|LED APL]]&lt;br /&gt;
* [[S7-PCI315:LED PROFIBUS DP-Master|LED PROFIBUS DP-Master]]&lt;br /&gt;
* [[S7-PCI315:Memory Card|Memory Card]]&lt;br /&gt;
* [[S7-PCI315:Storage Behaviour|Storage Behaviour]]&lt;br /&gt;
* [[S7-PCI315:Read State|Read State]]&lt;br /&gt;
* [[S7-PCI315:Dualport communication|Dualport communication]]&lt;br /&gt;
* [[S7-PCI315:Knowledge base|Knowledge base]]&lt;br /&gt;
* [[S7-PCI315:Troubleshooting|Troubleshooting]]&lt;br /&gt;
* [[S7-PCI315:Error Codes|Error Codes]]&lt;br /&gt;
* [[S7-PCI315:Technical Data|Technical Data]]&lt;br /&gt;
&lt;br /&gt;
== IBHNet ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBHNet:Introduction|Introduction]]&lt;br /&gt;
*[[IBHNet:System Requirements|System Requirements]]&lt;br /&gt;
*[[IBHNet:Installation|Installation]]&lt;br /&gt;
*[[IBHNet:Local Operation|Local Operation]]&lt;br /&gt;
*[[IBHNet:Operation in a local area network|Operation in a local area network]]&lt;br /&gt;
*[[IBHNet:Operation via the Internet|Operation via the Internet]]&lt;br /&gt;
*[[IBHNet:IBH Link S7|IBH Link S7]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++|IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++ with STEP®5|IBH Link S5++ with STEP®5]]&lt;br /&gt;
*[[IBHNet:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
*[[IBHNet:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
*[[IBHNet:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC|Using IBHNet with WinCC]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with ProTool|Using IBHNet with ProTool]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC Flexible|Using IBHNet with WinCC Flexible]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S5++ with Intouch|Using the IBH Link S5++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S7++ with Intouch|Using the IBH Link S7++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Accessing PLC variables|Accessing PLC variables]]&lt;br /&gt;
*[[IBHNet:Fetch/Write|Fetch/Write]]&lt;br /&gt;
*[[IBHNet:Unprojected PLC-PLC communication|Unprojected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:Projected PLC-PLC communication|Projected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:RFC1006 Communication IBH Link S7++/S7++HS|RFC1006 Communication IBH Link S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Beckhoff TwinCAT PLC with IBHLink S5++/S7++/S7++HS|Data exchange between the TwinCAT PLC and a S5/S7 controller with IBHLink S5++/S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Troubleshooting|Troubleshooting]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7|Technical Data IBH Link S7]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7 Plus|Technical Data IBH Link S7 Plus]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7++/S7++ HS|Technical Data IBH Link S7++/S7++ HS]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S5++|Technical Data IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link History|IBH Link History]]&lt;br /&gt;
*[[IBHNet:Revisions|Revisions]]&lt;br /&gt;
&lt;br /&gt;
==IBH USB-S5-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_USB_S5.gif|[http://www.ibhsoftec.com/IBH-USB-S5-Adapter-Eng IBH-USB-S5-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039;]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® STEP®5|Access to a SIMATIC S5 with STEP®5]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:Maximum USB cable length|Maximum USB cable length]]&lt;br /&gt;
&lt;br /&gt;
==USB-S7-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20218.png|[http://www.ibhsoftec.com/USB-S7-Adapter-C-Eng USB-S7-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[USB-S7-Adapter:PLC S7-300 and S7-400 S7 for Windows®|Access to a PLC S7-300 and S7-400 with &#039;&#039;S7 for Windows®&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
==IBH S7-CX315/CX317==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:S7_CX317.jpg|[http://www.ibhsoftec.com/S7-CX317-Eng IBH S7-CX317]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH S7-CX315/CX317:Task 2 SEQ converter|Task 2 SEQ converter]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:S7-1200/1500_optimized_data_blocks&amp;diff=2363</id>
		<title>IBH OPC UA:S7-1200/1500 optimized data blocks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:S7-1200/1500_optimized_data_blocks&amp;diff=2363"/>
		<updated>2026-08-05T15:12:44Z</updated>

		<summary type="html">&lt;p&gt;Axel: Explained S7-1200/1500 access and optimized data blocks using the Web Configurator image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The IBH OPC UA Server/Client can read symbolic variables online from an S7-1200 or S7-1500. This also makes &#039;&#039;&#039;optimized data blocks&#039;&#039;&#039; available in the OPC UA address space without maintaining fixed absolute byte offsets.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* The S7-1200 or S7-1500 is reachable over Ethernet.&lt;br /&gt;
* The current TIA Portal project is fully compiled and downloaded to the CPU.&lt;br /&gt;
* Symbolic names and data blocks in the CPU match the project version.&lt;br /&gt;
* CPU protection and access settings permit authorized online access.&lt;br /&gt;
* Credentials are available when the CPU is protected.&lt;br /&gt;
* The IBH OPC UA Server/Client license is valid.&lt;br /&gt;
&lt;br /&gt;
== Web Configurator view ==&lt;br /&gt;
Open &#039;&#039;&#039;S7-1200/1500&#039;&#039;&#039; in the Web Configurator.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_S7_1200_1500_Optimized_Data_Blocks.png|thumb|center|1000px|Symbolically read S7-1200 and S7-1500 variables. The example shows global and instance data blocks together with their OPC access attributes.]]&lt;br /&gt;
&lt;br /&gt;
The image shows two controllers read online. The detected CPU order number and firmware version are displayed below each controller.&lt;br /&gt;
&lt;br /&gt;
The variable tree is divided into the following areas:&lt;br /&gt;
&lt;br /&gt;
; GlobalVars&lt;br /&gt;
: Global CPU areas such as inputs, outputs, memory, timers and counters.&lt;br /&gt;
&lt;br /&gt;
; Programs&lt;br /&gt;
: Programs and data blocks available in the CPU.&lt;br /&gt;
&lt;br /&gt;
; DataBlocksGlobal&lt;br /&gt;
: Global data blocks containing scalar variables, arrays, structures and user-defined data types.&lt;br /&gt;
&lt;br /&gt;
; DataBlocksInstance&lt;br /&gt;
: Instance data blocks belonging to function blocks. They are shown separately from global DBs.&lt;br /&gt;
&lt;br /&gt;
The tree uses the symbolic names stored in the CPU. For optimized data blocks, the server uses this symbolic information; the application does not need to maintain absolute offsets.&lt;br /&gt;
&lt;br /&gt;
== Add a controller and read variables ==&lt;br /&gt;
# Select &#039;&#039;&#039;Insert PLC&#039;&#039;&#039;.&lt;br /&gt;
# Enter a unique PLC name.&lt;br /&gt;
# Enter the CPU&#039;s Ethernet address.&lt;br /&gt;
# Select a timeout appropriate for the network.&lt;br /&gt;
# For a protected CPU, enter the required credentials.&lt;br /&gt;
# Confirm the dialog. The server connects and reads the online tags.&lt;br /&gt;
# Expand the CPU, &#039;&#039;&#039;Programs&#039;&#039;&#039;, &#039;&#039;&#039;DataBlocksGlobal&#039;&#039;&#039; or &#039;&#039;&#039;DataBlocksInstance&#039;&#039;&#039;.&lt;br /&gt;
# Verify that the expected blocks, structures and variables are present.&lt;br /&gt;
# Activate the configuration with &#039;&#039;&#039;Apply&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Reading the online tags can take some time depending on the project size, CPU and network. Do not interrupt the CPU connection during this operation.&lt;br /&gt;
&lt;br /&gt;
== Meaning of the OPC columns ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Column !! Value 1 !! Value 0&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visible in OPC&#039;&#039;&#039; || The node is published in the OPC UA address space. || The node is hidden from the OPC UA address space.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Accessible in OPC&#039;&#039;&#039; || An OPC UA client may access the value. || Access to the value is blocked at the OPC layer.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Write protection in OPC&#039;&#039;&#039; || The value is exposed as read-only by the OPC UA server. || Writing is permitted at the OPC layer, provided that CPU protection and user permissions also allow it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
An empty field means that no separate value is displayed for the node. Check the setting of the parent data block or structure.&lt;br /&gt;
&lt;br /&gt;
In the image, &#039;&#039;&#039;EvData1&#039;&#039;&#039; and &#039;&#039;&#039;EvData2&#039;&#039;&#039; have:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Visible in OPC = 1&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Accessible in OPC = 1&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Write protection in OPC = 0&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Both variables therefore appear in the OPC UA address space and can be accessed. They are not write-protected at the OPC layer. Whether a write succeeds also depends on CPU protection levels, variable properties and OPC UA user permissions.&lt;br /&gt;
&lt;br /&gt;
== Configure visibility and access rights ==&lt;br /&gt;
Expose only the variables that OPC UA applications require.&lt;br /&gt;
&lt;br /&gt;
* Select a structure or data block to apply consistent settings where appropriate.&lt;br /&gt;
* Disable &#039;&#039;&#039;Visible in OPC&#039;&#039;&#039; when the node must not appear in the address space.&lt;br /&gt;
* Disable &#039;&#039;&#039;Accessible in OPC&#039;&#039;&#039; when the node belongs to the structure but its value must not be accessed.&lt;br /&gt;
* Enable &#039;&#039;&#039;Write protection in OPC&#039;&#039;&#039; when clients may only read the value.&lt;br /&gt;
* Select &#039;&#039;&#039;Apply&#039;&#039;&#039; to activate pending changes.&lt;br /&gt;
&lt;br /&gt;
Permissions on parent structures and data blocks can affect child elements. Review critical variables individually.&lt;br /&gt;
&lt;br /&gt;
== Changes to the TIA Portal project ==&lt;br /&gt;
After changing data blocks, structures, data types or symbolic names:&lt;br /&gt;
&lt;br /&gt;
# Compile the TIA Portal project completely.&lt;br /&gt;
# Download the changes to the correct CPU.&lt;br /&gt;
# Select the controller in the Web Configurator.&lt;br /&gt;
# Select &#039;&#039;&#039;Refresh PLC&#039;&#039;&#039;.&lt;br /&gt;
# Review the variable tree and OPC attributes.&lt;br /&gt;
# Select &#039;&#039;&#039;Apply&#039;&#039;&#039;.&lt;br /&gt;
# Browse again from OPC UA clients if the address space has changed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Refresh PLC&#039;&#039;&#039; replaces the previously read online tags with the current CPU state. Pay particular attention to deleted or renamed variables.&lt;br /&gt;
&lt;br /&gt;
== Functional test with an OPC UA client ==&lt;br /&gt;
# Connect to the IBH OPC UA Server/Client endpoint.&lt;br /&gt;
# Verify the server certificate and security policy.&lt;br /&gt;
# Open the S7-1200 or S7-1500 station in the address space.&lt;br /&gt;
# Select a global or instance data block.&lt;br /&gt;
# Read test variables and check their status codes and timestamps.&lt;br /&gt;
# Write only to variables explicitly intended for writing.&lt;br /&gt;
# Verify the new value online in TIA Portal.&lt;br /&gt;
&lt;br /&gt;
== Buttons shown in the image ==&lt;br /&gt;
; Insert PLC&lt;br /&gt;
: Creates a new online connection to an S7-1200 or S7-1500.&lt;br /&gt;
&lt;br /&gt;
; Modify PLC&lt;br /&gt;
: Changes the connection parameters of the selected controller.&lt;br /&gt;
&lt;br /&gt;
; Remove PLC&lt;br /&gt;
: Removes the selected controller from the configuration.&lt;br /&gt;
&lt;br /&gt;
; Refresh PLC&lt;br /&gt;
: Reads the CPU, programs, data blocks and symbolic tags online again.&lt;br /&gt;
&lt;br /&gt;
; Apply&lt;br /&gt;
: Activates pending configuration changes.&lt;br /&gt;
&lt;br /&gt;
; Remove all&lt;br /&gt;
: Removes all configured S7-1200/1500 controllers. Create a backup before using this function.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
; Controller not reachable&lt;br /&gt;
: Check the IP address, subnet, CPU state, network path and firewall.&lt;br /&gt;
&lt;br /&gt;
; Access denied&lt;br /&gt;
: Check the CPU protection level, user or password, and permitted communication access.&lt;br /&gt;
&lt;br /&gt;
; Secure connection initialization failed&lt;br /&gt;
: Check the CPU certificate, system time, firmware and security settings.&lt;br /&gt;
&lt;br /&gt;
; A data block or variable is missing&lt;br /&gt;
: Compile and download the project, then select &#039;&#039;&#039;Refresh PLC&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
; A variable is visible but cannot be read&lt;br /&gt;
: Check &#039;&#039;&#039;Accessible in OPC&#039;&#039;&#039;, CPU protection and OPC UA user permissions.&lt;br /&gt;
&lt;br /&gt;
; A write is rejected&lt;br /&gt;
: Check &#039;&#039;&#039;Write protection in OPC&#039;&#039;&#039;, CPU access protection, data type, variable properties and user permissions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup and commissioning]]&lt;br /&gt;
* [[IBH OPC UA:TIA Portal examples|TIA Portal examples]]&lt;br /&gt;
* [[IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_S7_1200_1500_Optimized_Data_Blocks.png&amp;diff=2362</id>
		<title>File:IBH OPC UA S7 1200 1500 Optimized Data Blocks.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_S7_1200_1500_Optimized_Data_Blocks.png&amp;diff=2362"/>
		<updated>2026-08-05T15:02:30Z</updated>

		<summary type="html">&lt;p&gt;Axel: IBH OPC UA Server/Client Web Configurator: symbolic online access to S7-1200 and S7-1500 including optimized data blocks. Source: IBHsoftec.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
IBH OPC UA Server/Client Web Configurator: symbolic online access to S7-1200 and S7-1500 including optimized data blocks. Source: IBHsoftec.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2361</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2361"/>
		<updated>2026-08-05T15:00:39Z</updated>

		<summary type="html">&lt;p&gt;Axel: /* IBH OPC UA Server/Client */ Added and linked Python, methods and data models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the Wiki of IBHsoftec GmbH! [[http://www.ibhsoftec.com/ IBHsoftec GmbH]]&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Germany.png|link=http://wiki.ibhsoftec.com/de/index.php?title=Hauptseite]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== S5/S7 AI for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10030.png|[https://www.ibhsoftec.com/en/p/s5-s7-ai-for-windows-r S5/S7 AI &amp;lt;br /&amp;gt;for Windows®]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
S5/S7 AI for Windows® includes all functions of S5/S7 for Windows® and also includes AI-assisted functions. Users can continue to work with existing S5 and S7 projects as usual and additionally use the integrated Copilot for analysis, diagnostics, block explanation, troubleshooting, documentation and PLC-related questions.&lt;br /&gt;
&lt;br /&gt;
* [[S5/S7 AI for Windows:Licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 AI for Windows:License transfer|License transfer]]&lt;br /&gt;
* [[S5/S7 AI Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Language support|Copilot language support]]&lt;br /&gt;
* [[S5/S7 AI for Windows:What&#039;s new?|What&#039;s new?]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot access to AI|Copilot access to AI]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
* [[Complete example: Analyze a missing motor enable with Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Company Server|Company Server]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
&lt;br /&gt;
== S5/S7 for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10022.png|[http://www.ibhsoftec.com/S57W-Eng S5+S7 for Windows® Version 7]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 for Windows:licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 for Windows:Handling of PLC backup archive files|Handling of PLC backup archive files xxx.arv]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 COM packages|S5: Calling of the STEP5 COM packages]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 STEP5 Basic Programming|S5: STEP5 Basic Programming]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via H1|S5: Programming via H1]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via SINEC L2|S5: Programming via SINEC L2]]&lt;br /&gt;
* [[S5/S7 for Windows:USB S5/S7 Prommer (Siemens)|USB S5/S7 Prommer (Siemens)]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link IoT==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH-Link-IoT-300.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH Link IoT:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH Link IoT:Manual|Manual]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link IoT|TeamViewer IoT License IBH Link IoT]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link UA|TeamViewer IoT License IBH Link UA]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer Support|TeamViewer Support]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Editor ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_Editor_Overview.png|[[IBH OPC UA Editor|IBH OPC UA Editor]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA Editor#Overview|Overview]]&lt;br /&gt;
** [[IBH OPC UA Editor#Supported projects and devices|Supported projects and devices]]&lt;br /&gt;
* [[IBH OPC UA Editor#Quick start: from an empty project to an active connection|Quick start: from an empty project to an active connection]]&lt;br /&gt;
* [[IBH OPC UA Editor#Server connection and security|Server connection and security]]&lt;br /&gt;
* [[IBH OPC UA Editor#Assigning a controller and program|Assigning a controller and program]]&lt;br /&gt;
* [[IBH OPC UA Editor#Selecting and editing OPC tags|Selecting and editing OPC tags]]&lt;br /&gt;
* [[IBH OPC UA Editor#Transferring, reading, importing and exporting configurations|Transferring, reading, importing and exporting configurations]]&lt;br /&gt;
* [[IBH OPC UA Editor#External data, variable transfer and MQTT|External data, variable transfer and MQTT]]&lt;br /&gt;
* [[IBH OPC UA Editor#Modbus, Mitsubishi and SINUMERIK|Modbus, Mitsubishi and SINUMERIK]]&lt;br /&gt;
** [[IBH OPC UA Editor#Modbus|Modbus]]&lt;br /&gt;
** [[IBH OPC UA Editor#Mitsubishi and Rockwell|Mitsubishi and Rockwell]]&lt;br /&gt;
** [[IBH OPC UA Editor#SINUMERIK|SINUMERIK]]&lt;br /&gt;
* [[IBH OPC UA Editor#Nodesets, information models and Python|Nodesets, information models and Python]]&lt;br /&gt;
* [[IBH OPC UA Editor#Current released extensions compared with the PDF manual|Current released extensions compared with the PDF manual]]&lt;br /&gt;
* [[IBH OPC UA Editor#Related pages|Related pages]]&lt;br /&gt;
* [https://download.ibhsoftec.com/neutral/IBHOPCUAEditor750Setup.exe Download IBH OPC UA Editor 7.50]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Manuals/IBH-OPC-UA-Editor-Manual.pdf Manual (PDF)]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Samples/IBH-OPC-UA-Editor-Samples.zip Samples from the manual]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Server/Client ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_SoftPLC.png|IBH OPC UA Server/Client&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH OPC UA Server/Client&#039;&#039;&#039; is a &#039;&#039;&#039;64-bit software solution&#039;&#039;&#039; for Windows and Linux PCs. For S7-1200 and S7-1500, it supports &#039;&#039;&#039;access to optimized data blocks&#039;&#039;&#039;. It provides controller and device data via OPC UA and can also exchange data with other OPC UA servers through its integrated client functions. Administration is performed in the Web Configurator; projects are created and transferred with the free [[IBH OPC UA Editor]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Function overview&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Depending on the target system and license scope, the following functions are available:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;OPC UA Server&#039;&#039;&#039; for providing data from controllers and devices&lt;br /&gt;
* &#039;&#039;&#039;OPC UA Client&#039;&#039;&#039; for reading and writing data from other OPC UA servers&lt;br /&gt;
* Connection to SIMATIC controllers, including S7-1200 and S7-1500 with access to optimized data blocks&lt;br /&gt;
* Configuration with the [[IBH OPC UA Editor]] and import of STEP7 and TIA Portal projects&lt;br /&gt;
* OPC UA security with certificate management and signed and encrypted connections&lt;br /&gt;
* &#039;&#039;&#039;Alarms &amp;amp; Conditions&#039;&#039;&#039; and historical data&lt;br /&gt;
* &#039;&#039;&#039;MQTT&#039;&#039;&#039; connectivity to brokers and cloud services&lt;br /&gt;
* &#039;&#039;&#039;Python, OPC UA methods and custom data models&#039;&#039;&#039; – see [[IBH Link UA:Python/Methods/Data models|Python / methods / data models]]&lt;br /&gt;
* Web Configurator for administration, diagnostics, configuration backup and restore&lt;br /&gt;
* integrated [[IBH OPC UA:Integrated S7 SoftPLC|S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
Current licensing preferably uses online activation through the Copilot license server with a license serial number and an eight-digit secret. Manual activation with a signed JSON license file is available for offline systems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Getting started and administration&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup and commissioning]]&lt;br /&gt;
* [[IBH OPC UA:Manual|Manuals]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA Editor|Configuration with the IBH OPC UA Editor]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Configuration and examples&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH OPC UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH OPC UA:Logo8 Configuration with IBH OPC Editor|LOGO! 8 configuration with the IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additional function pages&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH OPC UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA IOT2040 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_IoT_2040_300px.jpg|&#039;&#039;&#039;[https://www.ibhsoftec.com/IBH-OPC-UA-IOT2040-Eng IBH OPC UA IOT2040]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH OPC UA IOT2040:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH OPC UA IoT2040:Siemens IOT200 Inputs / Outputs|Siemens IOT200 Inputs / Outputs]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link UA ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:LinkUA.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA]&lt;br /&gt;
Image:IBH_Link_UA_QC_64._1000px.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA QC 64]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Getting started and configuration ===&lt;br /&gt;
* [[IBH Link UA:Description|Description]]&lt;br /&gt;
* [[IBH Link UA:Manual|Manual]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH Link UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH Link UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH Link UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
=== OPC UA and data model ===&lt;br /&gt;
* [[IBH Link UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH Link UA:Variable Syntax|Variable syntax]]&lt;br /&gt;
* [[IBH Link UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH Link UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
* [[IBH Link UA:IBH Link UA with WinCC 7|IBH Link UA with WinCC 7]]&lt;br /&gt;
&lt;br /&gt;
=== Controllers and protocols ===&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi Robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC 840D/840D SL|SINUMERIK 840D/840D SL]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
=== IIoT, edge and integration ===&lt;br /&gt;
* [[IBH Link UA:MQTT Description|MQTT description]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]]&lt;br /&gt;
* [[IBH Link UA:Python/Methods/Data models |Python/Methods/Data models]]&lt;br /&gt;
&lt;br /&gt;
=== Security, operation and monitoring ===&lt;br /&gt;
* [[IBH Link UA:GDS|GDS - centralized certificate management]]&lt;br /&gt;
* [[IBH Link UA:Nagios|Nagios/NRPE monitoring]]&lt;br /&gt;
* [[IBH Link UA:Redundancy|Redundancy]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Reset button|Reset button]]&lt;br /&gt;
* [[IBH Link UA:New features|New features]]&lt;br /&gt;
&lt;br /&gt;
==Mitsubishi Electric IoT Gateway==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:Mitsubishi_IoT_RD55_S.png|[https://www.ibhsoftec.com/News-Eng Mitsubishi Electric IoT Gateway]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Flyer/Orderinformation|Flyer/Orderinformation]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Manual|Manual]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:GENESIS V11 MQTT SparkplugB communication|GENESIS V11 MQTT SparkplugB communication]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:backplane bus|Easy PLC communication through backplane bus]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Support|Support]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Sales|Sales]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S5++ ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; without IBH Net driver]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 TIA Portal V11 WinCC flexible|Access to a SIMATIC S5 with TIA Portal V11 WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 WinCC flexible|Access to a SIMATIC S5 with WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 PLC PcVue|Access to a SIMATIC S5 with PcVue over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Elipse SCADA|Access to a SIMATIC S5 with Elipse SCADA over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Intouch|Access to a SIMATIC S5 with Intouch over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S5++|LOGO! with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 1500 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 1500 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Beckhoff TwinCAT PLC with IBHLink S5++|Data exchange between the TwinCAT PLC and a S5 controller with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Network configuration via USB|Network configuration via USB]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S7++ ==&lt;br /&gt;
All listet articles are avlid for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++] (bus connector format) and for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS] (din rail mount)&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S7++:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; via SINEC L2]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 TIA Portal WinCC flexible|Access to S7-300/S7-400 with TIA Portal V11 WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 WinCC flexible|Access to S7-300/S7-400 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-200 WinCC flexible|Access to S7-200 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Intouch|Access to S7-300/S7-400 with Intouch over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Elipse SCADA|Access to S7-300/S7-400 with Elipse SCADA over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 PcVue|Access to S7-300/S7-400 with PcVue over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:IBH Link S7++ with CommDTM|IBH Link S7++ with CommDTM]]&lt;br /&gt;
* [[IBHLink S7++:VEGASON IBHNetDTM|IBHNet DTM with PACTware]]&lt;br /&gt;
* [[IBHLink S7++:PLC-PLC communication|PLC-PLC communication]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation|Time Synchronisation]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation with NetPro|Time Synchronisation with NetPro]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S7++|LOGO! with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink:S7++:SINAMICS G120 with IBHLink S7++|Online connection to SINAMICS G120 drives with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:Beckhoff TwinCAT PLC with IBHLink S7++|Data exchange between the TwinCAT PLC and a S7 controller with IBHLink S7++]]&lt;br /&gt;
&lt;br /&gt;
== OPC Server ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1150.png|[http://www.ibhsoftec.com/OPC-Eng IBH OPC Server]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[OPCServer:Overview|Overview]]&lt;br /&gt;
* [[OPCServer:Licensing|Licensing]]&lt;br /&gt;
* [[OPCServer:Server Configuration|Server Configuration]]&lt;br /&gt;
* [[OPCServer:Variable Syntax|Variable Syntax]]&lt;br /&gt;
* [[OPCServer:Optimization|Optimization]]&lt;br /&gt;
* [[OPCServer:DCOM Configuration|DCOM Configuration]]&lt;br /&gt;
* [[OPCServer:Operation with User rights|Operation with User rights]]&lt;br /&gt;
* [[OPCServer:Pro Tool Pro V6|Pro Tool Pro V6]]&lt;br /&gt;
* [[OPCServer:WinCC|WinCC]]&lt;br /&gt;
* [[OPCServer:WinCC Flexible|WinCC Flexible]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch FS Gateway|Create Variables manually with Intouch FS Gateway]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch FS Gateway using the Item Browser|Create Variables with Intouch FS Gateway using the Item Browser]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch|Create Variables manually with Intouch]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch TagCreator|Create Variables with Intouch TagCreator]]&lt;br /&gt;
* [[OPCServer:HPI Scada|HPI Scada]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO 8 |Variables from LOGO 8]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO! RCE|Variables from LOGO! RCE]]&lt;br /&gt;
* [[OPCServer:H1 with OPC Server|H1 with OPC Server]]&lt;br /&gt;
* [[OPCServer:IBH OPC Server with Siemens S7-1200 and S7-1500 PLCs|OPC Server with Siemens S7-1200 and S7-1500 PLCs]]&lt;br /&gt;
&lt;br /&gt;
== S7-SoftPLC ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1302.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-SoftPLC:LOGO! with S7-SoftPLC|LOGO! with S7-SoftPLC]]&lt;br /&gt;
* Installation&lt;br /&gt;
** [[S7-SoftPLC:System requirements|System requirements]]&lt;br /&gt;
** [[S7-SoftPLC:Installing S7-SoftPLC|Installation]]&lt;br /&gt;
** [[S7-SoftPLC:Uninstalling S7-SoftPLC|Deinstallation]]&lt;br /&gt;
* Online&lt;br /&gt;
** [[S7-SoftPLC:S7-SoftPLC online functions|Functions]]&lt;br /&gt;
** [[S7-SoftPLC:Online with STEP®7|Online with STEP®7]]&lt;br /&gt;
** [[S7-SoftPLC:Online with S7 for Windows®|Online with S7 for Windows®]]&lt;br /&gt;
* [[S7-SoftPLC:Visualizations|Visualizations]]&lt;br /&gt;
** [[S7-SoftPLC:Using the IBH S7-SoftPLC with Intouch via RFC1006|Using with Intouch via RFC1006]]&lt;br /&gt;
* [[S7-SoftPLC:Data Interface|Data Interface]]&lt;br /&gt;
* User Interface&lt;br /&gt;
** [[S7-SoftPLC:Interface and Configuration|Interface and Configuration]]&lt;br /&gt;
** [[S7-SoftPLC:Classic View|Classic View]]&lt;br /&gt;
** [[S7-SoftPLC:Configuration View|Configuration View]]&lt;br /&gt;
* Menu&lt;br /&gt;
** [[S7-SoftPLC:File menu|File]]&lt;br /&gt;
** [[S7-SoftPLC:Edit menu|Edit]]&lt;br /&gt;
** [[S7-SoftPLC:View menu|View]]&lt;br /&gt;
** [[S7-SoftPLC:Help menu|Help]]&lt;br /&gt;
** [[S7-SoftPLC:Toolbar|Toolbar]]&lt;br /&gt;
** [[S7-SoftPLC:I/O monitor|I/O monitor]]&lt;br /&gt;
* Configuration&lt;br /&gt;
** CPU Parameters&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
** Driver&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers|Add/remove drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers to S7-SoftPLC|Add/remove drivers to S7-SoftPLC]]&lt;br /&gt;
** Addidata&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the ADDI-DATA driver|Configuration of driver]]&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA driver for S7-SoftPLC|Driver for S7-SoftPLC]]&lt;br /&gt;
**Beckhoff TwinCAT I/O &lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O drivers|Configuration of drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O with PLC43:INI|Configuration with PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:S7-SoftPLC Service and TwinCat|S7-SoftPLC Service and TwinCat]]&lt;br /&gt;
**CIF 30/50/60&lt;br /&gt;
*** [[S7-SoftPLC:Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the CIF-card with the SyCon System Configurator|Configuration with System Configurator]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 Settings|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 settings of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** cifX (CIFX 50 and CIFX 90)&lt;br /&gt;
*** [[S7-SoftPLC:cifX Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration of cifX card with SYCON.NET|Configuration with SYCON.NET]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX User Interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX settings of IBHsoftec S7-SoftPLC|Settings of the IBHsoftec S7-SoftPLC]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** CP340/CP440&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/CP440 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP340/CP440 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/440 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** CP343/CP443 &lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/CP443 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP343/CP443 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/443 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** I/O Port&lt;br /&gt;
*** [[S7-SoftPLC:Configuring PC hardware ports|Configuring PC hardware ports]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware port with user interface|User interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware ports with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** Modbus TCP&lt;br /&gt;
*** [[S7-SoftPLC:Modbus TCP configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** NVRAM&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the PLC43.INI|PLC43.INI]]&lt;br /&gt;
** User SFC&lt;br /&gt;
*** [[S7-SoftPLC:User SFC configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the PLC43.INI|PLC43.INI]]&lt;br /&gt;
* [[S7-SoftPLC:Technical data|Technical data]]&lt;br /&gt;
** [[S7-SoftPLC:Instruction set|Instruction set]]&lt;br /&gt;
** [[S7-SoftPLC:STEP®7 Hardwareconfiguration|STEP®7 Hardwareconfiguration]]&lt;br /&gt;
** [[S7-SoftPLC:Diagnostic buffer entries|Diagnostic buffer entries]]&lt;br /&gt;
** [[S7-SoftPLC:Differences between S7-SoftPLC and Hardware-PLC|Differences]]&lt;br /&gt;
** [[S7-SoftPLC:AppStarter|AppStarter]]&lt;br /&gt;
** [[S7-SoftPLC:Zero modem cable|Zero modem cable]]&lt;br /&gt;
&lt;br /&gt;
== S7-PCI315 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:3100.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-PCI315:Documentation Overview|Documentation Overview]]&lt;br /&gt;
* [[S7-PCI315:Legal Notes|Legal Notes]]&lt;br /&gt;
* [[S7-PCI315:Licenses|Licenses]]&lt;br /&gt;
* [[S7-PCI315:Safety|Safety]]&lt;br /&gt;
* [[S7-PCI315:Description and Requirements|Description and Requirements]]&lt;br /&gt;
* [[S7-PCI315:Device Drawings|Device Drawings]]&lt;br /&gt;
* [[S7-PCI315:System Overview|System Overview]]&lt;br /&gt;
* [[S7-PCI315:Device Driver Setup|Device Driver Setup]]&lt;br /&gt;
* [[S7-PCI315:Firmware Update|Firmware Update]]&lt;br /&gt;
* [[S7-PCI315:USB driver installation|USB driver installation]]&lt;br /&gt;
* [[S7-PCI315:Install S7netPLCComm service|Install S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Safety Advices|Safety Advices]]&lt;br /&gt;
* [[S7-PCI315:Installing Battery|Installing Battery]]&lt;br /&gt;
* [[S7-PCI315:Installing S7-PCI315 PLC|Installing S7-PCI315 PLC]]&lt;br /&gt;
* [[S7-PCI315:HMI/data access|HMI/data access]]&lt;br /&gt;
* [[S7-PCI315:S7netPLCComm service|S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Service configuration|Service configuration]]&lt;br /&gt;
* [[S7-PCI315:Configuration user interface|Configuration user interface]]&lt;br /&gt;
* [[S7-PCI315:Configuration INI file|Configuration INI file]]&lt;br /&gt;
* [[S7-PCI315:WinCC Flexible local|WinCC Flexible local]]&lt;br /&gt;
* [[S7-PCI315:Programming|Programming]]&lt;br /&gt;
* [[S7-PCI315:Instruction set|Instruction set]]&lt;br /&gt;
* [[S7-PCI315:Integrated blocks|Integrated blocks]]&lt;br /&gt;
* [[S7-PCI315:Power Supply|Power Supply]]&lt;br /&gt;
* [[S7-PCI315:Reset Behaviour|Reset Behaviour]]&lt;br /&gt;
* [[S7-PCI315:RUN/STOP Switch|RUN/STOP Switch]]&lt;br /&gt;
* [[S7-PCI315:Battery|Battery]]&lt;br /&gt;
* [[S7-PCI315:Changing the Battery|Changing the Battery]]&lt;br /&gt;
* [[S7-PCI315:Battery Disposal|Battery Disposal]]&lt;br /&gt;
* [[S7-PCI315:LED|LED]]&lt;br /&gt;
* [[S7-PCI315:LED SYS|LED SYS]]&lt;br /&gt;
* [[S7-PCI315:LED APL|LED APL]]&lt;br /&gt;
* [[S7-PCI315:LED PROFIBUS DP-Master|LED PROFIBUS DP-Master]]&lt;br /&gt;
* [[S7-PCI315:Memory Card|Memory Card]]&lt;br /&gt;
* [[S7-PCI315:Storage Behaviour|Storage Behaviour]]&lt;br /&gt;
* [[S7-PCI315:Read State|Read State]]&lt;br /&gt;
* [[S7-PCI315:Dualport communication|Dualport communication]]&lt;br /&gt;
* [[S7-PCI315:Knowledge base|Knowledge base]]&lt;br /&gt;
* [[S7-PCI315:Troubleshooting|Troubleshooting]]&lt;br /&gt;
* [[S7-PCI315:Error Codes|Error Codes]]&lt;br /&gt;
* [[S7-PCI315:Technical Data|Technical Data]]&lt;br /&gt;
&lt;br /&gt;
== IBHNet ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBHNet:Introduction|Introduction]]&lt;br /&gt;
*[[IBHNet:System Requirements|System Requirements]]&lt;br /&gt;
*[[IBHNet:Installation|Installation]]&lt;br /&gt;
*[[IBHNet:Local Operation|Local Operation]]&lt;br /&gt;
*[[IBHNet:Operation in a local area network|Operation in a local area network]]&lt;br /&gt;
*[[IBHNet:Operation via the Internet|Operation via the Internet]]&lt;br /&gt;
*[[IBHNet:IBH Link S7|IBH Link S7]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++|IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++ with STEP®5|IBH Link S5++ with STEP®5]]&lt;br /&gt;
*[[IBHNet:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
*[[IBHNet:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
*[[IBHNet:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC|Using IBHNet with WinCC]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with ProTool|Using IBHNet with ProTool]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC Flexible|Using IBHNet with WinCC Flexible]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S5++ with Intouch|Using the IBH Link S5++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S7++ with Intouch|Using the IBH Link S7++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Accessing PLC variables|Accessing PLC variables]]&lt;br /&gt;
*[[IBHNet:Fetch/Write|Fetch/Write]]&lt;br /&gt;
*[[IBHNet:Unprojected PLC-PLC communication|Unprojected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:Projected PLC-PLC communication|Projected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:RFC1006 Communication IBH Link S7++/S7++HS|RFC1006 Communication IBH Link S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Beckhoff TwinCAT PLC with IBHLink S5++/S7++/S7++HS|Data exchange between the TwinCAT PLC and a S5/S7 controller with IBHLink S5++/S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Troubleshooting|Troubleshooting]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7|Technical Data IBH Link S7]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7 Plus|Technical Data IBH Link S7 Plus]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7++/S7++ HS|Technical Data IBH Link S7++/S7++ HS]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S5++|Technical Data IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link History|IBH Link History]]&lt;br /&gt;
*[[IBHNet:Revisions|Revisions]]&lt;br /&gt;
&lt;br /&gt;
==IBH USB-S5-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_USB_S5.gif|[http://www.ibhsoftec.com/IBH-USB-S5-Adapter-Eng IBH-USB-S5-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039;]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® STEP®5|Access to a SIMATIC S5 with STEP®5]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:Maximum USB cable length|Maximum USB cable length]]&lt;br /&gt;
&lt;br /&gt;
==USB-S7-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20218.png|[http://www.ibhsoftec.com/USB-S7-Adapter-C-Eng USB-S7-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[USB-S7-Adapter:PLC S7-300 and S7-400 S7 for Windows®|Access to a PLC S7-300 and S7-400 with &#039;&#039;S7 for Windows®&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
==IBH S7-CX315/CX317==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:S7_CX317.jpg|[http://www.ibhsoftec.com/S7-CX317-Eng IBH S7-CX317]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH S7-CX315/CX317:Task 2 SEQ converter|Task 2 SEQ converter]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Python/Methods/Data_models&amp;diff=2360</id>
		<title>IBH Link UA:Python/Methods/Data models</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Python/Methods/Data_models&amp;diff=2360"/>
		<updated>2026-08-05T15:00:15Z</updated>

		<summary type="html">&lt;p&gt;Axel: Added availability note for Python, methods and data models on IBH OPC UA Server/Client&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Availability:&#039;&#039;&#039; On the device platform, this function is enabled on the &#039;&#039;&#039;IBH Link UA QC&#039;&#039;&#039; because Python functions require additional memory. The 64-bit &#039;&#039;&#039;[[Main Page#IBH_OPC_UA_Server/Client|IBH OPC UA Server/Client]]&#039;&#039;&#039; for Windows and Linux PCs also supports &#039;&#039;&#039;Python, OPC UA methods and custom data models&#039;&#039;&#039;. The following concepts and examples therefore apply to both products; with the IBH OPC UA Server/Client, projects and Python modules are transferred using the [[IBH OPC UA Editor]] or the Web Configurator.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Methods can now be realized with the Python programming language and data can be exchanged and processed more easily.&lt;br /&gt;
Some examples of the implementation of complex functions:&amp;lt;br&amp;gt;&lt;br /&gt;
* Complex tasks can be automated, such as the monitoring of machine parameters or the optimization of production processes.&amp;lt;br&amp;gt;&lt;br /&gt;
* Large amounts of data can be analyzed and evaluated in order to identify trends and patterns to optimize processes.&lt;br /&gt;
&lt;br /&gt;
=Structure of a Python program=&lt;br /&gt;
&lt;br /&gt;
The special functions of the IBHLinkUA are imported in the Python program. For initialization, the IBHLinkUA calls the function &amp;quot;init_opc()&amp;quot;. &lt;br /&gt;
Example:&lt;br /&gt;
 import ibhua&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 def init_opc():&lt;br /&gt;
 return&lt;br /&gt;
Several Python programs can be read in. Python programs without these special functions are also possible.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Nodeset.png|504px]]&lt;br /&gt;
&lt;br /&gt;
== Visual Studio Code==&lt;br /&gt;
To obtain a convenient code autocompletion in Visual Studio Code, the definition file ibhua.pyi can be copied into the working directory.&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[http://download.ibhsoftec.com/neutral/ibhua.pyi.zip ibhua.pyi]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Functions from the &#039;&#039;&#039;ibhua&#039;&#039;&#039; module=&lt;br /&gt;
== RedirectLogOutput() ==&lt;br /&gt;
Redirects all print, stdout and stderr outputs to the system log. This can be viewed in the web interface under &amp;quot;Diagnostics - System Log&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
   print(&amp;quot;Test&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
[[Image:IBH_Link_UA_Redirect.png|839px]]&lt;br /&gt;
&lt;br /&gt;
==setSystemLog (Group,logtext,status)==&lt;br /&gt;
Writes an entry to the system log. This can be viewed in the web interface under &amp;quot;Diagnostic system events&amp;quot;.&lt;br /&gt;
Parameter:&lt;br /&gt;
 - Group   : String&lt;br /&gt;
 - logtext : String&lt;br /&gt;
 - Status  : Integer&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 import ibhua&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
   ibhua.setSystemLog(&amp;quot;my Group&amp;quot;,&amp;quot;my Logtext&amp;quot;,4711)&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_setsystemlog.png|845px]]&lt;br /&gt;
&lt;br /&gt;
Sets a breakpoint. When the breakpoint is reached, the debugger is activated.&amp;lt;br&amp;gt;&lt;br /&gt;
The debugger can be accessed via a web browser using port 5555.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 import ibhua&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
    a=1&lt;br /&gt;
    ibhua.Breakpoint()&lt;br /&gt;
    b=a+20&lt;br /&gt;
    b=b+a+20&lt;br /&gt;
&lt;br /&gt;
After loading the example:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Breakpoint1.png|845px]]&lt;br /&gt;
&lt;br /&gt;
After pressing the Step button:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Breakpoint2.png|1612px]]&lt;br /&gt;
&lt;br /&gt;
== OPCReadVar(node) ==&lt;br /&gt;
Function for reading OPC nodes.&lt;br /&gt;
&lt;br /&gt;
Parameter:&lt;br /&gt;
*	node: Nodeid&lt;br /&gt;
*	Return value: Scalar value or string variable&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
   clock=ibhua.OPCReadVar(&amp;quot;ns=0;i=2258&amp;quot;)&lt;br /&gt;
   print(clock)&lt;br /&gt;
&lt;br /&gt;
In this example, the current time is entered in the diagnosis after the restart.&lt;br /&gt;
&lt;br /&gt;
== monitor(&amp;quot;node&amp;quot;, &amp;quot;Monitor Function&amp;quot;, Interval, Triggermode, Deadband) ==&lt;br /&gt;
When the OPC variable &amp;quot;Node&amp;quot; is changed, the &amp;quot;Monitor function&amp;quot; is called.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interval&#039;&#039;&#039;: determines the sampling interval in ms.&lt;br /&gt;
&lt;br /&gt;
„Triggermode“ : &lt;br /&gt;
*	0 = is always triggered&lt;br /&gt;
*	1=Trigger on value change&lt;br /&gt;
*	2=Trigger on rising edge&lt;br /&gt;
*	3=Trigger on falling edge&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Deadband&#039;&#039;&#039;: determines the minimum value change that leads to the trigger&amp;lt;br&amp;gt;&lt;br /&gt;
The monitor function contains an input parameter with the read value.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 def Monitor(Var):&lt;br /&gt;
     print(Var)&lt;br /&gt;
     return &lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
    ibhua.monitor(&amp;quot;ns=0;i=2258&amp;quot;,&amp;quot;Monitor&amp;quot;,1000,0,0)&lt;br /&gt;
    return&lt;br /&gt;
&lt;br /&gt;
In this example, the current time is entered in the diagnosis every second.&lt;br /&gt;
&lt;br /&gt;
== OPCWriteVar(node,var) ==&lt;br /&gt;
&lt;br /&gt;
Function for writing scalar nodes and string nodes. The OPC type is automatically determined from the target variable.&lt;br /&gt;
&lt;br /&gt;
Parameter:&lt;br /&gt;
*	node: Nodeid&lt;br /&gt;
*	var: Scalar oder String value&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 &lt;br /&gt;
 def Monitor(Var):&lt;br /&gt;
     ibhua.OPCWriteVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.Generic.ActualWatch&amp;quot;,Var)&lt;br /&gt;
     return &lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
    ibhua.monitor(&amp;quot;ns=0;i=2258&amp;quot;,&amp;quot;Monitor&amp;quot;,1000,0,0)&lt;br /&gt;
    return&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this example, the time is entered every second in the PLC string variable &#039;&#039;&#039;QuadcoreNodesetExample.SoftPLC.Generic.ActualWatch&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== OPCResult() ==&lt;br /&gt;
&lt;br /&gt;
Returns the result of the OPCReadVar, OPCWriteVar and OPCCallMethod functions.&amp;lt;br&amp;gt;&lt;br /&gt;
Parameter:&lt;br /&gt;
*	Returnwert: 0=Successful&lt;br /&gt;
&lt;br /&gt;
=Access to external OPC servers=&lt;br /&gt;
To access external OPC servers, an external server must first be set up in the client function.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Select_Server.png|1386px]]&lt;br /&gt;
&lt;br /&gt;
The functions: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OPCReadVar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OPCWriteVar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OPCCallMethod&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
the server name is specified as the first parameter.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Attention ! The server name must be entered exactly as in the web interface (note the space before the &amp;quot;(&amp;quot;) !&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
  ExternalServer = &amp;quot;urn:ibhlinkua-002808:IBHsoftec:IBHLinkUA (opc.tcp://10.0.12.88:48010)&amp;quot;&lt;br /&gt;
  …&lt;br /&gt;
  OPCVar=ibhua.OPCReadVar(ExternerServer,&amp;quot;ns=4;s=PC-Station.Software PLC_1.GlobalVars.Tag_1&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==OPCConnectedServers ()==&lt;br /&gt;
This function returns a list of the connected OPC servers.&lt;br /&gt;
&lt;br /&gt;
With this function you can easily determine the complete name of an external server.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
In the following examples, it is assumed that you have established a connection to the Unified Automation demo server (opc.tcp://opcuaserver.com:48010) in the client function.&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 ExternalServer=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     #search in ExternalServers &amp;quot;opcuaserver.com&amp;quot;&lt;br /&gt;
     ExternalServers=ibhua.OPCConnectedServers ()&lt;br /&gt;
     print (ibhua.OPCConnectedServers ())&lt;br /&gt;
     for line in ExternalServers:&lt;br /&gt;
         if &amp;quot;opcuaserver.com&amp;quot; in line:&lt;br /&gt;
             ExternalServer=line&lt;br /&gt;
     if ExternalServer:&lt;br /&gt;
         print (ExternalServer)&lt;br /&gt;
     else: &lt;br /&gt;
         print(&amp;quot;no external Server&amp;quot;) &lt;br /&gt;
         &lt;br /&gt;
     if ExternalServer:&lt;br /&gt;
         FillLevelSetPoint=ibhua.OPCReadVar(ExternalServer,&amp;quot;ns=2;s=Demo.BoilerDemo.Boiler1.FillLevelSetPoint&amp;quot;)&lt;br /&gt;
         print(FillLevelSetPoint)&lt;br /&gt;
&lt;br /&gt;
==OPCCallMethod(ExternalServer,object-nodeid, method-nodeid)==&lt;br /&gt;
Calling a method without parameter&lt;br /&gt;
&lt;br /&gt;
Parameter:&lt;br /&gt;
*	ExternalServer&lt;br /&gt;
*	object-nodeid :	Nodename of the parent object&lt;br /&gt;
*	method-nodeid :	Nodename of the method&lt;br /&gt;
*	return 	      : Result (0=successful)&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 ExternalServer=&amp;quot;&amp;quot; &lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     #search in ExternalServers &amp;quot;opcuaserver.com&amp;quot;&lt;br /&gt;
     ExternalServers=ibhua.OPCConnectedServers ()&lt;br /&gt;
     for line in ExternalServers:&lt;br /&gt;
         if &amp;quot;opcuaserver.com&amp;quot; in line:&lt;br /&gt;
             ExternalServer=line&lt;br /&gt;
          &lt;br /&gt;
     if ExternalServer:&lt;br /&gt;
         result=ibhua.OPCCallMethod(ExternalServer,&amp;quot;ns=2;s=Demo&amp;quot;,&amp;quot;ns=2;s=Demo.StartSimulation&amp;quot;)&lt;br /&gt;
         print(result)&lt;br /&gt;
&lt;br /&gt;
==OPCCallMethod(ExternalServer,object-nodeid, method-nodeid,[parameter_1,…parameter_n)==&lt;br /&gt;
&lt;br /&gt;
Calling a method with parameter:&lt;br /&gt;
&lt;br /&gt;
Parameter:&lt;br /&gt;
*	ExternalServer&lt;br /&gt;
*	object-nodeid :	Nodename of the parent object&lt;br /&gt;
*	method-nodeid :	Nodename of the method&lt;br /&gt;
*	[parameter]: 	Input parameter list&lt;br /&gt;
*	return 		Output parameter list&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 ExternalServer=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     #search in ExternalServers &amp;quot;opcuaserver.com&amp;quot;&lt;br /&gt;
     ExternalServers=ibhua.OPCConnectedServers ()&lt;br /&gt;
     for line in ExternalServers:&lt;br /&gt;
         if &amp;quot;opcuaserver.com&amp;quot; in line:&lt;br /&gt;
             ExternalServer=line&lt;br /&gt;
          &lt;br /&gt;
     if ExternalServer:&lt;br /&gt;
         results=ibhua.OPCCallMethod(ExternalServer,&amp;quot;ns=2;s=Demo.Method&amp;quot;,&amp;quot;ns=2;s=Demo.Method.Multiply&amp;quot;,[2.14,3.5])&lt;br /&gt;
         status=ibhua.OPCResult()&lt;br /&gt;
         if status==0:&lt;br /&gt;
             for result in results:&lt;br /&gt;
                  print(result)&lt;br /&gt;
         else:&lt;br /&gt;
             print(&amp;quot;Error&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Here is an example that controls a method with parameter from the PLC::&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 ExternalServer=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 def Multiply(var):&lt;br /&gt;
     global ExternalServer&lt;br /&gt;
     if ExternalServer:&lt;br /&gt;
         Mul_a=ibhua.OPCReadVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.Generic.Mul_a&amp;quot;)&lt;br /&gt;
         Mul_b=ibhua.OPCReadVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.Generic.Mul_b&amp;quot;)&lt;br /&gt;
         results=ibhua.OPCCallMethod(ExternalServer,&amp;quot;ns=2;s=Demo.Method&amp;quot;,&amp;quot;ns=2;s=Demo.Method.Multiply&amp;quot;,[Mul_a,Mul_b])&lt;br /&gt;
         status=ibhua.OPCResult()&lt;br /&gt;
         if status==0:&lt;br /&gt;
             for result in results:&lt;br /&gt;
                  ibhua.OPCWriteVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.Generic.MUL_Result &amp;quot;,result)&lt;br /&gt;
         else:&lt;br /&gt;
             print(&amp;quot;Error&amp;quot;)                  &lt;br /&gt;
    &lt;br /&gt;
     &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     global ExternalServer&lt;br /&gt;
     #search in ExternalServers &amp;quot;opcuaserver.com&amp;quot;&lt;br /&gt;
     ExternalServers=ibhua.OPCConnectedServers ()&lt;br /&gt;
     for line in ExternalServers:&lt;br /&gt;
         if &amp;quot;opcuaserver.com&amp;quot; in line:&lt;br /&gt;
             ExternalServer=line&lt;br /&gt;
          &lt;br /&gt;
     ibhua.monitor(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.Generic.StartMul&amp;quot;,&amp;quot;Multiply&amp;quot;,1000,2,0)&lt;br /&gt;
&lt;br /&gt;
=Working with nodesets=&lt;br /&gt;
&lt;br /&gt;
It is now possible to read in nodesets and link them to Python modules.&lt;br /&gt;
 &lt;br /&gt;
The nodesets are created with UAModeler or SiOME (freeware from Siemens). &lt;br /&gt;
The project is an output as an XML file in the modeller.&amp;lt;br&amp;gt;&lt;br /&gt;
You can find documentation on the SiOME here: https://support.industry.siemens.com/cs/document/109755133/siemens-opc-ua-modeling-editor-(siome)?dti=0&amp;amp;lc=de-DE&lt;br /&gt;
&lt;br /&gt;
The manual can be found here: https://support.industry.siemens.com/cs/attachments/109755133/109755133_SiOME_MAN_V27_de.pdf&lt;br /&gt;
&lt;br /&gt;
Execute &amp;quot;Modelling the address space&amp;quot; according to the manual and export the information model (3.19):&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Siome.png|762px]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Load the information model&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_Link_UA_Siome_Nodeset.png|504px]]&lt;br /&gt;
&lt;br /&gt;
The created object then appears in the address space of the OPC server:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Nodeset_Example.png|432px]]&lt;br /&gt;
&lt;br /&gt;
Now the variables and methods can be linked to the Python program.&lt;br /&gt;
== OPCError (OPC error code) ==&lt;br /&gt;
&lt;br /&gt;
Cancels execution if the error code is not 0 and returns the OPC error code.&lt;br /&gt;
&lt;br /&gt;
If a &#039;&#039;&#039;0&#039;&#039;&#039; is passed, the function has no effect.&lt;br /&gt;
&lt;br /&gt;
== get_namespace(name) ==&lt;br /&gt;
This function returns the namespace number. The namespace &#039;&#039;&#039;name&#039;&#039;&#039; is specified as the input parameter.:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Name_Space.png|441px]]&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     ns=ibhua.get_namespace(&amp;quot;http://example.com&amp;quot;)&lt;br /&gt;
     print(ns)&lt;br /&gt;
&lt;br /&gt;
== method(ns, id, &amp;quot;function&amp;quot;) ==&lt;br /&gt;
&lt;br /&gt;
Links a method defined in an imported nodeset with a &#039;&#039;&#039;Python&#039;&#039;&#039; function.&lt;br /&gt;
&lt;br /&gt;
 Parameter: &lt;br /&gt;
 *	ns : Namespace number&lt;br /&gt;
 *	Id : Nodename or Numeric ID&lt;br /&gt;
 *	OPC function, that is called with the method&lt;br /&gt;
The function contains an argument for each input parameter and can return an argument for each output parameter.&lt;br /&gt;
&lt;br /&gt;
Functions without an output parameter may not return a value.&lt;br /&gt;
&lt;br /&gt;
The function result (success/failure) must generally be transferred with OPCError().&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;id&#039;&#039;&#039; can be determined with the UAExpert :&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Attributes.png|345px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 import ibhua&lt;br /&gt;
 ibhua.RedirectLogOutput()&lt;br /&gt;
 &lt;br /&gt;
 def UserMethod(a,b):&lt;br /&gt;
     result=0&lt;br /&gt;
     c=a*b&lt;br /&gt;
     ibhua.OPCError(result)&lt;br /&gt;
     return c&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     ns=ibhua.get_namespace(&amp;quot;http://example.com&amp;quot;)&lt;br /&gt;
     ibhua.method(ns,7000,&amp;quot;UserMethod&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==variable(ns,  id, &amp;quot;read function&amp;quot;, &amp;quot;write function&amp;quot;)==&lt;br /&gt;
Links a variable defined in an imported nodeset with a &#039;&#039;&#039;Python&#039;&#039;&#039; function.&lt;br /&gt;
&lt;br /&gt;
Parameter: &lt;br /&gt;
*	ns : Namespace number&lt;br /&gt;
*	Id : Nodename or numeric ID&lt;br /&gt;
*	read function : Function that is called when the variable is read&lt;br /&gt;
The function does not contain an input parameter and one output parameter.&lt;br /&gt;
*	write function : Function that is called when the variable is written&lt;br /&gt;
The function contains one input parameter and no output parameter&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 &lt;br /&gt;
 OPCVar=123.456&lt;br /&gt;
 &lt;br /&gt;
 def UserRead():&lt;br /&gt;
     result=0&lt;br /&gt;
     global OPCVar&lt;br /&gt;
     ibhua.OPCError(result)&lt;br /&gt;
     return OPCVar&lt;br /&gt;
 &lt;br /&gt;
 def UserWrite(var):&lt;br /&gt;
     result=0&lt;br /&gt;
     global OPCVar&lt;br /&gt;
     OPCVar=var&lt;br /&gt;
     ibhua.OPCError(result)&lt;br /&gt;
     return &lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     ns=ibhua.get_namespace(&amp;quot;http://example.com&amp;quot;)&lt;br /&gt;
     ibhua.variable(ns,6008,&amp;quot;UserRead&amp;quot;,&amp;quot;UserWrite&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==map(ns,  id, ns_destination, id_destination )==&lt;br /&gt;
Connects the OPC variable (ns,id) to another variable.&lt;br /&gt;
&lt;br /&gt;
The advantage of this function is that no Python program is run during reading and writing. (faster)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Attention: The data types must match!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Parameter:&lt;br /&gt;
*	ns : Namespace number&lt;br /&gt;
*	id : Nodename or numeric ID&lt;br /&gt;
*       ns_destination : Namespace number of the target variable&lt;br /&gt;
*	id_destination : Nodename or numeric ID of the target variable&lt;br /&gt;
*	node : NodeID of the variable in another namespace&lt;br /&gt;
*&lt;br /&gt;
*	Return value: 1=successful, -1=not successful&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     ns=ibhua.get_namespace(&amp;quot;http://example.com&amp;quot;)&lt;br /&gt;
     ibhua.map(ns,6011,4,&amp;quot;QuadcoreNodesetExample.SoftPLC.Generic.PLCFloatVar&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
=Detailed examples=&lt;br /&gt;
&lt;br /&gt;
==Example with a S7-1500 PLC ==&lt;br /&gt;
The documentation and examples are provided by our training partner &#039;&#039;&#039;[https://www.ibhsoftec.com/Training TTI]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://download.ibhsoftec.com/english/Manuals/IBH-Link-UA–Phyton-Methods-Data-Models.pdf Documentation suitable for the example S7-1500 PLC ]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://download.ibhsoftec.com/english/Samples/IBH-LINK-UA-NodeSet-Manual-CPU-1500-Example.zip Example matching the Documentation]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The zip file contains Phyton, IBH OPC UA Editor examples and the TIA V18 project&lt;br /&gt;
&lt;br /&gt;
==A method from the nodeset executes a function block in the PLC==&lt;br /&gt;
&lt;br /&gt;
Python Programm :&lt;br /&gt;
&lt;br /&gt;
 import ibhua&lt;br /&gt;
 import time&lt;br /&gt;
 &lt;br /&gt;
 #OPC Error Codes&lt;br /&gt;
 Bad_Timeout=0x800A0000&lt;br /&gt;
 Bad_UnexpectedError=0x80010000&lt;br /&gt;
 &lt;br /&gt;
 def SetTemperature(SetPoint):&lt;br /&gt;
     Method_Control=ibhua.OPCReadVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.GlobalVars.UA_Method_Control&amp;quot;)&lt;br /&gt;
     if Method_Control==0:&lt;br /&gt;
         ibhua.OPCWriteVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.Programs.DB 1.SetPoint&amp;quot;,SetPoint)&lt;br /&gt;
         ibhua.OPCWriteVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.GlobalVars.UA_Method_Control&amp;quot;,1)&lt;br /&gt;
         Method_Control=1&lt;br /&gt;
         &lt;br /&gt;
         seconds = time.time()&lt;br /&gt;
         while Method_Control==1:&lt;br /&gt;
             Method_Control=ibhua.OPCReadVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.GlobalVars.UA_Method_Control&amp;quot;)&lt;br /&gt;
             if time.time()&amp;gt;(seconds+2):&lt;br /&gt;
                 ibhua.OPCError(Bad_Timeout)&lt;br /&gt;
         ibhua.OPCWriteVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.GlobalVars.UA_Method_Control&amp;quot;,0)&lt;br /&gt;
         ActualTemperature=Method_Control=ibhua.OPCReadVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.Programs.DB 1.Actual&amp;quot;)&lt;br /&gt;
     else:&lt;br /&gt;
         ibhua.OPCError(Bad_UnexpectedError)&lt;br /&gt;
     return ActualTemperature&lt;br /&gt;
 &lt;br /&gt;
 def ReadTemp():&lt;br /&gt;
     return ibhua.OPCReadVar(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.GlobalVars.Temperature&amp;quot;)&lt;br /&gt;
     &lt;br /&gt;
     &lt;br /&gt;
 def init_opc():&lt;br /&gt;
     ns=ibhua.get_namespace(&amp;quot;http://example.com&amp;quot;)&lt;br /&gt;
     print(ns)&lt;br /&gt;
     ibhua.method(ns,7001,&amp;quot;SetTemperature&amp;quot;)&lt;br /&gt;
     ibhua.monitor(&amp;quot;ns=4;s=QuadcoreNodesetExample.SoftPLC.GlobalVars.Temperature&amp;quot;,&amp;quot;Temperature&amp;quot;,1000,0,0)&lt;br /&gt;
     ibhua.variable(ns,6014,&amp;quot;ReadTemp&amp;quot;,&amp;quot;&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Extract from the PLC program:&lt;br /&gt;
&lt;br /&gt;
 	L	&amp;quot;UA_Method_Control&amp;quot;	// Call Method &lt;br /&gt;
 	L	1&lt;br /&gt;
 	&amp;lt;&amp;gt;I	&lt;br /&gt;
 	SPB	noc&lt;br /&gt;
 	CALL	FB 1, DB 1&lt;br /&gt;
 	  SetPoint	  := &lt;br /&gt;
 	  Actual	  := &lt;br /&gt;
 	L	2	// Method Complete&lt;br /&gt;
 	T	&amp;quot;UA_Method_Control&amp;quot;&lt;br /&gt;
 noc:&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2359</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2359"/>
		<updated>2026-08-05T14:36:42Z</updated>

		<summary type="html">&lt;p&gt;Axel: /* IBH OPC UA Server/Client */ Added links to the new online manuals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the Wiki of IBHsoftec GmbH! [[http://www.ibhsoftec.com/ IBHsoftec GmbH]]&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Germany.png|link=http://wiki.ibhsoftec.com/de/index.php?title=Hauptseite]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== S5/S7 AI for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10030.png|[https://www.ibhsoftec.com/en/p/s5-s7-ai-for-windows-r S5/S7 AI &amp;lt;br /&amp;gt;for Windows®]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
S5/S7 AI for Windows® includes all functions of S5/S7 for Windows® and also includes AI-assisted functions. Users can continue to work with existing S5 and S7 projects as usual and additionally use the integrated Copilot for analysis, diagnostics, block explanation, troubleshooting, documentation and PLC-related questions.&lt;br /&gt;
&lt;br /&gt;
* [[S5/S7 AI for Windows:Licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 AI for Windows:License transfer|License transfer]]&lt;br /&gt;
* [[S5/S7 AI Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Language support|Copilot language support]]&lt;br /&gt;
* [[S5/S7 AI for Windows:What&#039;s new?|What&#039;s new?]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot access to AI|Copilot access to AI]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
* [[Complete example: Analyze a missing motor enable with Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Company Server|Company Server]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
&lt;br /&gt;
== S5/S7 for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10022.png|[http://www.ibhsoftec.com/S57W-Eng S5+S7 for Windows® Version 7]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 for Windows:licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 for Windows:Handling of PLC backup archive files|Handling of PLC backup archive files xxx.arv]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 COM packages|S5: Calling of the STEP5 COM packages]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 STEP5 Basic Programming|S5: STEP5 Basic Programming]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via H1|S5: Programming via H1]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via SINEC L2|S5: Programming via SINEC L2]]&lt;br /&gt;
* [[S5/S7 for Windows:USB S5/S7 Prommer (Siemens)|USB S5/S7 Prommer (Siemens)]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link IoT==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH-Link-IoT-300.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH Link IoT:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH Link IoT:Manual|Manual]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link IoT|TeamViewer IoT License IBH Link IoT]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link UA|TeamViewer IoT License IBH Link UA]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer Support|TeamViewer Support]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Editor ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_Editor_Overview.png|[[IBH OPC UA Editor|IBH OPC UA Editor]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA Editor#Overview|Overview]]&lt;br /&gt;
** [[IBH OPC UA Editor#Supported projects and devices|Supported projects and devices]]&lt;br /&gt;
* [[IBH OPC UA Editor#Quick start: from an empty project to an active connection|Quick start: from an empty project to an active connection]]&lt;br /&gt;
* [[IBH OPC UA Editor#Server connection and security|Server connection and security]]&lt;br /&gt;
* [[IBH OPC UA Editor#Assigning a controller and program|Assigning a controller and program]]&lt;br /&gt;
* [[IBH OPC UA Editor#Selecting and editing OPC tags|Selecting and editing OPC tags]]&lt;br /&gt;
* [[IBH OPC UA Editor#Transferring, reading, importing and exporting configurations|Transferring, reading, importing and exporting configurations]]&lt;br /&gt;
* [[IBH OPC UA Editor#External data, variable transfer and MQTT|External data, variable transfer and MQTT]]&lt;br /&gt;
* [[IBH OPC UA Editor#Modbus, Mitsubishi and SINUMERIK|Modbus, Mitsubishi and SINUMERIK]]&lt;br /&gt;
** [[IBH OPC UA Editor#Modbus|Modbus]]&lt;br /&gt;
** [[IBH OPC UA Editor#Mitsubishi and Rockwell|Mitsubishi and Rockwell]]&lt;br /&gt;
** [[IBH OPC UA Editor#SINUMERIK|SINUMERIK]]&lt;br /&gt;
* [[IBH OPC UA Editor#Nodesets, information models and Python|Nodesets, information models and Python]]&lt;br /&gt;
* [[IBH OPC UA Editor#Current released extensions compared with the PDF manual|Current released extensions compared with the PDF manual]]&lt;br /&gt;
* [[IBH OPC UA Editor#Related pages|Related pages]]&lt;br /&gt;
* [https://download.ibhsoftec.com/neutral/IBHOPCUAEditor750Setup.exe Download IBH OPC UA Editor 7.50]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Manuals/IBH-OPC-UA-Editor-Manual.pdf Manual (PDF)]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Samples/IBH-OPC-UA-Editor-Samples.zip Samples from the manual]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Server/Client ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_SoftPLC.png|IBH OPC UA Server/Client&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH OPC UA Server/Client&#039;&#039;&#039; is a &#039;&#039;&#039;64-bit software solution&#039;&#039;&#039; for Windows and Linux PCs. For S7-1200 and S7-1500, it supports &#039;&#039;&#039;access to optimized data blocks&#039;&#039;&#039;. It provides controller and device data via OPC UA and can also exchange data with other OPC UA servers through its integrated client functions. Administration is performed in the Web Configurator; projects are created and transferred with the free [[IBH OPC UA Editor]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Function overview&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Depending on the target system and license scope, the following functions are available:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;OPC UA Server&#039;&#039;&#039; for providing data from controllers and devices&lt;br /&gt;
* &#039;&#039;&#039;OPC UA Client&#039;&#039;&#039; for reading and writing data from other OPC UA servers&lt;br /&gt;
* Connection to SIMATIC controllers, including S7-1200 and S7-1500 with access to optimized data blocks&lt;br /&gt;
* Configuration with the [[IBH OPC UA Editor]] and import of STEP7 and TIA Portal projects&lt;br /&gt;
* OPC UA security with certificate management and signed and encrypted connections&lt;br /&gt;
* &#039;&#039;&#039;Alarms &amp;amp; Conditions&#039;&#039;&#039; and historical data&lt;br /&gt;
* &#039;&#039;&#039;MQTT&#039;&#039;&#039; connectivity to brokers and cloud services&lt;br /&gt;
* Web Configurator for administration, diagnostics, configuration backup and restore&lt;br /&gt;
* integrated [[IBH OPC UA:Integrated S7 SoftPLC|S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
Current licensing preferably uses online activation through the Copilot license server with a license serial number and an eight-digit secret. Manual activation with a signed JSON license file is available for offline systems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Getting started and administration&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup and commissioning]]&lt;br /&gt;
* [[IBH OPC UA:Manual|Manuals]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA Editor|Configuration with the IBH OPC UA Editor]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Configuration and examples&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH OPC UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH OPC UA:Logo8 Configuration with IBH OPC Editor|LOGO! 8 configuration with the IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additional function pages&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH OPC UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA IOT2040 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_IoT_2040_300px.jpg|&#039;&#039;&#039;[https://www.ibhsoftec.com/IBH-OPC-UA-IOT2040-Eng IBH OPC UA IOT2040]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH OPC UA IOT2040:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH OPC UA IoT2040:Siemens IOT200 Inputs / Outputs|Siemens IOT200 Inputs / Outputs]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link UA ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:LinkUA.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA]&lt;br /&gt;
Image:IBH_Link_UA_QC_64._1000px.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA QC 64]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Getting started and configuration ===&lt;br /&gt;
* [[IBH Link UA:Description|Description]]&lt;br /&gt;
* [[IBH Link UA:Manual|Manual]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH Link UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH Link UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH Link UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
=== OPC UA and data model ===&lt;br /&gt;
* [[IBH Link UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH Link UA:Variable Syntax|Variable syntax]]&lt;br /&gt;
* [[IBH Link UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH Link UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
* [[IBH Link UA:IBH Link UA with WinCC 7|IBH Link UA with WinCC 7]]&lt;br /&gt;
&lt;br /&gt;
=== Controllers and protocols ===&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi Robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC 840D/840D SL|SINUMERIK 840D/840D SL]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
=== IIoT, edge and integration ===&lt;br /&gt;
* [[IBH Link UA:MQTT Description|MQTT description]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]]&lt;br /&gt;
* [[IBH Link UA:Python/Methods/Data models |Python/Methods/Data models]]&lt;br /&gt;
&lt;br /&gt;
=== Security, operation and monitoring ===&lt;br /&gt;
* [[IBH Link UA:GDS|GDS - centralized certificate management]]&lt;br /&gt;
* [[IBH Link UA:Nagios|Nagios/NRPE monitoring]]&lt;br /&gt;
* [[IBH Link UA:Redundancy|Redundancy]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Reset button|Reset button]]&lt;br /&gt;
* [[IBH Link UA:New features|New features]]&lt;br /&gt;
&lt;br /&gt;
==Mitsubishi Electric IoT Gateway==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:Mitsubishi_IoT_RD55_S.png|[https://www.ibhsoftec.com/News-Eng Mitsubishi Electric IoT Gateway]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Flyer/Orderinformation|Flyer/Orderinformation]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Manual|Manual]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:GENESIS V11 MQTT SparkplugB communication|GENESIS V11 MQTT SparkplugB communication]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:backplane bus|Easy PLC communication through backplane bus]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Support|Support]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Sales|Sales]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S5++ ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; without IBH Net driver]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 TIA Portal V11 WinCC flexible|Access to a SIMATIC S5 with TIA Portal V11 WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 WinCC flexible|Access to a SIMATIC S5 with WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 PLC PcVue|Access to a SIMATIC S5 with PcVue over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Elipse SCADA|Access to a SIMATIC S5 with Elipse SCADA over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Intouch|Access to a SIMATIC S5 with Intouch over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S5++|LOGO! with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 1500 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 1500 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Beckhoff TwinCAT PLC with IBHLink S5++|Data exchange between the TwinCAT PLC and a S5 controller with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Network configuration via USB|Network configuration via USB]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S7++ ==&lt;br /&gt;
All listet articles are avlid for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++] (bus connector format) and for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS] (din rail mount)&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S7++:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; via SINEC L2]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 TIA Portal WinCC flexible|Access to S7-300/S7-400 with TIA Portal V11 WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 WinCC flexible|Access to S7-300/S7-400 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-200 WinCC flexible|Access to S7-200 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Intouch|Access to S7-300/S7-400 with Intouch over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Elipse SCADA|Access to S7-300/S7-400 with Elipse SCADA over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 PcVue|Access to S7-300/S7-400 with PcVue over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:IBH Link S7++ with CommDTM|IBH Link S7++ with CommDTM]]&lt;br /&gt;
* [[IBHLink S7++:VEGASON IBHNetDTM|IBHNet DTM with PACTware]]&lt;br /&gt;
* [[IBHLink S7++:PLC-PLC communication|PLC-PLC communication]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation|Time Synchronisation]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation with NetPro|Time Synchronisation with NetPro]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S7++|LOGO! with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink:S7++:SINAMICS G120 with IBHLink S7++|Online connection to SINAMICS G120 drives with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:Beckhoff TwinCAT PLC with IBHLink S7++|Data exchange between the TwinCAT PLC and a S7 controller with IBHLink S7++]]&lt;br /&gt;
&lt;br /&gt;
== OPC Server ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1150.png|[http://www.ibhsoftec.com/OPC-Eng IBH OPC Server]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[OPCServer:Overview|Overview]]&lt;br /&gt;
* [[OPCServer:Licensing|Licensing]]&lt;br /&gt;
* [[OPCServer:Server Configuration|Server Configuration]]&lt;br /&gt;
* [[OPCServer:Variable Syntax|Variable Syntax]]&lt;br /&gt;
* [[OPCServer:Optimization|Optimization]]&lt;br /&gt;
* [[OPCServer:DCOM Configuration|DCOM Configuration]]&lt;br /&gt;
* [[OPCServer:Operation with User rights|Operation with User rights]]&lt;br /&gt;
* [[OPCServer:Pro Tool Pro V6|Pro Tool Pro V6]]&lt;br /&gt;
* [[OPCServer:WinCC|WinCC]]&lt;br /&gt;
* [[OPCServer:WinCC Flexible|WinCC Flexible]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch FS Gateway|Create Variables manually with Intouch FS Gateway]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch FS Gateway using the Item Browser|Create Variables with Intouch FS Gateway using the Item Browser]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch|Create Variables manually with Intouch]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch TagCreator|Create Variables with Intouch TagCreator]]&lt;br /&gt;
* [[OPCServer:HPI Scada|HPI Scada]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO 8 |Variables from LOGO 8]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO! RCE|Variables from LOGO! RCE]]&lt;br /&gt;
* [[OPCServer:H1 with OPC Server|H1 with OPC Server]]&lt;br /&gt;
* [[OPCServer:IBH OPC Server with Siemens S7-1200 and S7-1500 PLCs|OPC Server with Siemens S7-1200 and S7-1500 PLCs]]&lt;br /&gt;
&lt;br /&gt;
== S7-SoftPLC ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1302.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-SoftPLC:LOGO! with S7-SoftPLC|LOGO! with S7-SoftPLC]]&lt;br /&gt;
* Installation&lt;br /&gt;
** [[S7-SoftPLC:System requirements|System requirements]]&lt;br /&gt;
** [[S7-SoftPLC:Installing S7-SoftPLC|Installation]]&lt;br /&gt;
** [[S7-SoftPLC:Uninstalling S7-SoftPLC|Deinstallation]]&lt;br /&gt;
* Online&lt;br /&gt;
** [[S7-SoftPLC:S7-SoftPLC online functions|Functions]]&lt;br /&gt;
** [[S7-SoftPLC:Online with STEP®7|Online with STEP®7]]&lt;br /&gt;
** [[S7-SoftPLC:Online with S7 for Windows®|Online with S7 for Windows®]]&lt;br /&gt;
* [[S7-SoftPLC:Visualizations|Visualizations]]&lt;br /&gt;
** [[S7-SoftPLC:Using the IBH S7-SoftPLC with Intouch via RFC1006|Using with Intouch via RFC1006]]&lt;br /&gt;
* [[S7-SoftPLC:Data Interface|Data Interface]]&lt;br /&gt;
* User Interface&lt;br /&gt;
** [[S7-SoftPLC:Interface and Configuration|Interface and Configuration]]&lt;br /&gt;
** [[S7-SoftPLC:Classic View|Classic View]]&lt;br /&gt;
** [[S7-SoftPLC:Configuration View|Configuration View]]&lt;br /&gt;
* Menu&lt;br /&gt;
** [[S7-SoftPLC:File menu|File]]&lt;br /&gt;
** [[S7-SoftPLC:Edit menu|Edit]]&lt;br /&gt;
** [[S7-SoftPLC:View menu|View]]&lt;br /&gt;
** [[S7-SoftPLC:Help menu|Help]]&lt;br /&gt;
** [[S7-SoftPLC:Toolbar|Toolbar]]&lt;br /&gt;
** [[S7-SoftPLC:I/O monitor|I/O monitor]]&lt;br /&gt;
* Configuration&lt;br /&gt;
** CPU Parameters&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
** Driver&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers|Add/remove drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers to S7-SoftPLC|Add/remove drivers to S7-SoftPLC]]&lt;br /&gt;
** Addidata&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the ADDI-DATA driver|Configuration of driver]]&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA driver for S7-SoftPLC|Driver for S7-SoftPLC]]&lt;br /&gt;
**Beckhoff TwinCAT I/O &lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O drivers|Configuration of drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O with PLC43:INI|Configuration with PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:S7-SoftPLC Service and TwinCat|S7-SoftPLC Service and TwinCat]]&lt;br /&gt;
**CIF 30/50/60&lt;br /&gt;
*** [[S7-SoftPLC:Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the CIF-card with the SyCon System Configurator|Configuration with System Configurator]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 Settings|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 settings of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** cifX (CIFX 50 and CIFX 90)&lt;br /&gt;
*** [[S7-SoftPLC:cifX Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration of cifX card with SYCON.NET|Configuration with SYCON.NET]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX User Interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX settings of IBHsoftec S7-SoftPLC|Settings of the IBHsoftec S7-SoftPLC]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** CP340/CP440&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/CP440 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP340/CP440 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/440 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** CP343/CP443 &lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/CP443 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP343/CP443 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/443 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** I/O Port&lt;br /&gt;
*** [[S7-SoftPLC:Configuring PC hardware ports|Configuring PC hardware ports]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware port with user interface|User interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware ports with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** Modbus TCP&lt;br /&gt;
*** [[S7-SoftPLC:Modbus TCP configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** NVRAM&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the PLC43.INI|PLC43.INI]]&lt;br /&gt;
** User SFC&lt;br /&gt;
*** [[S7-SoftPLC:User SFC configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the PLC43.INI|PLC43.INI]]&lt;br /&gt;
* [[S7-SoftPLC:Technical data|Technical data]]&lt;br /&gt;
** [[S7-SoftPLC:Instruction set|Instruction set]]&lt;br /&gt;
** [[S7-SoftPLC:STEP®7 Hardwareconfiguration|STEP®7 Hardwareconfiguration]]&lt;br /&gt;
** [[S7-SoftPLC:Diagnostic buffer entries|Diagnostic buffer entries]]&lt;br /&gt;
** [[S7-SoftPLC:Differences between S7-SoftPLC and Hardware-PLC|Differences]]&lt;br /&gt;
** [[S7-SoftPLC:AppStarter|AppStarter]]&lt;br /&gt;
** [[S7-SoftPLC:Zero modem cable|Zero modem cable]]&lt;br /&gt;
&lt;br /&gt;
== S7-PCI315 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:3100.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-PCI315:Documentation Overview|Documentation Overview]]&lt;br /&gt;
* [[S7-PCI315:Legal Notes|Legal Notes]]&lt;br /&gt;
* [[S7-PCI315:Licenses|Licenses]]&lt;br /&gt;
* [[S7-PCI315:Safety|Safety]]&lt;br /&gt;
* [[S7-PCI315:Description and Requirements|Description and Requirements]]&lt;br /&gt;
* [[S7-PCI315:Device Drawings|Device Drawings]]&lt;br /&gt;
* [[S7-PCI315:System Overview|System Overview]]&lt;br /&gt;
* [[S7-PCI315:Device Driver Setup|Device Driver Setup]]&lt;br /&gt;
* [[S7-PCI315:Firmware Update|Firmware Update]]&lt;br /&gt;
* [[S7-PCI315:USB driver installation|USB driver installation]]&lt;br /&gt;
* [[S7-PCI315:Install S7netPLCComm service|Install S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Safety Advices|Safety Advices]]&lt;br /&gt;
* [[S7-PCI315:Installing Battery|Installing Battery]]&lt;br /&gt;
* [[S7-PCI315:Installing S7-PCI315 PLC|Installing S7-PCI315 PLC]]&lt;br /&gt;
* [[S7-PCI315:HMI/data access|HMI/data access]]&lt;br /&gt;
* [[S7-PCI315:S7netPLCComm service|S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Service configuration|Service configuration]]&lt;br /&gt;
* [[S7-PCI315:Configuration user interface|Configuration user interface]]&lt;br /&gt;
* [[S7-PCI315:Configuration INI file|Configuration INI file]]&lt;br /&gt;
* [[S7-PCI315:WinCC Flexible local|WinCC Flexible local]]&lt;br /&gt;
* [[S7-PCI315:Programming|Programming]]&lt;br /&gt;
* [[S7-PCI315:Instruction set|Instruction set]]&lt;br /&gt;
* [[S7-PCI315:Integrated blocks|Integrated blocks]]&lt;br /&gt;
* [[S7-PCI315:Power Supply|Power Supply]]&lt;br /&gt;
* [[S7-PCI315:Reset Behaviour|Reset Behaviour]]&lt;br /&gt;
* [[S7-PCI315:RUN/STOP Switch|RUN/STOP Switch]]&lt;br /&gt;
* [[S7-PCI315:Battery|Battery]]&lt;br /&gt;
* [[S7-PCI315:Changing the Battery|Changing the Battery]]&lt;br /&gt;
* [[S7-PCI315:Battery Disposal|Battery Disposal]]&lt;br /&gt;
* [[S7-PCI315:LED|LED]]&lt;br /&gt;
* [[S7-PCI315:LED SYS|LED SYS]]&lt;br /&gt;
* [[S7-PCI315:LED APL|LED APL]]&lt;br /&gt;
* [[S7-PCI315:LED PROFIBUS DP-Master|LED PROFIBUS DP-Master]]&lt;br /&gt;
* [[S7-PCI315:Memory Card|Memory Card]]&lt;br /&gt;
* [[S7-PCI315:Storage Behaviour|Storage Behaviour]]&lt;br /&gt;
* [[S7-PCI315:Read State|Read State]]&lt;br /&gt;
* [[S7-PCI315:Dualport communication|Dualport communication]]&lt;br /&gt;
* [[S7-PCI315:Knowledge base|Knowledge base]]&lt;br /&gt;
* [[S7-PCI315:Troubleshooting|Troubleshooting]]&lt;br /&gt;
* [[S7-PCI315:Error Codes|Error Codes]]&lt;br /&gt;
* [[S7-PCI315:Technical Data|Technical Data]]&lt;br /&gt;
&lt;br /&gt;
== IBHNet ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBHNet:Introduction|Introduction]]&lt;br /&gt;
*[[IBHNet:System Requirements|System Requirements]]&lt;br /&gt;
*[[IBHNet:Installation|Installation]]&lt;br /&gt;
*[[IBHNet:Local Operation|Local Operation]]&lt;br /&gt;
*[[IBHNet:Operation in a local area network|Operation in a local area network]]&lt;br /&gt;
*[[IBHNet:Operation via the Internet|Operation via the Internet]]&lt;br /&gt;
*[[IBHNet:IBH Link S7|IBH Link S7]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++|IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++ with STEP®5|IBH Link S5++ with STEP®5]]&lt;br /&gt;
*[[IBHNet:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
*[[IBHNet:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
*[[IBHNet:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC|Using IBHNet with WinCC]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with ProTool|Using IBHNet with ProTool]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC Flexible|Using IBHNet with WinCC Flexible]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S5++ with Intouch|Using the IBH Link S5++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S7++ with Intouch|Using the IBH Link S7++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Accessing PLC variables|Accessing PLC variables]]&lt;br /&gt;
*[[IBHNet:Fetch/Write|Fetch/Write]]&lt;br /&gt;
*[[IBHNet:Unprojected PLC-PLC communication|Unprojected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:Projected PLC-PLC communication|Projected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:RFC1006 Communication IBH Link S7++/S7++HS|RFC1006 Communication IBH Link S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Beckhoff TwinCAT PLC with IBHLink S5++/S7++/S7++HS|Data exchange between the TwinCAT PLC and a S5/S7 controller with IBHLink S5++/S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Troubleshooting|Troubleshooting]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7|Technical Data IBH Link S7]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7 Plus|Technical Data IBH Link S7 Plus]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7++/S7++ HS|Technical Data IBH Link S7++/S7++ HS]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S5++|Technical Data IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link History|IBH Link History]]&lt;br /&gt;
*[[IBHNet:Revisions|Revisions]]&lt;br /&gt;
&lt;br /&gt;
==IBH USB-S5-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_USB_S5.gif|[http://www.ibhsoftec.com/IBH-USB-S5-Adapter-Eng IBH-USB-S5-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039;]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® STEP®5|Access to a SIMATIC S5 with STEP®5]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:Maximum USB cable length|Maximum USB cable length]]&lt;br /&gt;
&lt;br /&gt;
==USB-S7-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20218.png|[http://www.ibhsoftec.com/USB-S7-Adapter-C-Eng USB-S7-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[USB-S7-Adapter:PLC S7-300 and S7-400 S7 for Windows®|Access to a PLC S7-300 and S7-400 with &#039;&#039;S7 for Windows®&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
==IBH S7-CX315/CX317==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:S7_CX317.jpg|[http://www.ibhsoftec.com/S7-CX317-Eng IBH S7-CX317]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH S7-CX315/CX317:Task 2 SEQ converter|Task 2 SEQ converter]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Manual&amp;diff=2358</id>
		<title>IBH OPC UA:Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Manual&amp;diff=2358"/>
		<updated>2026-08-05T14:36:18Z</updated>

		<summary type="html">&lt;p&gt;Axel: Created current English online manual hub and marked the V5.27 PDFs as archived references&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The former PDF manuals have been converted into current online wiki documentation. These pages cover IBH OPC UA Server/Client 6.10, the 64-bit Windows and Linux PC versions, the IBH OPC UA Editor, access to optimized data blocks, and the new Copilot server-based licensing process.&lt;br /&gt;
&lt;br /&gt;
== Current online manuals ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Manual !! Contents&lt;br /&gt;
|-&lt;br /&gt;
| [[IBH OPC UA:Startup operations|Startup and commissioning]] || Installation, Web Configurator, networking, security, certificates, licensing, project transfer, functional test and diagnostics&lt;br /&gt;
|-&lt;br /&gt;
| [[IBH OPC UA:TIA Portal examples|PLC examples with TIA Portal]] || Current IBH OPC UA Editor workflow, optimized data blocks, History, Client functions, alarms, SoftPLC and multiple CPUs&lt;br /&gt;
|-&lt;br /&gt;
| [[IBH OPC UA:STEP7 SIMATIC Manager examples|PLC examples with STEP7 / SIMATIC Manager]] || STEP7 project import, SIMATIC PC station, structures, History, Client functions, routing and multiple CPUs&lt;br /&gt;
|-&lt;br /&gt;
| [[IBH OPC UA:Licensing|Licensing]] || Online activation and manual activation using a signed JSON license file&lt;br /&gt;
|-&lt;br /&gt;
| [[IBH OPC UA Editor]] || Installation and complete operation of the current editor&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example projects ==&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Beispiele/IBH-Link-UA-Beispiele.zip Download IBH Link UA example projects]&lt;br /&gt;
&lt;br /&gt;
The example projects originate from the former training manuals. Before using them, verify the CPU type, firmware, IP addresses and project version, and adapt them to the target plant.&lt;br /&gt;
&lt;br /&gt;
== Archived PDF editions ==&lt;br /&gt;
The PDF files remain available as references for their extensive screenshots and training examples. They document version 5.27 and therefore contain outdated information, especially the former licensing process and the old IBH OPC Editor.&lt;br /&gt;
&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Handbuecher/IBH-OPC-UA-Server-Client-Inbetriebnahme.pdf Commissioning manual V5.27 (German)]&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Handbuecher/IBH-Link-UA-Handbuch-SPS-Beispiele-TIA-Portal.pdf TIA Portal V17 examples / V5.27 (German)]&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Handbuecher/IBH-Link-UA-Handbuch-SPS-Beispiele-S7-SIMATIC-Manager.pdf STEP7 V5.6 examples / V5.27 (German)]&lt;br /&gt;
&lt;br /&gt;
== German ==&lt;br /&gt;
* [https://wiki.ibhsoftec.com/de/index.php?title=IBH_OPC_UA:Handbuch Deutsche Online-Handbücher]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Startup_operations&amp;diff=2357</id>
		<title>IBH OPC UA:Startup operations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Startup_operations&amp;diff=2357"/>
		<updated>2026-08-05T14:35:39Z</updated>

		<summary type="html">&lt;p&gt;Axel: Converted the V5.27 PDF into current version 6.10 commissioning documentation with 64-bit and new licensing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;IBH OPC UA Server/Client&#039;&#039;&#039; is a 64-bit software solution for Windows and Linux PCs. This guide replaces the commissioning section of the V5.27 PDF manual and describes the current workflow for version 6.10.&lt;br /&gt;
&lt;br /&gt;
== Workflow at a glance ==&lt;br /&gt;
# Install the software and start the service or server.&lt;br /&gt;
# Open the Web Configurator and set the administrator password.&lt;br /&gt;
# Check the network, endpoint and firewall.&lt;br /&gt;
# Configure OPC UA security and certificates.&lt;br /&gt;
# Activate the license online or with a signed JSON license file.&lt;br /&gt;
# Transfer the PLC or device project with the [[IBH OPC UA Editor]].&lt;br /&gt;
# Test controller connections and OPC UA access.&lt;br /&gt;
# Back up the configuration.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
=== Windows ===&lt;br /&gt;
# Download the current 64-bit setup from the IBHsoftec download area.&lt;br /&gt;
# Run the setup with administrative privileges.&lt;br /&gt;
# Select the components required for the target computer.&lt;br /&gt;
# Restart the computer if requested by the setup.&lt;br /&gt;
# Start the IBH OPC UA Server/Client or its service.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Start_Server.png|thumb|center|500px|Starting the IBH OPC UA Server/Client. The appearance may differ depending on the Windows and product version.]]&lt;br /&gt;
&lt;br /&gt;
The Windows tray application provides quick access to start/stop, the Web Configurator and diagnostics. If the tray icon is not visible, start &#039;&#039;&#039;IBH OPC UA Tray&#039;&#039;&#039; from the Windows Start menu.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Start_Tray.png|thumb|center|350px|Starting IBH OPC UA Tray from the Start menu.]]&lt;br /&gt;
&lt;br /&gt;
=== Linux PC ===&lt;br /&gt;
Use the 64-bit package supplied for the target platform and follow the installation instructions included with it. The server runs as a service. Start, stop, logging and automatic startup are controlled by the service manager of the Linux distribution. Do not copy Windows runtime, configuration or license paths to Linux.&lt;br /&gt;
&lt;br /&gt;
== Open the Web Configurator ==&lt;br /&gt;
On Windows, the Web Configurator can be opened from the tray menu.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Open_Web.png|thumb|center|500px|Opening the Web Configurator from the tray.]]&lt;br /&gt;
&lt;br /&gt;
Alternatively, open:&lt;br /&gt;
&lt;br /&gt;
* on the server PC: &amp;lt;code&amp;gt;http://localhost:&amp;amp;lt;web-port&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* from another computer: &amp;lt;code&amp;gt;http://&amp;amp;lt;IP-address-or-hostname&amp;amp;gt;:&amp;amp;lt;web-port&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The web port is shown in the local configuration or tray menu. For remote access, allow this port explicitly in the firewall.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Web_Login.png|thumb|center|800px|Signing in to the Web Configurator. Older screenshots may differ from the current dialog.]]&lt;br /&gt;
&lt;br /&gt;
Use the credentials selected during installation or initial setup. Change any factory or temporary administrator password immediately after the first sign-in. Store it securely; losing the administrator password may require a reset.&lt;br /&gt;
&lt;br /&gt;
== Basic configuration ==&lt;br /&gt;
=== Network and endpoint ===&lt;br /&gt;
# Check the computer&#039;s hostname, IP address, subnet and default gateway.&lt;br /&gt;
# Select the OPC UA port according to the plant network design.&lt;br /&gt;
# Record the displayed endpoint URL.&lt;br /&gt;
# Allow only the required web, OPC UA and, if used, outgoing client or MQTT connections in the firewall.&lt;br /&gt;
# Prefer a DNS-resolvable hostname.&lt;br /&gt;
&lt;br /&gt;
An endpoint URL has the form &amp;lt;code&amp;gt;opc.tcp://server-name:port&amp;lt;/code&amp;gt;. The hostname or IP address must match the server certificate used by the client.&lt;br /&gt;
&lt;br /&gt;
=== OPC UA security ===&lt;br /&gt;
# Enable only the security policies and message modes that are required.&lt;br /&gt;
# Prefer signed and encrypted connections.&lt;br /&gt;
# Disable anonymous access when the application requires user authentication.&lt;br /&gt;
# Use compatibility options for insecure legacy connections only when strictly required.&lt;br /&gt;
# Verify the system date, time and time zone.&lt;br /&gt;
&lt;br /&gt;
=== Certificates ===&lt;br /&gt;
The &#039;&#039;&#039;Certificates&#039;&#039;&#039; section manages server, client and trust lists.&lt;br /&gt;
&lt;br /&gt;
* identify untrusted client certificates before trusting them&lt;br /&gt;
* replace expired certificates&lt;br /&gt;
* use CSR and certificate import for CA-signed certificates&lt;br /&gt;
* when using GDS, check assigned certificate groups and issuers&lt;br /&gt;
* protect certificate backups and private keys&lt;br /&gt;
&lt;br /&gt;
== Licensing ==&lt;br /&gt;
The former activation process based on a hardware ID, email, serial number and PIN is obsolete.&lt;br /&gt;
&lt;br /&gt;
Preferred &#039;&#039;&#039;online activation&#039;&#039;&#039; uses:&lt;br /&gt;
&lt;br /&gt;
* the license serial number&lt;br /&gt;
* its associated eight-digit secret&lt;br /&gt;
* a connection to the Copilot license server&lt;br /&gt;
&lt;br /&gt;
For offline systems, the Web Configurator creates the system-bound file &amp;lt;code&amp;gt;ibhlinkua-license-request.json&amp;lt;/code&amp;gt;. After external processing, install the signed JSON license file on the target system.&lt;br /&gt;
&lt;br /&gt;
See [[IBH OPC UA:Licensing|Licensing]] for the complete procedure.&lt;br /&gt;
&lt;br /&gt;
== Transfer a project ==&lt;br /&gt;
Use the free [[IBH OPC UA Editor]] for new projects.&lt;br /&gt;
&lt;br /&gt;
# Add the target server in the editor.&lt;br /&gt;
# Read the existing server configuration when required.&lt;br /&gt;
# Import or create a STEP7, TIA Portal or editor project.&lt;br /&gt;
# Select controllers, data blocks and variables.&lt;br /&gt;
# Validate the project.&lt;br /&gt;
# Transfer the configuration to the server.&lt;br /&gt;
# Verify connection and variable status in the Web Configurator.&lt;br /&gt;
&lt;br /&gt;
For S7-1200 and S7-1500, &#039;&#039;&#039;access to optimized data blocks&#039;&#039;&#039; is supported. The imported project must match the version downloaded to the CPU.&lt;br /&gt;
&lt;br /&gt;
See [[IBH OPC UA:TIA Portal examples|TIA Portal examples]] and [[IBH OPC UA:STEP7 SIMATIC Manager examples|STEP7 / SIMATIC Manager examples]].&lt;br /&gt;
&lt;br /&gt;
== Functional test ==&lt;br /&gt;
=== Server status ===&lt;br /&gt;
The Web Configurator must show a plausible server uptime, endpoint and license status. Then check controller diagnostics for every configured connection.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Web_System.png|thumb|center|800px|System view of an older version. The current view also contains the new license status and additional diagnostics.]]&lt;br /&gt;
&lt;br /&gt;
=== Test with an OPC UA client ===&lt;br /&gt;
# Add the endpoint.&lt;br /&gt;
# Select the security policy and message mode.&lt;br /&gt;
# Verify the server certificate fingerprint and issuer.&lt;br /&gt;
# Sign in when anonymous access is disabled.&lt;br /&gt;
# Browse the address space.&lt;br /&gt;
# Read test variables and write only where intended.&lt;br /&gt;
# Check status codes and timestamps.&lt;br /&gt;
&lt;br /&gt;
== Additional functions ==&lt;br /&gt;
After successful basic commissioning, the following functions can be configured depending on the target system and license scope:&lt;br /&gt;
&lt;br /&gt;
* integrated OPC UA Client and HOT redundancy&lt;br /&gt;
* History&lt;br /&gt;
* Alarms &amp;amp; Conditions&lt;br /&gt;
* MQTT including Sparkplug B&lt;br /&gt;
* Modbus TCP/RTU&lt;br /&gt;
* Mitsubishi and Rockwell connectivity&lt;br /&gt;
* SINUMERIK/CNC&lt;br /&gt;
* GDS certificate management&lt;br /&gt;
* integrated S7 SoftPLC&lt;br /&gt;
* Docker management on supported installations&lt;br /&gt;
&lt;br /&gt;
Enable extensions one at a time and back up the working configuration before major changes.&lt;br /&gt;
&lt;br /&gt;
== Backup and restore ==&lt;br /&gt;
# Open the &#039;&#039;&#039;System&#039;&#039;&#039; section in the Web Configurator.&lt;br /&gt;
# Create a configuration backup.&lt;br /&gt;
# Store the backup and related license information securely.&lt;br /&gt;
# For a system migration, create a new license request; a license file cannot simply be copied to another computer.&lt;br /&gt;
# After restoring, verify network, certificates, license and all connections.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
; Web Configurator cannot be reached&lt;br /&gt;
: Check service status, web port, local binding, firewall and URL.&lt;br /&gt;
&lt;br /&gt;
; OPC UA client cannot connect&lt;br /&gt;
: Check the endpoint, OPC UA port, security policy, system time, certificate and user authentication.&lt;br /&gt;
&lt;br /&gt;
; Controller remains disconnected&lt;br /&gt;
: Check the IP address, rack/slot, routing, CPU state and project version.&lt;br /&gt;
&lt;br /&gt;
; Variables are missing&lt;br /&gt;
: Recompile the project, import it again in the IBH OPC UA Editor and transfer the current configuration.&lt;br /&gt;
&lt;br /&gt;
; Online activation fails&lt;br /&gt;
: Check Internet access, DNS, proxy, firewall, system time, license serial number and eight-digit secret.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[IBH OPC UA:Manual|Manual overview]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Handbuecher/IBH-OPC-UA-Server-Client-Inbetriebnahme.pdf Archived commissioning PDF V5.27 (German)]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:STEP7_SIMATIC_Manager_examples&amp;diff=2356</id>
		<title>IBH OPC UA:STEP7 SIMATIC Manager examples</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:STEP7_SIMATIC_Manager_examples&amp;diff=2356"/>
		<updated>2026-08-05T14:34:38Z</updated>

		<summary type="html">&lt;p&gt;Axel: Converted the V5.27 PDF into current STEP7 / SIMATIC Manager wiki documentation with images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page converts the former PDF manual &#039;&#039;&#039;“PLC projects with S7 – SIMATIC Manager”&#039;&#039;&#039; into current wiki documentation. The PDF is based on STEP7 V5.6 and IBH Link UA / IBH OPC UA Server/Client V5.27. The workflow below reflects the current IBH OPC UA Server/Client 6.10.&lt;br /&gt;
&lt;br /&gt;
== Quick overview ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Step !! Result&lt;br /&gt;
|-&lt;br /&gt;
| Check the STEP7 project || Hardware, networks and symbols are consistent.&lt;br /&gt;
|-&lt;br /&gt;
| Create the OPC UA project || Controllers and variables are imported with the [[IBH OPC UA Editor]].&lt;br /&gt;
|-&lt;br /&gt;
| Transfer the configuration || The server receives the validated project.&lt;br /&gt;
|-&lt;br /&gt;
| Diagnose and test || Controller connectivity and OPC UA values are verified.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* an existing STEP7 project in SIMATIC Manager&lt;br /&gt;
* a reachable S7-300, S7-400, or S5/S7 controller connected through a suitable adapter&lt;br /&gt;
* correctly configured PG/PC interface and IP/MPI/PROFIBUS parameters&lt;br /&gt;
* the current [[IBH OPC UA Editor]]&lt;br /&gt;
* access to the Web Configurator&lt;br /&gt;
* an OPC UA test client&lt;br /&gt;
&lt;br /&gt;
== Recommended current workflow ==&lt;br /&gt;
=== 1. Prepare the STEP7 project ===&lt;br /&gt;
# Open the project in SIMATIC Manager.&lt;br /&gt;
# Check the CPU order number, firmware, rack and network configuration.&lt;br /&gt;
# Compile the hardware and blocks.&lt;br /&gt;
# Download the PLC program and verify that the CPU is in RUN.&lt;br /&gt;
# Maintain clear symbolic names in the symbol table.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_STEP7_Hardware_Configuration.png|thumb|center|700px|S7-400 hardware configuration in the archived STEP7 example. The CPU and firmware selection must match the physical target system.]]&lt;br /&gt;
&lt;br /&gt;
=== 2. Import variables with the IBH OPC UA Editor ===&lt;br /&gt;
# Create or open a project in the [[IBH OPC UA Editor]].&lt;br /&gt;
# Import the STEP7 project.&lt;br /&gt;
# Select the required stations, CPUs, data blocks and symbols.&lt;br /&gt;
# Review the data type, address, access rights and description of every required variable.&lt;br /&gt;
# Validate the configuration and transfer it to the IBH OPC UA Server/Client.&lt;br /&gt;
&lt;br /&gt;
For new configurations, the &#039;&#039;&#039;IBH OPC UA Editor&#039;&#039;&#039; is the applicable tool. The former generic instructions for the &#039;&#039;&#039;IBH OPC Editor&#039;&#039;&#039; have been replaced.&lt;br /&gt;
&lt;br /&gt;
=== 3. Verify connectivity and diagnostics ===&lt;br /&gt;
# Open the controller or slot view in the Web Configurator.&lt;br /&gt;
# Check the address, rack, slot and any routing parameters.&lt;br /&gt;
# Open controller diagnostics.&lt;br /&gt;
# Test the endpoint URL with an OPC UA client.&lt;br /&gt;
# Read and write only variables whose configured access rights permit the operation.&lt;br /&gt;
&lt;br /&gt;
== Alternative: SIMATIC PC station from the PDF manual ==&lt;br /&gt;
The archived manual describes a SIMATIC PC station containing an OPC server and Industrial Ethernet interface.&lt;br /&gt;
&lt;br /&gt;
# Add a SIMATIC PC station.&lt;br /&gt;
# Insert the OPC server and IE General / Industrial Ethernet component.&lt;br /&gt;
# Configure the local IP address.&lt;br /&gt;
# Create the S7 connection to the CPU.&lt;br /&gt;
# Select OPC symbols, save and compile the station.&lt;br /&gt;
# Import the configuration into the IBH OPC UA Server/Client.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_STEP7_PC_Station.png|thumb|center|700px|SIMATIC PC station from the archived STEP7 manual. For new projects, importing through the IBH OPC UA Editor is recommended.]]&lt;br /&gt;
&lt;br /&gt;
== Examples covered by the former manual ==&lt;br /&gt;
=== Data blocks and structures ===&lt;br /&gt;
* Verify global data blocks and structures in the PLC program first.&lt;br /&gt;
* Import only the required elements as OPC UA variables.&lt;br /&gt;
* After changing a structure, recompile and reimport the STEP7 project.&lt;br /&gt;
* Test consistent reading and writing of large arrays or structures separately.&lt;br /&gt;
&lt;br /&gt;
=== Historical data ===&lt;br /&gt;
After a successful online test, selected variables can be enabled in the &#039;&#039;&#039;History&#039;&#039;&#039; section. Configure the buffer length and persistent storage for the target system. The OPC UA client must support Historical Access.&lt;br /&gt;
&lt;br /&gt;
=== Integrated OPC UA Client ===&lt;br /&gt;
# Add the external OPC UA server with its endpoint and security settings.&lt;br /&gt;
# Trust the certificate and browse the address space.&lt;br /&gt;
# Select a read variable and connect it to a local target variable.&lt;br /&gt;
# Verify the status, timestamp and client diagnostics.&lt;br /&gt;
&lt;br /&gt;
See [[IBH OPC UA:Client functions|Client functions]].&lt;br /&gt;
&lt;br /&gt;
=== Alarms &amp;amp; Conditions ===&lt;br /&gt;
The STEP7 example uses PLC messages and an OPC UA event view. Import the message texts and related variables, enable the alarm model required by the project, and verify acknowledgement and state changes.&lt;br /&gt;
&lt;br /&gt;
=== S5/S7 routing and multiple CPUs ===&lt;br /&gt;
* Test the adapter and routing path independently before configuring OPC UA.&lt;br /&gt;
* Document rack, slot, MPI/PROFIBUS address and target IP.&lt;br /&gt;
* Use a separate connection and clear namespace for each CPU.&lt;br /&gt;
* Commission and diagnose multiple connections one at a time.&lt;br /&gt;
&lt;br /&gt;
=== Integrated S7 SoftPLC ===&lt;br /&gt;
The [[IBH OPC UA:Integrated S7 SoftPLC|integrated S7 SoftPLC]] can be configured as a WinLC RTX-compatible station. Check the program version, RUN/STOP state and diagnostics before testing variables.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
; CPU cannot be reached&lt;br /&gt;
: Check the PG/PC interface, network, rack/slot, adapter mode, routing and firewall.&lt;br /&gt;
&lt;br /&gt;
; Symbols or data blocks are missing&lt;br /&gt;
: Recompile the STEP7 project and symbol table, then import them again with the IBH OPC UA Editor.&lt;br /&gt;
&lt;br /&gt;
; Values are incorrect or cannot be written&lt;br /&gt;
: Check the data type, absolute address, access rights and PLC program.&lt;br /&gt;
&lt;br /&gt;
; OPC UA connection is not trusted&lt;br /&gt;
: Check the system time, endpoint, certificates, security policy and user authentication.&lt;br /&gt;
&lt;br /&gt;
== Example files ==&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Beispiele/IBH-Link-UA-Beispiele.zip Download example projects]&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Handbuecher/IBH-Link-UA-Handbuch-SPS-Beispiele-S7-SIMATIC-Manager.pdf Archived PDF manual V5.27 (STEP7 V5.6, German)]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[IBH OPC UA:Manual|Manual overview]]&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup and commissioning]]&lt;br /&gt;
* [[IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:TIA Portal examples|TIA Portal examples]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:TIA_Portal_examples&amp;diff=2355</id>
		<title>IBH OPC UA:TIA Portal examples</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:TIA_Portal_examples&amp;diff=2355"/>
		<updated>2026-08-05T14:33:48Z</updated>

		<summary type="html">&lt;p&gt;Axel: Converted the V5.27 PDF into current TIA Portal wiki documentation with images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page converts the former PDF manual &#039;&#039;&#039;“PLC projects with TIA Portal V17”&#039;&#039;&#039; into current, maintainable wiki documentation. The PDF describes IBH Link UA and IBH OPC UA Server/Client V5.27. The workflows below have been updated for the current IBH OPC UA Server/Client 6.10.&lt;br /&gt;
&lt;br /&gt;
== Quick overview ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Step !! Result&lt;br /&gt;
|-&lt;br /&gt;
| Prepare the PLC project || CPU, network and data blocks are compiled and consistent.&lt;br /&gt;
|-&lt;br /&gt;
| Import the project || The TIA Portal project is imported with the [[IBH OPC UA Editor]].&lt;br /&gt;
|-&lt;br /&gt;
| Select variables || Only the required symbols and structures are exposed through OPC UA.&lt;br /&gt;
|-&lt;br /&gt;
| Validate and transfer || The editor checks the configuration and transfers it to the server.&lt;br /&gt;
|-&lt;br /&gt;
| Verify the connection || The Web Configurator and an OPC UA client show status and live values.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* a current TIA Portal project that compiles without errors&lt;br /&gt;
* a reachable controller with a unique IP address or device name&lt;br /&gt;
* the current [[IBH OPC UA Editor]]&lt;br /&gt;
* access to the IBH OPC UA Server/Client Web Configurator&lt;br /&gt;
* the appropriate license scope for the required functions&lt;br /&gt;
* an OPC UA test client such as UaExpert&lt;br /&gt;
&lt;br /&gt;
For S7-1200 and S7-1500, the IBH OPC UA Server/Client supports &#039;&#039;&#039;access to optimized data blocks&#039;&#039;&#039;. Always use the current TIA Portal project so that symbolic names, data types and the block layout match the controller.&lt;br /&gt;
&lt;br /&gt;
== Recommended current workflow ==&lt;br /&gt;
=== 1. Prepare the TIA Portal project ===&lt;br /&gt;
# Open the project in TIA Portal.&lt;br /&gt;
# Verify the CPU type, firmware, PROFINET interface, IP address and subnet.&lt;br /&gt;
# Compile hardware and software completely.&lt;br /&gt;
# Download the PLC program and verify that the CPU is in RUN.&lt;br /&gt;
# Ensure that all variables intended for OPC UA have clear symbolic names.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_TIA_Optimized_Configuration.png|thumb|center|700px|Network and device configuration in TIA Portal. This image is taken from the archived V5.27 manual; labels may differ in current TIA Portal versions.]]&lt;br /&gt;
&lt;br /&gt;
=== 2. Import the project with the IBH OPC UA Editor ===&lt;br /&gt;
# Start the [[IBH OPC UA Editor]].&lt;br /&gt;
# Create a project or read the existing configuration from the target server.&lt;br /&gt;
# Import or open the TIA Portal project.&lt;br /&gt;
# Select the required CPUs, data blocks, structures and variables.&lt;br /&gt;
# Review data types, access rights, descriptions and update requirements.&lt;br /&gt;
# Validate the project in the editor.&lt;br /&gt;
&lt;br /&gt;
The former &#039;&#039;&#039;IBH OPC Editor&#039;&#039;&#039; is no longer the recommended configuration tool for this workflow. Use the &#039;&#039;&#039;IBH OPC UA Editor&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== 3. Transfer the configuration ===&lt;br /&gt;
# Connect the editor to the IBH OPC UA Server/Client.&lt;br /&gt;
# Compare the target system with the project before transferring.&lt;br /&gt;
# Transfer the validated configuration.&lt;br /&gt;
# Open the controller or slot view in the Web Configurator.&lt;br /&gt;
# Check the connection state, CPU assignment and number of configured variables.&lt;br /&gt;
&lt;br /&gt;
=== 4. Test OPC UA access ===&lt;br /&gt;
# Read the endpoint URL from the Web Configurator.&lt;br /&gt;
# Connect the OPC UA client to this endpoint.&lt;br /&gt;
# For a secure connection, verify and trust the correct server certificate.&lt;br /&gt;
# Browse the address space and add test variables to the data view.&lt;br /&gt;
# Verify reading, writing, timestamps and status codes according to the configured access rights.&lt;br /&gt;
&lt;br /&gt;
== Alternative: SIMATIC PC station configuration ==&lt;br /&gt;
The archived manual also describes an OPC server configured as a SIMATIC PC station. This remains relevant for existing projects.&lt;br /&gt;
&lt;br /&gt;
# Add a SIMATIC PC station to the TIA Portal project.&lt;br /&gt;
# Insert the OPC server component and Ethernet interface.&lt;br /&gt;
# Create the S7 connection between the OPC server and the CPU.&lt;br /&gt;
# Select the OPC symbols.&lt;br /&gt;
# Compile the PC station.&lt;br /&gt;
# Import the generated configuration into the IBH OPC UA Server/Client.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_TIA_S7_Connection.png|thumb|center|800px|S7 connection between OPC server and CPU in the archived TIA Portal example. For new projects, importing with the IBH OPC UA Editor is recommended.]]&lt;br /&gt;
&lt;br /&gt;
== Examples covered by the former manual ==&lt;br /&gt;
=== Historical data ===&lt;br /&gt;
# Configure and test the PLC variables as normal OPC UA variables first.&lt;br /&gt;
# Enable the required variables in the Web Configurator&#039;s &#039;&#039;&#039;History&#039;&#039;&#039; section.&lt;br /&gt;
# Set buffering and persistent storage as required by the target system.&lt;br /&gt;
# Verify access with a client that supports Historical Access.&lt;br /&gt;
&lt;br /&gt;
=== Integrated OPC UA Client ===&lt;br /&gt;
The integrated client reads values from external OPC UA servers and connects them to variables in the local address space.&lt;br /&gt;
&lt;br /&gt;
# Add the external server with its endpoint and security settings.&lt;br /&gt;
# Trust the server certificate.&lt;br /&gt;
# Select read variables on the external server.&lt;br /&gt;
# Connect them to local target variables.&lt;br /&gt;
# Verify status, timestamp and client diagnostics.&lt;br /&gt;
&lt;br /&gt;
See [[IBH OPC UA:Client functions|Client functions]].&lt;br /&gt;
&lt;br /&gt;
=== Alarms &amp;amp; Conditions ===&lt;br /&gt;
* Configure alarms and message texts in the PLC project.&lt;br /&gt;
* Import the related variables and alarm data.&lt;br /&gt;
* Enable the compliant OPC UA alarm model when required by the project.&lt;br /&gt;
* Verify states, acknowledgement and message texts in an OPC UA event view.&lt;br /&gt;
&lt;br /&gt;
=== Integrated S7 SoftPLC ===&lt;br /&gt;
The integrated [[IBH OPC UA:Integrated S7 SoftPLC|S7 SoftPLC]] can be configured as an additional controller. Download program and data blocks only to the intended SoftPLC instance and verify RUN/STOP and diagnostics before testing OPC UA.&lt;br /&gt;
&lt;br /&gt;
=== Multiple controllers and routing ===&lt;br /&gt;
For projects with multiple CPUs:&lt;br /&gt;
&lt;br /&gt;
* assign a unique address and slot to every CPU&lt;br /&gt;
* test routed connections through IBH Link S7++ or IBH Link S5++ separately&lt;br /&gt;
* structure variable names so that station and CPU are unambiguous&lt;br /&gt;
* verify each connection individually before enabling cross-station data exchange&lt;br /&gt;
&lt;br /&gt;
== Diagnostics ==&lt;br /&gt;
; Controller remains disconnected&lt;br /&gt;
: Check IP address, subnet, CPU state, routing, slot assignment and firewall.&lt;br /&gt;
&lt;br /&gt;
; Variables are missing or have the wrong data type&lt;br /&gt;
: Recompile the TIA Portal project, import it again in the IBH OPC UA Editor and transfer the updated configuration.&lt;br /&gt;
&lt;br /&gt;
; An optimized data block cannot be accessed&lt;br /&gt;
: Compare the CPU and project versions, verify the symbolic variable and use a CPU/firmware combination supported by the current product.&lt;br /&gt;
&lt;br /&gt;
; OPC UA client rejects the connection&lt;br /&gt;
: Check the endpoint, system time, security policy, user authentication and certificate trust.&lt;br /&gt;
&lt;br /&gt;
== Example files ==&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Beispiele/IBH-Link-UA-Beispiele.zip Download example projects]&lt;br /&gt;
* [https://download.ibhsoftec.com/german/Handbuecher/IBH-Link-UA-Handbuch-SPS-Beispiele-TIA-Portal.pdf Archived PDF manual V5.27 (TIA Portal V17, German)]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[IBH OPC UA:Manual|Manual overview]]&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup and commissioning]]&lt;br /&gt;
* [[IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:STEP7 SIMATIC Manager examples|STEP7 / SIMATIC Manager examples]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_STEP7_PC_Station.png&amp;diff=2354</id>
		<title>File:IBH OPC UA STEP7 PC Station.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_STEP7_PC_Station.png&amp;diff=2354"/>
		<updated>2026-08-05T14:00:48Z</updated>

		<summary type="html">&lt;p&gt;Axel: Configuration example from the archived IBH Link UA manual V5.27; the interface may differ in current versions. Source: IBHsoftec/TTI.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Configuration example from the archived IBH Link UA manual V5.27; the interface may differ in current versions. Source: IBHsoftec/TTI.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_STEP7_Hardware_Configuration.png&amp;diff=2353</id>
		<title>File:IBH OPC UA STEP7 Hardware Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_STEP7_Hardware_Configuration.png&amp;diff=2353"/>
		<updated>2026-08-05T14:00:44Z</updated>

		<summary type="html">&lt;p&gt;Axel: Configuration example from the archived IBH Link UA manual V5.27; the interface may differ in current versions. Source: IBHsoftec/TTI.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Configuration example from the archived IBH Link UA manual V5.27; the interface may differ in current versions. Source: IBHsoftec/TTI.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_TIA_S7_Connection.png&amp;diff=2352</id>
		<title>File:IBH OPC UA TIA S7 Connection.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_TIA_S7_Connection.png&amp;diff=2352"/>
		<updated>2026-08-05T14:00:39Z</updated>

		<summary type="html">&lt;p&gt;Axel: Configuration example from the archived IBH Link UA manual V5.27; the interface may differ in current versions. Source: IBHsoftec/TTI.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Configuration example from the archived IBH Link UA manual V5.27; the interface may differ in current versions. Source: IBHsoftec/TTI.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_TIA_Optimized_Configuration.png&amp;diff=2351</id>
		<title>File:IBH OPC UA TIA Optimized Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_TIA_Optimized_Configuration.png&amp;diff=2351"/>
		<updated>2026-08-05T14:00:35Z</updated>

		<summary type="html">&lt;p&gt;Axel: Configuration example from the archived IBH Link UA manual V5.27; the interface may differ in current versions. Source: IBHsoftec/TTI.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Configuration example from the archived IBH Link UA manual V5.27; the interface may differ in current versions. Source: IBHsoftec/TTI.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2350</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2350"/>
		<updated>2026-08-05T13:38:28Z</updated>

		<summary type="html">&lt;p&gt;Axel: /* IBH OPC UA Server/Client */ Added current overview, feature summary, licensing and editor link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the Wiki of IBHsoftec GmbH! [[http://www.ibhsoftec.com/ IBHsoftec GmbH]]&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Germany.png|link=http://wiki.ibhsoftec.com/de/index.php?title=Hauptseite]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== S5/S7 AI for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10030.png|[https://www.ibhsoftec.com/en/p/s5-s7-ai-for-windows-r S5/S7 AI &amp;lt;br /&amp;gt;for Windows®]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
S5/S7 AI for Windows® includes all functions of S5/S7 for Windows® and also includes AI-assisted functions. Users can continue to work with existing S5 and S7 projects as usual and additionally use the integrated Copilot for analysis, diagnostics, block explanation, troubleshooting, documentation and PLC-related questions.&lt;br /&gt;
&lt;br /&gt;
* [[S5/S7 AI for Windows:Licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 AI for Windows:License transfer|License transfer]]&lt;br /&gt;
* [[S5/S7 AI Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Language support|Copilot language support]]&lt;br /&gt;
* [[S5/S7 AI for Windows:What&#039;s new?|What&#039;s new?]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot access to AI|Copilot access to AI]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
* [[Complete example: Analyze a missing motor enable with Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Company Server|Company Server]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
&lt;br /&gt;
== S5/S7 for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10022.png|[http://www.ibhsoftec.com/S57W-Eng S5+S7 for Windows® Version 7]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 for Windows:licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 for Windows:Handling of PLC backup archive files|Handling of PLC backup archive files xxx.arv]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 COM packages|S5: Calling of the STEP5 COM packages]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 STEP5 Basic Programming|S5: STEP5 Basic Programming]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via H1|S5: Programming via H1]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via SINEC L2|S5: Programming via SINEC L2]]&lt;br /&gt;
* [[S5/S7 for Windows:USB S5/S7 Prommer (Siemens)|USB S5/S7 Prommer (Siemens)]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link IoT==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH-Link-IoT-300.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH Link IoT:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH Link IoT:Manual|Manual]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link IoT|TeamViewer IoT License IBH Link IoT]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link UA|TeamViewer IoT License IBH Link UA]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer Support|TeamViewer Support]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Editor ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_Editor_Overview.png|[[IBH OPC UA Editor|IBH OPC UA Editor]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA Editor#Overview|Overview]]&lt;br /&gt;
** [[IBH OPC UA Editor#Supported projects and devices|Supported projects and devices]]&lt;br /&gt;
* [[IBH OPC UA Editor#Quick start: from an empty project to an active connection|Quick start: from an empty project to an active connection]]&lt;br /&gt;
* [[IBH OPC UA Editor#Server connection and security|Server connection and security]]&lt;br /&gt;
* [[IBH OPC UA Editor#Assigning a controller and program|Assigning a controller and program]]&lt;br /&gt;
* [[IBH OPC UA Editor#Selecting and editing OPC tags|Selecting and editing OPC tags]]&lt;br /&gt;
* [[IBH OPC UA Editor#Transferring, reading, importing and exporting configurations|Transferring, reading, importing and exporting configurations]]&lt;br /&gt;
* [[IBH OPC UA Editor#External data, variable transfer and MQTT|External data, variable transfer and MQTT]]&lt;br /&gt;
* [[IBH OPC UA Editor#Modbus, Mitsubishi and SINUMERIK|Modbus, Mitsubishi and SINUMERIK]]&lt;br /&gt;
** [[IBH OPC UA Editor#Modbus|Modbus]]&lt;br /&gt;
** [[IBH OPC UA Editor#Mitsubishi and Rockwell|Mitsubishi and Rockwell]]&lt;br /&gt;
** [[IBH OPC UA Editor#SINUMERIK|SINUMERIK]]&lt;br /&gt;
* [[IBH OPC UA Editor#Nodesets, information models and Python|Nodesets, information models and Python]]&lt;br /&gt;
* [[IBH OPC UA Editor#Current released extensions compared with the PDF manual|Current released extensions compared with the PDF manual]]&lt;br /&gt;
* [[IBH OPC UA Editor#Related pages|Related pages]]&lt;br /&gt;
* [https://download.ibhsoftec.com/neutral/IBHOPCUAEditor750Setup.exe Download IBH OPC UA Editor 7.50]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Manuals/IBH-OPC-UA-Editor-Manual.pdf Manual (PDF)]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Samples/IBH-OPC-UA-Editor-Samples.zip Samples from the manual]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Server/Client ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_SoftPLC.png|IBH OPC UA Server/Client&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH OPC UA Server/Client&#039;&#039;&#039; is a &#039;&#039;&#039;64-bit software solution&#039;&#039;&#039; for Windows and Linux PCs. For S7-1200 and S7-1500, it supports &#039;&#039;&#039;access to optimized data blocks&#039;&#039;&#039;. It provides controller and device data via OPC UA and can also exchange data with other OPC UA servers through its integrated client functions. Administration is performed in the Web Configurator; projects are created and transferred with the free [[IBH OPC UA Editor]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Function overview&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Depending on the target system and license scope, the following functions are available:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;OPC UA Server&#039;&#039;&#039; for providing data from controllers and devices&lt;br /&gt;
* &#039;&#039;&#039;OPC UA Client&#039;&#039;&#039; for reading and writing data from other OPC UA servers&lt;br /&gt;
* Connection to SIMATIC controllers, including S7-1200 and S7-1500 with access to optimized data blocks&lt;br /&gt;
* Configuration with the [[IBH OPC UA Editor]] and import of STEP7 and TIA Portal projects&lt;br /&gt;
* OPC UA security with certificate management and signed and encrypted connections&lt;br /&gt;
* &#039;&#039;&#039;Alarms &amp;amp; Conditions&#039;&#039;&#039; and historical data&lt;br /&gt;
* &#039;&#039;&#039;MQTT&#039;&#039;&#039; connectivity to brokers and cloud services&lt;br /&gt;
* Web Configurator for administration, diagnostics, configuration backup and restore&lt;br /&gt;
* integrated [[IBH OPC UA:Integrated S7 SoftPLC|S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
Current licensing preferably uses online activation through the Copilot license server with a license serial number and an eight-digit secret. Manual activation with a signed JSON license file is available for offline systems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Getting started and administration&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA Editor|Configuration with the IBH OPC UA Editor]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Configuration and examples&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH OPC UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH OPC UA:Logo8 Configuration with IBH OPC Editor|LOGO! 8 configuration with the IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additional function pages&#039;&#039;&#039;&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH OPC UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA IOT2040 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_IoT_2040_300px.jpg|&#039;&#039;&#039;[https://www.ibhsoftec.com/IBH-OPC-UA-IOT2040-Eng IBH OPC UA IOT2040]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH OPC UA IOT2040:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH OPC UA IoT2040:Siemens IOT200 Inputs / Outputs|Siemens IOT200 Inputs / Outputs]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link UA ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:LinkUA.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA]&lt;br /&gt;
Image:IBH_Link_UA_QC_64._1000px.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA QC 64]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Getting started and configuration ===&lt;br /&gt;
* [[IBH Link UA:Description|Description]]&lt;br /&gt;
* [[IBH Link UA:Manual|Manual]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH Link UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH Link UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH Link UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
=== OPC UA and data model ===&lt;br /&gt;
* [[IBH Link UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH Link UA:Variable Syntax|Variable syntax]]&lt;br /&gt;
* [[IBH Link UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH Link UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
* [[IBH Link UA:IBH Link UA with WinCC 7|IBH Link UA with WinCC 7]]&lt;br /&gt;
&lt;br /&gt;
=== Controllers and protocols ===&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi Robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC 840D/840D SL|SINUMERIK 840D/840D SL]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
=== IIoT, edge and integration ===&lt;br /&gt;
* [[IBH Link UA:MQTT Description|MQTT description]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]]&lt;br /&gt;
* [[IBH Link UA:Python/Methods/Data models |Python/Methods/Data models]]&lt;br /&gt;
&lt;br /&gt;
=== Security, operation and monitoring ===&lt;br /&gt;
* [[IBH Link UA:GDS|GDS - centralized certificate management]]&lt;br /&gt;
* [[IBH Link UA:Nagios|Nagios/NRPE monitoring]]&lt;br /&gt;
* [[IBH Link UA:Redundancy|Redundancy]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Reset button|Reset button]]&lt;br /&gt;
* [[IBH Link UA:New features|New features]]&lt;br /&gt;
&lt;br /&gt;
==Mitsubishi Electric IoT Gateway==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:Mitsubishi_IoT_RD55_S.png|[https://www.ibhsoftec.com/News-Eng Mitsubishi Electric IoT Gateway]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Flyer/Orderinformation|Flyer/Orderinformation]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Manual|Manual]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:GENESIS V11 MQTT SparkplugB communication|GENESIS V11 MQTT SparkplugB communication]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:backplane bus|Easy PLC communication through backplane bus]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Support|Support]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Sales|Sales]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S5++ ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; without IBH Net driver]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 TIA Portal V11 WinCC flexible|Access to a SIMATIC S5 with TIA Portal V11 WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 WinCC flexible|Access to a SIMATIC S5 with WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 PLC PcVue|Access to a SIMATIC S5 with PcVue over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Elipse SCADA|Access to a SIMATIC S5 with Elipse SCADA over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Intouch|Access to a SIMATIC S5 with Intouch over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S5++|LOGO! with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 1500 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 1500 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Beckhoff TwinCAT PLC with IBHLink S5++|Data exchange between the TwinCAT PLC and a S5 controller with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Network configuration via USB|Network configuration via USB]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S7++ ==&lt;br /&gt;
All listet articles are avlid for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++] (bus connector format) and for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS] (din rail mount)&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S7++:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; via SINEC L2]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 TIA Portal WinCC flexible|Access to S7-300/S7-400 with TIA Portal V11 WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 WinCC flexible|Access to S7-300/S7-400 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-200 WinCC flexible|Access to S7-200 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Intouch|Access to S7-300/S7-400 with Intouch over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Elipse SCADA|Access to S7-300/S7-400 with Elipse SCADA over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 PcVue|Access to S7-300/S7-400 with PcVue over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:IBH Link S7++ with CommDTM|IBH Link S7++ with CommDTM]]&lt;br /&gt;
* [[IBHLink S7++:VEGASON IBHNetDTM|IBHNet DTM with PACTware]]&lt;br /&gt;
* [[IBHLink S7++:PLC-PLC communication|PLC-PLC communication]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation|Time Synchronisation]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation with NetPro|Time Synchronisation with NetPro]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S7++|LOGO! with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink:S7++:SINAMICS G120 with IBHLink S7++|Online connection to SINAMICS G120 drives with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:Beckhoff TwinCAT PLC with IBHLink S7++|Data exchange between the TwinCAT PLC and a S7 controller with IBHLink S7++]]&lt;br /&gt;
&lt;br /&gt;
== OPC Server ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1150.png|[http://www.ibhsoftec.com/OPC-Eng IBH OPC Server]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[OPCServer:Overview|Overview]]&lt;br /&gt;
* [[OPCServer:Licensing|Licensing]]&lt;br /&gt;
* [[OPCServer:Server Configuration|Server Configuration]]&lt;br /&gt;
* [[OPCServer:Variable Syntax|Variable Syntax]]&lt;br /&gt;
* [[OPCServer:Optimization|Optimization]]&lt;br /&gt;
* [[OPCServer:DCOM Configuration|DCOM Configuration]]&lt;br /&gt;
* [[OPCServer:Operation with User rights|Operation with User rights]]&lt;br /&gt;
* [[OPCServer:Pro Tool Pro V6|Pro Tool Pro V6]]&lt;br /&gt;
* [[OPCServer:WinCC|WinCC]]&lt;br /&gt;
* [[OPCServer:WinCC Flexible|WinCC Flexible]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch FS Gateway|Create Variables manually with Intouch FS Gateway]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch FS Gateway using the Item Browser|Create Variables with Intouch FS Gateway using the Item Browser]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch|Create Variables manually with Intouch]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch TagCreator|Create Variables with Intouch TagCreator]]&lt;br /&gt;
* [[OPCServer:HPI Scada|HPI Scada]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO 8 |Variables from LOGO 8]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO! RCE|Variables from LOGO! RCE]]&lt;br /&gt;
* [[OPCServer:H1 with OPC Server|H1 with OPC Server]]&lt;br /&gt;
* [[OPCServer:IBH OPC Server with Siemens S7-1200 and S7-1500 PLCs|OPC Server with Siemens S7-1200 and S7-1500 PLCs]]&lt;br /&gt;
&lt;br /&gt;
== S7-SoftPLC ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1302.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-SoftPLC:LOGO! with S7-SoftPLC|LOGO! with S7-SoftPLC]]&lt;br /&gt;
* Installation&lt;br /&gt;
** [[S7-SoftPLC:System requirements|System requirements]]&lt;br /&gt;
** [[S7-SoftPLC:Installing S7-SoftPLC|Installation]]&lt;br /&gt;
** [[S7-SoftPLC:Uninstalling S7-SoftPLC|Deinstallation]]&lt;br /&gt;
* Online&lt;br /&gt;
** [[S7-SoftPLC:S7-SoftPLC online functions|Functions]]&lt;br /&gt;
** [[S7-SoftPLC:Online with STEP®7|Online with STEP®7]]&lt;br /&gt;
** [[S7-SoftPLC:Online with S7 for Windows®|Online with S7 for Windows®]]&lt;br /&gt;
* [[S7-SoftPLC:Visualizations|Visualizations]]&lt;br /&gt;
** [[S7-SoftPLC:Using the IBH S7-SoftPLC with Intouch via RFC1006|Using with Intouch via RFC1006]]&lt;br /&gt;
* [[S7-SoftPLC:Data Interface|Data Interface]]&lt;br /&gt;
* User Interface&lt;br /&gt;
** [[S7-SoftPLC:Interface and Configuration|Interface and Configuration]]&lt;br /&gt;
** [[S7-SoftPLC:Classic View|Classic View]]&lt;br /&gt;
** [[S7-SoftPLC:Configuration View|Configuration View]]&lt;br /&gt;
* Menu&lt;br /&gt;
** [[S7-SoftPLC:File menu|File]]&lt;br /&gt;
** [[S7-SoftPLC:Edit menu|Edit]]&lt;br /&gt;
** [[S7-SoftPLC:View menu|View]]&lt;br /&gt;
** [[S7-SoftPLC:Help menu|Help]]&lt;br /&gt;
** [[S7-SoftPLC:Toolbar|Toolbar]]&lt;br /&gt;
** [[S7-SoftPLC:I/O monitor|I/O monitor]]&lt;br /&gt;
* Configuration&lt;br /&gt;
** CPU Parameters&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
** Driver&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers|Add/remove drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers to S7-SoftPLC|Add/remove drivers to S7-SoftPLC]]&lt;br /&gt;
** Addidata&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the ADDI-DATA driver|Configuration of driver]]&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA driver for S7-SoftPLC|Driver for S7-SoftPLC]]&lt;br /&gt;
**Beckhoff TwinCAT I/O &lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O drivers|Configuration of drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O with PLC43:INI|Configuration with PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:S7-SoftPLC Service and TwinCat|S7-SoftPLC Service and TwinCat]]&lt;br /&gt;
**CIF 30/50/60&lt;br /&gt;
*** [[S7-SoftPLC:Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the CIF-card with the SyCon System Configurator|Configuration with System Configurator]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 Settings|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 settings of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** cifX (CIFX 50 and CIFX 90)&lt;br /&gt;
*** [[S7-SoftPLC:cifX Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration of cifX card with SYCON.NET|Configuration with SYCON.NET]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX User Interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX settings of IBHsoftec S7-SoftPLC|Settings of the IBHsoftec S7-SoftPLC]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** CP340/CP440&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/CP440 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP340/CP440 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/440 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** CP343/CP443 &lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/CP443 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP343/CP443 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/443 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** I/O Port&lt;br /&gt;
*** [[S7-SoftPLC:Configuring PC hardware ports|Configuring PC hardware ports]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware port with user interface|User interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware ports with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** Modbus TCP&lt;br /&gt;
*** [[S7-SoftPLC:Modbus TCP configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** NVRAM&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the PLC43.INI|PLC43.INI]]&lt;br /&gt;
** User SFC&lt;br /&gt;
*** [[S7-SoftPLC:User SFC configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the PLC43.INI|PLC43.INI]]&lt;br /&gt;
* [[S7-SoftPLC:Technical data|Technical data]]&lt;br /&gt;
** [[S7-SoftPLC:Instruction set|Instruction set]]&lt;br /&gt;
** [[S7-SoftPLC:STEP®7 Hardwareconfiguration|STEP®7 Hardwareconfiguration]]&lt;br /&gt;
** [[S7-SoftPLC:Diagnostic buffer entries|Diagnostic buffer entries]]&lt;br /&gt;
** [[S7-SoftPLC:Differences between S7-SoftPLC and Hardware-PLC|Differences]]&lt;br /&gt;
** [[S7-SoftPLC:AppStarter|AppStarter]]&lt;br /&gt;
** [[S7-SoftPLC:Zero modem cable|Zero modem cable]]&lt;br /&gt;
&lt;br /&gt;
== S7-PCI315 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:3100.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-PCI315:Documentation Overview|Documentation Overview]]&lt;br /&gt;
* [[S7-PCI315:Legal Notes|Legal Notes]]&lt;br /&gt;
* [[S7-PCI315:Licenses|Licenses]]&lt;br /&gt;
* [[S7-PCI315:Safety|Safety]]&lt;br /&gt;
* [[S7-PCI315:Description and Requirements|Description and Requirements]]&lt;br /&gt;
* [[S7-PCI315:Device Drawings|Device Drawings]]&lt;br /&gt;
* [[S7-PCI315:System Overview|System Overview]]&lt;br /&gt;
* [[S7-PCI315:Device Driver Setup|Device Driver Setup]]&lt;br /&gt;
* [[S7-PCI315:Firmware Update|Firmware Update]]&lt;br /&gt;
* [[S7-PCI315:USB driver installation|USB driver installation]]&lt;br /&gt;
* [[S7-PCI315:Install S7netPLCComm service|Install S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Safety Advices|Safety Advices]]&lt;br /&gt;
* [[S7-PCI315:Installing Battery|Installing Battery]]&lt;br /&gt;
* [[S7-PCI315:Installing S7-PCI315 PLC|Installing S7-PCI315 PLC]]&lt;br /&gt;
* [[S7-PCI315:HMI/data access|HMI/data access]]&lt;br /&gt;
* [[S7-PCI315:S7netPLCComm service|S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Service configuration|Service configuration]]&lt;br /&gt;
* [[S7-PCI315:Configuration user interface|Configuration user interface]]&lt;br /&gt;
* [[S7-PCI315:Configuration INI file|Configuration INI file]]&lt;br /&gt;
* [[S7-PCI315:WinCC Flexible local|WinCC Flexible local]]&lt;br /&gt;
* [[S7-PCI315:Programming|Programming]]&lt;br /&gt;
* [[S7-PCI315:Instruction set|Instruction set]]&lt;br /&gt;
* [[S7-PCI315:Integrated blocks|Integrated blocks]]&lt;br /&gt;
* [[S7-PCI315:Power Supply|Power Supply]]&lt;br /&gt;
* [[S7-PCI315:Reset Behaviour|Reset Behaviour]]&lt;br /&gt;
* [[S7-PCI315:RUN/STOP Switch|RUN/STOP Switch]]&lt;br /&gt;
* [[S7-PCI315:Battery|Battery]]&lt;br /&gt;
* [[S7-PCI315:Changing the Battery|Changing the Battery]]&lt;br /&gt;
* [[S7-PCI315:Battery Disposal|Battery Disposal]]&lt;br /&gt;
* [[S7-PCI315:LED|LED]]&lt;br /&gt;
* [[S7-PCI315:LED SYS|LED SYS]]&lt;br /&gt;
* [[S7-PCI315:LED APL|LED APL]]&lt;br /&gt;
* [[S7-PCI315:LED PROFIBUS DP-Master|LED PROFIBUS DP-Master]]&lt;br /&gt;
* [[S7-PCI315:Memory Card|Memory Card]]&lt;br /&gt;
* [[S7-PCI315:Storage Behaviour|Storage Behaviour]]&lt;br /&gt;
* [[S7-PCI315:Read State|Read State]]&lt;br /&gt;
* [[S7-PCI315:Dualport communication|Dualport communication]]&lt;br /&gt;
* [[S7-PCI315:Knowledge base|Knowledge base]]&lt;br /&gt;
* [[S7-PCI315:Troubleshooting|Troubleshooting]]&lt;br /&gt;
* [[S7-PCI315:Error Codes|Error Codes]]&lt;br /&gt;
* [[S7-PCI315:Technical Data|Technical Data]]&lt;br /&gt;
&lt;br /&gt;
== IBHNet ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBHNet:Introduction|Introduction]]&lt;br /&gt;
*[[IBHNet:System Requirements|System Requirements]]&lt;br /&gt;
*[[IBHNet:Installation|Installation]]&lt;br /&gt;
*[[IBHNet:Local Operation|Local Operation]]&lt;br /&gt;
*[[IBHNet:Operation in a local area network|Operation in a local area network]]&lt;br /&gt;
*[[IBHNet:Operation via the Internet|Operation via the Internet]]&lt;br /&gt;
*[[IBHNet:IBH Link S7|IBH Link S7]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++|IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++ with STEP®5|IBH Link S5++ with STEP®5]]&lt;br /&gt;
*[[IBHNet:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
*[[IBHNet:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
*[[IBHNet:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC|Using IBHNet with WinCC]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with ProTool|Using IBHNet with ProTool]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC Flexible|Using IBHNet with WinCC Flexible]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S5++ with Intouch|Using the IBH Link S5++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S7++ with Intouch|Using the IBH Link S7++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Accessing PLC variables|Accessing PLC variables]]&lt;br /&gt;
*[[IBHNet:Fetch/Write|Fetch/Write]]&lt;br /&gt;
*[[IBHNet:Unprojected PLC-PLC communication|Unprojected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:Projected PLC-PLC communication|Projected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:RFC1006 Communication IBH Link S7++/S7++HS|RFC1006 Communication IBH Link S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Beckhoff TwinCAT PLC with IBHLink S5++/S7++/S7++HS|Data exchange between the TwinCAT PLC and a S5/S7 controller with IBHLink S5++/S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Troubleshooting|Troubleshooting]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7|Technical Data IBH Link S7]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7 Plus|Technical Data IBH Link S7 Plus]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7++/S7++ HS|Technical Data IBH Link S7++/S7++ HS]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S5++|Technical Data IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link History|IBH Link History]]&lt;br /&gt;
*[[IBHNet:Revisions|Revisions]]&lt;br /&gt;
&lt;br /&gt;
==IBH USB-S5-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_USB_S5.gif|[http://www.ibhsoftec.com/IBH-USB-S5-Adapter-Eng IBH-USB-S5-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039;]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® STEP®5|Access to a SIMATIC S5 with STEP®5]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:Maximum USB cable length|Maximum USB cable length]]&lt;br /&gt;
&lt;br /&gt;
==USB-S7-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20218.png|[http://www.ibhsoftec.com/USB-S7-Adapter-C-Eng USB-S7-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[USB-S7-Adapter:PLC S7-300 and S7-400 S7 for Windows®|Access to a PLC S7-300 and S7-400 with &#039;&#039;S7 for Windows®&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
==IBH S7-CX315/CX317==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:S7_CX317.jpg|[http://www.ibhsoftec.com/S7-CX317-Eng IBH S7-CX317]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH S7-CX315/CX317:Task 2 SEQ converter|Task 2 SEQ converter]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Configuration_with_IBH_OPC_Editor&amp;diff=2349</id>
		<title>IBH OPC UA:Configuration with IBH OPC Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Configuration_with_IBH_OPC_Editor&amp;diff=2349"/>
		<updated>2026-08-05T13:37:51Z</updated>

		<summary type="html">&lt;p&gt;Axel: Redirected outdated IBH OPC Editor instructions to the current IBH OPC UA Editor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[IBH OPC UA Editor]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Licensing&amp;diff=2348</id>
		<title>IBH OPC UA:Licensing</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Licensing&amp;diff=2348"/>
		<updated>2026-08-05T13:37:17Z</updated>

		<summary type="html">&lt;p&gt;Axel: Updated licensing to Copilot server, online activation and signed JSON files&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
The &#039;&#039;&#039;IBH OPC UA Server/Client&#039;&#039;&#039; for Windows and Linux PCs uses Copilot server-based licensing.&lt;br /&gt;
&lt;br /&gt;
The preferred method is online activation with the &#039;&#039;&#039;license serial number&#039;&#039;&#039; and its associated &#039;&#039;&#039;eight-digit secret&#039;&#039;&#039;. For systems without Internet access, manual activation is available using a system-bound license request and a signed JSON license file.&lt;br /&gt;
&lt;br /&gt;
== License status ==&lt;br /&gt;
In the Web Configurator, open the &#039;&#039;&#039;System&#039;&#039;&#039; page and locate the &#039;&#039;&#039;License&#039;&#039;&#039; section. It displays:&lt;br /&gt;
&lt;br /&gt;
* status of the installed license&lt;br /&gt;
* licensee&lt;br /&gt;
* license serial number&lt;br /&gt;
* validity period&lt;br /&gt;
* enabled features&lt;br /&gt;
&lt;br /&gt;
A license may be displayed as &#039;&#039;&#039;Valid&#039;&#039;&#039;, &#039;&#039;&#039;Expired&#039;&#039;&#039; or &#039;&#039;&#039;Invalid&#039;&#039;&#039;. If no license is installed, the status is &#039;&#039;&#039;No license file&#039;&#039;&#039;. For a license without an expiry date, the validity field displays &#039;&#039;&#039;Unlimited&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Online activation ==&lt;br /&gt;
Online activation requires Internet access to the Copilot license server, the license serial number and the associated eight-digit secret.&lt;br /&gt;
&lt;br /&gt;
# In the Web Configurator, open the &#039;&#039;&#039;System&#039;&#039;&#039; page.&lt;br /&gt;
# Go to the &#039;&#039;&#039;License&#039;&#039;&#039; section.&lt;br /&gt;
# Under &#039;&#039;&#039;Online activation&#039;&#039;&#039;, enter the license serial number.&lt;br /&gt;
# Enter the eight-digit secret.&lt;br /&gt;
# Select &#039;&#039;&#039;Activate online&#039;&#039;&#039;.&lt;br /&gt;
# Wait until the license has been downloaded, verified and installed.&lt;br /&gt;
# Verify the license status, licensee, serial number, validity period and enabled features.&lt;br /&gt;
&lt;br /&gt;
The secret is only required for activation and should be treated as confidential.&lt;br /&gt;
&lt;br /&gt;
== Manual activation without Internet access ==&lt;br /&gt;
If the target system cannot access the Internet, the license can be transferred manually.&lt;br /&gt;
&lt;br /&gt;
# In the Web Configurator, open the &#039;&#039;&#039;System&#039;&#039;&#039; page and the &#039;&#039;&#039;License&#039;&#039;&#039; section.&lt;br /&gt;
# Under &#039;&#039;&#039;Manual alternative – License request&#039;&#039;&#039;, select &#039;&#039;&#039;Download&#039;&#039;&#039;. The Web Configurator creates &amp;lt;code&amp;gt;ibhlinkua-license-request.json&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Transfer this request file to a computer with Internet access and use the designated IBHsoftec/Copilot licensing process to obtain a signed license file.&lt;br /&gt;
# Transfer the signed JSON license file back to the target system.&lt;br /&gt;
# Under &#039;&#039;&#039;Manual alternative – License file&#039;&#039;&#039;, select and install the file.&lt;br /&gt;
# Verify the displayed license status and enabled features.&lt;br /&gt;
&lt;br /&gt;
The license request is bound to the target system. Do not modify either the request file or the signed license file.&lt;br /&gt;
&lt;br /&gt;
== Reinstallation and system migration ==&lt;br /&gt;
A license is bound to its system. An existing license file therefore cannot simply be copied to another computer. For a system migration, create a new license request and contact IBHsoftec to arrange the transfer or reissue of the license.&lt;br /&gt;
&lt;br /&gt;
Also back up the IBH OPC UA Server/Client configuration before reinstalling the software.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
; Online activation fails&lt;br /&gt;
: Check the Internet connection, DNS, proxy and firewall settings, system time, license serial number and eight-digit secret.&lt;br /&gt;
&lt;br /&gt;
; License file is rejected as invalid&lt;br /&gt;
: Use only the unmodified signed JSON license file for the system on which the license request was created.&lt;br /&gt;
&lt;br /&gt;
; License has expired&lt;br /&gt;
: Check the displayed validity period and renew the license if necessary.&lt;br /&gt;
&lt;br /&gt;
; A required feature is missing&lt;br /&gt;
: Compare the displayed features with the purchased license scope.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH OPC UA Editor]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2347</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2347"/>
		<updated>2026-08-05T13:08:26Z</updated>

		<summary type="html">&lt;p&gt;Axel: Adjust S5/S7 AI overview wording&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the Wiki of IBHsoftec GmbH! [[http://www.ibhsoftec.com/ IBHsoftec GmbH]]&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Germany.png|link=http://wiki.ibhsoftec.com/de/index.php?title=Hauptseite]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== S5/S7 AI for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10030.png|[https://www.ibhsoftec.com/en/p/s5-s7-ai-for-windows-r S5/S7 AI &amp;lt;br /&amp;gt;for Windows®]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
S5/S7 AI for Windows® includes all functions of S5/S7 for Windows® and also includes AI-assisted functions. Users can continue to work with existing S5 and S7 projects as usual and additionally use the integrated Copilot for analysis, diagnostics, block explanation, troubleshooting, documentation and PLC-related questions.&lt;br /&gt;
&lt;br /&gt;
* [[S5/S7 AI for Windows:Licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 AI for Windows:License transfer|License transfer]]&lt;br /&gt;
* [[S5/S7 AI Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Language support|Copilot language support]]&lt;br /&gt;
* [[S5/S7 AI for Windows:What&#039;s new?|What&#039;s new?]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot access to AI|Copilot access to AI]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
* [[Complete example: Analyze a missing motor enable with Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Company Server|Company Server]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
&lt;br /&gt;
== S5/S7 for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10022.png|[http://www.ibhsoftec.com/S57W-Eng S5+S7 for Windows® Version 7]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 for Windows:licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 for Windows:Handling of PLC backup archive files|Handling of PLC backup archive files xxx.arv]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 COM packages|S5: Calling of the STEP5 COM packages]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 STEP5 Basic Programming|S5: STEP5 Basic Programming]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via H1|S5: Programming via H1]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via SINEC L2|S5: Programming via SINEC L2]]&lt;br /&gt;
* [[S5/S7 for Windows:USB S5/S7 Prommer (Siemens)|USB S5/S7 Prommer (Siemens)]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link IoT==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH-Link-IoT-300.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH Link IoT:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH Link IoT:Manual|Manual]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link IoT|TeamViewer IoT License IBH Link IoT]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link UA|TeamViewer IoT License IBH Link UA]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer Support|TeamViewer Support]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Editor ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_Editor_Overview.png|[[IBH OPC UA Editor|IBH OPC UA Editor]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA Editor#Overview|Overview]]&lt;br /&gt;
** [[IBH OPC UA Editor#Supported projects and devices|Supported projects and devices]]&lt;br /&gt;
* [[IBH OPC UA Editor#Quick start: from an empty project to an active connection|Quick start: from an empty project to an active connection]]&lt;br /&gt;
* [[IBH OPC UA Editor#Server connection and security|Server connection and security]]&lt;br /&gt;
* [[IBH OPC UA Editor#Assigning a controller and program|Assigning a controller and program]]&lt;br /&gt;
* [[IBH OPC UA Editor#Selecting and editing OPC tags|Selecting and editing OPC tags]]&lt;br /&gt;
* [[IBH OPC UA Editor#Transferring, reading, importing and exporting configurations|Transferring, reading, importing and exporting configurations]]&lt;br /&gt;
* [[IBH OPC UA Editor#External data, variable transfer and MQTT|External data, variable transfer and MQTT]]&lt;br /&gt;
* [[IBH OPC UA Editor#Modbus, Mitsubishi and SINUMERIK|Modbus, Mitsubishi and SINUMERIK]]&lt;br /&gt;
** [[IBH OPC UA Editor#Modbus|Modbus]]&lt;br /&gt;
** [[IBH OPC UA Editor#Mitsubishi and Rockwell|Mitsubishi and Rockwell]]&lt;br /&gt;
** [[IBH OPC UA Editor#SINUMERIK|SINUMERIK]]&lt;br /&gt;
* [[IBH OPC UA Editor#Nodesets, information models and Python|Nodesets, information models and Python]]&lt;br /&gt;
* [[IBH OPC UA Editor#Current released extensions compared with the PDF manual|Current released extensions compared with the PDF manual]]&lt;br /&gt;
* [[IBH OPC UA Editor#Related pages|Related pages]]&lt;br /&gt;
* [https://download.ibhsoftec.com/neutral/IBHOPCUAEditor750Setup.exe Download IBH OPC UA Editor 7.50]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Manuals/IBH-OPC-UA-Editor-Manual.pdf Manual (PDF)]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Samples/IBH-OPC-UA-Editor-Samples.zip Samples from the manual]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Server/Client==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_SoftPLC.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent Reading/Writing arrays and structures]]&lt;br /&gt;
* [[IBH OPC UA:Loading multible projects into the IBH Link UA|Loading multible projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH OPC UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA IOT2040 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_IoT_2040_300px.jpg|&#039;&#039;&#039;[https://www.ibhsoftec.com/IBH-OPC-UA-IOT2040-Eng IBH OPC UA IOT2040]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH OPC UA IOT2040:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH OPC UA IoT2040:Siemens IOT200 Inputs / Outputs|Siemens IOT200 Inputs / Outputs]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link UA ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:LinkUA.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA]&lt;br /&gt;
Image:IBH_Link_UA_QC_64._1000px.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA QC 64]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Getting started and configuration ===&lt;br /&gt;
* [[IBH Link UA:Description|Description]]&lt;br /&gt;
* [[IBH Link UA:Manual|Manual]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH Link UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH Link UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH Link UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
=== OPC UA and data model ===&lt;br /&gt;
* [[IBH Link UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH Link UA:Variable Syntax|Variable syntax]]&lt;br /&gt;
* [[IBH Link UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH Link UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
* [[IBH Link UA:IBH Link UA with WinCC 7|IBH Link UA with WinCC 7]]&lt;br /&gt;
&lt;br /&gt;
=== Controllers and protocols ===&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi Robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC 840D/840D SL|SINUMERIK 840D/840D SL]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
=== IIoT, edge and integration ===&lt;br /&gt;
* [[IBH Link UA:MQTT Description|MQTT description]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]]&lt;br /&gt;
* [[IBH Link UA:Python/Methods/Data models |Python/Methods/Data models]]&lt;br /&gt;
&lt;br /&gt;
=== Security, operation and monitoring ===&lt;br /&gt;
* [[IBH Link UA:GDS|GDS - centralized certificate management]]&lt;br /&gt;
* [[IBH Link UA:Nagios|Nagios/NRPE monitoring]]&lt;br /&gt;
* [[IBH Link UA:Redundancy|Redundancy]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Reset button|Reset button]]&lt;br /&gt;
* [[IBH Link UA:New features|New features]]&lt;br /&gt;
&lt;br /&gt;
==Mitsubishi Electric IoT Gateway==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:Mitsubishi_IoT_RD55_S.png|[https://www.ibhsoftec.com/News-Eng Mitsubishi Electric IoT Gateway]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Flyer/Orderinformation|Flyer/Orderinformation]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Manual|Manual]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:GENESIS V11 MQTT SparkplugB communication|GENESIS V11 MQTT SparkplugB communication]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:backplane bus|Easy PLC communication through backplane bus]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Support|Support]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Sales|Sales]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S5++ ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; without IBH Net driver]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 TIA Portal V11 WinCC flexible|Access to a SIMATIC S5 with TIA Portal V11 WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 WinCC flexible|Access to a SIMATIC S5 with WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 PLC PcVue|Access to a SIMATIC S5 with PcVue over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Elipse SCADA|Access to a SIMATIC S5 with Elipse SCADA over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Intouch|Access to a SIMATIC S5 with Intouch over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S5++|LOGO! with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 1500 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 1500 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Beckhoff TwinCAT PLC with IBHLink S5++|Data exchange between the TwinCAT PLC and a S5 controller with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Network configuration via USB|Network configuration via USB]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S7++ ==&lt;br /&gt;
All listet articles are avlid for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++] (bus connector format) and for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS] (din rail mount)&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S7++:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; via SINEC L2]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 TIA Portal WinCC flexible|Access to S7-300/S7-400 with TIA Portal V11 WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 WinCC flexible|Access to S7-300/S7-400 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-200 WinCC flexible|Access to S7-200 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Intouch|Access to S7-300/S7-400 with Intouch over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Elipse SCADA|Access to S7-300/S7-400 with Elipse SCADA over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 PcVue|Access to S7-300/S7-400 with PcVue over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:IBH Link S7++ with CommDTM|IBH Link S7++ with CommDTM]]&lt;br /&gt;
* [[IBHLink S7++:VEGASON IBHNetDTM|IBHNet DTM with PACTware]]&lt;br /&gt;
* [[IBHLink S7++:PLC-PLC communication|PLC-PLC communication]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation|Time Synchronisation]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation with NetPro|Time Synchronisation with NetPro]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S7++|LOGO! with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink:S7++:SINAMICS G120 with IBHLink S7++|Online connection to SINAMICS G120 drives with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:Beckhoff TwinCAT PLC with IBHLink S7++|Data exchange between the TwinCAT PLC and a S7 controller with IBHLink S7++]]&lt;br /&gt;
&lt;br /&gt;
== OPC Server ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1150.png|[http://www.ibhsoftec.com/OPC-Eng IBH OPC Server]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[OPCServer:Overview|Overview]]&lt;br /&gt;
* [[OPCServer:Licensing|Licensing]]&lt;br /&gt;
* [[OPCServer:Server Configuration|Server Configuration]]&lt;br /&gt;
* [[OPCServer:Variable Syntax|Variable Syntax]]&lt;br /&gt;
* [[OPCServer:Optimization|Optimization]]&lt;br /&gt;
* [[OPCServer:DCOM Configuration|DCOM Configuration]]&lt;br /&gt;
* [[OPCServer:Operation with User rights|Operation with User rights]]&lt;br /&gt;
* [[OPCServer:Pro Tool Pro V6|Pro Tool Pro V6]]&lt;br /&gt;
* [[OPCServer:WinCC|WinCC]]&lt;br /&gt;
* [[OPCServer:WinCC Flexible|WinCC Flexible]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch FS Gateway|Create Variables manually with Intouch FS Gateway]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch FS Gateway using the Item Browser|Create Variables with Intouch FS Gateway using the Item Browser]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch|Create Variables manually with Intouch]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch TagCreator|Create Variables with Intouch TagCreator]]&lt;br /&gt;
* [[OPCServer:HPI Scada|HPI Scada]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO 8 |Variables from LOGO 8]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO! RCE|Variables from LOGO! RCE]]&lt;br /&gt;
* [[OPCServer:H1 with OPC Server|H1 with OPC Server]]&lt;br /&gt;
* [[OPCServer:IBH OPC Server with Siemens S7-1200 and S7-1500 PLCs|OPC Server with Siemens S7-1200 and S7-1500 PLCs]]&lt;br /&gt;
&lt;br /&gt;
== S7-SoftPLC ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1302.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-SoftPLC:LOGO! with S7-SoftPLC|LOGO! with S7-SoftPLC]]&lt;br /&gt;
* Installation&lt;br /&gt;
** [[S7-SoftPLC:System requirements|System requirements]]&lt;br /&gt;
** [[S7-SoftPLC:Installing S7-SoftPLC|Installation]]&lt;br /&gt;
** [[S7-SoftPLC:Uninstalling S7-SoftPLC|Deinstallation]]&lt;br /&gt;
* Online&lt;br /&gt;
** [[S7-SoftPLC:S7-SoftPLC online functions|Functions]]&lt;br /&gt;
** [[S7-SoftPLC:Online with STEP®7|Online with STEP®7]]&lt;br /&gt;
** [[S7-SoftPLC:Online with S7 for Windows®|Online with S7 for Windows®]]&lt;br /&gt;
* [[S7-SoftPLC:Visualizations|Visualizations]]&lt;br /&gt;
** [[S7-SoftPLC:Using the IBH S7-SoftPLC with Intouch via RFC1006|Using with Intouch via RFC1006]]&lt;br /&gt;
* [[S7-SoftPLC:Data Interface|Data Interface]]&lt;br /&gt;
* User Interface&lt;br /&gt;
** [[S7-SoftPLC:Interface and Configuration|Interface and Configuration]]&lt;br /&gt;
** [[S7-SoftPLC:Classic View|Classic View]]&lt;br /&gt;
** [[S7-SoftPLC:Configuration View|Configuration View]]&lt;br /&gt;
* Menu&lt;br /&gt;
** [[S7-SoftPLC:File menu|File]]&lt;br /&gt;
** [[S7-SoftPLC:Edit menu|Edit]]&lt;br /&gt;
** [[S7-SoftPLC:View menu|View]]&lt;br /&gt;
** [[S7-SoftPLC:Help menu|Help]]&lt;br /&gt;
** [[S7-SoftPLC:Toolbar|Toolbar]]&lt;br /&gt;
** [[S7-SoftPLC:I/O monitor|I/O monitor]]&lt;br /&gt;
* Configuration&lt;br /&gt;
** CPU Parameters&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
** Driver&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers|Add/remove drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers to S7-SoftPLC|Add/remove drivers to S7-SoftPLC]]&lt;br /&gt;
** Addidata&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the ADDI-DATA driver|Configuration of driver]]&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA driver for S7-SoftPLC|Driver for S7-SoftPLC]]&lt;br /&gt;
**Beckhoff TwinCAT I/O &lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O drivers|Configuration of drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O with PLC43:INI|Configuration with PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:S7-SoftPLC Service and TwinCat|S7-SoftPLC Service and TwinCat]]&lt;br /&gt;
**CIF 30/50/60&lt;br /&gt;
*** [[S7-SoftPLC:Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the CIF-card with the SyCon System Configurator|Configuration with System Configurator]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 Settings|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 settings of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** cifX (CIFX 50 and CIFX 90)&lt;br /&gt;
*** [[S7-SoftPLC:cifX Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration of cifX card with SYCON.NET|Configuration with SYCON.NET]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX User Interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX settings of IBHsoftec S7-SoftPLC|Settings of the IBHsoftec S7-SoftPLC]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** CP340/CP440&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/CP440 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP340/CP440 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/440 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** CP343/CP443 &lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/CP443 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP343/CP443 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/443 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** I/O Port&lt;br /&gt;
*** [[S7-SoftPLC:Configuring PC hardware ports|Configuring PC hardware ports]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware port with user interface|User interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware ports with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** Modbus TCP&lt;br /&gt;
*** [[S7-SoftPLC:Modbus TCP configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** NVRAM&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the PLC43.INI|PLC43.INI]]&lt;br /&gt;
** User SFC&lt;br /&gt;
*** [[S7-SoftPLC:User SFC configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the PLC43.INI|PLC43.INI]]&lt;br /&gt;
* [[S7-SoftPLC:Technical data|Technical data]]&lt;br /&gt;
** [[S7-SoftPLC:Instruction set|Instruction set]]&lt;br /&gt;
** [[S7-SoftPLC:STEP®7 Hardwareconfiguration|STEP®7 Hardwareconfiguration]]&lt;br /&gt;
** [[S7-SoftPLC:Diagnostic buffer entries|Diagnostic buffer entries]]&lt;br /&gt;
** [[S7-SoftPLC:Differences between S7-SoftPLC and Hardware-PLC|Differences]]&lt;br /&gt;
** [[S7-SoftPLC:AppStarter|AppStarter]]&lt;br /&gt;
** [[S7-SoftPLC:Zero modem cable|Zero modem cable]]&lt;br /&gt;
&lt;br /&gt;
== S7-PCI315 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:3100.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-PCI315:Documentation Overview|Documentation Overview]]&lt;br /&gt;
* [[S7-PCI315:Legal Notes|Legal Notes]]&lt;br /&gt;
* [[S7-PCI315:Licenses|Licenses]]&lt;br /&gt;
* [[S7-PCI315:Safety|Safety]]&lt;br /&gt;
* [[S7-PCI315:Description and Requirements|Description and Requirements]]&lt;br /&gt;
* [[S7-PCI315:Device Drawings|Device Drawings]]&lt;br /&gt;
* [[S7-PCI315:System Overview|System Overview]]&lt;br /&gt;
* [[S7-PCI315:Device Driver Setup|Device Driver Setup]]&lt;br /&gt;
* [[S7-PCI315:Firmware Update|Firmware Update]]&lt;br /&gt;
* [[S7-PCI315:USB driver installation|USB driver installation]]&lt;br /&gt;
* [[S7-PCI315:Install S7netPLCComm service|Install S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Safety Advices|Safety Advices]]&lt;br /&gt;
* [[S7-PCI315:Installing Battery|Installing Battery]]&lt;br /&gt;
* [[S7-PCI315:Installing S7-PCI315 PLC|Installing S7-PCI315 PLC]]&lt;br /&gt;
* [[S7-PCI315:HMI/data access|HMI/data access]]&lt;br /&gt;
* [[S7-PCI315:S7netPLCComm service|S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Service configuration|Service configuration]]&lt;br /&gt;
* [[S7-PCI315:Configuration user interface|Configuration user interface]]&lt;br /&gt;
* [[S7-PCI315:Configuration INI file|Configuration INI file]]&lt;br /&gt;
* [[S7-PCI315:WinCC Flexible local|WinCC Flexible local]]&lt;br /&gt;
* [[S7-PCI315:Programming|Programming]]&lt;br /&gt;
* [[S7-PCI315:Instruction set|Instruction set]]&lt;br /&gt;
* [[S7-PCI315:Integrated blocks|Integrated blocks]]&lt;br /&gt;
* [[S7-PCI315:Power Supply|Power Supply]]&lt;br /&gt;
* [[S7-PCI315:Reset Behaviour|Reset Behaviour]]&lt;br /&gt;
* [[S7-PCI315:RUN/STOP Switch|RUN/STOP Switch]]&lt;br /&gt;
* [[S7-PCI315:Battery|Battery]]&lt;br /&gt;
* [[S7-PCI315:Changing the Battery|Changing the Battery]]&lt;br /&gt;
* [[S7-PCI315:Battery Disposal|Battery Disposal]]&lt;br /&gt;
* [[S7-PCI315:LED|LED]]&lt;br /&gt;
* [[S7-PCI315:LED SYS|LED SYS]]&lt;br /&gt;
* [[S7-PCI315:LED APL|LED APL]]&lt;br /&gt;
* [[S7-PCI315:LED PROFIBUS DP-Master|LED PROFIBUS DP-Master]]&lt;br /&gt;
* [[S7-PCI315:Memory Card|Memory Card]]&lt;br /&gt;
* [[S7-PCI315:Storage Behaviour|Storage Behaviour]]&lt;br /&gt;
* [[S7-PCI315:Read State|Read State]]&lt;br /&gt;
* [[S7-PCI315:Dualport communication|Dualport communication]]&lt;br /&gt;
* [[S7-PCI315:Knowledge base|Knowledge base]]&lt;br /&gt;
* [[S7-PCI315:Troubleshooting|Troubleshooting]]&lt;br /&gt;
* [[S7-PCI315:Error Codes|Error Codes]]&lt;br /&gt;
* [[S7-PCI315:Technical Data|Technical Data]]&lt;br /&gt;
&lt;br /&gt;
== IBHNet ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBHNet:Introduction|Introduction]]&lt;br /&gt;
*[[IBHNet:System Requirements|System Requirements]]&lt;br /&gt;
*[[IBHNet:Installation|Installation]]&lt;br /&gt;
*[[IBHNet:Local Operation|Local Operation]]&lt;br /&gt;
*[[IBHNet:Operation in a local area network|Operation in a local area network]]&lt;br /&gt;
*[[IBHNet:Operation via the Internet|Operation via the Internet]]&lt;br /&gt;
*[[IBHNet:IBH Link S7|IBH Link S7]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++|IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++ with STEP®5|IBH Link S5++ with STEP®5]]&lt;br /&gt;
*[[IBHNet:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
*[[IBHNet:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
*[[IBHNet:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC|Using IBHNet with WinCC]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with ProTool|Using IBHNet with ProTool]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC Flexible|Using IBHNet with WinCC Flexible]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S5++ with Intouch|Using the IBH Link S5++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S7++ with Intouch|Using the IBH Link S7++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Accessing PLC variables|Accessing PLC variables]]&lt;br /&gt;
*[[IBHNet:Fetch/Write|Fetch/Write]]&lt;br /&gt;
*[[IBHNet:Unprojected PLC-PLC communication|Unprojected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:Projected PLC-PLC communication|Projected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:RFC1006 Communication IBH Link S7++/S7++HS|RFC1006 Communication IBH Link S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Beckhoff TwinCAT PLC with IBHLink S5++/S7++/S7++HS|Data exchange between the TwinCAT PLC and a S5/S7 controller with IBHLink S5++/S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Troubleshooting|Troubleshooting]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7|Technical Data IBH Link S7]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7 Plus|Technical Data IBH Link S7 Plus]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7++/S7++ HS|Technical Data IBH Link S7++/S7++ HS]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S5++|Technical Data IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link History|IBH Link History]]&lt;br /&gt;
*[[IBHNet:Revisions|Revisions]]&lt;br /&gt;
&lt;br /&gt;
==IBH USB-S5-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_USB_S5.gif|[http://www.ibhsoftec.com/IBH-USB-S5-Adapter-Eng IBH-USB-S5-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039;]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® STEP®5|Access to a SIMATIC S5 with STEP®5]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:Maximum USB cable length|Maximum USB cable length]]&lt;br /&gt;
&lt;br /&gt;
==USB-S7-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20218.png|[http://www.ibhsoftec.com/USB-S7-Adapter-C-Eng USB-S7-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[USB-S7-Adapter:PLC S7-300 and S7-400 S7 for Windows®|Access to a PLC S7-300 and S7-400 with &#039;&#039;S7 for Windows®&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
==IBH S7-CX315/CX317==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:S7_CX317.jpg|[http://www.ibhsoftec.com/S7-CX317-Eng IBH S7-CX317]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH S7-CX315/CX317:Task 2 SEQ converter|Task 2 SEQ converter]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2346</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2346"/>
		<updated>2026-08-05T13:02:45Z</updated>

		<summary type="html">&lt;p&gt;Axel: Add short overview for S5/S7 AI&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the Wiki of IBHsoftec GmbH! [[http://www.ibhsoftec.com/ IBHsoftec GmbH]]&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Germany.png|link=http://wiki.ibhsoftec.com/de/index.php?title=Hauptseite]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== S5/S7 AI for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10030.png|[https://www.ibhsoftec.com/en/p/s5-s7-ai-for-windows-r S5/S7 AI &amp;lt;br /&amp;gt;for Windows®]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Short overview:&#039;&#039;&#039; S5/S7 AI for Windows® includes all functions of S5/S7 for Windows® and extends them with AI-assisted functions. Users can continue to work with existing S5 and S7 projects as usual and additionally use the integrated Copilot for analysis, diagnostics, block explanation, troubleshooting, documentation and PLC-related questions.&lt;br /&gt;
&lt;br /&gt;
* [[S5/S7 AI for Windows:Licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 AI for Windows:License transfer|License transfer]]&lt;br /&gt;
* [[S5/S7 AI Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Language support|Copilot language support]]&lt;br /&gt;
* [[S5/S7 AI for Windows:What&#039;s new?|What&#039;s new?]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot access to AI|Copilot access to AI]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
* [[Complete example: Analyze a missing motor enable with Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Company Server|Company Server]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
&lt;br /&gt;
== S5/S7 for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10022.png|[http://www.ibhsoftec.com/S57W-Eng S5+S7 for Windows® Version 7]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 for Windows:licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 for Windows:Handling of PLC backup archive files|Handling of PLC backup archive files xxx.arv]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 COM packages|S5: Calling of the STEP5 COM packages]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 STEP5 Basic Programming|S5: STEP5 Basic Programming]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via H1|S5: Programming via H1]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via SINEC L2|S5: Programming via SINEC L2]]&lt;br /&gt;
* [[S5/S7 for Windows:USB S5/S7 Prommer (Siemens)|USB S5/S7 Prommer (Siemens)]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link IoT==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH-Link-IoT-300.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH Link IoT:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH Link IoT:Manual|Manual]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link IoT|TeamViewer IoT License IBH Link IoT]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link UA|TeamViewer IoT License IBH Link UA]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer Support|TeamViewer Support]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Editor ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_Editor_Overview.png|[[IBH OPC UA Editor|IBH OPC UA Editor]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA Editor#Overview|Overview]]&lt;br /&gt;
** [[IBH OPC UA Editor#Supported projects and devices|Supported projects and devices]]&lt;br /&gt;
* [[IBH OPC UA Editor#Quick start: from an empty project to an active connection|Quick start: from an empty project to an active connection]]&lt;br /&gt;
* [[IBH OPC UA Editor#Server connection and security|Server connection and security]]&lt;br /&gt;
* [[IBH OPC UA Editor#Assigning a controller and program|Assigning a controller and program]]&lt;br /&gt;
* [[IBH OPC UA Editor#Selecting and editing OPC tags|Selecting and editing OPC tags]]&lt;br /&gt;
* [[IBH OPC UA Editor#Transferring, reading, importing and exporting configurations|Transferring, reading, importing and exporting configurations]]&lt;br /&gt;
* [[IBH OPC UA Editor#External data, variable transfer and MQTT|External data, variable transfer and MQTT]]&lt;br /&gt;
* [[IBH OPC UA Editor#Modbus, Mitsubishi and SINUMERIK|Modbus, Mitsubishi and SINUMERIK]]&lt;br /&gt;
** [[IBH OPC UA Editor#Modbus|Modbus]]&lt;br /&gt;
** [[IBH OPC UA Editor#Mitsubishi and Rockwell|Mitsubishi and Rockwell]]&lt;br /&gt;
** [[IBH OPC UA Editor#SINUMERIK|SINUMERIK]]&lt;br /&gt;
* [[IBH OPC UA Editor#Nodesets, information models and Python|Nodesets, information models and Python]]&lt;br /&gt;
* [[IBH OPC UA Editor#Current released extensions compared with the PDF manual|Current released extensions compared with the PDF manual]]&lt;br /&gt;
* [[IBH OPC UA Editor#Related pages|Related pages]]&lt;br /&gt;
* [https://download.ibhsoftec.com/neutral/IBHOPCUAEditor750Setup.exe Download IBH OPC UA Editor 7.50]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Manuals/IBH-OPC-UA-Editor-Manual.pdf Manual (PDF)]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Samples/IBH-OPC-UA-Editor-Samples.zip Samples from the manual]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Server/Client==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_SoftPLC.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent Reading/Writing arrays and structures]]&lt;br /&gt;
* [[IBH OPC UA:Loading multible projects into the IBH Link UA|Loading multible projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH OPC UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA IOT2040 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_IoT_2040_300px.jpg|&#039;&#039;&#039;[https://www.ibhsoftec.com/IBH-OPC-UA-IOT2040-Eng IBH OPC UA IOT2040]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH OPC UA IOT2040:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH OPC UA IoT2040:Siemens IOT200 Inputs / Outputs|Siemens IOT200 Inputs / Outputs]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link UA ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:LinkUA.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA]&lt;br /&gt;
Image:IBH_Link_UA_QC_64._1000px.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA QC 64]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Getting started and configuration ===&lt;br /&gt;
* [[IBH Link UA:Description|Description]]&lt;br /&gt;
* [[IBH Link UA:Manual|Manual]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH Link UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH Link UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH Link UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
=== OPC UA and data model ===&lt;br /&gt;
* [[IBH Link UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH Link UA:Variable Syntax|Variable syntax]]&lt;br /&gt;
* [[IBH Link UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH Link UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
* [[IBH Link UA:IBH Link UA with WinCC 7|IBH Link UA with WinCC 7]]&lt;br /&gt;
&lt;br /&gt;
=== Controllers and protocols ===&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi Robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC 840D/840D SL|SINUMERIK 840D/840D SL]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
=== IIoT, edge and integration ===&lt;br /&gt;
* [[IBH Link UA:MQTT Description|MQTT description]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]]&lt;br /&gt;
* [[IBH Link UA:Python/Methods/Data models |Python/Methods/Data models]]&lt;br /&gt;
&lt;br /&gt;
=== Security, operation and monitoring ===&lt;br /&gt;
* [[IBH Link UA:GDS|GDS - centralized certificate management]]&lt;br /&gt;
* [[IBH Link UA:Nagios|Nagios/NRPE monitoring]]&lt;br /&gt;
* [[IBH Link UA:Redundancy|Redundancy]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Reset button|Reset button]]&lt;br /&gt;
* [[IBH Link UA:New features|New features]]&lt;br /&gt;
&lt;br /&gt;
==Mitsubishi Electric IoT Gateway==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:Mitsubishi_IoT_RD55_S.png|[https://www.ibhsoftec.com/News-Eng Mitsubishi Electric IoT Gateway]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Flyer/Orderinformation|Flyer/Orderinformation]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Manual|Manual]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:GENESIS V11 MQTT SparkplugB communication|GENESIS V11 MQTT SparkplugB communication]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:backplane bus|Easy PLC communication through backplane bus]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Support|Support]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Sales|Sales]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S5++ ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; without IBH Net driver]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 TIA Portal V11 WinCC flexible|Access to a SIMATIC S5 with TIA Portal V11 WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 WinCC flexible|Access to a SIMATIC S5 with WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 PLC PcVue|Access to a SIMATIC S5 with PcVue over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Elipse SCADA|Access to a SIMATIC S5 with Elipse SCADA over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Intouch|Access to a SIMATIC S5 with Intouch over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S5++|LOGO! with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 1500 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 1500 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Beckhoff TwinCAT PLC with IBHLink S5++|Data exchange between the TwinCAT PLC and a S5 controller with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Network configuration via USB|Network configuration via USB]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S7++ ==&lt;br /&gt;
All listet articles are avlid for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++] (bus connector format) and for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS] (din rail mount)&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S7++:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; via SINEC L2]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 TIA Portal WinCC flexible|Access to S7-300/S7-400 with TIA Portal V11 WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 WinCC flexible|Access to S7-300/S7-400 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-200 WinCC flexible|Access to S7-200 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Intouch|Access to S7-300/S7-400 with Intouch over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Elipse SCADA|Access to S7-300/S7-400 with Elipse SCADA over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 PcVue|Access to S7-300/S7-400 with PcVue over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:IBH Link S7++ with CommDTM|IBH Link S7++ with CommDTM]]&lt;br /&gt;
* [[IBHLink S7++:VEGASON IBHNetDTM|IBHNet DTM with PACTware]]&lt;br /&gt;
* [[IBHLink S7++:PLC-PLC communication|PLC-PLC communication]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation|Time Synchronisation]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation with NetPro|Time Synchronisation with NetPro]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S7++|LOGO! with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink:S7++:SINAMICS G120 with IBHLink S7++|Online connection to SINAMICS G120 drives with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:Beckhoff TwinCAT PLC with IBHLink S7++|Data exchange between the TwinCAT PLC and a S7 controller with IBHLink S7++]]&lt;br /&gt;
&lt;br /&gt;
== OPC Server ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1150.png|[http://www.ibhsoftec.com/OPC-Eng IBH OPC Server]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[OPCServer:Overview|Overview]]&lt;br /&gt;
* [[OPCServer:Licensing|Licensing]]&lt;br /&gt;
* [[OPCServer:Server Configuration|Server Configuration]]&lt;br /&gt;
* [[OPCServer:Variable Syntax|Variable Syntax]]&lt;br /&gt;
* [[OPCServer:Optimization|Optimization]]&lt;br /&gt;
* [[OPCServer:DCOM Configuration|DCOM Configuration]]&lt;br /&gt;
* [[OPCServer:Operation with User rights|Operation with User rights]]&lt;br /&gt;
* [[OPCServer:Pro Tool Pro V6|Pro Tool Pro V6]]&lt;br /&gt;
* [[OPCServer:WinCC|WinCC]]&lt;br /&gt;
* [[OPCServer:WinCC Flexible|WinCC Flexible]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch FS Gateway|Create Variables manually with Intouch FS Gateway]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch FS Gateway using the Item Browser|Create Variables with Intouch FS Gateway using the Item Browser]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch|Create Variables manually with Intouch]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch TagCreator|Create Variables with Intouch TagCreator]]&lt;br /&gt;
* [[OPCServer:HPI Scada|HPI Scada]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO 8 |Variables from LOGO 8]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO! RCE|Variables from LOGO! RCE]]&lt;br /&gt;
* [[OPCServer:H1 with OPC Server|H1 with OPC Server]]&lt;br /&gt;
* [[OPCServer:IBH OPC Server with Siemens S7-1200 and S7-1500 PLCs|OPC Server with Siemens S7-1200 and S7-1500 PLCs]]&lt;br /&gt;
&lt;br /&gt;
== S7-SoftPLC ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1302.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-SoftPLC:LOGO! with S7-SoftPLC|LOGO! with S7-SoftPLC]]&lt;br /&gt;
* Installation&lt;br /&gt;
** [[S7-SoftPLC:System requirements|System requirements]]&lt;br /&gt;
** [[S7-SoftPLC:Installing S7-SoftPLC|Installation]]&lt;br /&gt;
** [[S7-SoftPLC:Uninstalling S7-SoftPLC|Deinstallation]]&lt;br /&gt;
* Online&lt;br /&gt;
** [[S7-SoftPLC:S7-SoftPLC online functions|Functions]]&lt;br /&gt;
** [[S7-SoftPLC:Online with STEP®7|Online with STEP®7]]&lt;br /&gt;
** [[S7-SoftPLC:Online with S7 for Windows®|Online with S7 for Windows®]]&lt;br /&gt;
* [[S7-SoftPLC:Visualizations|Visualizations]]&lt;br /&gt;
** [[S7-SoftPLC:Using the IBH S7-SoftPLC with Intouch via RFC1006|Using with Intouch via RFC1006]]&lt;br /&gt;
* [[S7-SoftPLC:Data Interface|Data Interface]]&lt;br /&gt;
* User Interface&lt;br /&gt;
** [[S7-SoftPLC:Interface and Configuration|Interface and Configuration]]&lt;br /&gt;
** [[S7-SoftPLC:Classic View|Classic View]]&lt;br /&gt;
** [[S7-SoftPLC:Configuration View|Configuration View]]&lt;br /&gt;
* Menu&lt;br /&gt;
** [[S7-SoftPLC:File menu|File]]&lt;br /&gt;
** [[S7-SoftPLC:Edit menu|Edit]]&lt;br /&gt;
** [[S7-SoftPLC:View menu|View]]&lt;br /&gt;
** [[S7-SoftPLC:Help menu|Help]]&lt;br /&gt;
** [[S7-SoftPLC:Toolbar|Toolbar]]&lt;br /&gt;
** [[S7-SoftPLC:I/O monitor|I/O monitor]]&lt;br /&gt;
* Configuration&lt;br /&gt;
** CPU Parameters&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
** Driver&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers|Add/remove drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers to S7-SoftPLC|Add/remove drivers to S7-SoftPLC]]&lt;br /&gt;
** Addidata&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the ADDI-DATA driver|Configuration of driver]]&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA driver for S7-SoftPLC|Driver for S7-SoftPLC]]&lt;br /&gt;
**Beckhoff TwinCAT I/O &lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O drivers|Configuration of drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O with PLC43:INI|Configuration with PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:S7-SoftPLC Service and TwinCat|S7-SoftPLC Service and TwinCat]]&lt;br /&gt;
**CIF 30/50/60&lt;br /&gt;
*** [[S7-SoftPLC:Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the CIF-card with the SyCon System Configurator|Configuration with System Configurator]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 Settings|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 settings of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** cifX (CIFX 50 and CIFX 90)&lt;br /&gt;
*** [[S7-SoftPLC:cifX Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration of cifX card with SYCON.NET|Configuration with SYCON.NET]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX User Interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX settings of IBHsoftec S7-SoftPLC|Settings of the IBHsoftec S7-SoftPLC]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** CP340/CP440&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/CP440 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP340/CP440 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/440 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** CP343/CP443 &lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/CP443 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP343/CP443 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/443 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** I/O Port&lt;br /&gt;
*** [[S7-SoftPLC:Configuring PC hardware ports|Configuring PC hardware ports]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware port with user interface|User interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware ports with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** Modbus TCP&lt;br /&gt;
*** [[S7-SoftPLC:Modbus TCP configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** NVRAM&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the PLC43.INI|PLC43.INI]]&lt;br /&gt;
** User SFC&lt;br /&gt;
*** [[S7-SoftPLC:User SFC configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the PLC43.INI|PLC43.INI]]&lt;br /&gt;
* [[S7-SoftPLC:Technical data|Technical data]]&lt;br /&gt;
** [[S7-SoftPLC:Instruction set|Instruction set]]&lt;br /&gt;
** [[S7-SoftPLC:STEP®7 Hardwareconfiguration|STEP®7 Hardwareconfiguration]]&lt;br /&gt;
** [[S7-SoftPLC:Diagnostic buffer entries|Diagnostic buffer entries]]&lt;br /&gt;
** [[S7-SoftPLC:Differences between S7-SoftPLC and Hardware-PLC|Differences]]&lt;br /&gt;
** [[S7-SoftPLC:AppStarter|AppStarter]]&lt;br /&gt;
** [[S7-SoftPLC:Zero modem cable|Zero modem cable]]&lt;br /&gt;
&lt;br /&gt;
== S7-PCI315 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:3100.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-PCI315:Documentation Overview|Documentation Overview]]&lt;br /&gt;
* [[S7-PCI315:Legal Notes|Legal Notes]]&lt;br /&gt;
* [[S7-PCI315:Licenses|Licenses]]&lt;br /&gt;
* [[S7-PCI315:Safety|Safety]]&lt;br /&gt;
* [[S7-PCI315:Description and Requirements|Description and Requirements]]&lt;br /&gt;
* [[S7-PCI315:Device Drawings|Device Drawings]]&lt;br /&gt;
* [[S7-PCI315:System Overview|System Overview]]&lt;br /&gt;
* [[S7-PCI315:Device Driver Setup|Device Driver Setup]]&lt;br /&gt;
* [[S7-PCI315:Firmware Update|Firmware Update]]&lt;br /&gt;
* [[S7-PCI315:USB driver installation|USB driver installation]]&lt;br /&gt;
* [[S7-PCI315:Install S7netPLCComm service|Install S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Safety Advices|Safety Advices]]&lt;br /&gt;
* [[S7-PCI315:Installing Battery|Installing Battery]]&lt;br /&gt;
* [[S7-PCI315:Installing S7-PCI315 PLC|Installing S7-PCI315 PLC]]&lt;br /&gt;
* [[S7-PCI315:HMI/data access|HMI/data access]]&lt;br /&gt;
* [[S7-PCI315:S7netPLCComm service|S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Service configuration|Service configuration]]&lt;br /&gt;
* [[S7-PCI315:Configuration user interface|Configuration user interface]]&lt;br /&gt;
* [[S7-PCI315:Configuration INI file|Configuration INI file]]&lt;br /&gt;
* [[S7-PCI315:WinCC Flexible local|WinCC Flexible local]]&lt;br /&gt;
* [[S7-PCI315:Programming|Programming]]&lt;br /&gt;
* [[S7-PCI315:Instruction set|Instruction set]]&lt;br /&gt;
* [[S7-PCI315:Integrated blocks|Integrated blocks]]&lt;br /&gt;
* [[S7-PCI315:Power Supply|Power Supply]]&lt;br /&gt;
* [[S7-PCI315:Reset Behaviour|Reset Behaviour]]&lt;br /&gt;
* [[S7-PCI315:RUN/STOP Switch|RUN/STOP Switch]]&lt;br /&gt;
* [[S7-PCI315:Battery|Battery]]&lt;br /&gt;
* [[S7-PCI315:Changing the Battery|Changing the Battery]]&lt;br /&gt;
* [[S7-PCI315:Battery Disposal|Battery Disposal]]&lt;br /&gt;
* [[S7-PCI315:LED|LED]]&lt;br /&gt;
* [[S7-PCI315:LED SYS|LED SYS]]&lt;br /&gt;
* [[S7-PCI315:LED APL|LED APL]]&lt;br /&gt;
* [[S7-PCI315:LED PROFIBUS DP-Master|LED PROFIBUS DP-Master]]&lt;br /&gt;
* [[S7-PCI315:Memory Card|Memory Card]]&lt;br /&gt;
* [[S7-PCI315:Storage Behaviour|Storage Behaviour]]&lt;br /&gt;
* [[S7-PCI315:Read State|Read State]]&lt;br /&gt;
* [[S7-PCI315:Dualport communication|Dualport communication]]&lt;br /&gt;
* [[S7-PCI315:Knowledge base|Knowledge base]]&lt;br /&gt;
* [[S7-PCI315:Troubleshooting|Troubleshooting]]&lt;br /&gt;
* [[S7-PCI315:Error Codes|Error Codes]]&lt;br /&gt;
* [[S7-PCI315:Technical Data|Technical Data]]&lt;br /&gt;
&lt;br /&gt;
== IBHNet ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBHNet:Introduction|Introduction]]&lt;br /&gt;
*[[IBHNet:System Requirements|System Requirements]]&lt;br /&gt;
*[[IBHNet:Installation|Installation]]&lt;br /&gt;
*[[IBHNet:Local Operation|Local Operation]]&lt;br /&gt;
*[[IBHNet:Operation in a local area network|Operation in a local area network]]&lt;br /&gt;
*[[IBHNet:Operation via the Internet|Operation via the Internet]]&lt;br /&gt;
*[[IBHNet:IBH Link S7|IBH Link S7]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++|IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++ with STEP®5|IBH Link S5++ with STEP®5]]&lt;br /&gt;
*[[IBHNet:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
*[[IBHNet:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
*[[IBHNet:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC|Using IBHNet with WinCC]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with ProTool|Using IBHNet with ProTool]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC Flexible|Using IBHNet with WinCC Flexible]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S5++ with Intouch|Using the IBH Link S5++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S7++ with Intouch|Using the IBH Link S7++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Accessing PLC variables|Accessing PLC variables]]&lt;br /&gt;
*[[IBHNet:Fetch/Write|Fetch/Write]]&lt;br /&gt;
*[[IBHNet:Unprojected PLC-PLC communication|Unprojected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:Projected PLC-PLC communication|Projected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:RFC1006 Communication IBH Link S7++/S7++HS|RFC1006 Communication IBH Link S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Beckhoff TwinCAT PLC with IBHLink S5++/S7++/S7++HS|Data exchange between the TwinCAT PLC and a S5/S7 controller with IBHLink S5++/S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Troubleshooting|Troubleshooting]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7|Technical Data IBH Link S7]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7 Plus|Technical Data IBH Link S7 Plus]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7++/S7++ HS|Technical Data IBH Link S7++/S7++ HS]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S5++|Technical Data IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link History|IBH Link History]]&lt;br /&gt;
*[[IBHNet:Revisions|Revisions]]&lt;br /&gt;
&lt;br /&gt;
==IBH USB-S5-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_USB_S5.gif|[http://www.ibhsoftec.com/IBH-USB-S5-Adapter-Eng IBH-USB-S5-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039;]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® STEP®5|Access to a SIMATIC S5 with STEP®5]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:Maximum USB cable length|Maximum USB cable length]]&lt;br /&gt;
&lt;br /&gt;
==USB-S7-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20218.png|[http://www.ibhsoftec.com/USB-S7-Adapter-C-Eng USB-S7-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[USB-S7-Adapter:PLC S7-300 and S7-400 S7 for Windows®|Access to a PLC S7-300 and S7-400 with &#039;&#039;S7 for Windows®&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
==IBH S7-CX315/CX317==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:S7_CX317.jpg|[http://www.ibhsoftec.com/S7-CX317-Eng IBH S7-CX317]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH S7-CX315/CX317:Task 2 SEQ converter|Task 2 SEQ converter]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2345</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2345"/>
		<updated>2026-08-05T12:54:11Z</updated>

		<summary type="html">&lt;p&gt;Axel: Add IBH OPC UA Editor chapter index, downloads and English manual illustration&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the Wiki of IBHsoftec GmbH! [[http://www.ibhsoftec.com/ IBHsoftec GmbH]]&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Germany.png|link=http://wiki.ibhsoftec.com/de/index.php?title=Hauptseite]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== S5/S7 AI for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10030.png|[https://www.ibhsoftec.com/en/p/s5-s7-ai-for-windows-r S5/S7 AI &amp;lt;br /&amp;gt;for Windows®]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 AI for Windows:Licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 AI for Windows:License transfer|License transfer]]&lt;br /&gt;
* [[S5/S7 AI Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Language support|Copilot language support]]&lt;br /&gt;
* [[S5/S7 AI for Windows:What&#039;s new?|What&#039;s new?]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot access to AI|Copilot access to AI]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
* [[Complete example: Analyze a missing motor enable with Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Company Server|Company Server]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
&lt;br /&gt;
== S5/S7 for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10022.png|[http://www.ibhsoftec.com/S57W-Eng S5+S7 for Windows® Version 7]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 for Windows:licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 for Windows:Handling of PLC backup archive files|Handling of PLC backup archive files xxx.arv]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 COM packages|S5: Calling of the STEP5 COM packages]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 STEP5 Basic Programming|S5: STEP5 Basic Programming]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via H1|S5: Programming via H1]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via SINEC L2|S5: Programming via SINEC L2]]&lt;br /&gt;
* [[S5/S7 for Windows:USB S5/S7 Prommer (Siemens)|USB S5/S7 Prommer (Siemens)]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link IoT==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH-Link-IoT-300.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH Link IoT:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH Link IoT:Manual|Manual]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link IoT|TeamViewer IoT License IBH Link IoT]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link UA|TeamViewer IoT License IBH Link UA]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer Support|TeamViewer Support]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Editor ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_Editor_Overview.png|[[IBH OPC UA Editor|IBH OPC UA Editor]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA Editor#Overview|Overview]]&lt;br /&gt;
** [[IBH OPC UA Editor#Supported projects and devices|Supported projects and devices]]&lt;br /&gt;
* [[IBH OPC UA Editor#Quick start: from an empty project to an active connection|Quick start: from an empty project to an active connection]]&lt;br /&gt;
* [[IBH OPC UA Editor#Server connection and security|Server connection and security]]&lt;br /&gt;
* [[IBH OPC UA Editor#Assigning a controller and program|Assigning a controller and program]]&lt;br /&gt;
* [[IBH OPC UA Editor#Selecting and editing OPC tags|Selecting and editing OPC tags]]&lt;br /&gt;
* [[IBH OPC UA Editor#Transferring, reading, importing and exporting configurations|Transferring, reading, importing and exporting configurations]]&lt;br /&gt;
* [[IBH OPC UA Editor#External data, variable transfer and MQTT|External data, variable transfer and MQTT]]&lt;br /&gt;
* [[IBH OPC UA Editor#Modbus, Mitsubishi and SINUMERIK|Modbus, Mitsubishi and SINUMERIK]]&lt;br /&gt;
** [[IBH OPC UA Editor#Modbus|Modbus]]&lt;br /&gt;
** [[IBH OPC UA Editor#Mitsubishi and Rockwell|Mitsubishi and Rockwell]]&lt;br /&gt;
** [[IBH OPC UA Editor#SINUMERIK|SINUMERIK]]&lt;br /&gt;
* [[IBH OPC UA Editor#Nodesets, information models and Python|Nodesets, information models and Python]]&lt;br /&gt;
* [[IBH OPC UA Editor#Current released extensions compared with the PDF manual|Current released extensions compared with the PDF manual]]&lt;br /&gt;
* [[IBH OPC UA Editor#Related pages|Related pages]]&lt;br /&gt;
* [https://download.ibhsoftec.com/neutral/IBHOPCUAEditor750Setup.exe Download IBH OPC UA Editor 7.50]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Manuals/IBH-OPC-UA-Editor-Manual.pdf Manual (PDF)]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Samples/IBH-OPC-UA-Editor-Samples.zip Samples from the manual]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Server/Client==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_SoftPLC.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent Reading/Writing arrays and structures]]&lt;br /&gt;
* [[IBH OPC UA:Loading multible projects into the IBH Link UA|Loading multible projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH OPC UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA IOT2040 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_IoT_2040_300px.jpg|&#039;&#039;&#039;[https://www.ibhsoftec.com/IBH-OPC-UA-IOT2040-Eng IBH OPC UA IOT2040]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH OPC UA IOT2040:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH OPC UA IoT2040:Siemens IOT200 Inputs / Outputs|Siemens IOT200 Inputs / Outputs]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link UA ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:LinkUA.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA]&lt;br /&gt;
Image:IBH_Link_UA_QC_64._1000px.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA QC 64]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Getting started and configuration ===&lt;br /&gt;
* [[IBH Link UA:Description|Description]]&lt;br /&gt;
* [[IBH Link UA:Manual|Manual]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH Link UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH Link UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH Link UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
=== OPC UA and data model ===&lt;br /&gt;
* [[IBH Link UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH Link UA:Variable Syntax|Variable syntax]]&lt;br /&gt;
* [[IBH Link UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH Link UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
* [[IBH Link UA:IBH Link UA with WinCC 7|IBH Link UA with WinCC 7]]&lt;br /&gt;
&lt;br /&gt;
=== Controllers and protocols ===&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi Robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC 840D/840D SL|SINUMERIK 840D/840D SL]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
=== IIoT, edge and integration ===&lt;br /&gt;
* [[IBH Link UA:MQTT Description|MQTT description]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]]&lt;br /&gt;
* [[IBH Link UA:Python/Methods/Data models |Python/Methods/Data models]]&lt;br /&gt;
&lt;br /&gt;
=== Security, operation and monitoring ===&lt;br /&gt;
* [[IBH Link UA:GDS|GDS - centralized certificate management]]&lt;br /&gt;
* [[IBH Link UA:Nagios|Nagios/NRPE monitoring]]&lt;br /&gt;
* [[IBH Link UA:Redundancy|Redundancy]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Reset button|Reset button]]&lt;br /&gt;
* [[IBH Link UA:New features|New features]]&lt;br /&gt;
&lt;br /&gt;
==Mitsubishi Electric IoT Gateway==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:Mitsubishi_IoT_RD55_S.png|[https://www.ibhsoftec.com/News-Eng Mitsubishi Electric IoT Gateway]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Flyer/Orderinformation|Flyer/Orderinformation]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Manual|Manual]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:GENESIS V11 MQTT SparkplugB communication|GENESIS V11 MQTT SparkplugB communication]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:backplane bus|Easy PLC communication through backplane bus]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Support|Support]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Sales|Sales]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S5++ ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; without IBH Net driver]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 TIA Portal V11 WinCC flexible|Access to a SIMATIC S5 with TIA Portal V11 WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 WinCC flexible|Access to a SIMATIC S5 with WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 PLC PcVue|Access to a SIMATIC S5 with PcVue over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Elipse SCADA|Access to a SIMATIC S5 with Elipse SCADA over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Intouch|Access to a SIMATIC S5 with Intouch over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S5++|LOGO! with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 1500 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 1500 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Beckhoff TwinCAT PLC with IBHLink S5++|Data exchange between the TwinCAT PLC and a S5 controller with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Network configuration via USB|Network configuration via USB]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S7++ ==&lt;br /&gt;
All listet articles are avlid for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++] (bus connector format) and for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS] (din rail mount)&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S7++:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; via SINEC L2]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 TIA Portal WinCC flexible|Access to S7-300/S7-400 with TIA Portal V11 WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 WinCC flexible|Access to S7-300/S7-400 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-200 WinCC flexible|Access to S7-200 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Intouch|Access to S7-300/S7-400 with Intouch over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Elipse SCADA|Access to S7-300/S7-400 with Elipse SCADA over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 PcVue|Access to S7-300/S7-400 with PcVue over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:IBH Link S7++ with CommDTM|IBH Link S7++ with CommDTM]]&lt;br /&gt;
* [[IBHLink S7++:VEGASON IBHNetDTM|IBHNet DTM with PACTware]]&lt;br /&gt;
* [[IBHLink S7++:PLC-PLC communication|PLC-PLC communication]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation|Time Synchronisation]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation with NetPro|Time Synchronisation with NetPro]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S7++|LOGO! with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink:S7++:SINAMICS G120 with IBHLink S7++|Online connection to SINAMICS G120 drives with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:Beckhoff TwinCAT PLC with IBHLink S7++|Data exchange between the TwinCAT PLC and a S7 controller with IBHLink S7++]]&lt;br /&gt;
&lt;br /&gt;
== OPC Server ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1150.png|[http://www.ibhsoftec.com/OPC-Eng IBH OPC Server]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[OPCServer:Overview|Overview]]&lt;br /&gt;
* [[OPCServer:Licensing|Licensing]]&lt;br /&gt;
* [[OPCServer:Server Configuration|Server Configuration]]&lt;br /&gt;
* [[OPCServer:Variable Syntax|Variable Syntax]]&lt;br /&gt;
* [[OPCServer:Optimization|Optimization]]&lt;br /&gt;
* [[OPCServer:DCOM Configuration|DCOM Configuration]]&lt;br /&gt;
* [[OPCServer:Operation with User rights|Operation with User rights]]&lt;br /&gt;
* [[OPCServer:Pro Tool Pro V6|Pro Tool Pro V6]]&lt;br /&gt;
* [[OPCServer:WinCC|WinCC]]&lt;br /&gt;
* [[OPCServer:WinCC Flexible|WinCC Flexible]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch FS Gateway|Create Variables manually with Intouch FS Gateway]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch FS Gateway using the Item Browser|Create Variables with Intouch FS Gateway using the Item Browser]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch|Create Variables manually with Intouch]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch TagCreator|Create Variables with Intouch TagCreator]]&lt;br /&gt;
* [[OPCServer:HPI Scada|HPI Scada]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO 8 |Variables from LOGO 8]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO! RCE|Variables from LOGO! RCE]]&lt;br /&gt;
* [[OPCServer:H1 with OPC Server|H1 with OPC Server]]&lt;br /&gt;
* [[OPCServer:IBH OPC Server with Siemens S7-1200 and S7-1500 PLCs|OPC Server with Siemens S7-1200 and S7-1500 PLCs]]&lt;br /&gt;
&lt;br /&gt;
== S7-SoftPLC ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1302.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-SoftPLC:LOGO! with S7-SoftPLC|LOGO! with S7-SoftPLC]]&lt;br /&gt;
* Installation&lt;br /&gt;
** [[S7-SoftPLC:System requirements|System requirements]]&lt;br /&gt;
** [[S7-SoftPLC:Installing S7-SoftPLC|Installation]]&lt;br /&gt;
** [[S7-SoftPLC:Uninstalling S7-SoftPLC|Deinstallation]]&lt;br /&gt;
* Online&lt;br /&gt;
** [[S7-SoftPLC:S7-SoftPLC online functions|Functions]]&lt;br /&gt;
** [[S7-SoftPLC:Online with STEP®7|Online with STEP®7]]&lt;br /&gt;
** [[S7-SoftPLC:Online with S7 for Windows®|Online with S7 for Windows®]]&lt;br /&gt;
* [[S7-SoftPLC:Visualizations|Visualizations]]&lt;br /&gt;
** [[S7-SoftPLC:Using the IBH S7-SoftPLC with Intouch via RFC1006|Using with Intouch via RFC1006]]&lt;br /&gt;
* [[S7-SoftPLC:Data Interface|Data Interface]]&lt;br /&gt;
* User Interface&lt;br /&gt;
** [[S7-SoftPLC:Interface and Configuration|Interface and Configuration]]&lt;br /&gt;
** [[S7-SoftPLC:Classic View|Classic View]]&lt;br /&gt;
** [[S7-SoftPLC:Configuration View|Configuration View]]&lt;br /&gt;
* Menu&lt;br /&gt;
** [[S7-SoftPLC:File menu|File]]&lt;br /&gt;
** [[S7-SoftPLC:Edit menu|Edit]]&lt;br /&gt;
** [[S7-SoftPLC:View menu|View]]&lt;br /&gt;
** [[S7-SoftPLC:Help menu|Help]]&lt;br /&gt;
** [[S7-SoftPLC:Toolbar|Toolbar]]&lt;br /&gt;
** [[S7-SoftPLC:I/O monitor|I/O monitor]]&lt;br /&gt;
* Configuration&lt;br /&gt;
** CPU Parameters&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
** Driver&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers|Add/remove drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers to S7-SoftPLC|Add/remove drivers to S7-SoftPLC]]&lt;br /&gt;
** Addidata&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the ADDI-DATA driver|Configuration of driver]]&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA driver for S7-SoftPLC|Driver for S7-SoftPLC]]&lt;br /&gt;
**Beckhoff TwinCAT I/O &lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O drivers|Configuration of drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O with PLC43:INI|Configuration with PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:S7-SoftPLC Service and TwinCat|S7-SoftPLC Service and TwinCat]]&lt;br /&gt;
**CIF 30/50/60&lt;br /&gt;
*** [[S7-SoftPLC:Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the CIF-card with the SyCon System Configurator|Configuration with System Configurator]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 Settings|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 settings of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** cifX (CIFX 50 and CIFX 90)&lt;br /&gt;
*** [[S7-SoftPLC:cifX Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration of cifX card with SYCON.NET|Configuration with SYCON.NET]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX User Interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX settings of IBHsoftec S7-SoftPLC|Settings of the IBHsoftec S7-SoftPLC]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** CP340/CP440&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/CP440 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP340/CP440 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/440 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** CP343/CP443 &lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/CP443 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP343/CP443 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/443 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** I/O Port&lt;br /&gt;
*** [[S7-SoftPLC:Configuring PC hardware ports|Configuring PC hardware ports]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware port with user interface|User interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware ports with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** Modbus TCP&lt;br /&gt;
*** [[S7-SoftPLC:Modbus TCP configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** NVRAM&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the PLC43.INI|PLC43.INI]]&lt;br /&gt;
** User SFC&lt;br /&gt;
*** [[S7-SoftPLC:User SFC configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the PLC43.INI|PLC43.INI]]&lt;br /&gt;
* [[S7-SoftPLC:Technical data|Technical data]]&lt;br /&gt;
** [[S7-SoftPLC:Instruction set|Instruction set]]&lt;br /&gt;
** [[S7-SoftPLC:STEP®7 Hardwareconfiguration|STEP®7 Hardwareconfiguration]]&lt;br /&gt;
** [[S7-SoftPLC:Diagnostic buffer entries|Diagnostic buffer entries]]&lt;br /&gt;
** [[S7-SoftPLC:Differences between S7-SoftPLC and Hardware-PLC|Differences]]&lt;br /&gt;
** [[S7-SoftPLC:AppStarter|AppStarter]]&lt;br /&gt;
** [[S7-SoftPLC:Zero modem cable|Zero modem cable]]&lt;br /&gt;
&lt;br /&gt;
== S7-PCI315 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:3100.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-PCI315:Documentation Overview|Documentation Overview]]&lt;br /&gt;
* [[S7-PCI315:Legal Notes|Legal Notes]]&lt;br /&gt;
* [[S7-PCI315:Licenses|Licenses]]&lt;br /&gt;
* [[S7-PCI315:Safety|Safety]]&lt;br /&gt;
* [[S7-PCI315:Description and Requirements|Description and Requirements]]&lt;br /&gt;
* [[S7-PCI315:Device Drawings|Device Drawings]]&lt;br /&gt;
* [[S7-PCI315:System Overview|System Overview]]&lt;br /&gt;
* [[S7-PCI315:Device Driver Setup|Device Driver Setup]]&lt;br /&gt;
* [[S7-PCI315:Firmware Update|Firmware Update]]&lt;br /&gt;
* [[S7-PCI315:USB driver installation|USB driver installation]]&lt;br /&gt;
* [[S7-PCI315:Install S7netPLCComm service|Install S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Safety Advices|Safety Advices]]&lt;br /&gt;
* [[S7-PCI315:Installing Battery|Installing Battery]]&lt;br /&gt;
* [[S7-PCI315:Installing S7-PCI315 PLC|Installing S7-PCI315 PLC]]&lt;br /&gt;
* [[S7-PCI315:HMI/data access|HMI/data access]]&lt;br /&gt;
* [[S7-PCI315:S7netPLCComm service|S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Service configuration|Service configuration]]&lt;br /&gt;
* [[S7-PCI315:Configuration user interface|Configuration user interface]]&lt;br /&gt;
* [[S7-PCI315:Configuration INI file|Configuration INI file]]&lt;br /&gt;
* [[S7-PCI315:WinCC Flexible local|WinCC Flexible local]]&lt;br /&gt;
* [[S7-PCI315:Programming|Programming]]&lt;br /&gt;
* [[S7-PCI315:Instruction set|Instruction set]]&lt;br /&gt;
* [[S7-PCI315:Integrated blocks|Integrated blocks]]&lt;br /&gt;
* [[S7-PCI315:Power Supply|Power Supply]]&lt;br /&gt;
* [[S7-PCI315:Reset Behaviour|Reset Behaviour]]&lt;br /&gt;
* [[S7-PCI315:RUN/STOP Switch|RUN/STOP Switch]]&lt;br /&gt;
* [[S7-PCI315:Battery|Battery]]&lt;br /&gt;
* [[S7-PCI315:Changing the Battery|Changing the Battery]]&lt;br /&gt;
* [[S7-PCI315:Battery Disposal|Battery Disposal]]&lt;br /&gt;
* [[S7-PCI315:LED|LED]]&lt;br /&gt;
* [[S7-PCI315:LED SYS|LED SYS]]&lt;br /&gt;
* [[S7-PCI315:LED APL|LED APL]]&lt;br /&gt;
* [[S7-PCI315:LED PROFIBUS DP-Master|LED PROFIBUS DP-Master]]&lt;br /&gt;
* [[S7-PCI315:Memory Card|Memory Card]]&lt;br /&gt;
* [[S7-PCI315:Storage Behaviour|Storage Behaviour]]&lt;br /&gt;
* [[S7-PCI315:Read State|Read State]]&lt;br /&gt;
* [[S7-PCI315:Dualport communication|Dualport communication]]&lt;br /&gt;
* [[S7-PCI315:Knowledge base|Knowledge base]]&lt;br /&gt;
* [[S7-PCI315:Troubleshooting|Troubleshooting]]&lt;br /&gt;
* [[S7-PCI315:Error Codes|Error Codes]]&lt;br /&gt;
* [[S7-PCI315:Technical Data|Technical Data]]&lt;br /&gt;
&lt;br /&gt;
== IBHNet ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBHNet:Introduction|Introduction]]&lt;br /&gt;
*[[IBHNet:System Requirements|System Requirements]]&lt;br /&gt;
*[[IBHNet:Installation|Installation]]&lt;br /&gt;
*[[IBHNet:Local Operation|Local Operation]]&lt;br /&gt;
*[[IBHNet:Operation in a local area network|Operation in a local area network]]&lt;br /&gt;
*[[IBHNet:Operation via the Internet|Operation via the Internet]]&lt;br /&gt;
*[[IBHNet:IBH Link S7|IBH Link S7]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++|IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++ with STEP®5|IBH Link S5++ with STEP®5]]&lt;br /&gt;
*[[IBHNet:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
*[[IBHNet:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
*[[IBHNet:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC|Using IBHNet with WinCC]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with ProTool|Using IBHNet with ProTool]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC Flexible|Using IBHNet with WinCC Flexible]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S5++ with Intouch|Using the IBH Link S5++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S7++ with Intouch|Using the IBH Link S7++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Accessing PLC variables|Accessing PLC variables]]&lt;br /&gt;
*[[IBHNet:Fetch/Write|Fetch/Write]]&lt;br /&gt;
*[[IBHNet:Unprojected PLC-PLC communication|Unprojected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:Projected PLC-PLC communication|Projected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:RFC1006 Communication IBH Link S7++/S7++HS|RFC1006 Communication IBH Link S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Beckhoff TwinCAT PLC with IBHLink S5++/S7++/S7++HS|Data exchange between the TwinCAT PLC and a S5/S7 controller with IBHLink S5++/S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Troubleshooting|Troubleshooting]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7|Technical Data IBH Link S7]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7 Plus|Technical Data IBH Link S7 Plus]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7++/S7++ HS|Technical Data IBH Link S7++/S7++ HS]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S5++|Technical Data IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link History|IBH Link History]]&lt;br /&gt;
*[[IBHNet:Revisions|Revisions]]&lt;br /&gt;
&lt;br /&gt;
==IBH USB-S5-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_USB_S5.gif|[http://www.ibhsoftec.com/IBH-USB-S5-Adapter-Eng IBH-USB-S5-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039;]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® STEP®5|Access to a SIMATIC S5 with STEP®5]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:Maximum USB cable length|Maximum USB cable length]]&lt;br /&gt;
&lt;br /&gt;
==USB-S7-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20218.png|[http://www.ibhsoftec.com/USB-S7-Adapter-C-Eng USB-S7-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[USB-S7-Adapter:PLC S7-300 and S7-400 S7 for Windows®|Access to a PLC S7-300 and S7-400 with &#039;&#039;S7 for Windows®&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
==IBH S7-CX315/CX317==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:S7_CX317.jpg|[http://www.ibhsoftec.com/S7-CX317-Eng IBH S7-CX317]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH S7-CX315/CX317:Task 2 SEQ converter|Task 2 SEQ converter]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Configuration_with_IBH_OPC_UA_Editor&amp;diff=2344</id>
		<title>IBH Link UA:Configuration with IBH OPC UA Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Configuration_with_IBH_OPC_UA_Editor&amp;diff=2344"/>
		<updated>2026-08-05T12:53:55Z</updated>

		<summary type="html">&lt;p&gt;Axel: Redirect the former configuration page to the comprehensive IBH OPC UA Editor guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[IBH OPC UA Editor]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Configuration_with_IBH_OPC_UA_Editor&amp;diff=2343</id>
		<title>IBH OPC UA:Configuration with IBH OPC UA Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Configuration_with_IBH_OPC_UA_Editor&amp;diff=2343"/>
		<updated>2026-08-05T12:53:54Z</updated>

		<summary type="html">&lt;p&gt;Axel: Redirect the former configuration page to the comprehensive IBH OPC UA Editor guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[IBH OPC UA Editor]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA_Editor&amp;diff=2342</id>
		<title>IBH OPC UA Editor</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA_Editor&amp;diff=2342"/>
		<updated>2026-08-05T12:53:20Z</updated>

		<summary type="html">&lt;p&gt;Axel: Create comprehensive IBH OPC UA Editor guide with current released features and English manual screenshots&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:IBH OPC UA Editor}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH OPC UA Editor&#039;&#039;&#039; is the free Windows tool for configuring the&lt;br /&gt;
IBH Link UA and the IBH OPC UA Server/Client. Configurations can be created,&lt;br /&gt;
checked, imported and exported offline, transferred directly to the OPC UA&lt;br /&gt;
server, or read back from the server.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Page status: August 2026.&#039;&#039;&#039; The public download is still labelled&lt;br /&gt;
&#039;&#039;&#039;Version 7.50&#039;&#039;&#039;. Functions that require support from the target server are&lt;br /&gt;
only available when the connected IBH Link UA or IBH OPC UA Server/Client has&lt;br /&gt;
a suitable firmware version.&lt;br /&gt;
&lt;br /&gt;
* [https://download.ibhsoftec.com/neutral/IBHOPCUAEditor750Setup.exe Download IBH OPC UA Editor 7.50]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Manuals/IBH-OPC-UA-Editor-Manual.pdf Manual (PDF)]&lt;br /&gt;
* [https://download.ibhsoftec.com/english/Samples/IBH-OPC-UA-Editor-Samples.zip Samples from the manual]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The workspace is divided into the &#039;&#039;&#039;Project&#039;&#039;&#039;, &#039;&#039;&#039;Server&#039;&#039;&#039; and&lt;br /&gt;
&#039;&#039;&#039;Certificates&#039;&#039;&#039; views:&lt;br /&gt;
&lt;br /&gt;
* In &#039;&#039;&#039;Project&#039;&#039;&#039;, server connections, controllers, programs, variables, external data and other configuration objects are edited.&lt;br /&gt;
* In &#039;&#039;&#039;Server&#039;&#039;&#039;, the configuration read online, status information, historical data and UA nodes are displayed.&lt;br /&gt;
* In &#039;&#039;&#039;Certificates&#039;&#039;&#039;, the editor certificate and the certificates of connected servers are managed.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Overview.png|800px|thumb|center|Structure of the IBH OPC UA Editor with Project, Server and Certificates views.]]&lt;br /&gt;
&lt;br /&gt;
A project can contain multiple OPC UA servers. Multiple controllers and&lt;br /&gt;
stations can be assigned to each server.&lt;br /&gt;
&lt;br /&gt;
=== Supported projects and devices ===&lt;br /&gt;
&lt;br /&gt;
Variables and data blocks can be imported from the following projects, among&lt;br /&gt;
others:&lt;br /&gt;
&lt;br /&gt;
* TIA Portal V13 to V21;&lt;br /&gt;
* STEP 7 / SIMATIC Manager;&lt;br /&gt;
* S5/S7 for Windows and SIMATIC S5;&lt;br /&gt;
* LOGO! Soft Comfort;&lt;br /&gt;
* SINUMERIK and NC-VAR Selector.&lt;br /&gt;
&lt;br /&gt;
Supported target systems include SIMATIC S5, S7-200, S7-300, S7-400, S7-1200,&lt;br /&gt;
S7-1500, LOGO! 8, SINUMERIK, Modbus devices, Mitsubishi PLCs and robots, and&lt;br /&gt;
Rockwell controllers. Depending on the device, IBH Link S5++ or IBH Link S7++&lt;br /&gt;
can be used for controllers without their own Ethernet interface.&lt;br /&gt;
&lt;br /&gt;
== Quick start: from an empty project to an active connection ==&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Create a server connection:&#039;&#039;&#039; Select &amp;lt;code&amp;gt;Edit &amp;gt; New server connection&amp;lt;/code&amp;gt; and enter the name, address and port of the OPC UA server.&lt;br /&gt;
# &#039;&#039;&#039;Select endpoint and security:&#039;&#039;&#039; Retrieve endpoints from the server and select the security policy, message mode and login method.&lt;br /&gt;
# &#039;&#039;&#039;Add a controller or station:&#039;&#039;&#039; Specify the protocol, IP address and, for S7 TCP/IP, the rack, slot and target module if required.&lt;br /&gt;
# &#039;&#039;&#039;Assign a program:&#039;&#039;&#039; Select the project and open the required CPU or station.&lt;br /&gt;
# &#039;&#039;&#039;Activate variables:&#039;&#039;&#039; Select variables, check their properties and transfer the configuration to the server.&lt;br /&gt;
&lt;br /&gt;
== Server connection and security ==&lt;br /&gt;
&lt;br /&gt;
A server connection contains a freely selectable connection name, server&lt;br /&gt;
address, port, endpoint URL, security policy, message mode, login details and&lt;br /&gt;
session name. A reverse connection can be used when a server in a protected&lt;br /&gt;
network must establish an outgoing connection to the client.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Server_Connection.png|520px|thumb|center|Properties of a new OPC UA server connection.]]&lt;br /&gt;
&lt;br /&gt;
Different formats are available for variable names. The selected format must&lt;br /&gt;
match the setting of the target server, especially for dots in symbolic names&lt;br /&gt;
and for compact or S7-1500-compatible formatting.&lt;br /&gt;
&lt;br /&gt;
The editor supports anonymous login, user name and password, and&lt;br /&gt;
certificate-based connections. Depending on the endpoint, signing or signing&lt;br /&gt;
and encryption can be selected. Different certificate stores and certificate&lt;br /&gt;
groups can be selected. The local PKI folder can be configured in the settings.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Security.png|700px|thumb|center|Selection of a security policy, certificate and connection endpoint.]]&lt;br /&gt;
&lt;br /&gt;
== Assigning a controller and program ==&lt;br /&gt;
&lt;br /&gt;
When a controller is added, its name, host name or IP address, protocol and&lt;br /&gt;
connection parameters are defined. Use &amp;lt;code&amp;gt;Test connection&amp;lt;/code&amp;gt; to check&lt;br /&gt;
that the controller is reachable before continuing with the configuration.&lt;br /&gt;
&lt;br /&gt;
Select &amp;lt;code&amp;gt;Assign program&amp;lt;/code&amp;gt; to open the offline project and choose the&lt;br /&gt;
corresponding CPU or station. Password-protected TIA Portal projects from V15&lt;br /&gt;
to V21 can be opened with a user name and password. For TIA Portal projects,&lt;br /&gt;
the matching TIA Openness component and the required group membership must be&lt;br /&gt;
available.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Program_Selection.png|700px|thumb|center|Selecting a CPU or station from an offline project.]]&lt;br /&gt;
&lt;br /&gt;
== Selecting and editing OPC tags ==&lt;br /&gt;
&lt;br /&gt;
After a program has been assigned, the editor displays symbols, data blocks&lt;br /&gt;
and structures. Individual variables or complete branches can be activated as&lt;br /&gt;
OPC tags. The search function helps to find variables quickly in large&lt;br /&gt;
projects.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Variable_Selection.png|900px|thumb|center|Selecting program variables and data block structures as OPC tags.]]&lt;br /&gt;
&lt;br /&gt;
Variable properties include the OPC name, data type, address, access rights,&lt;br /&gt;
comment, measurement and scaling values, limits, and historical data settings.&lt;br /&gt;
The UA node identifier is displayed and can be copied.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Variable_Properties.png|600px|thumb|center|Properties of an OPC tag, including the OPC name and access rights.]]&lt;br /&gt;
&lt;br /&gt;
== Transferring, reading, importing and exporting configurations ==&lt;br /&gt;
&lt;br /&gt;
Configurations can be transferred to the server for individual sections or&lt;br /&gt;
as a complete project. The configuration stored on the server can also be read&lt;br /&gt;
back into the editor. Existing project and XML files can be imported and&lt;br /&gt;
exported again.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Transfer_Configuration.png|650px|thumb|center|Transferring a configuration from the Project view to the OPC UA server.]]&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Import_Configuration.png|650px|thumb|center|Importing an existing configuration file.]]&lt;br /&gt;
&lt;br /&gt;
The Server view displays server information, status, historical data and the&lt;br /&gt;
address space. The complete XML node identifier is displayed for UA nodes and&lt;br /&gt;
can be used in external clients or scripts. Namespaces of the connected server&lt;br /&gt;
can be exported as XML nodesets.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_UA_Nodes.png|700px|thumb|center|Online display of the OPC UA address space with node identifiers and attributes.]]&lt;br /&gt;
&lt;br /&gt;
== External data, variable transfer and MQTT ==&lt;br /&gt;
&lt;br /&gt;
Additional OPC UA servers can be connected under &#039;&#039;&#039;External data&#039;&#039;&#039;. Variable&lt;br /&gt;
transfer maps source variables from one server to target variables. Duplicate&lt;br /&gt;
and multiple assignments are checked, and array ranges can also be mapped.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Variable_Transfer.png|900px|thumb|center|Mapping source and target variables in the variable transfer view.]]&lt;br /&gt;
&lt;br /&gt;
User-defined variables create a separate address space. Variables read from&lt;br /&gt;
the server are cached and can be read again with &amp;lt;code&amp;gt;Refresh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For MQTT connections, the broker address, client ID, credentials, topics,&lt;br /&gt;
message template, last-will message, certificates and other security parameters&lt;br /&gt;
can be configured. Availability depends on the target device and its firmware.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_MQTT_Configuration.png|750px|thumb|center|Properties of an MQTT connection.]]&lt;br /&gt;
&lt;br /&gt;
== Modbus, Mitsubishi and SINUMERIK ==&lt;br /&gt;
&lt;br /&gt;
=== Modbus ===&lt;br /&gt;
&lt;br /&gt;
Modbus TCP and RTU devices are added as separate configurations. For every&lt;br /&gt;
variable, the data type, unit ID, address, limits, historical data settings and&lt;br /&gt;
UA node identifier can be defined.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Modbus_Configuration.png|700px|thumb|center|Adding a Modbus configuration.]]&lt;br /&gt;
&lt;br /&gt;
=== Mitsubishi and Rockwell ===&lt;br /&gt;
&lt;br /&gt;
Mitsubishi PLCs and robots are added as stations; their programs and variables&lt;br /&gt;
can then be selected and edited. Rockwell ControlLogix and CompactLogix&lt;br /&gt;
controllers are also supported.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_Mitsubishi_Configuration.png|800px|thumb|center|Mitsubishi configuration in the Project view.]]&lt;br /&gt;
&lt;br /&gt;
=== SINUMERIK ===&lt;br /&gt;
&lt;br /&gt;
For SINUMERIK 840D SolutionLine and PowerLine as well as SINUMERIK ONE, CNC&lt;br /&gt;
stations can be added, the model can be read and NC variables can be activated.&lt;br /&gt;
The integrated PLC is configured separately as a controller. NC-VAR Selector&lt;br /&gt;
files can be imported to extend the address space.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Editor_SINUMERIK_Configuration.png|520px|thumb|center|Connection parameters of a new SINUMERIK CNC station.]]&lt;br /&gt;
&lt;br /&gt;
== Nodesets, information models and Python ==&lt;br /&gt;
&lt;br /&gt;
XML nodesets can be added as information models, edited, refreshed, imported&lt;br /&gt;
and exported. The complete nodeset configuration can be read from the server&lt;br /&gt;
or transferred to it.&lt;br /&gt;
&lt;br /&gt;
The editor generates Python module templates from a nodeset, either with or&lt;br /&gt;
without variable instances. Names are checked during generation so that only&lt;br /&gt;
valid Python identifiers are created. Variables and methods in an information&lt;br /&gt;
model can therefore be linked to Python functions on the IBH Link UA.&lt;br /&gt;
&lt;br /&gt;
See also: [[IBH Link UA:Python/Methods/Data models|Python, methods and data models]].&lt;br /&gt;
&lt;br /&gt;
== Current released extensions compared with the PDF manual ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Area&lt;br /&gt;
! Current functionality&lt;br /&gt;
|-&lt;br /&gt;
| TIA Portal&lt;br /&gt;
| Project import up to TIA Portal V21; password-protected projects from V15 can be opened with a user name and password.&lt;br /&gt;
|-&lt;br /&gt;
| Certificates and PKI&lt;br /&gt;
| Selection of different certificate stores and certificate groups; freely selectable local PKI folder.&lt;br /&gt;
|-&lt;br /&gt;
| Global Discovery Service&lt;br /&gt;
| Management of GDS connections; creation of server certificates or CSR files; retrieval of certificates and certificate lists.&lt;br /&gt;
|-&lt;br /&gt;
| Nodesets and Python&lt;br /&gt;
| XML nodeset export, synchronization with the server and generation of Python module templates with valid identifiers.&lt;br /&gt;
|-&lt;br /&gt;
| User-defined variables&lt;br /&gt;
| Caching of server variables and selective refresh of online data.&lt;br /&gt;
|-&lt;br /&gt;
| Variable transfer&lt;br /&gt;
| Checks for duplicate or multiple source and target assignments, plus improved mapping of array ranges.&lt;br /&gt;
|-&lt;br /&gt;
| Operation and compatibility&lt;br /&gt;
| 64-bit support, compatible project files between 32-bit and 64-bit versions, and improvements for high-resolution displays.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related pages ==&lt;br /&gt;
&lt;br /&gt;
* [[IBH Link UA:Startup operations|IBH Link UA startup operations]]&lt;br /&gt;
* [[IBH Link UA:Client functions|OPC UA client functions]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Image source: IBH OPC UA Editor Manual, TTI Trans Tech International / IBHsoftec GmbH, September 2024. The images were taken from the English PDF manual.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_SINUMERIK_Configuration.png&amp;diff=2341</id>
		<title>File:IBH OPC UA Editor SINUMERIK Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_SINUMERIK_Configuration.png&amp;diff=2341"/>
		<updated>2026-08-05T12:52:53Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Mitsubishi_Configuration.png&amp;diff=2340</id>
		<title>File:IBH OPC UA Editor Mitsubishi Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Mitsubishi_Configuration.png&amp;diff=2340"/>
		<updated>2026-08-05T12:52:51Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Modbus_Configuration.png&amp;diff=2339</id>
		<title>File:IBH OPC UA Editor Modbus Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Modbus_Configuration.png&amp;diff=2339"/>
		<updated>2026-08-05T12:52:50Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_MQTT_Configuration.png&amp;diff=2338</id>
		<title>File:IBH OPC UA Editor MQTT Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_MQTT_Configuration.png&amp;diff=2338"/>
		<updated>2026-08-05T12:52:48Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Variable_Transfer.png&amp;diff=2337</id>
		<title>File:IBH OPC UA Editor Variable Transfer.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Variable_Transfer.png&amp;diff=2337"/>
		<updated>2026-08-05T12:52:47Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Security.png&amp;diff=2336</id>
		<title>File:IBH OPC UA Editor Security.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Security.png&amp;diff=2336"/>
		<updated>2026-08-05T12:52:45Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_UA_Nodes.png&amp;diff=2335</id>
		<title>File:IBH OPC UA Editor UA Nodes.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_UA_Nodes.png&amp;diff=2335"/>
		<updated>2026-08-05T12:52:44Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Import_Configuration.png&amp;diff=2334</id>
		<title>File:IBH OPC UA Editor Import Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Import_Configuration.png&amp;diff=2334"/>
		<updated>2026-08-05T12:52:36Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Transfer_Configuration.png&amp;diff=2333</id>
		<title>File:IBH OPC UA Editor Transfer Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Transfer_Configuration.png&amp;diff=2333"/>
		<updated>2026-08-05T12:52:35Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Variable_Properties.png&amp;diff=2332</id>
		<title>File:IBH OPC UA Editor Variable Properties.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Variable_Properties.png&amp;diff=2332"/>
		<updated>2026-08-05T12:52:34Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Variable_Selection.png&amp;diff=2331</id>
		<title>File:IBH OPC UA Editor Variable Selection.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Variable_Selection.png&amp;diff=2331"/>
		<updated>2026-08-05T12:52:32Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Program_Selection.png&amp;diff=2330</id>
		<title>File:IBH OPC UA Editor Program Selection.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Program_Selection.png&amp;diff=2330"/>
		<updated>2026-08-05T12:52:31Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Server_Connection.png&amp;diff=2329</id>
		<title>File:IBH OPC UA Editor Server Connection.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Server_Connection.png&amp;diff=2329"/>
		<updated>2026-08-05T12:52:30Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Overview.png&amp;diff=2328</id>
		<title>File:IBH OPC UA Editor Overview.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH_OPC_UA_Editor_Overview.png&amp;diff=2328"/>
		<updated>2026-08-05T12:52:28Z</updated>

		<summary type="html">&lt;p&gt;Axel: Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Image taken from the English &amp;quot;IBH OPC UA Editor Manual&amp;quot;, TTI Trans Tech International / IBHsoftec GmbH, September 2024. Uploaded for the IBHsoftec Wiki article &amp;quot;IBH OPC UA Editor&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2327</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=Main_Page&amp;diff=2327"/>
		<updated>2026-08-05T12:51:04Z</updated>

		<summary type="html">&lt;p&gt;Axel: IBH Link UA section organized and new documentation linked&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Welcome to the Wiki of IBHsoftec GmbH! [[http://www.ibhsoftec.com/ IBHsoftec GmbH]]&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Germany.png|link=http://wiki.ibhsoftec.com/de/index.php?title=Hauptseite]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== S5/S7 AI for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10030.png|[https://www.ibhsoftec.com/en/p/s5-s7-ai-for-windows-r S5/S7 AI &amp;lt;br /&amp;gt;for Windows®]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 AI for Windows:Licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 AI for Windows:License transfer|License transfer]]&lt;br /&gt;
* [[S5/S7 AI Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Language support|Copilot language support]]&lt;br /&gt;
* [[S5/S7 AI for Windows:What&#039;s new?|What&#039;s new?]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot access to AI|Copilot access to AI]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
* [[Complete example: Analyze a missing motor enable with Copilot]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Company Server|Company Server]]&lt;br /&gt;
* [[S5/S7 AI for Windows:Copilot data flow|Copilot data flow]]&lt;br /&gt;
&lt;br /&gt;
== S5/S7 for Windows® ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:10022.png|[http://www.ibhsoftec.com/S57W-Eng S5+S7 for Windows® Version 7]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S5/S7 for Windows:licensing|Licensing]]&lt;br /&gt;
* [[S5/S7 for Windows:Handling of PLC backup archive files|Handling of PLC backup archive files xxx.arv]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 COM packages|S5: Calling of the STEP5 COM packages]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 STEP5 Basic Programming|S5: STEP5 Basic Programming]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via H1|S5: Programming via H1]]&lt;br /&gt;
* [[S5/S7 for Windows:S5 Programming via SINEC L2|S5: Programming via SINEC L2]]&lt;br /&gt;
* [[S5/S7 for Windows:USB S5/S7 Prommer (Siemens)|USB S5/S7 Prommer (Siemens)]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link IoT==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH-Link-IoT-300.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH Link IoT:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH Link IoT:Manual|Manual]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link IoT|TeamViewer IoT License IBH Link IoT]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer IoT License IBH Link UA|TeamViewer IoT License IBH Link UA]]&lt;br /&gt;
*[[IBH Link IoT:TeamViewer Support|TeamViewer Support]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA Server/Client==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_OPC_UA_SoftPLC.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH OPC UA:Consistent Reading/Writing arrays and structures|Consistent Reading/Writing arrays and structures]]&lt;br /&gt;
* [[IBH OPC UA:Loading multible projects into the IBH Link UA|Loading multible projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH OPC UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH OPC UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH OPC UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
&lt;br /&gt;
== IBH OPC UA IOT2040 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_IoT_2040_300px.jpg|&#039;&#039;&#039;[https://www.ibhsoftec.com/IBH-OPC-UA-IOT2040-Eng IBH OPC UA IOT2040]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBH OPC UA IOT2040:Startup operations|Startup operations]]&lt;br /&gt;
*[[IBH OPC UA IoT2040:Siemens IOT200 Inputs / Outputs|Siemens IOT200 Inputs / Outputs]]&lt;br /&gt;
&lt;br /&gt;
== IBH Link UA ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:LinkUA.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA]&lt;br /&gt;
Image:IBH_Link_UA_QC_64._1000px.png|[https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA QC 64]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Getting started and configuration ===&lt;br /&gt;
* [[IBH Link UA:Description|Description]]&lt;br /&gt;
* [[IBH Link UA:Manual|Manual]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC UA Editor|Configuration with IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with IBH OPC Editor|Configuration with IBH OPC Editor]]&lt;br /&gt;
* [[IBH Link UA:Configuration with TIA Portal|Configuration with TIA Portal]]&lt;br /&gt;
* [[IBH Link UA:Configuration with STEP7|Configuration with STEP7]]&lt;br /&gt;
* [[IBH Link UA:Loading multible projects into the IBH Link UA|Loading multiple projects into the IBH Link UA]]&lt;br /&gt;
* [[IBH Link UA:Logo8 Configuration with IBH OPC Editor|Logo8 Configuration with IBH OPC Editor]]&lt;br /&gt;
&lt;br /&gt;
=== OPC UA and data model ===&lt;br /&gt;
* [[IBH Link UA:Consistent Reading/Writing arrays and structures|Consistent reading/writing of arrays and structures]]&lt;br /&gt;
* [[IBH Link UA:Variable Syntax|Variable syntax]]&lt;br /&gt;
* [[IBH Link UA:Client functions|Client functions]]&lt;br /&gt;
* [[IBH Link UA:Integrated S7 SoftPLC|Integrated S7 SoftPLC]]&lt;br /&gt;
* [[IBH Link UA:IBH Link UA with WinCC 7|IBH Link UA with WinCC 7]]&lt;br /&gt;
&lt;br /&gt;
=== Controllers and protocols ===&lt;br /&gt;
* [[IBH Link UA:Modbus connection|Modbus connection]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi PLC|Mitsubishi PLC]]&lt;br /&gt;
* [[IBH Link UA:Mitsubishi Robots|Mitsubishi Robots]]&lt;br /&gt;
* [[IBH Link UA:Rockwell PLC|Rockwell PLC]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC 840D/840D SL|SINUMERIK 840D/840D SL]]&lt;br /&gt;
* [[IBH Link UA:SINUMERIC ONE|SINUMERIK ONE]]&lt;br /&gt;
&lt;br /&gt;
=== IIoT, edge and integration ===&lt;br /&gt;
* [[IBH Link UA:MQTT Description|MQTT description]]&lt;br /&gt;
* [[IBH Link UA:MQTT connection|MQTT connection]]&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]]&lt;br /&gt;
* [[IBH Link UA:Python/Methods/Data models |Python/Methods/Data models]]&lt;br /&gt;
&lt;br /&gt;
=== Security, operation and monitoring ===&lt;br /&gt;
* [[IBH Link UA:GDS|GDS - centralized certificate management]]&lt;br /&gt;
* [[IBH Link UA:Nagios|Nagios/NRPE monitoring]]&lt;br /&gt;
* [[IBH Link UA:Redundancy|Redundancy]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Reset button|Reset button]]&lt;br /&gt;
* [[IBH Link UA:New features|New features]]&lt;br /&gt;
&lt;br /&gt;
==Mitsubishi Electric IoT Gateway==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:Mitsubishi_IoT_RD55_S.png|[https://www.ibhsoftec.com/News-Eng Mitsubishi Electric IoT Gateway]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Flyer/Orderinformation|Flyer/Orderinformation]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Manual|Manual]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:GENESIS V11 MQTT SparkplugB communication|GENESIS V11 MQTT SparkplugB communication]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:backplane bus|Easy PLC communication through backplane bus]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Support|Support]]&lt;br /&gt;
*[[Mitsubishi Electric IoT Gateway:Sales|Sales]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S5++ ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; without IBH Net driver]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 TIA Portal V11 WinCC flexible|Access to a SIMATIC S5 with TIA Portal V11 WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 WinCC flexible|Access to a SIMATIC S5 with WinCC flexible over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 PLC PcVue|Access to a SIMATIC S5 with PcVue over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Elipse SCADA|Access to a SIMATIC S5 with Elipse SCADA over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:SIMATIC® S5 Intouch|Access to a SIMATIC S5 with Intouch over IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S5++|LOGO! with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:S7 1500 PLC with IBHLink S7++|Data exchange between a SIMATIC S7 1500 and a SIMATIC S5 with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Beckhoff TwinCAT PLC with IBHLink S5++|Data exchange between the TwinCAT PLC and a S5 controller with IBHLink S5++]]&lt;br /&gt;
* [[IBHLink S5++:Network configuration via USB|Network configuration via USB]]&lt;br /&gt;
&lt;br /&gt;
== IBHLink S7++ ==&lt;br /&gt;
All listet articles are avlid for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++] (bus connector format) and for the [http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS] (din rail mount)&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBHLink S7++:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
* [[IBHLink S7++:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
* [[IBHLink S7++:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039; via SINEC L2]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 TIA Portal WinCC flexible|Access to S7-300/S7-400 with TIA Portal V11 WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 WinCC flexible|Access to S7-300/S7-400 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-200 WinCC flexible|Access to S7-200 with WinCC flexible over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Intouch|Access to S7-300/S7-400 with Intouch over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 Elipse SCADA|Access to S7-300/S7-400 with Elipse SCADA over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:S7-300/S7-400 PcVue|Access to S7-300/S7-400 with PcVue over IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:IBH Link S7++ with CommDTM|IBH Link S7++ with CommDTM]]&lt;br /&gt;
* [[IBHLink S7++:VEGASON IBHNetDTM|IBHNet DTM with PACTware]]&lt;br /&gt;
* [[IBHLink S7++:PLC-PLC communication|PLC-PLC communication]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation|Time Synchronisation]]&lt;br /&gt;
* [[IBHLink S7++:Time Synchronisation with NetPro|Time Synchronisation with NetPro]]&lt;br /&gt;
* [[IBHLink S7++:LOGO! with IBHLink S7++|LOGO! with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink:S7++:SINAMICS G120 with IBHLink S7++|Online connection to SINAMICS G120 drives with IBHLink S7++]]&lt;br /&gt;
* [[IBHLink S7++:Beckhoff TwinCAT PLC with IBHLink S7++|Data exchange between the TwinCAT PLC and a S7 controller with IBHLink S7++]]&lt;br /&gt;
&lt;br /&gt;
== OPC Server ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1150.png|[http://www.ibhsoftec.com/OPC-Eng IBH OPC Server]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[OPCServer:Overview|Overview]]&lt;br /&gt;
* [[OPCServer:Licensing|Licensing]]&lt;br /&gt;
* [[OPCServer:Server Configuration|Server Configuration]]&lt;br /&gt;
* [[OPCServer:Variable Syntax|Variable Syntax]]&lt;br /&gt;
* [[OPCServer:Optimization|Optimization]]&lt;br /&gt;
* [[OPCServer:DCOM Configuration|DCOM Configuration]]&lt;br /&gt;
* [[OPCServer:Operation with User rights|Operation with User rights]]&lt;br /&gt;
* [[OPCServer:Pro Tool Pro V6|Pro Tool Pro V6]]&lt;br /&gt;
* [[OPCServer:WinCC|WinCC]]&lt;br /&gt;
* [[OPCServer:WinCC Flexible|WinCC Flexible]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch FS Gateway|Create Variables manually with Intouch FS Gateway]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch FS Gateway using the Item Browser|Create Variables with Intouch FS Gateway using the Item Browser]]&lt;br /&gt;
* [[OPCServer:Create Variables manually with Intouch|Create Variables manually with Intouch]]&lt;br /&gt;
* [[OPCServer:Create Variables with Intouch TagCreator|Create Variables with Intouch TagCreator]]&lt;br /&gt;
* [[OPCServer:HPI Scada|HPI Scada]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO 8 |Variables from LOGO 8]]&lt;br /&gt;
* [[OPCServer:Variables from LOGO! RCE|Variables from LOGO! RCE]]&lt;br /&gt;
* [[OPCServer:H1 with OPC Server|H1 with OPC Server]]&lt;br /&gt;
* [[OPCServer:IBH OPC Server with Siemens S7-1200 and S7-1500 PLCs|OPC Server with Siemens S7-1200 and S7-1500 PLCs]]&lt;br /&gt;
&lt;br /&gt;
== S7-SoftPLC ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:1302.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-SoftPLC:LOGO! with S7-SoftPLC|LOGO! with S7-SoftPLC]]&lt;br /&gt;
* Installation&lt;br /&gt;
** [[S7-SoftPLC:System requirements|System requirements]]&lt;br /&gt;
** [[S7-SoftPLC:Installing S7-SoftPLC|Installation]]&lt;br /&gt;
** [[S7-SoftPLC:Uninstalling S7-SoftPLC|Deinstallation]]&lt;br /&gt;
* Online&lt;br /&gt;
** [[S7-SoftPLC:S7-SoftPLC online functions|Functions]]&lt;br /&gt;
** [[S7-SoftPLC:Online with STEP®7|Online with STEP®7]]&lt;br /&gt;
** [[S7-SoftPLC:Online with S7 for Windows®|Online with S7 for Windows®]]&lt;br /&gt;
* [[S7-SoftPLC:Visualizations|Visualizations]]&lt;br /&gt;
** [[S7-SoftPLC:Using the IBH S7-SoftPLC with Intouch via RFC1006|Using with Intouch via RFC1006]]&lt;br /&gt;
* [[S7-SoftPLC:Data Interface|Data Interface]]&lt;br /&gt;
* User Interface&lt;br /&gt;
** [[S7-SoftPLC:Interface and Configuration|Interface and Configuration]]&lt;br /&gt;
** [[S7-SoftPLC:Classic View|Classic View]]&lt;br /&gt;
** [[S7-SoftPLC:Configuration View|Configuration View]]&lt;br /&gt;
* Menu&lt;br /&gt;
** [[S7-SoftPLC:File menu|File]]&lt;br /&gt;
** [[S7-SoftPLC:Edit menu|Edit]]&lt;br /&gt;
** [[S7-SoftPLC:View menu|View]]&lt;br /&gt;
** [[S7-SoftPLC:Help menu|Help]]&lt;br /&gt;
** [[S7-SoftPLC:Toolbar|Toolbar]]&lt;br /&gt;
** [[S7-SoftPLC:I/O monitor|I/O monitor]]&lt;br /&gt;
* Configuration&lt;br /&gt;
** CPU Parameters&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CPU Parameters of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
** Driver&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers|Add/remove drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Add/remove drivers to S7-SoftPLC|Add/remove drivers to S7-SoftPLC]]&lt;br /&gt;
** Addidata&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the ADDI-DATA driver|Configuration of driver]]&lt;br /&gt;
*** [[S7-SoftPLC:ADDI-DATA driver for S7-SoftPLC|Driver for S7-SoftPLC]]&lt;br /&gt;
**Beckhoff TwinCAT I/O &lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O drivers|Configuration of drivers]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration TwinCAT I/O with PLC43:INI|Configuration with PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:S7-SoftPLC Service and TwinCat|S7-SoftPLC Service and TwinCat]]&lt;br /&gt;
**CIF 30/50/60&lt;br /&gt;
*** [[S7-SoftPLC:Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring the CIF-card with the SyCon System Configurator|Configuration with System Configurator]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 Settings|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:CIF 30/50/60 settings of S7-SoftPLC|PLC43.INI]]&lt;br /&gt;
*** [[S7-SoftPLC:PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** cifX (CIFX 50 and CIFX 90)&lt;br /&gt;
*** [[S7-SoftPLC:cifX Basic configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuration of cifX card with SYCON.NET|Configuration with SYCON.NET]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX User Interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX settings of IBHsoftec S7-SoftPLC|Settings of the IBHsoftec S7-SoftPLC]]&lt;br /&gt;
*** [[S7-SoftPLC:cifX PROFIBUS® configuration via S7 for Windows®/STEP®7|PROFIBUS® configuration via S7 for Windows®/STEP®7]]&lt;br /&gt;
** CP340/CP440&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/CP440 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP340/CP440 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP340/440 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** CP343/CP443 &lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/CP443 emulation|Emulation]]&lt;br /&gt;
*** [[S7-SoftPLC:Configure the CP343/CP443 emulation via user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring CP343/443 emulation in PLC43.INI|PLC43.INI]]&lt;br /&gt;
** I/O Port&lt;br /&gt;
*** [[S7-SoftPLC:Configuring PC hardware ports|Configuring PC hardware ports]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware port with user interface|User interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting PC hardware ports with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** Modbus TCP&lt;br /&gt;
*** [[S7-SoftPLC:Modbus TCP configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Configuring Modbus TCP with PLC43.INI|PLC43.INI]]&lt;br /&gt;
** NVRAM&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:NVRAM configuration with the PLC43.INI|PLC43.INI]]&lt;br /&gt;
** User SFC&lt;br /&gt;
*** [[S7-SoftPLC:User SFC configuration|Configuration]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the user interface|User Interface]]&lt;br /&gt;
*** [[S7-SoftPLC:Setting the User SFC&#039;s/FC&#039;s within the PLC43.INI|PLC43.INI]]&lt;br /&gt;
* [[S7-SoftPLC:Technical data|Technical data]]&lt;br /&gt;
** [[S7-SoftPLC:Instruction set|Instruction set]]&lt;br /&gt;
** [[S7-SoftPLC:STEP®7 Hardwareconfiguration|STEP®7 Hardwareconfiguration]]&lt;br /&gt;
** [[S7-SoftPLC:Diagnostic buffer entries|Diagnostic buffer entries]]&lt;br /&gt;
** [[S7-SoftPLC:Differences between S7-SoftPLC and Hardware-PLC|Differences]]&lt;br /&gt;
** [[S7-SoftPLC:AppStarter|AppStarter]]&lt;br /&gt;
** [[S7-SoftPLC:Zero modem cable|Zero modem cable]]&lt;br /&gt;
&lt;br /&gt;
== S7-PCI315 ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:3100.png|[http://www.ibhsoftec.com/SoftPLC-Eng SoftPLC S7-416]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[S7-PCI315:Documentation Overview|Documentation Overview]]&lt;br /&gt;
* [[S7-PCI315:Legal Notes|Legal Notes]]&lt;br /&gt;
* [[S7-PCI315:Licenses|Licenses]]&lt;br /&gt;
* [[S7-PCI315:Safety|Safety]]&lt;br /&gt;
* [[S7-PCI315:Description and Requirements|Description and Requirements]]&lt;br /&gt;
* [[S7-PCI315:Device Drawings|Device Drawings]]&lt;br /&gt;
* [[S7-PCI315:System Overview|System Overview]]&lt;br /&gt;
* [[S7-PCI315:Device Driver Setup|Device Driver Setup]]&lt;br /&gt;
* [[S7-PCI315:Firmware Update|Firmware Update]]&lt;br /&gt;
* [[S7-PCI315:USB driver installation|USB driver installation]]&lt;br /&gt;
* [[S7-PCI315:Install S7netPLCComm service|Install S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Safety Advices|Safety Advices]]&lt;br /&gt;
* [[S7-PCI315:Installing Battery|Installing Battery]]&lt;br /&gt;
* [[S7-PCI315:Installing S7-PCI315 PLC|Installing S7-PCI315 PLC]]&lt;br /&gt;
* [[S7-PCI315:HMI/data access|HMI/data access]]&lt;br /&gt;
* [[S7-PCI315:S7netPLCComm service|S7netPLCComm service]]&lt;br /&gt;
* [[S7-PCI315:Service configuration|Service configuration]]&lt;br /&gt;
* [[S7-PCI315:Configuration user interface|Configuration user interface]]&lt;br /&gt;
* [[S7-PCI315:Configuration INI file|Configuration INI file]]&lt;br /&gt;
* [[S7-PCI315:WinCC Flexible local|WinCC Flexible local]]&lt;br /&gt;
* [[S7-PCI315:Programming|Programming]]&lt;br /&gt;
* [[S7-PCI315:Instruction set|Instruction set]]&lt;br /&gt;
* [[S7-PCI315:Integrated blocks|Integrated blocks]]&lt;br /&gt;
* [[S7-PCI315:Power Supply|Power Supply]]&lt;br /&gt;
* [[S7-PCI315:Reset Behaviour|Reset Behaviour]]&lt;br /&gt;
* [[S7-PCI315:RUN/STOP Switch|RUN/STOP Switch]]&lt;br /&gt;
* [[S7-PCI315:Battery|Battery]]&lt;br /&gt;
* [[S7-PCI315:Changing the Battery|Changing the Battery]]&lt;br /&gt;
* [[S7-PCI315:Battery Disposal|Battery Disposal]]&lt;br /&gt;
* [[S7-PCI315:LED|LED]]&lt;br /&gt;
* [[S7-PCI315:LED SYS|LED SYS]]&lt;br /&gt;
* [[S7-PCI315:LED APL|LED APL]]&lt;br /&gt;
* [[S7-PCI315:LED PROFIBUS DP-Master|LED PROFIBUS DP-Master]]&lt;br /&gt;
* [[S7-PCI315:Memory Card|Memory Card]]&lt;br /&gt;
* [[S7-PCI315:Storage Behaviour|Storage Behaviour]]&lt;br /&gt;
* [[S7-PCI315:Read State|Read State]]&lt;br /&gt;
* [[S7-PCI315:Dualport communication|Dualport communication]]&lt;br /&gt;
* [[S7-PCI315:Knowledge base|Knowledge base]]&lt;br /&gt;
* [[S7-PCI315:Troubleshooting|Troubleshooting]]&lt;br /&gt;
* [[S7-PCI315:Error Codes|Error Codes]]&lt;br /&gt;
* [[S7-PCI315:Technical Data|Technical Data]]&lt;br /&gt;
&lt;br /&gt;
== IBHNet ==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;3&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20284.png|[http://www.ibhsoftec.com/IBH-Link-S5-PP-Eng IBHLink S5++]&lt;br /&gt;
Image:20266.gif|[http://www.ibhsoftec.com/IBH-Link-S7-PP-Eng IBHLink S7++]&lt;br /&gt;
Image:20268.png|[http://www.ibhsoftec.com/IBH-Link-S7-PP-HS-Eng IBHLink S7++ HS]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
*[[IBHNet:Introduction|Introduction]]&lt;br /&gt;
*[[IBHNet:System Requirements|System Requirements]]&lt;br /&gt;
*[[IBHNet:Installation|Installation]]&lt;br /&gt;
*[[IBHNet:Local Operation|Local Operation]]&lt;br /&gt;
*[[IBHNet:Operation in a local area network|Operation in a local area network]]&lt;br /&gt;
*[[IBHNet:Operation via the Internet|Operation via the Internet]]&lt;br /&gt;
*[[IBHNet:IBH Link S7|IBH Link S7]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++|IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link S5++ with STEP®5|IBH Link S5++ with STEP®5]]&lt;br /&gt;
*[[IBHNet:Defining access names to identify the PLCs|Defining access names to identify the PLCs]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7|Settings within STEP®7]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 without IBHNet driver|Settings within STEP®7 without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Settings within STEP®7 MicroWin starting with V3.1 SP2|Settings within STEP®7 MicroWin starting with V3.1 SP2]]&lt;br /&gt;
*[[IBHNet:Settings within TIA®|Settings within TIA®]]&lt;br /&gt;
*[[IBHNet:Settings within TIA® without IBHNet driver|Settings within TIA® without IBHNet driver]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC|Using IBHNet with WinCC]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with ProTool|Using IBHNet with ProTool]]&lt;br /&gt;
*[[IBHNet:Using IBHNet with WinCC Flexible|Using IBHNet with WinCC Flexible]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S5++ with Intouch|Using the IBH Link S5++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Using the IBH Link S7++ with Intouch|Using the IBH Link S7++ with Intouch]]&lt;br /&gt;
*[[IBHNet:Accessing PLC variables|Accessing PLC variables]]&lt;br /&gt;
*[[IBHNet:Fetch/Write|Fetch/Write]]&lt;br /&gt;
*[[IBHNet:Unprojected PLC-PLC communication|Unprojected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:Projected PLC-PLC communication|Projected PLC-PLC communication]]&lt;br /&gt;
*[[IBHNet:RFC1006 Communication IBH Link S7++/S7++HS|RFC1006 Communication IBH Link S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Beckhoff TwinCAT PLC with IBHLink S5++/S7++/S7++HS|Data exchange between the TwinCAT PLC and a S5/S7 controller with IBHLink S5++/S7++/S7++HS]]&lt;br /&gt;
*[[IBHNet:Troubleshooting|Troubleshooting]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7|Technical Data IBH Link S7]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7 Plus|Technical Data IBH Link S7 Plus]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S7++/S7++ HS|Technical Data IBH Link S7++/S7++ HS]]&lt;br /&gt;
*[[IBHNet:Technical Data IBH Link S5++|Technical Data IBH Link S5++]]&lt;br /&gt;
*[[IBHNet:IBH Link History|IBH Link History]]&lt;br /&gt;
*[[IBHNet:Revisions|Revisions]]&lt;br /&gt;
&lt;br /&gt;
==IBH USB-S5-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:IBH_USB_S5.gif|[http://www.ibhsoftec.com/IBH-USB-S5-Adapter-Eng IBH-USB-S5-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® S5 for Windows®|Access to a SIMATIC S5 with &#039;&#039;S5 for Windows®&#039;&#039;]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:SIMATIC® STEP®5|Access to a SIMATIC S5 with STEP®5]]&lt;br /&gt;
* [[IBH USB-S5-Adapter:Maximum USB cable length|Maximum USB cable length]]&lt;br /&gt;
&lt;br /&gt;
==USB-S7-Adapter==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;2&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:20218.png|[http://www.ibhsoftec.com/USB-S7-Adapter-C-Eng USB-S7-Adapter]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[USB-S7-Adapter:PLC S7-300 and S7-400 S7 for Windows®|Access to a PLC S7-300 and S7-400 with &#039;&#039;S7 for Windows®&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
==IBH S7-CX315/CX317==&lt;br /&gt;
&amp;lt;gallery perrow=&amp;quot;1&amp;quot; class=&amp;quot;float-right&amp;quot;&amp;gt;&lt;br /&gt;
Image:S7_CX317.jpg|[http://www.ibhsoftec.com/S7-CX317-Eng IBH S7-CX317]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* [[IBH S7-CX315/CX317:Task 2 SEQ converter|Task 2 SEQ converter]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Redundancy&amp;diff=2326</id>
		<title>IBH Link UA:Redundancy</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Redundancy&amp;diff=2326"/>
		<updated>2026-08-05T12:50:03Z</updated>

		<summary type="html">&lt;p&gt;Axel: Redundancy manual translated with all illustrations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the setup and monitoring of redundant OPC UA servers with the IBH Link UA quad-core.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[https://download.ibhsoftec.com/german/Handbuecher/IBH-Link-UA%E2%80%93Redundanz.pdf Original redundancy manual as PDF (German, 2023)]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
The IBH Link UA supports &#039;&#039;&#039;non-transparent server redundancy&#039;&#039;&#039; in &#039;&#039;&#039;Hot&#039;&#039;&#039; failover mode. All servers in a redundant set are powered on, operational and work independently. Each server has its own Server URI and endpoint URL.&lt;br /&gt;
&lt;br /&gt;
An OPC UA client can discover the other members of the redundant set through the redundancy information provided by a server. The client must support and perform the actual switch to another server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Property&lt;br /&gt;
! Implementation&lt;br /&gt;
|-&lt;br /&gt;
| Redundancy model&lt;br /&gt;
| non-transparent&lt;br /&gt;
|-&lt;br /&gt;
| Failover mode&lt;br /&gt;
| Hot&lt;br /&gt;
|-&lt;br /&gt;
| Server state&lt;br /&gt;
| all servers are operational in parallel&lt;br /&gt;
|-&lt;br /&gt;
| Failover decision&lt;br /&gt;
| performed by the OPC UA client&lt;br /&gt;
|-&lt;br /&gt;
| Supported devices&lt;br /&gt;
| IBH Link UA quad-core&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:IBH-Link-UA-Redundanz-Topologie.jpg|thumb|center|800px|Example topology with two redundant IBH Link UA devices and an OPC UA client.]]&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* At least two IBH Link UA quad-core devices.&lt;br /&gt;
* A unique IP address and host name for every device.&lt;br /&gt;
* Substantially identical OPC UA, station and variable configuration on every server.&lt;br /&gt;
* Access to the same PLCs or data sources from every redundant server.&lt;br /&gt;
* An OPC UA client that supports non-transparent redundancy and Hot failover.&lt;br /&gt;
* Correct time settings and valid certificates on all participating devices.&lt;br /&gt;
&lt;br /&gt;
== Configure redundant servers ==&lt;br /&gt;
&lt;br /&gt;
The configuration must be performed on &#039;&#039;&#039;every&#039;&#039;&#039; participating IBH Link UA.&lt;br /&gt;
&lt;br /&gt;
# Open the web interface of the first IBH Link UA.&lt;br /&gt;
# Open the &#039;&#039;&#039;Security&#039;&#039;&#039; page.&lt;br /&gt;
# In &#039;&#039;&#039;Redundant Servers (only HOT mode supported)&#039;&#039;&#039;, select &#039;&#039;&#039;Add redundant server&#039;&#039;&#039;.&lt;br /&gt;
# Enter the host name or IP address of the server and confirm with &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
# Repeat the procedure for every server in the redundant set.&lt;br /&gt;
# Verify that the complete server list is shown.&lt;br /&gt;
# Configure the same server list on every other IBH Link UA.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; The local server itself must also be included in the list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;420&amp;quot; heights=&amp;quot;260&amp;quot; perrow=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
File:IBH-Link-UA-Redundanz-Server-hinzufuegen.png|Add redundant servers on the &#039;&#039;&#039;Security&#039;&#039;&#039; page.&lt;br /&gt;
File:IBH-Link-UA-Redundanz-Serverliste.png|Verify the complete server list on every participating IBH Link UA.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Transfer the configuration to additional servers ==&lt;br /&gt;
&lt;br /&gt;
The OPC UA configuration should be substantially identical on all servers. Device-specific settings such as host name, IP address and endpoint URL must remain unique.&lt;br /&gt;
&lt;br /&gt;
=== Using the IBH OPC UA Editor ===&lt;br /&gt;
&lt;br /&gt;
If the first server was configured with the IBH OPC UA Editor, the project can be used as the basis for the additional servers. Adapt the server and network settings for the target device before transfer. Then verify the complete redundant server list on every device.&lt;br /&gt;
&lt;br /&gt;
=== Using the web interface ===&lt;br /&gt;
&lt;br /&gt;
# Open the &#039;&#039;&#039;System&#039;&#039;&#039; page on the configured device.&lt;br /&gt;
# In &#039;&#039;&#039;Backup and restore settings&#039;&#039;&#039;, download the configuration. The file is normally named &amp;lt;code&amp;gt;ibhlinkua-settings.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Keep an unchanged backup copy.&lt;br /&gt;
# Before using the file on another device, adapt the device-specific host name, IP address and endpoint URL values for the target device.&lt;br /&gt;
# On the target device, select and restore the configuration file under &#039;&#039;&#039;System&#039;&#039;&#039;.&lt;br /&gt;
# Perform the requested restart.&lt;br /&gt;
# After the restart, verify network settings, certificates, stations and the redundant server list.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Caution:&#039;&#039;&#039; Do not distribute an unchanged configuration file to multiple devices. Every server requires its own network identity and endpoint URL.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;380&amp;quot; heights=&amp;quot;250&amp;quot; perrow=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
File:IBH-Link-UA-Redundanz-Konfiguration-sichern.png|Download the configuration on the &#039;&#039;&#039;System&#039;&#039;&#039; page.&lt;br /&gt;
File:IBH-Link-UA-Redundanz-XML-anpassen.png|Adapt the host name and IP address for the target device.&lt;br /&gt;
File:IBH-Link-UA-Redundanz-Konfiguration-auswaehlen.png|Select the adapted configuration file on the target device.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Status information provided by the server ==&lt;br /&gt;
&lt;br /&gt;
The status values are available in the OPC UA address space below &amp;lt;code&amp;gt;Objects / Server&amp;lt;/code&amp;gt;. A client can use them for server selection and monitoring of the redundant set.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! OPC UA variable&lt;br /&gt;
! Path&lt;br /&gt;
! Data type&lt;br /&gt;
! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;RedundancySupport&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;ServerRedundancy&amp;lt;/code&amp;gt;&lt;br /&gt;
| Int32&lt;br /&gt;
| Value &amp;lt;code&amp;gt;3&amp;lt;/code&amp;gt; indicates Hot mode.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;ServerUriArray&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;ServerRedundancy&amp;lt;/code&amp;gt;&lt;br /&gt;
| String array&lt;br /&gt;
| Contains the Server URIs of all configured redundant servers.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;ServiceLevel&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;ServerStatus&amp;lt;/code&amp;gt;&lt;br /&gt;
| Byte&lt;br /&gt;
| Describes the server&#039;s ability to provide data from the connected devices.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;430&amp;quot; heights=&amp;quot;290&amp;quot; perrow=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
File:IBH-Link-UA-Redundanz-UaExpert-Status.png|Redundancy variables in the UaExpert Data Access View.&lt;br /&gt;
File:IBH-Link-UA-Redundanz-UaExpert-ServerUriArray.png|ServerUriArray entries in the Attributes view.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Evaluate ServiceLevel ===&lt;br /&gt;
&lt;br /&gt;
A high &amp;lt;code&amp;gt;ServiceLevel&amp;lt;/code&amp;gt; indicates a fully available server. If the value decreases, the client can select a more suitable server. After a connection is restored, the value increases accordingly.&lt;br /&gt;
&lt;br /&gt;
For an IBH Link UA with four connected PLC CPUs, the manual provides this example:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! ServiceLevel&lt;br /&gt;
! State&lt;br /&gt;
|-&lt;br /&gt;
| 255&lt;br /&gt;
| Data from all PLCs is available.&lt;br /&gt;
|-&lt;br /&gt;
| 199&lt;br /&gt;
| One PLC does not provide data.&lt;br /&gt;
|-&lt;br /&gt;
| 198&lt;br /&gt;
| Two PLCs do not provide data.&lt;br /&gt;
|-&lt;br /&gt;
| 197&lt;br /&gt;
| Three PLCs do not provide data.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
With additional connected PLCs, the value is reduced by one for each additional unavailable PLC. These values are status codes, not percentages.&lt;br /&gt;
&lt;br /&gt;
== Test redundancy with an OPC UA client ==&lt;br /&gt;
&lt;br /&gt;
UaExpert can be used to verify the server information:&lt;br /&gt;
&lt;br /&gt;
# Connect to one server in the redundant set.&lt;br /&gt;
# Open &amp;lt;code&amp;gt;Objects / Server / ServerRedundancy&amp;lt;/code&amp;gt; in the address space.&lt;br /&gt;
# Read &amp;lt;code&amp;gt;RedundancySupport&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ServerUriArray&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Monitor &amp;lt;code&amp;gt;ServiceLevel&amp;lt;/code&amp;gt; below &amp;lt;code&amp;gt;Objects / Server / ServerStatus&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Temporarily interrupt access to a PLC or server.&lt;br /&gt;
# Verify that &amp;lt;code&amp;gt;ServiceLevel&amp;lt;/code&amp;gt; changes and that the client switches to an available server.&lt;br /&gt;
# Restore the connection and verify that the status returns to normal.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Server is missing from ServerUriArray:&#039;&#039;&#039; Check the server list on every device and include the local server itself.&lt;br /&gt;
* &#039;&#039;&#039;Client does not switch:&#039;&#039;&#039; Verify that the client supports non-transparent redundancy and Hot failover and is configured accordingly.&lt;br /&gt;
* &#039;&#039;&#039;Servers cannot be reached:&#039;&#039;&#039; Check IP addresses, host names, routing and firewall rules.&lt;br /&gt;
* &#039;&#039;&#039;Certificate errors:&#039;&#039;&#039; Trust the certificates of all servers in the client and verify date and time.&lt;br /&gt;
* &#039;&#039;&#039;Different information models:&#039;&#039;&#039; Compare the project, stations and variable configuration on every server.&lt;br /&gt;
* &#039;&#039;&#039;Unexpected ServiceLevel:&#039;&#039;&#039; Check the PLC connections and station status separately on every server.&lt;br /&gt;
&lt;br /&gt;
== Further information ==&lt;br /&gt;
&lt;br /&gt;
* [https://reference.opcfoundation.org/Core/Part4/v104/docs/6.6.2.4.2 OPC UA Part 4 - ServiceLevel]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations and security]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Startup_operations&amp;diff=2325</id>
		<title>IBH Link UA:Startup operations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Startup_operations&amp;diff=2325"/>
		<updated>2026-08-05T12:48:42Z</updated>

		<summary type="html">&lt;p&gt;Axel: Link to centralized GDS certificate management added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Mounting and Connection ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH Link UA&#039;&#039;&#039; is designed for DIN rail mount:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_rail_mount.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:ACHTUNG.png|64px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ATTENTION!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Use only supply voltage from 12V to 36V to operate the device. Higher voltage may destroy the device.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_24V.png|200px]]&lt;br /&gt;
&lt;br /&gt;
Power supply: &#039;&#039;&#039;24VDC / 0,2A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuration of the IP addresses ==&lt;br /&gt;
&lt;br /&gt;
The administration can be made with a recent web browser over the Ethernet port 1 by using the host name http://&#039;&#039;&#039;ibhlinkua_&amp;lt;serial number&amp;gt;&#039;&#039;&#039; (f.i. http://&#039;&#039;&#039;ibhlinkua_001180&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
or over the ports 2-4 by entering the default IP Address &#039;&#039;&#039;192.168.1.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No other tools are required.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_ports_eng.png|600px]]&lt;br /&gt;
&lt;br /&gt;
Default IP Address configuration:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! Level !! Port !! Address&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Management level|| Port 1 || Host name: &#039;&#039;&#039;ibhlinkua_&amp;lt;serial number&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Control level || Port 2 - 4 || &#039;&#039;&#039;192.168.1.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Default Login:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;admin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;admin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Login.png|880px]]&lt;br /&gt;
&lt;br /&gt;
== Network: Management Level ==&lt;br /&gt;
&lt;br /&gt;
Network configuration for Port 1 (Management level respectively Supervision Level):&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Management_level.png|880px]]&lt;br /&gt;
&lt;br /&gt;
== Network: Control Level ==&lt;br /&gt;
&lt;br /&gt;
Network configuration for Port 2 - 4 (Control Level respectively Machine Level):&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Control_level.png|880px]]&lt;br /&gt;
&lt;br /&gt;
From both levels the &#039;&#039;&#039;Endpoint URL&#039;&#039;&#039; can be copied:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Endpoint_URL_eng.png|290px]]&lt;br /&gt;
&lt;br /&gt;
The Endpoint URL is provided by the IBH Link UA and is the destination URL for the OPC Client.&lt;br /&gt;
&lt;br /&gt;
In our sample, the UA Expert diagnostic client from Unified Automation is shown:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Endpoint_URL_Client_eng.png|423px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Time Settings ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ACHTUNG.png|64px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before creating certificates, the clock of the IBH Link UA must be set with the correct date and time!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Time.png|880px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
OPC UA can protect communication through authentication, message signing, encryption and application certificates.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Security.png|880px]]&lt;br /&gt;
&lt;br /&gt;
=== Message Security Modes ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Mode&lt;br /&gt;
! Protection&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
| Messages are neither signed nor encrypted.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Sign&amp;lt;/code&amp;gt;&lt;br /&gt;
| Messages are signed so that manipulation can be detected.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;SignAndEncrypt&amp;lt;/code&amp;gt;&lt;br /&gt;
| Messages are signed and encrypted.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For normal operation, use &amp;lt;code&amp;gt;SignAndEncrypt&amp;lt;/code&amp;gt; whenever all communication partners support it.&lt;br /&gt;
&lt;br /&gt;
=== Security Policies ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Security policy&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Basic128Rsa15&amp;lt;/code&amp;gt;&lt;br /&gt;
| Legacy policy; not recommended for new installations.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Basic256&amp;lt;/code&amp;gt;&lt;br /&gt;
| Older policy for compatibility with existing clients.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Basic256Sha256&amp;lt;/code&amp;gt;&lt;br /&gt;
| Modern policy using SHA-256.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Aes128_Sha256_RsaOaep&amp;lt;/code&amp;gt;&lt;br /&gt;
| Modern AES-based policy.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Aes256_Sha256_RsaPss&amp;lt;/code&amp;gt;&lt;br /&gt;
| Strong modern AES-based policy.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Prefer the strongest policy supported by every client. Enable &amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt; or legacy policies only when required for compatibility and protect such connections through network segmentation and firewall rules.&lt;br /&gt;
&lt;br /&gt;
== Certificates ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ACHTUNG.png|64px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before creating certificates, the time of the IBH Link UA must be set&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Exchange of Certificates is another important security level of OPC UA.&lt;br /&gt;
&lt;br /&gt;
A communication is only possible, if both Server and Client have a valid certificate assigned by the respective partners.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Server_Client.png|700px]]&lt;br /&gt;
&lt;br /&gt;
After setting the time of the IBH Link UA, a new server certificate can be created:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Certificate_new.png|880px]]&lt;br /&gt;
&lt;br /&gt;
To get the best reliability of the Server Certificate, all fields need to be completed in detail:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Certificate.png|498px]]&lt;br /&gt;
&lt;br /&gt;
If an existing Server Certificate shall be used with the IBH Link UA, it can be uploaded via the button &amp;lt;&#039;&#039;&#039;Upload Server Certificate&#039;&#039;&#039;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Make the IBH Link UA Server Certificate visible for the Client:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
OPC UA clients usually detect server certificates automatically, when the first connection is established&lt;br /&gt;
&lt;br /&gt;
or they offer other options for the handling of certificates.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Make the Client Certificate visible for the IBH Link UA Server:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After the client has accepted the server certificate, it will send the client certificate.&lt;br /&gt;
&lt;br /&gt;
Whether new certificates are existing, can be checked using the &#039;&#039;&#039;Refresh&#039;&#039;&#039; button or the key &amp;lt;&#039;&#039;&#039;F5&#039;&#039;&#039;&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Trust_Certificate.png|880px]]&lt;br /&gt;
&lt;br /&gt;
Once the certificate is trusted, the communication with the Client can be established:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBHLink_UA_OPC_Client.png|1085px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For centralized management, automatic renewal and distribution of certificates and trust lists, the IBH Link UA can be connected to a [[IBH Link UA:GDS|Global Discovery Service (GDS)]].&lt;br /&gt;
&lt;br /&gt;
==Historical Data==&lt;br /&gt;
&lt;br /&gt;
While OPC Data Access allows the access to data in real time, supports OPC Historical Access, also called OPC HDA access, access to already stored data. From simple data logging systems to complex SCADA systems historical data can be queried on standardized manner. The activation of the Historical data is easily performed using the web browser.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_HDA_Web_Eng.PNG|1240px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_HDA.png|1146px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== System ==&lt;br /&gt;
&lt;br /&gt;
System information like the temperature of the IBH Link UA can be found here:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_System_eng.png|509px]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Startup_operations&amp;diff=2324</id>
		<title>IBH Link UA:Startup operations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Startup_operations&amp;diff=2324"/>
		<updated>2026-08-05T12:48:06Z</updated>

		<summary type="html">&lt;p&gt;Axel: Current message security modes and policies documented&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Mounting and Connection ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH Link UA&#039;&#039;&#039; is designed for DIN rail mount:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_rail_mount.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:ACHTUNG.png|64px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ATTENTION!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Use only supply voltage from 12V to 36V to operate the device. Higher voltage may destroy the device.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_24V.png|200px]]&lt;br /&gt;
&lt;br /&gt;
Power supply: &#039;&#039;&#039;24VDC / 0,2A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuration of the IP addresses ==&lt;br /&gt;
&lt;br /&gt;
The administration can be made with a recent web browser over the Ethernet port 1 by using the host name http://&#039;&#039;&#039;ibhlinkua_&amp;lt;serial number&amp;gt;&#039;&#039;&#039; (f.i. http://&#039;&#039;&#039;ibhlinkua_001180&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
or over the ports 2-4 by entering the default IP Address &#039;&#039;&#039;192.168.1.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No other tools are required.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_ports_eng.png|600px]]&lt;br /&gt;
&lt;br /&gt;
Default IP Address configuration:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! Level !! Port !! Address&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Management level|| Port 1 || Host name: &#039;&#039;&#039;ibhlinkua_&amp;lt;serial number&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Control level || Port 2 - 4 || &#039;&#039;&#039;192.168.1.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Default Login:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;admin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;admin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Login.png|880px]]&lt;br /&gt;
&lt;br /&gt;
== Network: Management Level ==&lt;br /&gt;
&lt;br /&gt;
Network configuration for Port 1 (Management level respectively Supervision Level):&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Management_level.png|880px]]&lt;br /&gt;
&lt;br /&gt;
== Network: Control Level ==&lt;br /&gt;
&lt;br /&gt;
Network configuration for Port 2 - 4 (Control Level respectively Machine Level):&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Control_level.png|880px]]&lt;br /&gt;
&lt;br /&gt;
From both levels the &#039;&#039;&#039;Endpoint URL&#039;&#039;&#039; can be copied:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Endpoint_URL_eng.png|290px]]&lt;br /&gt;
&lt;br /&gt;
The Endpoint URL is provided by the IBH Link UA and is the destination URL for the OPC Client.&lt;br /&gt;
&lt;br /&gt;
In our sample, the UA Expert diagnostic client from Unified Automation is shown:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Endpoint_URL_Client_eng.png|423px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Time Settings ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ACHTUNG.png|64px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before creating certificates, the clock of the IBH Link UA must be set with the correct date and time!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Time.png|880px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
OPC UA can protect communication through authentication, message signing, encryption and application certificates.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Security.png|880px]]&lt;br /&gt;
&lt;br /&gt;
=== Message Security Modes ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Mode&lt;br /&gt;
! Protection&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;&lt;br /&gt;
| Messages are neither signed nor encrypted.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Sign&amp;lt;/code&amp;gt;&lt;br /&gt;
| Messages are signed so that manipulation can be detected.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;SignAndEncrypt&amp;lt;/code&amp;gt;&lt;br /&gt;
| Messages are signed and encrypted.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For normal operation, use &amp;lt;code&amp;gt;SignAndEncrypt&amp;lt;/code&amp;gt; whenever all communication partners support it.&lt;br /&gt;
&lt;br /&gt;
=== Security Policies ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Security policy&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Basic128Rsa15&amp;lt;/code&amp;gt;&lt;br /&gt;
| Legacy policy; not recommended for new installations.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Basic256&amp;lt;/code&amp;gt;&lt;br /&gt;
| Older policy for compatibility with existing clients.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Basic256Sha256&amp;lt;/code&amp;gt;&lt;br /&gt;
| Modern policy using SHA-256.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Aes128_Sha256_RsaOaep&amp;lt;/code&amp;gt;&lt;br /&gt;
| Modern AES-based policy.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;Aes256_Sha256_RsaPss&amp;lt;/code&amp;gt;&lt;br /&gt;
| Strong modern AES-based policy.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Prefer the strongest policy supported by every client. Enable &amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt; or legacy policies only when required for compatibility and protect such connections through network segmentation and firewall rules.&lt;br /&gt;
&lt;br /&gt;
== Certificates ==&lt;br /&gt;
&lt;br /&gt;
[[Image:ACHTUNG.png|64px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Before creating certificates, the time of the IBH Link UA must be set&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Exchange of Certificates is another important security level of OPC UA.&lt;br /&gt;
&lt;br /&gt;
A communication is only possible, if both Server and Client have a valid certificate assigned by the respective partners.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Server_Client.png|700px]]&lt;br /&gt;
&lt;br /&gt;
After setting the time of the IBH Link UA, a new server certificate can be created:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Certificate_new.png|880px]]&lt;br /&gt;
&lt;br /&gt;
To get the best reliability of the Server Certificate, all fields need to be completed in detail:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Certificate.png|498px]]&lt;br /&gt;
&lt;br /&gt;
If an existing Server Certificate shall be used with the IBH Link UA, it can be uploaded via the button &amp;lt;&#039;&#039;&#039;Upload Server Certificate&#039;&#039;&#039;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Make the IBH Link UA Server Certificate visible for the Client:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
OPC UA clients usually detect server certificates automatically, when the first connection is established&lt;br /&gt;
&lt;br /&gt;
or they offer other options for the handling of certificates.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Make the Client Certificate visible for the IBH Link UA Server:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After the client has accepted the server certificate, it will send the client certificate.&lt;br /&gt;
&lt;br /&gt;
Whether new certificates are existing, can be checked using the &#039;&#039;&#039;Refresh&#039;&#039;&#039; button or the key &amp;lt;&#039;&#039;&#039;F5&#039;&#039;&#039;&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Trust_Certificate.png|880px]]&lt;br /&gt;
&lt;br /&gt;
Once the certificate is trusted, the communication with the Client can be established:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBHLink_UA_OPC_Client.png|1085px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Historical Data==&lt;br /&gt;
&lt;br /&gt;
While OPC Data Access allows the access to data in real time, supports OPC Historical Access, also called OPC HDA access, access to already stored data. From simple data logging systems to complex SCADA systems historical data can be queried on standardized manner. The activation of the Historical data is easily performed using the web browser.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_HDA_Web_Eng.PNG|1240px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_HDA.png|1146px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== System ==&lt;br /&gt;
&lt;br /&gt;
System information like the temperature of the IBH Link UA can be found here:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_System_eng.png|509px]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Technical_data&amp;diff=2323</id>
		<title>IBH Link UA:Technical data</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Technical_data&amp;diff=2323"/>
		<updated>2026-08-05T12:47:29Z</updated>

		<summary type="html">&lt;p&gt;Axel: Current released feature set added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
&lt;br /&gt;
* OPC UA server and client&lt;br /&gt;
* certified by the OPC Foundation&lt;br /&gt;
* historical data and Alarms &amp;amp; Conditions&lt;br /&gt;
* freely configurable address space&lt;br /&gt;
* configuration with the free IBH OPC UA Editor, STEP7 or TIA Portal&lt;br /&gt;
* MQTT publish/subscribe and Sparkplug B&lt;br /&gt;
* Modbus TCP/RTU&lt;br /&gt;
* connection of SIMATIC S5/S7, LOGO!, Mitsubishi, Rockwell and SINUMERIK systems&lt;br /&gt;
* Python methods and custom information models&lt;br /&gt;
* GDS for centralized certificate management&lt;br /&gt;
* Nagios/NRPE monitoring&lt;br /&gt;
* Docker on supported quad-core devices&lt;br /&gt;
* firewall for separation of machine and management networks&lt;br /&gt;
* TeamViewer remote access&lt;br /&gt;
&lt;br /&gt;
== Rail mount ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH Link UA&#039;&#039;&#039; is designed for DIN rail mounting:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_rail_mount.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
The administration can be made with an recent web browser over the Ethernet port 1 by using the host name http://&#039;&#039;&#039;ibhlinkua_&amp;lt;serial number&amp;gt;&#039;&#039;&#039; (f.i.http://&#039;&#039;&#039;ibhlinkua_0001170&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
or over the ports 2-4 by entering the default IP Address &#039;&#039;&#039;192.168.1.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
No other tools are required.&lt;br /&gt;
&lt;br /&gt;
Default IP Address configuration:&lt;br /&gt;
&lt;br /&gt;
Port 1: &#039;&#039;&#039;DHCP&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Port 2-4: &#039;&#039;&#039;192.168.1.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Default Login:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;admin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;admin&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Ethernet Interface==&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_ports_eng.png|600px]]&lt;br /&gt;
&lt;br /&gt;
Ethernet pin out of the RJ45 female connector:&lt;br /&gt;
&lt;br /&gt;
[[Image:RJ45.png|220px]]&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
! Pin !! Signal !! Meaning&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;width: 5em&amp;quot;| 1 ||style=&amp;quot;width: 5em&amp;quot;| TD+ || Receive Data +&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 2 || TD- || Receive Data -&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 3 || RD+ || Transmit Data +&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 4 || n.c. || not used&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 5 || n.c. || not used&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 6 || RD- || Transmit Data -&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 7 || n.c. || not used&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| 8 || n.c. || not used&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Ethernet Connection Data ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;width: 14em&amp;quot;| Topology || Star Topology&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Medium || 4 x 2 Twisted Pair copper cable Cat 3 (10 MBit/s), Cat 5 (100 MBit/s)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Length of cable || 100m to the Device or to the next Hub and Switch respectively&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
| Transmission rate || 10 MBit/s / 100 MBit/s&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Technical data==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Component / design&lt;br /&gt;
|IBH Link UA Revision 1 Single Core&lt;br /&gt;
|IBH Link UA Revision 2 Single Core&lt;br /&gt;
|IBH Link UA Quad Core&lt;br /&gt;
|IBH Link UA Quad Core 64 Bit&lt;br /&gt;
|-&lt;br /&gt;
|Processor&lt;br /&gt;
|Texas Instruments Sitara AM335x&lt;br /&gt;
|NXP Semiconductor i.MX 6 Single&lt;br /&gt;
|NXP Semiconductor i.MX 6 Quad&lt;br /&gt;
|NXP Semiconductor i.MX 8M Mini &lt;br /&gt;
|-&lt;br /&gt;
|Architecture&lt;br /&gt;
|ARM&amp;lt;sup&amp;gt;&amp;amp;reg;&amp;lt;/sup&amp;gt;v7 Cortex&amp;lt;sup&amp;gt;TM&amp;lt;/sup&amp;gt;-A8&lt;br /&gt;
|ARM&amp;lt;sup&amp;gt;&amp;amp;reg;&amp;lt;/sup&amp;gt;v7 Cortex&amp;lt;sup&amp;gt;TM&amp;lt;/sup&amp;gt;-A9&lt;br /&gt;
||ARM&amp;lt;sup&amp;gt;&amp;amp;reg;&amp;lt;/sup&amp;gt;v7 Cortex&amp;lt;sup&amp;gt;TM&amp;lt;/sup&amp;gt;-A9&lt;br /&gt;
|4x Arm® Cortex®-A53&lt;br /&gt;
|-&lt;br /&gt;
|Clock frequency&lt;br /&gt;
|1 GHz&lt;br /&gt;
|1 GHz&lt;br /&gt;
|4x1 GHz&lt;br /&gt;
|4x1,8 Ghz&lt;br /&gt;
|-&lt;br /&gt;
|Total main memory&lt;br /&gt;
|512 MB&lt;br /&gt;
|512 MB&lt;br /&gt;
|2 GB&lt;br /&gt;
|4 GB&lt;br /&gt;
|-&lt;br /&gt;
|Free main memory&lt;br /&gt;
|est. 400 MB&lt;br /&gt;
|est. 384 MB&lt;br /&gt;
|est. 1920 MB&lt;br /&gt;
|est. 3,5 GB&lt;br /&gt;
|-&lt;br /&gt;
|Mirrored system&lt;br /&gt;
|No&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data storage&lt;br /&gt;
|512 MB Nand&lt;br /&gt;
|4 GB eMMC&lt;br /&gt;
|4 GB eMMC&lt;br /&gt;
|8 GB eMMC&lt;br /&gt;
|-&lt;br /&gt;
|Bootable from SD card&lt;br /&gt;
|No&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Open SD card image available&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Ethernet interfaces&lt;br /&gt;
|4x 10 / 100 MBit/s&lt;br /&gt;
|4x 10 / 100 MBit/s&lt;br /&gt;
|4x 10 / 100 MBit/s&lt;br /&gt;
|2x 10 / 100 / 1000 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Operating temperature || &lt;br /&gt;
|-&lt;br /&gt;
| Vertical mounted || 0°C...+60°C&lt;br /&gt;
|-&lt;br /&gt;
| Horizontal mounted || 0°C...+40°C&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Electric voltage:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:ACHTUNG.png|64px]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ATTENTION!&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The IBH Link UA requires 24V DC. Higher voltage may destroy the device. Pay attention to polarity.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_24V.png|200px]]&lt;br /&gt;
&lt;br /&gt;
Power supply: &#039;&#039;&#039;24VDC / 0,2A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dimensions (in millimeters):&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_link_UA_Maße.png|500px]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Rockwell_PLC&amp;diff=2322</id>
		<title>IBH Link UA:Rockwell PLC</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Rockwell_PLC&amp;diff=2322"/>
		<updated>2026-08-05T12:42:01Z</updated>

		<summary type="html">&lt;p&gt;Axel: Rockwell setup, XML import and optimized access documented&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The IBH Link UA can connect Rockwell Automation ControlLogix and CompactLogix controllers over EtherNet/IP and expose their tags through OPC UA.&lt;br /&gt;
&lt;br /&gt;
== Create the station ==&lt;br /&gt;
&lt;br /&gt;
# Open the station configuration in the web interface.&lt;br /&gt;
# Create a new Rockwell station.&lt;br /&gt;
# Enter the IP address of the Rockwell controller.&lt;br /&gt;
# Add the appropriate CPU to the station.&lt;br /&gt;
# Apply the configuration and verify that the controller is reachable.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Rockwell_Insert_Station_Button.png|672px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Rockwell_Insert_Station.png|351px]]&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Rockwell_Insert_CPU.png|339px]]&lt;br /&gt;
&lt;br /&gt;
After a successful connection, the tags appear below the selected station:&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Rockwell_List_Tags.png|569px]]&lt;br /&gt;
&lt;br /&gt;
== Import from Studio 5000 ==&lt;br /&gt;
&lt;br /&gt;
As an alternative to browsing the controller, an XML file generated by Rockwell Studio 5000 can be imported. Select the station, upload the XML file and verify the imported tags before using them in the OPC UA address space.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA_Rockwell_Load_XML.png|566px]]&lt;br /&gt;
&lt;br /&gt;
== Optimized read and write access ==&lt;br /&gt;
&lt;br /&gt;
Rockwell communication combines multiple tag operations into bundled read and write requests where possible. This reduces the number of EtherNet/IP requests and improves communication performance. No separate activation is normally required.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Controller cannot be reached:&#039;&#039;&#039; Check IP address, routing, firewall and EtherNet/IP access to the controller.&lt;br /&gt;
* &#039;&#039;&#039;No tags are displayed:&#039;&#039;&#039; Verify the CPU type, controller connection and user permissions.&lt;br /&gt;
* &#039;&#039;&#039;XML import fails:&#039;&#039;&#039; Generate the file again in Studio 5000 and check that it belongs to the configured controller project.&lt;br /&gt;
* &#039;&#039;&#039;Tag value is invalid:&#039;&#039;&#039; Compare tag name, data type and array dimensions with the Studio 5000 project.&lt;br /&gt;
* &#039;&#039;&#039;Communication is slow:&#039;&#039;&#039; Check network load and avoid unnecessary duplicate tag definitions.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Nagios&amp;diff=2321</id>
		<title>IBH Link UA:Nagios</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Nagios&amp;diff=2321"/>
		<updated>2026-08-05T12:41:31Z</updated>

		<summary type="html">&lt;p&gt;Axel: Nagios and NRPE monitoring documented&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The IBH Link UA can be integrated into a Nagios-compatible monitoring system through NRPE (Nagios Remote Plugin Executor). This allows device status and approved check values to be queried centrally.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
The Nagios page of the web interface provides the following functions:&lt;br /&gt;
&lt;br /&gt;
* display the current NRPE service status&lt;br /&gt;
* start the NRPE service automatically with the device&lt;br /&gt;
* configure the TCP port; the default is &amp;lt;code&amp;gt;5666&amp;lt;/code&amp;gt;&lt;br /&gt;
* configure the permitted queries or checks&lt;br /&gt;
* apply the settings&lt;br /&gt;
* start or stop the service&lt;br /&gt;
* refresh the status display&lt;br /&gt;
&lt;br /&gt;
Applying changed settings restarts the NRPE service with the new configuration.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
&lt;br /&gt;
# Configure the required port and permitted queries.&lt;br /&gt;
# Enable automatic startup if monitoring is to be used permanently.&lt;br /&gt;
# Apply the settings and refresh the service status.&lt;br /&gt;
# Create a host for the IBH Link UA in the Nagios system.&lt;br /&gt;
# Query the approved checks using &amp;lt;code&amp;gt;check_nrpe&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Test the return value and status text manually before adding the check to regular monitoring.&lt;br /&gt;
&lt;br /&gt;
== Network and security ==&lt;br /&gt;
&lt;br /&gt;
* Make the NRPE port reachable only from the intended monitoring network.&lt;br /&gt;
* Restrict access through the firewall to the required Nagios systems.&lt;br /&gt;
* Permit only the queries that are actually required.&lt;br /&gt;
* Do not use passwords or other secrets as query parameters.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
* Check network access to the IBH Link UA and the configured TCP port.&lt;br /&gt;
* Verify that the NRPE service is running and enabled for device startup.&lt;br /&gt;
* Check firewall rules on the IBH Link UA and in the network.&lt;br /&gt;
* Make sure that the query name used by Nagios exactly matches an approved query.&lt;br /&gt;
* After configuration changes, apply the settings again and refresh the status.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:GDS&amp;diff=2320</id>
		<title>IBH Link UA:GDS</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:GDS&amp;diff=2320"/>
		<updated>2026-08-05T12:39:35Z</updated>

		<summary type="html">&lt;p&gt;Axel: GDS and centralized certificate management documented&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
A Global Discovery Service (GDS) centralizes the management of OPC UA application certificates, trust lists and certificate revocation lists (CRLs). The IBH Link UA can be registered with a GDS and can request or renew certificates automatically.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Date and time on the IBH Link UA are correct.&lt;br /&gt;
* The GDS endpoint is reachable from the device network.&lt;br /&gt;
* The GDS is trusted by the IBH Link UA.&lt;br /&gt;
* The user account used for registration has the required permissions.&lt;br /&gt;
* Certificate group and certificate type match the OPC UA application.&lt;br /&gt;
&lt;br /&gt;
Back up the existing configuration before changing certificates or trust lists.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
Configure the connection on the GDS page of the web interface:&lt;br /&gt;
&lt;br /&gt;
# Enter the GDS server URL, for example &amp;lt;code&amp;gt;opc.tcp://gds-server:58810&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Select the device or application type.&lt;br /&gt;
# Configure authentication and the update interval.&lt;br /&gt;
# Map the local certificate groups to the corresponding GDS groups.&lt;br /&gt;
# Apply the settings.&lt;br /&gt;
# Register the device with the GDS.&lt;br /&gt;
&lt;br /&gt;
Credentials are used for registration and group assignment and are not stored permanently.&lt;br /&gt;
&lt;br /&gt;
== Operation ==&lt;br /&gt;
&lt;br /&gt;
After successful registration, the web interface shows the connection and registration status and the object ID assigned by the GDS. At the configured interval, the IBH Link UA checks whether certificates or trust lists need to be updated.&lt;br /&gt;
&lt;br /&gt;
After a certificate renewal, verify that the OPC UA clients accept the new certificate. Events and errors can be reviewed in the GDS log in the web interface.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
* Check network access and the port of the GDS endpoint.&lt;br /&gt;
* Verify date, time and time zone on both systems.&lt;br /&gt;
* Check the user name, password and registration permissions.&lt;br /&gt;
* Make sure that each local certificate group has a unique and compatible mapping.&lt;br /&gt;
* Check the certificate type and supported security policy.&lt;br /&gt;
* Download the GDS log and review the latest messages.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[IBH Link UA:Startup operations#Security|Security]]&lt;br /&gt;
* [[IBH Link UA:Startup operations#Certificates|Certificates]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Docker&amp;diff=2319</id>
		<title>IBH Link UA:Docker</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Docker&amp;diff=2319"/>
		<updated>2026-08-05T12:39:06Z</updated>

		<summary type="html">&lt;p&gt;Axel: Docker administration and Compose workflow documented&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
Supported IBH Link UA quad-core devices can run Docker containers directly on the gateway. This allows edge applications, protocol converters and supporting services to operate close to the machine network.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* An IBH Link UA model with Docker support.&lt;br /&gt;
* A suitable SD card inserted in the device.&lt;br /&gt;
* Sufficient free storage and memory for the intended containers.&lt;br /&gt;
* Network access to the required image registry.&lt;br /&gt;
* A current configuration backup before major changes.&lt;br /&gt;
&lt;br /&gt;
== Enable Docker ==&lt;br /&gt;
&lt;br /&gt;
Open the Docker page in the web interface and enable the Docker service. Apply the settings and verify that the service status changes to running. The service can also be configured to start automatically with the device.&lt;br /&gt;
&lt;br /&gt;
== Images ==&lt;br /&gt;
&lt;br /&gt;
Docker images can be pulled from a public or private registry. The image overview shows the available local images. Images that are no longer used can be removed to free storage space.&lt;br /&gt;
&lt;br /&gt;
For a private registry, enter the registry address and the assigned credentials on the registry login page before pulling an image.&lt;br /&gt;
&lt;br /&gt;
== Containers ==&lt;br /&gt;
&lt;br /&gt;
The container overview provides the available management functions:&lt;br /&gt;
&lt;br /&gt;
* create a container from an image&lt;br /&gt;
* start, stop and restart a container&lt;br /&gt;
* inspect the current container status&lt;br /&gt;
* display or download the container log&lt;br /&gt;
* save or export a container&lt;br /&gt;
* delete containers that are no longer required&lt;br /&gt;
&lt;br /&gt;
Ports, volumes, environment variables and restart behavior must be configured for the application. Host paths should remain within the directories allowed by the IBH Link UA.&lt;br /&gt;
&lt;br /&gt;
== Docker Compose ==&lt;br /&gt;
&lt;br /&gt;
Complete applications can be managed through a Compose YAML file:&lt;br /&gt;
&lt;br /&gt;
# Create or adapt the Compose file for the target device.&lt;br /&gt;
# Upload the YAML file on the Docker page.&lt;br /&gt;
# Run the syntax and configuration check.&lt;br /&gt;
# Correct reported errors before applying the project.&lt;br /&gt;
# Apply the Compose configuration and check the status of all services.&lt;br /&gt;
&lt;br /&gt;
Compose files can be downloaded again for backup and deleted when they are no longer needed. Required host directories within the permitted path area can be created automatically when the configuration is applied.&lt;br /&gt;
&lt;br /&gt;
== Portainer ==&lt;br /&gt;
&lt;br /&gt;
[[IBH Link UA:Docker Portainer|Portainer]] can optionally be used for extended container administration. Access to Portainer should be limited to the management network and protected with a strong password.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Docker does not start:&#039;&#039;&#039; Check the device model, SD card, available storage and Docker activation.&lt;br /&gt;
* &#039;&#039;&#039;Image cannot be pulled:&#039;&#039;&#039; Check DNS, gateway, registry address and credentials.&lt;br /&gt;
* &#039;&#039;&#039;Container stops immediately:&#039;&#039;&#039; Inspect the container log, command, environment variables and mounted paths.&lt;br /&gt;
* &#039;&#039;&#039;Port cannot be reached:&#039;&#039;&#039; Check port mapping, firewall rules and whether the service inside the container is listening.&lt;br /&gt;
* &#039;&#039;&#039;Compose configuration is rejected:&#039;&#039;&#039; Validate YAML indentation, image names, volumes and allowed host paths.&lt;br /&gt;
* &#039;&#039;&#039;Storage is full:&#039;&#039;&#039; Remove unused containers and images after creating any required backups.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Description&amp;diff=2318</id>
		<title>IBH Link UA:Description</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_Link_UA:Description&amp;diff=2318"/>
		<updated>2026-08-05T12:28:06Z</updated>

		<summary type="html">&lt;p&gt;Axel: Updated description to the current released feature set&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;IBH Link UA&#039;&#039;&#039; connects PLCs and industrial devices to OPC UA, IIoT and cloud applications. Depending on the hardware version, it provides an OPC UA server and client, protocol gateways, certificate management, firewall functions and edge services in a compact DIN-rail device.&lt;br /&gt;
&lt;br /&gt;
[[Image:IBH_Link_UA.png|400px|thumb|center|IBH Link UA]]&lt;br /&gt;
&lt;br /&gt;
== Configuration and administration ==&lt;br /&gt;
&lt;br /&gt;
The device is administered through its web interface. PLC variables and address spaces can be configured using:&lt;br /&gt;
&lt;br /&gt;
* the free [[IBH Link UA:Configuration with IBH OPC UA Editor|IBH OPC UA Editor]]&lt;br /&gt;
* Siemens STEP7&lt;br /&gt;
* Siemens TIA Portal&lt;br /&gt;
&lt;br /&gt;
Projects and variable definitions are transferred to the IBH Link UA over Ethernet. Symbolic access, data-block structures and variable attributes can be included in the OPC UA address space.&lt;br /&gt;
&lt;br /&gt;
== OPC UA server and client ==&lt;br /&gt;
&lt;br /&gt;
The IBH Link UA can operate as an OPC UA server and client at the same time. As a server it makes PLC and device data available to OPC UA clients such as SCADA, MES and ERP systems. The integrated client can exchange data with external OPC UA servers and connect devices from different manufacturers.&lt;br /&gt;
&lt;br /&gt;
Supported functions include historical data, Alarms &amp;amp; Conditions, custom variables, methods and custom information models.&lt;br /&gt;
&lt;br /&gt;
== IIoT, edge and cloud ==&lt;br /&gt;
&lt;br /&gt;
Depending on the device and configuration, the IBH Link UA supports:&lt;br /&gt;
&lt;br /&gt;
* MQTT publish/subscribe and Sparkplug B&lt;br /&gt;
* Python methods and custom data models&lt;br /&gt;
* connections to cloud services such as AWS and Microsoft Azure&lt;br /&gt;
* [[IBH Link UA:Docker|Docker]] on supported quad-core devices&lt;br /&gt;
* TeamViewer IoT remote access&lt;br /&gt;
&lt;br /&gt;
== Network and firewall ==&lt;br /&gt;
&lt;br /&gt;
The network interfaces can separate the machine network from the management network. The integrated firewall restricts communication between these levels. Depending on the hardware revision, the device provides four Fast Ethernet ports or two Gigabit Ethernet ports.&lt;br /&gt;
&lt;br /&gt;
Network settings, firewall rules and OPC UA endpoint URLs are configured in the web interface.&lt;br /&gt;
&lt;br /&gt;
== Security and certificates ==&lt;br /&gt;
&lt;br /&gt;
OPC UA security includes user authentication, message signing, encryption and certificate-based trust. The device supports current OPC UA security policies and centralized certificate management through a [[IBH Link UA:GDS|Global Discovery Service (GDS)]].&lt;br /&gt;
&lt;br /&gt;
See [[IBH Link UA:Startup operations#Security|Security]] and [[IBH Link UA:Startup operations#Certificates|Certificates]] for commissioning details.&lt;br /&gt;
&lt;br /&gt;
== Operation and monitoring ==&lt;br /&gt;
&lt;br /&gt;
The web interface provides system status, diagnostics, logs, configuration backup and restore, and firmware administration. The device can also be integrated into a monitoring system through [[IBH Link UA:Nagios|Nagios/NRPE]].&lt;br /&gt;
&lt;br /&gt;
== Further information ==&lt;br /&gt;
&lt;br /&gt;
* [[IBH Link UA:Startup operations|Startup operations]]&lt;br /&gt;
* [[IBH Link UA:Technical data|Technical data]]&lt;br /&gt;
* [https://www.ibhsoftec.com/en/p/ibh-link-ua IBH Link UA product page]&lt;br /&gt;
* [https://www.ibhsoftec.com/en/p/ibh-link-ua-quad-core-64-bit IBH Link UA Quad Core 64-bit product page]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH-Link-UA-Redundanz-UaExpert-ServerUriArray.png&amp;diff=2317</id>
		<title>File:IBH-Link-UA-Redundanz-UaExpert-ServerUriArray.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH-Link-UA-Redundanz-UaExpert-ServerUriArray.png&amp;diff=2317"/>
		<updated>2026-08-05T12:27:19Z</updated>

		<summary type="html">&lt;p&gt;Axel: Illustration from the IBH Link UA redundancy manual (TTI/IBHsoftec, 2023): ServerUriArray attributes in UaExpert.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Illustration from the IBH Link UA redundancy manual (TTI/IBHsoftec, 2023): ServerUriArray attributes in UaExpert.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=File:IBH-Link-UA-Redundanz-UaExpert-Status.png&amp;diff=2316</id>
		<title>File:IBH-Link-UA-Redundanz-UaExpert-Status.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=File:IBH-Link-UA-Redundanz-UaExpert-Status.png&amp;diff=2316"/>
		<updated>2026-08-05T12:27:16Z</updated>

		<summary type="html">&lt;p&gt;Axel: Illustration from the IBH Link UA redundancy manual (TTI/IBHsoftec, 2023): redundancy status values in UaExpert.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Illustration from the IBH Link UA redundancy manual (TTI/IBHsoftec, 2023): redundancy status values in UaExpert.&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
</feed>