This is my archive

Building low-code IoT solutions with PLCnext

The PLCnext controllers supports multiple ways of connecting to a cloud service. You could use IEC Function blocks from the IOT library, build your own .NET application, write a python script or compile a connector in GoLang. If you want to write code, you have a lot of options. Read More

How to call a Function Block from an OPC UA Client using an Information Model

Most automation engineers are aware that OPC UA clients can exchange data with PLCs via OPC UA tags. But did you know that OPC UA clients can also use methods to pass input data to, and receive output data from, Function Block instances in a PLC? If you would like… Read More

Clustermangement on PLCnext?

A standard in IT for years, it has not yet made much of an impact in industry. Often such technologies are seen astoo complex and unnecessary. The question that arises is, do they bring us advantages? A vision for PLCnext using the example of Kubernetes. Kubernetes… Read More

Container builds for arm on x86

Challenge For a faster development we want to create ARM based containers for the AXCF2152 or AXCF1152 on x86 hardware. For this purpose, a virtual machine based on Debian or Ubuntu is used, which runs on our normal PC. We need a emulator To run ARM binary code on an x86… Read More

On-screen Keypad with PLCnext Engineer eHMI

Multi-stage builds with container

Systems quickly become very large when you ship it complete. This includes the build and often the build and test environment. Even if the extraction of the files to be shipped is not a problem, it is time consuming. Containers offer the possibility to do this automatically. Read More

Using a PLCnext controller as a smart home device via Home Assistant

This little demo project shows how to easily use a PLCnext controller as a smart home device in the open-source home automation software Home Assistant via the REST API and Modbus TCP. With the PLCnext controller you can use the Axioline components in your automation to add easily more powerful Outputs then the GPIO Pins of the Raspberry Pi, temperature sensors like Pt100 and bus systems like DALI. All you need is… Read More

Machine Learning on PLCnext

By now everyone has heard about Machine Learning and how it will change everything. But very few have an idea how to start to change everything. I hope that when you try the steps in this blog, or even read about it will help you understand how to get… Read More

Connect PLCnext Control via MQTT to Apache Kafka

Technical Background Kafka Apache Kafka is a framework for data ingestion, storage, processing, and redistribution. Nowadays, it is widely deployed at companies all over the world. Kafka’s official website offers more information about its idea and how to deploy it. One of its key features is the… Read More

Azure IoT Edge and PLCnext

Azure IoT Edge makes it possible to move cloud analytics and costum logic to to “the edge”, in our case to our PLCnext device. This has some benefits in decreasing used bandwidth and latency. With Azure IoT Edge you can develop and deploy your own applications form a central… Read More