Known issues

This topic covers issues of the firmware releases from 2020.0 LTS to the current. For all known issues in firmware release 2019.9 and earlier, see the Change Notes for your devices.

A firmware mentioned here encompasses all hotfixes for the respective release. For example, if 2021.0 LTS is mentioned, this means actually 2021.0.x LTS. If a hotfix for a major release fixes an issue we write that explicitly down here.

Issues previous to firmware releases 2021.6 that are listed here stem from the "Known Limitations" section in Change Notes PDF files for the respective PLCnext Technology devices. So all issues regarding firmware 2020.0 LTS to 2021.0 LTS are reported in both sources. 

All known issues detected with 2021.3 or later are only reported here.

Security shieldFor security issues and possible vulnerabilities, see the security advisories of the Product Security Incident Response Team (PSIRT) of Phoenix Contact via its website.

Firmware, operating system, and Web-based Management

Permission after copying configuration files

Known for firmware 2020.0 LTS on all supported PLCnext Control devices:

If you use the Linux command scp without the option -p to copy configuration files from a Linux PC to the directory /opt/plcnext/projects on the controller, the file permissions are partly set incorrectly.

Remedy: After copying the configuration files, use the Linux command chmod to set the file permissions in such a way that the firmware can delete the configuration files in case of Download Changes (group: plcnext, owner: plcnext_firmware).

Password and user name limitations

Known for firmware 2020.0 LTS and 2020.3 on all supported PLCnext Control devices:

The length of the password is limited to 64 bytes, and the length of the user name is limited to 128 bytes. Note that the entered characters are UTF-8 encoded, i.e. one character can occupy up to four bytes (e.g. umlauts).

Therefore, if using UTF-8 special characters (Unicode) for the user name and password, the length restriction (user name = 64 bytes, password = 128 bytes) can take effect, although the maximum character length was not used. The reason is that the number of bytes and not the number of characters is limited in the RSC service.

Rebooting causes a system watchdog

Known for firmware 2020.3 and 2020.6 on all supported PLCnext Control devices:

If the controller is rebooted using the Linux command sudo reboot or by means of the RSC service IDeviceControlService::RestartDevice(), a system watchdog may occur in rare cases. Because the RSC service is also used by the Reboot button in the PLCnext Engineer cockpit, it can also occur after using that button. As a consequence only a Cold Start is possible when the controller is subsequently booted, so all retain variables are reinitialized.

This behavior does not occur when the operating voltage is switched off and the controller is then booted.

Crash during start-up phase

Known from firmware 2020.3 to 2021.6 on all supported PLCnext Control devices:

The system watchdog is not yet active during the startup phase if you start C++ extensions very early. If the user code causes a crash during this phase, this can lead to an endless boot loop. You can solve the problem by removing the SD card before rebooting.

RTC setting causes unexpected time stamps from different contexts

Known for firmware 2020.6 or newer on all supported PLCnext Control devices:

Setting local time zones is not fully supported. After setting a local time zone, unexpected results may occur when reading out times from different contexts (RTC-S FB, OPC UA®, SPNS LOG).

Firmware downgrade

Known for firmware 2020.0 LTS or newer on all supported PLCnext Control devices:

If a firmware 2020.0 LTS or newer is downgraded to 2019.9 or older and then upgraded again to firmware version 2020.0 LTS or newer, a Cold Restart is performed. The retain variables are set to their default values.

Known for firmware 2020.6 or newer on all supported PLCnext Control devices:

After downgrading the firmware, it is recommended to reset to Default setting Type 1 (see Factory Reset). This is not necessary when updating the firmware.

Firmware update from old versions removes config files

Known for firmware 2021.0 LTS on all supported PLCnext Control devices:

Coming from 1.x or 2019.x firmware, the 2021.0 LTS firmware update removes the following files that are not edited by PLCnext Engineer nor are they intended to be modified by the user:

  • /opt/plcnext/projects/Default/Plc/Eclr/Default.eclr.config 
  • /opt/plcnext/projects/Default/Plc/Gds/Default.gds.config 
  • /opt/plcnext/projects/Default/Plc/Meta/Default.meta.config 
  • /opt/plcnext/projects/Default/Plc/Plm/Plm.config 
  • /opt/plcnext/projects/Default/Plc/Esm/Default.esm.config 
  • /opt/plcnext/projects/Default/Plc/Esm/ServiceTask.esm.config 
  • /opt/plcnext/projects/Default/Plc/Esm/Globals.esm.config 

Web-based Management during firmware start-up

Known for firmware 2021.0 LTS or newer on all supported PLCnext Control devices:

If the PLCnext system firmware has not started up properly, the WBM displays the error message "Bad Gateway 502".

User component crashes before the system watchdog is active

Known for firmware 2021.6 or newer on all supported PLCnext Control devices:

If a user component causes a crash before the system watchdog is activated the firmware terminates and the controller is available via SSH only. (Note: The system watchdog is activated just before the IControllerComponent::Start() method is invoked.)

Reset after changes in Overlay File System

Known for firmware 2021.6 or newer on AXC F 3152:

Reset to default setting type 2 can only be performed with a running Linux system. If a user makes changes in the Overlay File System (overlayFS) that lead to problems booting the system, then resetting the device via the reset button is not possible.  

Only known workaround: Boot the controller with an external SD card, copy the overlayFS to this external SD card and delete the overlayFS on the controller after that.

Firmware update after changes in Overlay File System

Known for all firmware releases previous to 2022.0 LTS on all PLCnext Control devices

Changes made as the Linux® root user (such as manual changes in configuration files) can cause problems when updating the firmware to release 2022.0 LTS. In this case the controller has to be reset to default settings (type 1) before updating the firmware successfully.

The reason for this issues is that changes made by the Linux root user are stored in the upperdir folder of the Overlay File System (overlayFS). If a new firmware release brings along changes in the same files, those firmware changes cannot become active due to the previous changes in the upperdir folder.

Note: Even Linux® commands like adduser or addgroup cause changes of their corresponding configuration files in the overlayFS.

Year 2038 problem

Known for firmware 2022.0 LTS or newer on AXC F 1152 and AXC F 2152:

An attempt to set the system time of the controller to a timepoint in year 2038 or later results in a system watchdog. This issue will be fixed in a future firmware release. For this the Linux kernel must be updated (the update is currently planned for firmware version 2024.0 LTS).

Access to Web-based Management fails after update

Known from firmware 2022.6 on all supported PLCnext Control devices 

If a firmware version < 2021.0 LTS  of a controller is updated to a higher version, the WBM of the controller is no longer accessible. The WBM is only accessible again after the controller has been restarted one more time.

This behavior has been rectified in the next firmware release for the regarding devices:

  • 2022.6.2 hotfix for RFC 4072S
  • 2022.9 release for AXC F 2152
  • 2023.0 LTS release for AXC F 1152 and AXC F 3152

LIC SD card not supported after reset to default setting type 2

Known for all firmware versions on RFC 4072S:

LIC SD cards SD FLASH 8GB PLCNEXT MEMORY LIC (item no. 1151112) and SD FLASH 32GB PLCNEXT MEMORY LIC (item no. 1151111) are only supported from firmware release 2022.0 LTS or newer (see LIC SD cards for further information).

If you use a LIC SD card with your controller and perform a reset to default setting type 2, the firmware version of the delivery state that is activated by this reset might not support the LIC SD card. Updating to a higher firmware version is then no longer possible.

In this case, proceed as follows:

  • Connect to the controller, e.g. via WinSCP (see Connecting to the controller)
  • Upload the firmware container to /var/volatile/tmp. The folder is located in the RAM of the controller and has about 4 GB free memory.
  • Perform an update with the following command via SSH console:
    rauc install /var/volatile/tmp/<updatecontainer>.raucb
    ↪ The update is executed.

Hardware settings and indicators

"DBG" LED not working as expected

Known for firmware 2020.0 LTS to  2021.0 LTS on all supported PLCnext Control devices:

The DBG LED or touch panel indicator should signal if a variable has been set via forcing in debug mode in the PLC project. This behavior is currently not supported: Despite forcing the variable the DBG LED or touch panel indicator remains off.

Removed fan module is still registered

Known for firmware 2020.3 on RFC 4072S:

The removal of the fan during operation is not detected correctly due to a technical feature.

Voltage buffering

Known for firmware 2020.6 on AXC F 3152 and RFC 4072S:

If the SD card is removed during operation and then the supply voltage is disconnected, the device will operate with the internal voltage buffer until it is discharged. This can take up to 30 seconds.

"Link" and "Active" LED not working as expected

Known for firmware 2021.0 LTS or newer on AXC F 1152 and AXC F 2152:

The Link and the Active LEDs on the X1 and X2 network interfaces are not illuminated when a 10BaseT connection is used.

SD card is not recognized after power interruption

Known for firmware 2021.6 on AXC F 1152 and AXC F 2152:

In rare cases, the controller may no longer recognize the SD card after an interruption of the power supply. All LEDs flash and the controller cannot be connected via Ethernet. Only some 2 GB SD cards are affected by this. 

Network

DHCP

Known for firmware 2020.6 or newer on all supported PLCnext Control devices:

DHCP can only be activated for Ethernet adapters that are not assigned as PROFINET controllers or PROFINET devices. To make the settings effective in the network, the device must be restarted.

Known for firmware 2020.6 on all supported PLCnext Control devices, and persisting from firmware 2021.0 LTS or newer in the touch panel of RFC 4072S:

In general, when DHCP is switched on, the current IP settings are not yet displayed in the WBM or on the touch display, but the static settings last set are displayed.

LAN gateway settings

Known for firmware 2020.6 and 2021.0 LTS on RFC 4072S, and on AXC F 2152 and AXC F 3152 if used in combination with an AXC F XT ETH 1TX extension module:

If there are several Default Gateway settings, only the setting of LAN1 is used for all LAN adapters. Different settings of other LAN adapters (i.e. for LAN2) are ignored.

Same subnet for network adapters

Known for firmware 2020.6 and 2021.0 LTS on AXC F 2152 with AXC F XT ETH 1TX attached:

If both network adapters in the PLCnext Control and the extension are configured with the same subnet, then the PROFINET Controller functionality will not work as desired. A proper connection setup is not possible with this configuration.

PROFIBUS

Missing PROFIBUS station

Known for firmware 2021.9 on AXC F 2152 and AXC F 3152 with AXC F XT PB attached:

If a PROFIBUS station is missing after successful first commissioning, this is not indicated via the system variables or the diagnostic interface. Only the status LED on the AXC F XT PB extension module indicates this problem.

The "EXT" LED lights up red

Known for firmware 2021.9 on AXC F 2152 and AXC F 3152 with AXC F XT PB attached:

The EXT LED on the controller incorrectly lights up red instead of green if the PROFIBUS left alignment is connected correctly. However, this does not affect the function of the left alignment.

Faulty PROFIBUS configuration

Known for firmware 2021.9 or newer on AXC F 2152 and AXC F 3152 with AXC F XT PB attached:

If a faulty PROFIBUS configuration is set after successful first commissioning, this is not displayed via the system variables or the diagnostic interface. The affected PROFIBUS station is not commissioned, but is displayed as ready.

DPV1 not supported

Known for firmware 2021.9 or newer on AXC F 2152 and AXC F 3152 with AXC F XT PB attached:

The acyclic PROFIBUS communication DPV1 is not yet supported.

PROFINET

PROFINET connection setup taking minutes

Known for firmware 2020.0 LTS and 2020.3 on all supported PLCnext Control devices:

The PROFINET connection setup can take a long time in combination with a very large PROFINET structure.

PROFINET read/write connection interrupts

Known for firmware 2020.0 LTS to 2020.6 on all supported PLCnext Control devices:

Frequent calls of PROFINET Read Record and Write Record function blocks may disturb the communication to the corresponding AR. A connection termination may occur.

Switching off MRP

Known for firmware 2020.3 on AXC F 1152 and AXC F 2152:

After switching off MRP, a restart of the PLCnext Control is required in order for it to work properly.

PROFINET name lost

Known for firmware 2020.3 and 2020.6 on all supported PLCnext Control devices:

If firmware 2020.3.1 or 2020.6 is downgraded to an older version, the PROFINET name is lost.

Configuration changes to safety-related devices

Known from firmware 2020.3 to 2021.0 LTS on RFC 4072S:

If you have made configuration changes to safety-related devices in the PROFINET bus configuration, you must compile both the PLCnext standard program and the safety-related program again, and download them both to the controller.

PROFINET device connection

Known from firmware 2021.0 LTS to 2022.3 on all supported PLCnext Control devices:

PROFINET device connection may be terminated and re-established if cyclic tasks at all ESM cores are used, and if these tasks have an execution duration longer than the configured monitor time of a PROFINET device. 

  • Check the execution duration in your code, set by usingESM_DATA.ESM_INFOS[..].TASK_INFOS[..].MAX_EXEC_DURATION.
  • Compare to the monitor time set with PLCnext Engineer in the PLANT area → Interface node → Settings tab → Monitor time.

PROFINET cycle time

Known for firmware 2021.0 LTS or newer on AXC F 1152 and AXC F 2152:

The use of a PROFINET cycle time of 1 ms leads to a deviation of the jitter behavior required by the controller certification. Operation in  this state is possible but not recommended.

PROFINET PRL not supported

Known for firmware 2021.6 or newer on AXC F 2152AXC F 3152, and RFC 4072S:

PROFINET PRL (Phoenix Redundancy Layer) is not supported. Firmware release 2021.0 LTS was the last release supporting PRL, newer releases do not support this feature.

PROFINET device module differences not reported

Known for firmware release 2022.6 or 2022.9 on all supported PLCnext Control devices:

If a PROFINET Device indicates a module difference (ModuleDiffBlock) without corresponding submodule differences, this module difference is not reported in the related notification. This behavior has been observed with PROFINET Devices from other vendors than Phoenix Contact.

Additionally this module difference is not shown in the Diagnostics - PROFINET WBM page nor can it be retrieved via RSC IArConfigurationService, or via the IEC 61131-3 function block GET_MODULE_DIFF_BLOCK.

Axioline

Axioline bus with an empty Smart Elements module

Known for firmware 2020.3 and 2020.6 on all supported AXC F x152 stations containing an Axioline Smart Elements backplane:

If an Axioline bus contains a power terminal and a Smart Elements module with empty slots, the bus will not restart after a power failure.

Process data inputs return "0" instead of an error code

Known from firmware 2021.6 on AXC F 1152AXC F 2152 and AXC F 3152:

Some Axioline modules (e.g. analog outputs) provide status information in their process data. In case of a module error (e.g. loss of power supply) these process data inputs are filled with an error code. However, in certain situations these process data inputs return 0 instead of the error code. 
Only process data inputs of modules connected to the controller's local bus are affected. Not affected are retrieving module errors via PDI request as well as displaying these errors at the WBM page Diagnostics - Local Bus.

EtherNet/IP™

EtherNet/IP™ ports with active firewall

Known for all firmware versions on all supported PLCnext Control devices:

If the firewall is activated via WBM, the operation of EtherNet/IP™ is no longer possible. This can be remedied by subsequently activating the ports:

  • Incoming connections: port 44818
  • Outgoing connection: port 2222

PLCnext Engineer

Not reconnecting after safety project download

Known for firmware 2020.0 LTS on RFC 4072S:

After downloading a safety-related project, a new connection to PLCnext Engineer is sporadically not possible. The following error message is displayed: "Error during login! A communication error was detected".

Automatic cold start instead of warm start

Known for firmware 2020.0 LTS on all supported PLCnext Control devices, and for firmware 2020.3 on AXC F 3152:

If you initiate a warm start in PLCnext Engineer and this is not possible internally, a cold start is performed automatically, i.e., the retain variables are reinitialized.

Failsafe state of the safety-related controller

Known for all supported firmware releases on RFC 4072S:

When two instances of PLCnext Engineer simultaneously log on to the same SPLC, a failsafe state of the SPLC may occasionally occur. The error messages „0x115A“ and then „0x8041“ are displayed on the SPLC.

HMI pages "busy" during program downloads

Known for firmware 2020.0 LTS or newer on all supported PLCnext Control devices:

During a PLCnext Engineer program download (both total and "changes only"), the web server returns a 503 error ("busy") for requests to the HMI pages.

Debugging with breakpoints

Known for firmware 2020.0 LTS and 2020.3 on AXC F 1152AXC F 2152, and RFC 4072S:

After debugging a PLCnext Engineer project with breakpoints the project may stop immediately after restarting.

Known for firmware 2020.3 and 2020.6 on all supported PLCnext Control devices:

When debugging IEC 61131 code with activated breakpoints, display errors may occur in the call sequence function and variable contents.

Task-handling variables

Known for firmware 2020.3 or newer on all supported PLCnext Control devices:

The content of these system variables is permanently set to 0:

  • ESM_DATA.ESM_INFOS[*].TICK_COUNT
  • ESM_DATA.ESM_INFOS[*].TICK_INTERVAL

However, if a request for this system variable is made from a REST client, the HMI server does not return the value of that system variable (which is always zero), but instead it returns a different value that looks like a tick count.

Downloading changes fails without reason

Known for firmware 2020.3 to 2023.3 on all supported PLCnext Control devices:

Sporadically a PLCnext Engineer project may reject the Download changes command without giving a reason. This issue is solved with firmware release 2023.6.

Beware of the task watchdog

Known for firmware 2020.6 on all supported AXC F x152 devices:

A task watchdog may sporadically occur with a low-priority PLC task with a cycle time in the range of seconds if the running PLC project is being stopped and immediately restarted with a cold/warm/hot start.

Task naming

Known from firmware 2020.6 or newer on all supported PLCnext Control devices:

If EventEventTask, ServiceTask or Globals is used as the name of a task in a user program then an error condition of the controller occurs when downloading the project to the controller. This is because these class names are already used internally.

Sporadic communication errors

Known for firmware 2021.6 and 2021.9 on all supported PLCnext Control devices:

Sporadic communication errors may occur between PLCnext Engineer and the controller. Remedy: Reboot the controller. This issue is resolved with firmware release 2022.6.

Cannot connect to HMI after firmware update

Known for firmware 2022.0 LTS (initial release) on AXC F 1152 and AXC F 2152:

Depending on the history of firmware releases installed on a particular PLC it can happen that after updating to firmware 2022.0 LTS a web browser can no longer connect to the PLCnext Engineer HMI at the PLC. As remedy the PLC needs to be reset to default settings (type 1). This issue has been fixed with the 2022.0.4 LTS hotfix.

Data memory display

Known for firmware 2022.0 LTS on RFC 4072S:

Used and free data memory for an IEC 61131-3 application is not displayed correctly in PLCnext Engineer. With the 2022.6 release, this issue is resolved.

Download changes causes a system watchdog

Known for firmware 2023.0.0 LTS and 2023.0.1 LTS on AXC F 1152 and AXC F 2152:

If the PLC rejects a Download changes command (Write and Start Project Changes executed by PLCnext Engineer), e.g. because the change cannot be performed in real time, the PLC is rebooted due to a system watchdog.

PLCnext Store

Uninstalling Solution Apps

Known for firmware 2020.6 and 2021.0 LTS on all supported PLCnext Control devices:

When a Solution App is uninstalled by the PLCnext Store, it can happen that the controller then no longer reacts to any actions by the PLCnext Store, although it reports the statusonline. A system watchdog was also sporadically observed. This behavior has not been observed when using the offline deactivation in the WBM for uninstalling a solution app.

Restart after app installation

Known from firmware 2020.6 to 2022.9 on all supported PLCnext Control devices:

Sporadically it can happen that a restart of the firmware requested by an app installation does not work properly. If the firmware does not start up correctly, the controller can be restarted by one of the following possible actions:

  • Restart of the firmware via SSH (/etc/init.d/plcnext restart)
  • Reboot of the controller via SSH
  • Power reset of the controller

License operations

Known for firmware 2021.9 or newer on all supported PLCnext Control devices:

Licence operations, such as adding or removing a licence, include cryptographic operations and hence shall only be performed if the PLC is stopped. This may avoid side effects due to preempting the license operations by tasks running with higher priority.

Proficloud

The "proficloudv3" TrustStore is missing

Known for firmware 2020.6 on AXC F 2152:

After resetting the controller there is no TrustStore with the name „proficloudv3“. The TrustStore is necessary for the update via Proficloud.

Workaround: Re-create the TrustStore in the WBM on the controller.

Generating new keypairs fails

Known for firmware 2023.0 LTS on all supported PLCnext Control devices:

If the Proficloud V3 connection is activated via the Proficloud WBM page or after the installation process of an app directly from the PLCnext Store (online installation) the generation of a keypair (i.e. for a certificate) is not possible anymore. Thus, it is not possible to create a new Identity Store with a autogenerated keypair.

It is still possible to create a new Identity Store by uploading a keypair as .pem file or via pasting the keypair as text. Also, establishing a connection to the PLC via PLCnext Engineer or WBM or SSH is still possible. Defective Identity Stores can be easily deleted via WBM.

To be able to create a new Identity Store with an autogenerated keypair again, do this:

Scenario A:  Proficloud V3 connection has not been disabled but an app was installed via the PLCnext Store

  •  Reboot the device.

Scenario B:  Proficloud V3 connection is enabled via the Proficloud WBM page

  • Disable the Proficloud connection and reboot the device.

System watchdog after reconnection attempt

Known from firmware 2022.9 on all supported PLCnext Control devices:

When Proficloud is configured to cache values (WBM setting Remanent Buffering Enabled) and when the connection between PLC and Proficloud is broken, the consumed memory increases. If this situation continues for a too long period, it may even lead to a System Watchdog.

Programming

Prolonged safety project cycle

Known for firmware 2020.0 LTS on RFC 4072S:

If a task with priority 0 is created on ESM2, a prolonged cycle of the safety project may occur. For this reason, select a priority >0 for a task on ESM2.

Matching PLCnext CLI and SDKs

Known for firmware 2020.0 LTS to 2021.0 LTS on all supported PLCnext Control devices:

The PLCnext CLI must be used with an SDK for the same release. Downward compatibility throughout releases cannot be guaranteed. From the 2021.6 release the PLCnext CLI comes as a separate file. See the Tool downloads overview for compatible releases, and PLCnext CLI for procedures with newer firmware releases.

C++ projects using WorkerThread

Known up to firmware 2020.0 LTS on all supported PLCnext Control devices:

C++ projects that were created using WorkerThread in SDK release 2019.0 LTS have to be compiled again using an SDK version ≥ 2019.3. Otherwise, the WorkerThread is not loaded after restart of the application.

ESM event task

Known from firmware 2020.0 LTS to 2022.0 LTS (initial release) on AXC F 1152AXC F 2152, and AXC F 3152:

An ESM event task could be executed only up to 2,147,483,648 times (1,024³x2) after power on. This affected mainly the Interbus cycle end ESM event task. This task is available for the AXC F controllers in combination with AXC F IL ADAPT or  AXC F XT IB extension modules. This issue has been solved with firmware hotfix 2022.0.5 LTS.

GNU compiler types GCC

Known for firmware 2020.3 on all supported PLCnext Control devices:

With the GNU compiler types GCC (8.3.0, 9.2.1) used, a quadratic increase in compilation time and memory consumption on the desktop PC is observed when very large structures are used. Note this behavior if you use a large number of ports in PLCnext Technology applications (e.g. connection of a very large number of Simulink® signals).

Beware of the task watchdog

Known for firmware 2020.6 on all supported AXC F x152 devices:

A task watchdog may sporadically occur with a low-priority PLC task with a cycle time in the range of seconds if the running PLC project is being stopped and immediately restarted with a cold/warm/hot start.

Task naming

Known from firmware 2020.6 or newer on all supported PLCnext Control devices:

If EventEventTask, ServiceTask or Globals is used as the name of a task in a user program then an error condition of the controller occurs when downloading the project to the controller. This is because these class names are already used internally.

Connection of data types Bitstring/OctetString and ARRAY

Known for firmware 2021.6 on all supported AXC F x152 devices:

If a fieldbus I/O of data type Bitstring or OctetString is connected to a program port of data type ARRAY, only the value of the first ARRAY element is transferred. The remaining elements are not copied.

Select() methods behave unexpected

Known for firmware 2021.6 and 2021.9 on all supported PLCnext Control devices:

If the socket of the classes Arp::System::Commons::Ipc::IpcSocket, Arp::System::Commons::Net::Socket, and Arp::System::Commons::Net::TlsSocket is shut down, the Select() method returns true. Compared to BSD sockets, this behavior is unexpected. As this is a legacy method it is now remarked as deprecated. With firmware version 2022.0 LTS and newer the Poll() method is implemented.

SDK compiler set to C++ 17

Known for firmware 2021.6 or newer on all supported PLCnext Control devices:

With the SDK version 2021.6 the language standard C++ 17 has been set in the compiler options (-std=c++17). The firmware itself is also compiled with this option set. Besides some general C++ issues related to this C++17 standard, the following issue is related to PLCnext Technology:
C++ 17 introduces the data type std::byte which is unfortunately not compatible with Arp::byte. Therefore, if the namespaces std and Arp are both active the compilation, this results in an error. In this case existing C++ sources have to be adjusted so that they explicitly use Arp::byte (e.g. by adding using byte = Arp::byte;).

System watchdog with MQTT client function block

Known from firmware 2023.0 LTS on all supported PLCnext Control devices:

When a MQTT client function block of the IEC 61131-3 IIOT_Library_V4.x is used and the connection to the MQTT server is broken, a System Watchdog occurs after several reconnection attempts.

Retain data

Retain variables

Known for all firmware releases on all supported PLCnext Control devices:

After a system watchdog, only a cold start can be performed when the controller is started. The retain variables are set to their respective initialization values.

Known for firmware 2020.0 LTS or newer on all supported PLCnext Control devices:

If a firmware 2020.0 LTS or newer is downgraded to 2019.9 or older and then upgraded again to firmware version 2020.0 LTS or newer, a Cold Restart is performed. The retain variables are set to their default values.

Known for firmware 2020.3 or newer on all supported PLCnext Control devices:

If a requested warm start is not possible to execute via PLCnext Engineer, an implicit Cold Restart is automatically executed. The retain variables are set to their initialization value. From firmware 2021.0 LTS, a dedicated state of the retain values can be restored from a backup.

Extended retain handling

Known for firmware 2020.0 LTS to 2020.6 on all supported PLCnext Control devices:

With extended retain handling in the context of this firmware, the retain variables are reinitialized by a cold start when downgrading to firmware 2020.3 or older. A previous saving of the retain variables by the user is not supported with firmware version 2020.6 or older.

Large amount of retain data

Known for firmware 2020.0 LTS or newer on all supported PLCnext Control devices:

Using the maximum quantity structures of the retain data can increase the task duration of the using task. This can trigger a task watchdog for time-critical applications.

Security

Mixed operation of different OpenSSL versions

Known for firmware 2020.0 LTS on all supported PLCnext Control devices, and for firmware 2020.3 on AXC F 3152:

If the use of preexisting C++ applications (Function Extensions) results in mixed operation of the OpenSSL versions 1.0.2 and 1.1.1, the controller does not boot.

Recommended: If you are using an app of the type "Function Extension" from the PLCnext Store, check whether an update is available in the PLCnext Store.

Outdated OpenSSL version

Known for firmware 2020.3 on AXC F 1152AXC F 2152, and RFC 4072S:

For security reasons, applications should no longer be linked against the outdated OpenSSL version 1.0.2.

Updating OpenSSL version

Known for firmware 2020.3 on AXC F 1152AXC F 2152, and RFC 4072S:

Updating the OpenSSL version 1.0.2 to version 1.1.1 can lead to problems with existing C++ applications that are based on this and run in the same process (e.g. function extensions). In the event of incompatibility, the firmware may not start up.

Recommened: If you are using an app of the type "Function Extension" from the PLCnext Store, check whether an update is available in the PLCnext Store.

RSC services

Long String variables and WString variables

Known for firmware 2020.3 or newer on all supported PLCnext Control devices:

Access to long STRING variables outside the application is limited to 511 bytes. This concerns reading and writing via the RSC services IDataAccessService and ISubscriptionService. These services are used by OPC UA®PLCnext Engineer HMI and the online functions of PLCnext Engineer, among others.

The same applies for WString variables (available from firmware 2021.6). Please note that WString variables are converted to UTF8 when accessed via RSC services.

Restriction for RSC IDeviceStatusService parameter

Known for firmware 2020.6 on all supported PLCnext Control devices:

In the IDeviceStatusService RSC service, the Status.Memory.Usage.Percent parameter no longer returns a value with the following user roles:

  • Engineer
  • Commissioner
  • Service
  • DataViewer
  • DataChanger
  • Viewer
  • UserManager

OPC UA® Server

Namespace changes may cause error

Known for firmware 2020.32020.6 and 2021.0 LTS on all supported PLCnext Control devices:

Due to changes of the OPC UA® server namespace, some OPC UA® clients may cause a BadNodeIdUnkown error. The affected OPC UA® clients do not synchronize the namespaces correctly on start-up, resulting in invalid NodeIds; e.g. Visu+ <= v2.54 throwing an -2143420416 error code. 

Visu+ users updating from firmware 2020.0 LTS or 2021.0 LTS are not affected, but updating to or from a feature release (a non-LTS release) will cause this issue.

Remedy: Visu+ users can adjust the namespaces manually as described in this Phoenix Contact Knowledge Base article. User of other affected OPC UA® clients should contact the respective manufacturer.

Application URI is not supported

Known for firmware 2021.0 LTS or newer on all supported PLCnext Control devices:

Starting with firmware 2021.0 LTS, the application URI is checked against the client side certificate. Some clients do not support the application URI so the OPC UA® Server declines a connection; e.g. Visu+ ≤ v2.54 throwing an -2145976320 error code. This issue only comes up when using a PLCnext Engineer template ≥ 2021.0 LTS.

Remedy: Checking the application URI can be disabled in the OPC UA® Server configuration as shown in this Phoenix Contact Knowledge Base article.

Single subscriptions to multiple matrices don't provide data

Known from firmware 2023.0 LTS to 2023.3 on all supported PLCnext Control devices:

If subscribing to multiple matrices within a single subscription the OPC UA Server does not provide data. However, if only one matrix is subscribed, it works.
If a 2D matrix of type String is subscribed, the variable update of a previously subscribed 2D Int matrix freezes. This condition can only be removed by resubscribing to the 2D Int matrix.

MonitoredItems with IndexRange of data type string causes error

Known from firmware 2023.0 LTS to 2023.3 on all supported PLCnext Control devices:

If a matrix for monitoring is used, various unexpected results occur when using "IndexRange" and "String" as data type:

  • When initially reading out the matrix after logging in, a "DataChange" event with several changes is erroneously triggered.
  • If a "DataChange" event is performed after writing, the strings in the matrix are truncated.
  • Sporadically a Segmentation Fault occurs when reading out the matrix.

For now, OPC UA Server rejects client requests with that specific combination to prevent crashes.

OPC UA® Client

NamespaceIndex of 0 can cause a fatal error

Known for firmware 2023.0 LTS on AXC F 1152 and AXC F 2152

Using the value 0 as NamespaceIndex in the configuration of OPC UA client may lead to a fatal error.

This issue has been fixed with the 2023.0.2 LTS release.

DataLogger

Multiple DataLogger sessions

Known for firmware 2020.0 LTS or newer on all supported PLCnext Control devices:

If two or more DataLogger sessions are configured to write to the same database, only the data of one session will be transferred to the database on the SD card at the end. The user does not receive a message that not all data can be saved.

 

 


• Published/reviewed: 2024-02-27   ★  Revision 065 •