Industrial Edge Control (IECTL) is a command line tool that enables you to interact with APIs of Industrial Edge components using just commands. This document describes how to use IECTL to automate workflow from provisioning IEM, onboarding Edge Devices to automatically deploying Edge applications. More information about the tool as well as the official documentation can be found here.
This application example shows how to install and use IECTL in a complete workflow to automatically setup Edge components in 3 steps:
- Activate IEM
- Onboard Edge device
- Deploy Edge applications
The main goal of this example is to show how to setup the Industrial Edge platform in an automated workflow using IECTL. The idea is to provide with several shell scripts which can be adjusted and executed from a development environment to provision Industrial Edge components. This application example follows the network structure displayed in the picture below. The workflow starts with activating IEM in IE HUB, continues with automatic onboarding of one Edge Device and finally custom application is uploaded and deployed to the newly onboarded device. The provided shell scripts can be used and scaled for multiple IEMs, IEDs or applications. Please note that IP based IEM is used in this example and for DNS based setup the steps may differ.
- All Components are connected to a network with DHCP server available
- All components have an IP address
- IEM has connection to IE HUB
- IP based IEM is used in this example
- Linux Device with Docker and docker compose installed
- Industrial Edge HUB
- Industrial Edge Management App v1.4.11
- Industrial Edge Management OS v1.4.0-42-amd64
- Industrial Edge Device v1.3.0-57
- Ubuntu 20.04 as development environment
- Industrial Edge Control (IECTL) for Linux v2.0.3
The installation steps can be found here. The installation consist of following steps:
The description of the implemented commands in the scripts can be found here.
- You can find further documentation and help in the following links
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 are interested in contributing via Pull Request, please check the Contribution License Agreement and forward a signed copy to industrialedge.industry@siemens.com.
Please read the Legal information