This is my archive

REST data interface – Authentication

REST data interface – Authentication This topic shows how to use the authentication service for protected resources on the PLCnext Engineer embedded HMI web server in order to use this service for making the REST data interface a protected service as well. Note: Phoenix Contact reserves the right to make changes and additions in further versions that might lead to… Read More

REST data interface – Groups

REST data interface – Groups If desired, the web server can manage the registered groups in order to make it easier to read a pre-defined list of variables. Otherwise, one can simply use the web server to read the variables directly. Note: Phoenix Contact reserves the right to make changes and additions in… Read More

REST data interface

REST data interface Introduction In this topic you will learn about the REST-based approach of PLCnext Technology which is utilized to exchange data via HTTP with the PLCnext Control’s firmware and with data in the Global Data Space (GDS). REST, or REpresentational State Transfer, is a software architecture style consisting of guidelines and best practices for… Read More

REST data interface – Variables

REST data interface – Variables Note: Phoenix Contact reserves the right to make changes and additions in further versions that might lead to incompatibilities. Therefore it is highly recommended to call this REST data interface out of your application explicitly with the version used during development, not with the latest key. Read Variable(s) This command… Read More

Communication via MQTT broker

Communication via MQTT broker Available from firmware 2024.0 LTS PLCnext devices running firmware 2024.0 LTS or newer can communicate not just to Proficloud but to any MQTT broker, e.g. those provided by Amazon Warehouse Services (AWS) or Microsoft Azure. This implementation of an MQTT client directly within the firmware is one of many possibilities,… Read More

Using gRPC communication in PLCnext Technology

Using gRPC communication in PLCnext Technology Short introduction to gRPC gRPC is a modern open source high performance Remote Procedural Call (RPC) framework. Initially developed at Google and now lead by the Cloud Native Computing Foundation. It is very flexible and user-friendly, it can easily put in communication… Read More

Update via OPC UA® using UaExpert

Update via OPC UA® using UaExpert Available from firmware version 2022.0 LTS to 2024.6 – from firmware 2025.0 or newer see Updating apps and firmware This topic shows how to update a project or the firmware of a PLCnext Control device using the OPC UA® sample client UaExpert.  Note: To perform the following steps the user role SoftwareUpdate or… Read More

OPC UA device information 

OPC UA device information  The Device Integration (DI) namespace In compliance with the “OPC UA for Devices” OPC UA Companion Specification, the eUA server provides the following nodes: Node Meaning DeviceManual Path or URL to the user manual. DeviceRevision General revision status of… Read More

OPC UA PubSub

OPC UA PubSub Available from firmware 2022.0 LTS on all PLCnext Control devices Configurable in PLCnext Engineer from software release 2022.0 LTS Starting with firmware 2022.0 LTS, the PLCnext Technology firmware has an implementation of the OPC UA® Publish and Subscribe specification (PubSub) as a new communication protocol. This enables the data exchange in a… Read More

Using RSC services

Using RSC services You have the option of using the already registered RSC services of the SDK via theServiceManager. TheServiceManager acts as the RSC API and is used to request services.  Note: From firmware release 2022.0 LTS on, RSC services can also communicate via gRPC. Application RSC services are available for the… Read More