This is my archive

easymon Finder

The PLCnext function app easymon removes the hassle of setting up a remote monitoring of your control.Instead of configuring all the nitty gritty bits and pieces of a cloud-based IoT services, it just leaves you with selecting your PLCnext project variables that you want to monitor on your mobile devices and setting… Read More

PLCnext Machine Learning

Once you have your Phoenix Contact PLCnext Control data flowing to the cloud, it’s time to develop some fast and efficient algorithms and Machine Learning models for real-time processing of the data. Azure Machine Learning empowers us with a wide range of productive experiences for building, training, and deploying machine… Read More

PLCnext Power BI Reports

Once you have your Phoenix Contact PLCnext Control data flowing to the cloud, it’s time to create some Power BI reports so that you can easily monitor everything. But first things first, let’s get our PLCnext Control connected to Microsoft Azure. Phoenix Contact has a video at … Read More

PLCnext Email & Text Alerts

Once you have your Phoenix Contact PLCnext Control data flowing to the cloud, it’s time to setup alerts and notifications so that you can easily monitor everything. I prefer using Microsoft Logic Apps for sending email and text alerts when temperatures rise above a specified threshold. But first things first,… Read More

PLCnext Grafana Dashboards

Once you have your Phoenix Contact PLCnext Control data flowing to the cloud, it’s time to create some Grafana Dashboards so that you can easily monitor everything. But first things first, let’s get our PLCnext Control connected to Microsoft Azure. Phoenix Contact has a video at … Read More

Connecting Factory IO training simulator to PLCnext with OPC UA client

How to connect Factory I/O with PLCnext Factory I/O is a virtual environment that is designed to be linked with PLC’s in order to teach, test and train.  It is a great addition to get to know PLCnext other then the inputs and outputs provided by the starter kit.  You… Read More

Cheaper refueling with PLCnext Technology? How to use a cloudservice API to find the cheapest gas station in your local area!

The Tankerkönig API provides easy access to the current fuel prices of all registered gas stations in Germany. All 14,000+ petrol stations in Germany must report the prices for Super E5, Super E10 and diesel to this department of the Federal Cartel Office in a timely manner. Access to this data is… Read More

ioBroker getting start on PLCnext device (e.g. EPC 1522)

Hi PLCnext’s guy Preamble Yesterday thank to Jan Christoph Müller I have installed ioBroker on my PLCnext device (EPC 1522). I’m now happy to share it with you. Problem/target: I have: Pluggit ventilator, which works with Modbus TCP. Last month I have made a small project with Visu+. But I’m… Read More

Using simple and complex datatypes in C++

Hello all, In this blog post we will be exploring simple and complex datatypes in C++ and PLCnext Engineer. It wil contain two distinct parts, a simple and complex exercise. This tutorial assumes you have some experience with C++ and PLCnext Engineer. start First you wil need the right… Read More

Node-Red with docker tips and best practice

After I read the great blog entry from Dries about running Node-Red in a docker container, I thought it would be a could idea to share some tips. The data of a container is not persistent, i.e. it is lost when the container will be deleted. In Docker and balenaEngine there… Read More