Post by eschwellinger on V3.5 SP22 Patch1
CODESYS Forge
talk
(Post)
I would suggest to send the projectarchive to the CODESYS support.
Last updated: 2026-05-06
Post by ph0010421 on Network variable stops sending
CODESYS Forge
talk
(Post)
SP21...yes, Online change definitely causes a problem aswell.
Last updated: 2026-05-07
Network variable stops sending
CODESYS Forge
talk
(Thread)
Network variable stops sending
Last updated: 2026-05-07
Post by osande on V3.5 SP22 Patch1
CODESYS Forge
talk
(Post)
Can do. Suspect Visualizations as alarm colours disappear during upgrade, and some error messages related to trend/trace that are impossible to track down...
Last updated: 2026-05-08
V3.5 SP22 Patch1
CODESYS Forge
talk
(Thread)
V3.5 SP22 Patch1
Last updated: 2026-05-08
Post by suyash on Device User Logon
CODESYS Forge
talk
(Post)
Hello. Basic Info : I am using Codesys Control For Raspberry Pi SL. Version 4.4.0.0 Engineering version : CODESYS V3.5 SP19 Patch 1 (Its a old application) I am facing a difficulty with the "Device User Logon". The window (screenshot attached) pops up during login. When i enter the credentials (which i feel are correct), the windows pops up again no matter how many times I enter. To ascertain, I tried entering the incorrect credentials during which its clearly specifying that i have entered them incorrectly (which is why I am quite certain about the credentials being correct). I even tried going into Communication Settings > Device(drop down) > Change Runtime secuirity policy . However it again asks me for credentials which keep popping up again and again. I am thinking of upgrading the runtime to the latest version of 4.20 Will it cause any issues with the paid license? Please suggest me a solution. BR, Suyash
Last updated: 2026-05-13
Post by gordonkeller360 on Equal Objects at Unstaged Changes - Git (Codesys Pro)
CODESYS Forge
talk
(Post)
Hi -- curious to know the same thing! Lots of "The objects are equal" randomly popping up... my solution (for now) is simply to commit the actual changes and then execute the rollback (git clean + checkout) on all that are giving me the issue in question. Does anyone know if this repairable?
Last updated: 2026-05-14
Equal Objects at Unstaged Changes - Git (Codesys Pro)
CODESYS Forge
talk
(Thread)
Equal Objects at Unstaged Changes - Git (Codesys Pro)
Last updated: 2026-05-14
Tips for Choosing Expert GMAT Test Helpers for Study Support
CODESYS Forge
talk
(Thread)
Tips for Choosing Expert GMAT Test Helpers for Study Support
Last updated: 6 days ago
ReadWriteEEprom FB question
CODESYS Forge
talk
(Thread)
ReadWriteEEprom FB question
Last updated: 4 days ago
Post by kurt9 on ReadWriteEEprom FB question
CODESYS Forge
talk
(Post)
I want to programmatically write the alias address to a new EtherCAT slave when I plug it into my IPC EtherCAT network. I am looking at the ReadWriteEEprom FB and see that one of the elements is "pbyData". which is the pointer to byte that is usually set to 2048 bytes. Since I am setting the alias address to the EEprom only (EEprom address 16#0012), I would assume that what I am writing is 2 bytes only. Does the pbyData have to be specified as ADR(myArray) where "myArray" is the 2 bytes of the alias address? How is the best way to set this element of the function block? Thanks in advance
Last updated: 4 days ago
Post by nulltrace on PM556-TP-ETH — How to change IP address without overwriting the PLC program?
CODESYS Forge
talk
(Post)
Depending on the Project, the used Communication-Protocol's, the way how the System was designed, there are some Options if you can answer these Question properly The Question is: are you able to connect to the Shell / Systemprompt of this PLC with administrative Rights?
Last updated: 3 days ago
Post by jroddball79 on PM556-TP-ETH — How to change IP address without overwriting the PLC program?
CODESYS Forge
talk
(Post)
We have checked open ports. SSH (22) and HTTP (80) are not reachable. The only open ports are: 502 (Modbus TCP — used for lighting control) 1200 (CODESYS runtime) 1201 (CODESYS runtime) We can connect via Automation Builder using the current IP, but we don't have the original project source — only an empty project. This is why we are afraid of doing a full download, as it would overwrite the running application. Is there any way to change the IP through the CODESYS runtime protocol on ports 1200/1201 without affecting the running program?"
Last updated: 2 days ago
CODESYS Date/Time Picker in Dialog does not update value on close (focus issue) – any workaround?
CODESYS Forge
talk
(Thread)
CODESYS Date/Time Picker in Dialog does not update value on close (focus issue) – any workaround?
Last updated: 2 days ago
Post by julianramirez on Codesys Trend - setting Y axis minimum and maximum as variables - error
CODESYS Forge
talk
(Post)
Hello Hannibal, I am using real vars and it works, however, if I update those vars in real time it doesnt quite change it on y axis, do you think it is because it is not an integer?
Last updated: 2 days ago
PFC200 - WAGO 750-8202 - MODBUS RTU
CODESYS Forge
talk
(Thread)
PFC200 - WAGO 750-8202 - MODBUS RTU
Last updated: 15 hours ago
PM556-TP-ETH — How to change IP address without overwriting the PLC program?
CODESYS Forge
talk
(Thread)
PM556-TP-ETH — How to change IP address without overwriting the PLC program?
Last updated: 15 hours ago
Post by olehmann03 on PFC200 - WAGO 750-8202 - MODBUS RTU
CODESYS Forge
talk
(Post)
Hello, I’m working on implementing Modbus RTU communication with a Carel controller (CPCO). I want to use the front RS485 interface through the DB9 connector. The issue is that I can’t get the communication working correctly. Below are the steps I’ve done so far: Connected pins 3 and 8 from the DB9 connector to the +/- RX/TX terminals on the Carel side. In the PLC shell, I set serialmode to RS485. In WBM under Administration > Serial Interface > Assign owner of serial interface, I set the port to unassigned. In the device tree, I created Modbus_COM with the following settings: COM port: 1 Baud rate: 19200 Parity: None Stop bits: 1 Created a Modbus client on this COM interface in RTU mode. Under the status tab, I can see it is in running state. On the client, I created a Modbus server and set the Modbus address of my unit to 1. Defined a few channels as FC03 to read holding registers according to the Carel register map. I checked the communication with the Carel controller using a USB-to-RS485 converter connected to my PC, and communication works correctly there. In the status tab, I can see that the Modbus server is polling, but there is no response from the controller. I also tried multiple times swapping A/B lines on the Carel side, but it did not help. Do you have any suggestions on what else I should check?
Last updated: 15 hours ago
Post by olehmann03 on PFC200 - WAGO 750-8202 - MODBUS RTU
CODESYS Forge
talk
(Post)
Hello, I’m working on implementing Modbus RTU communication with a Carel controller (CPCO). I want to use the front RS485 interface through the DB9 connector. The issue is that I can’t get the communication working correctly. Below are the steps I’ve done so far: Connected pins 3 and 8 from the DB9 connector to the +/- RX/TX terminals on the Carel side. In the PLC shell, I set serialmode to RS485. In WBM under Administration > Serial Interface > Assign owner of serial interface, I set the port to unassigned. In the device tree, I created Modbus_COM with the following settings: COM port: 1 Baud rate: 19200 Parity: None Stop bits: 1 Created a Modbus client on this COM interface in RTU mode. Under the status tab, I can see it is in running state. On the client, I created a Modbus server and set the Modbus address of my unit to 1. Defined a few channels as FC03 to read holding registers according to the Carel register map. I checked the communication with the Carel controller using a USB-to-RS485 converter connected to my PC, and communication works correctly there. In the status tab, I can see that the Modbus server is polling, but there is no response from the controller. I also tried multiple times swapping A/B lines on the Carel side, but it did not help. Do you have any suggestions on what else I should check?
Last updated: 15 hours ago
Post by eschwellinger on RaspberryPi 5 gateway problem
CODESYS Forge
talk
(Post)
Which CODESYS version and which runtime version do you use?
Last updated: 23 hours ago
PFC200 - WAGO 750-8202 - MODBUS RTU
CODESYS Forge
talk
(Thread)
PFC200 - WAGO 750-8202 - MODBUS RTU
Last updated: 15 hours ago
Deutsch 🇩🇪
CODESYS Forge
talk
(Discussion)
German forum
Last updated: 9 hours ago
Post by struland on OPC UA Codesys 3.5 Symbolkonfiguration VS Kommunikationsverwalter und Python/UA-Expert
CODESYS Forge
talk
(Post)
Hallo mattplc, man kann das Leid mitfühlen. OPC UA verspricht immer so viel. Aber wenn es um die praktische Umsetzung geht, und man damit die Aufgabe "schicke Daten von A nach B" lösen möchte, trifft man unvermutet auf den Endgegner. Der Mega-Bösewicht der Komplexität und Kompliziertheit. Was Dein Problem angeht, vermute ich mal das es mit dem Thema "Informationsmodell" zusammenhängt. Viel Erfolg auf Deiner Reise ✊✊✊
Last updated: 9 hours ago
To search for an exact phrase, put it in quotes. Example: "getting started docs"
To exclude a word or phrase, put a dash in front of it. Example: docs -help
To search on specific fields, use these field names instead of a general text search. You can group with AND or OR.