# ethernet-ip-getting-started **Repository Path**: industrial-edge/ethernet-ip-getting-started ## Basic Information - **Project Name**: ethernet-ip-getting-started - **Description**: Guide for getting started with app Ethernet IP Connector - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-15 - **Last Updated**: 2023-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ethernet IP application example This example provides a getting started guide, which shows how to use the Industrial Edge app Ethernet IP Connector. - [Ethernet IP application example](#ethernet-ip-application-example) - [Description](#description) - [Overview](#overview) - [General task](#general-task) - [Requirements](#requirements) - [Prerequisites](#prerequisites) - [Used components](#used-components) - [PLC project](#plc-project) - [Configuration](#configuration) - [Usage](#usage) - [Documentation](#documentation) - [Contribution](#contribution) - [Licence and Legal Information](#licence-and-legal-information) ## Description ### Overview This tutorial shows how to use the Industrial Edge applications Ethernet IP Connector to establish a connection between an Industrial Edge Device (IED) and a 3rd party PLC that supports **EtherNet/IP**. These PLC variants are supported: * Allen-Bradley ControlLogix (Rockwell) * Allen-Bradley CompactLogix (Rockwell) * Allen-Bradley MicroLogix (Rockwell) * Allen-Bradley SLC (Rockwell) * Omron CJ1 Series PLCs * Omron CJ2 Series PLCs * Omron CS1 Series PLCs The Ethernet IP Connector is an application that runs on the individual IED. Connections can be configured using the Common Configurator for Industrial Edge. The connector transfers the value series of selected data points from a PLC to the Databus. From there the data can be used within other Edge apps, e.g. the Flow Creator. ### General task Here we configure a connection to a CompactLogix PLC using the Ethernet IP Connector. The data is published on the IE Databus. By using the application IE Flow Creator, we fetch the metadata of the Ethernet IP Connector, write some data on the configured tags and read out the new data. ![Overview](/docs/graphics/overview-eip.png) ## Requirements ### Prerequisites - Access to an Industrial Edge Management (IEM) with onboarded Industrial Edge Device (IED) - IEM: Installed system configurator for Databus - IED: Installed system app Databus - IED: Installed app Ethernet IP Connector - IED: Installed app IE Flow Creator - IED is connected to the Rockwell PLC CompactLogix via Ethernet - Studio 5000 project loaded on PLC - Google Chrome (Version ≥ 72) ### Used components - Industrial Edge Management (IEM) V1.5.1-4 / V1.8.6 - IE Databus Configurator V1.7.8 - Industrial Edge Device (OS) V1.8.0-6 - IE Databus V1.7.1 - IIH Configurator V1.5.0 - Registry Service V1.5.0 - Ethernet IP Connector V2.0.0-5 - IE Flow Creator V1.10.0-3 - Data Service V1.5.0 - PLC: Allen-Bradley CompactLogix - Studio 5000 Logix Designer V32.00 ### PLC project The used PLC project *Test.ACD* can be found in the [src folder](/src/). ## Configuration You can find further information about the following steps in the [Configuration](/docs/Installation.md) documentation: - [Overview](/docs/Installation.md#overview) - [Install Ethernet IP Connector](/docs/Installation.md#install-ethernet-ip-connector) - [Configure IE Databus](/docs/Installation.md#configure-ie-databus) - [Configure Ethernet IP via IIH Configurator](/docs/Installation.md#configure-ethernet-ip-via-iih-configurator) ## Usage As soon as the Ethernet IP Connector is configured, data can be transfered. You can find further information about how to handle the data via the IE Flow Creator in the [Usage](/docs/Usage.md) documentation: * [Read metadata](/docs/Usage.md#read-metadata) * [Write data](/docs/Usage.md#write-data) * [Read data](/docs/Usage.md#read-data) * [Use Data Service](/docs/Usage.md#use-data-service) ## Documentation You can find further documentation and help in the following links - [Industrial Edge Hub](https://iehub.eu1.edge.siemens.cloud/#/documentation) - [Industrial Edge Forum](https://www.siemens.com/industrial-edge-forum) - [Industrial Edge landing page](https://new.siemens.com/global/en/products/automation/topic-areas/industrial-edge/simatic-edge.html) - [Industrial Edge GitHub page](https://github.com/industrial-edge) ## Contribution Thank you for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section. Additionally everybody is free to propose any changes to this repository using Pull Requests. If you haven't previously signed the [Siemens Contributor License Agreement](https://cla-assistant.io/industrial-edge/) (CLA), the system will automatically prompt you to do so when you submit your Pull Request. This can be conveniently done through the CLA Assistant's online platform. Once the CLA is signed, your Pull Request will automatically be cleared and made ready for merging if all other test stages succeed. ## License and Legal Information Please read the [Legal information](LICENSE.txt).