Industrial Edge Data Service Development Kit example app integration

Content Type: Sample
Categories:

Overview

This example application shows how you can start developing Mendix application in your local development enviroment without the need for Industrial Edge. The example uses a Data Service Development kit to simulate the Industrial Edge enviroment. Data Service is application from Industrial Edge ecosystem http://siemens.com/industrial-edge and it serves as a Database with REST API that you can integrate it.

Documentation

How to start developing Mendix app for Industrial Edge

This how-to demonstrates how to use existing Mendix module to read data from the Data Service using REST API and use them in Mendix application. The data in the Data Service are simulated using the Data service Simulation UI to simulate the behavior of a PLC with changing variables.

Note that this how-to does not use MQTT broker available in the Data Service Development Kit.

Prerequisites

Downloaded  Data Service Development Kit

Knowledge prerequisites

  • Understand Docker and docker-compose
  • Understand Data Service
  • Know how to work with Mendix apps

Installation

Note that additional documentaiton is located on the home page of this application example.

Steps:

  • Download the Data Service Development Kit
  • Run the docker-compose.yml file using docker-compose command. 

 docker-compose up

Debugging

In case you dont see any data comming in the Graph, wait at least 5-10 seconds, then if nothing happens then check whether you can see data incoming in the Data Service.

You can view the graph in Data Service http://localhost:34203 by clicking on the graph icon of the variable in the “preview data” column.

Releases

Version: 1.0.0
Framework Version: 8.18.2
Release Notes: First release of the application example for Mendix and Data Service application.