This is my archive

System monitoring

System monitoring Available from firmware version 2025.0 The system monitoring is a library that consists of the components system watchdog and system monitor. The firmware component system monitor has been released with firmware version 2025.0 and extends the system watchdog with diagnostic options. It monitors system critical parameters like RAM… Read More

Configuration files

Configuration files Although PLCnext Engineer is the recommended tool you can load programs and program instances onto the controller even without using the PLCnext Engineer. This also applies to files in .pcwlx libraries programmed in C++ by using the Eclipse® IDE with PLCnext Technology Add-in, or Visual Studio® with PLCnext Technology Extension, or the PLCnext CLI. But before transferring… Read More

System Manager and PLC Manager 

System Manager and PLC Manager  System Manager PLCnext Technology is by definition an open platform. This means that as a user you can integrate your own components and programs. During firmware startup, the System Manager ensures that all integrated components and programs are configured and started in the correct… Read More

Core components of the PLCnext Technology

Core components of the PLCnext Technology PLCnext Technology is an open firmware platform executed on a Linux operating system with real-time patch. Different firmware components forming the core functions are called core components. These core components are a fixed part of the PLCnext Technology firmware. They cannot be modified. The core components… Read More

Function extensions

Function extensions A main feature of PLCnext Technology is the modular extensibility on user’s side, for example by means of so-called “function extensions”.  How these function extensions differ from apps, see C++ programming on PLCnext Technology Function extensions for internal processes Users can add their own function extensions to PLCnext Technology. The… Read More

Execution and Synchronization Manager (ESM)

Execution and Synchronization Manager (ESM) PLCnext Technology also features task handling. The ESM performs task handling, monitoring and chronological sequencing of programs from different programming languages. Each processor core of a controller is managed by one ESM. One ESM is therefore assigned to one processor core. If a controller… Read More