This is my archive

Creating and using shared (consumable) libraries

Creating and using shared (consumable) libraries Available from 2021.0 LTS Creating a shared (consumable) library Developing a library which can be consumed by other projects is a useful feature. A project with the type consumablelibrary can be created by means of the PLCnext CLI or one of the IDE tools provided… Read More

PLCnext Technology API documentation

PLCnext Technology API documentation In the the PLCnext Technology API documentation find all the modules, namespaces, classes and files for C++ programming. The latest release is also embedded into the search function of the PLCnext Community, so you get matches from the API documentation when searching for information there. These are all… Read More

ACF (Application Component Framework)

ACF (Application Component Framework) The ACF (Application Component Framework) is the foundation for the PLCnext Technology platform architecture. The ACF is a framework that enables component-based platform development and the configurative composition of the firmware for the devices. It can configuratively distribute the firmware to one or more processes. The… Read More

Remote debugging of C++ code

Remote debugging of C++ code Suitable with AXC F x152 PLCnext Technology has an integrated GDB server, so you can set up a remote debugging session using the Eclipse® IDE. Read more about the GDB server if you’re new to this tool or interested in the complete functionality of this tool. Setting up… Read More

Creating functions and function block libraries written in C++

Creating functions and function block libraries written in C++ Available from 2023.0 LTS of the PLCnext Technology Toolchain This topic describes the general approach to program functions and function block libraries in C++ for use with PLCnext Engineer. This feature is based on Shared Native Libraries and is a combination of C++ implementation… Read More

Tools ‒ what to install and where to find it 

Tools ‒ what to install and where to find it  There are different tools available, depending on what you want to create. Hover and click the following graphic to get more information. For details on programming in the context of PLCnext Technology, see Introduction to PLCnext programming. Tip: Check available firmware releases for your… Read More

Library Description

Library Description In the project tree you will find the file LibraryDescription.xml in the ProjectItems section. The file contains additional description for the POUs and their formal parameters which are shown as tool tips. It also enables the structuring of POUs into groups. For supporting different languages,… Read More

Supported functions for C# programming

Supported functions for C# programming C# language functions Types All the integrated types are supported, except for decimal.  Type system namespaces, structs, classes, interfaces, enumerations, nested types indexers, properties, operations events, delegates, MultiCastDelegates arrays constructors, static constructors, destructors (finalizers)… Read More

Providing help files for libraries 

Providing help files for libraries  Libraries can include help files that contain a help page for each POU. The help files can be added in the Compiled Help (.chm) format (all toolchain versions) or in HTML5 format (as of toolchain version 2022.6). These help files can be provided in… Read More