Home (version 1) discussion
alexanderraab
wiki
(Thread)
Home (version 1) discussion
Last updated: 2025-08-13
Post by liuk89 on SMC_CNC_INTERNAL_ERROR - SMC_ReadNCFromStream
CODESYS Forge
talk
(Post)
Hi, I have the same behaviour. Did you solve it? Luca
Last updated: 2025-08-13
Post by ulvis on IDE chrashes when importing OPC UA ECM model
CODESYS Forge
talk
(Post)
I can import some OPC UA information models, allright. Like the UA (core), Scheduler and PNEM models, etc. However, when I try to import the ECM model (Energy Consumption Managment), the Codesys IDE goes down after a while. Any clues?
Last updated: 2025-08-13
Post by gepert on GearInPos
CODESYS Forge
talk
(Post)
I solved problem. It is necessary to set MC_stop and execute mc_GearInPos for a while
Last updated: 2025-08-14
GearInPos
CODESYS Forge
talk
(Thread)
GearInPos
Last updated: 2025-08-14
Post by ulvis on IDE chrashes when importing OPC UA ECM model
CODESYS Forge
talk
(Post)
Actually, importing the UA (core) version 1.0.0-2025-02-01 also does not work. IDE chrashes. I am able to import a version of UA (Core) model from 5.7.2020.
Last updated: 2025-08-14
Where to find the OPC-UA Information Model Repository
CODESYS Forge
talk
(Thread)
Where to find the OPC-UA Information Model Repository
Last updated: 2025-08-14
Home (version 1) discussion
goerkem
wiki
(Thread)
Home (version 1) discussion
Last updated: 2025-08-14
Post by ulvis on Where to find the OPC-UA Information Model Repository
CODESYS Forge
talk
(Post)
Now, for CODESYS v3.5 SP21 I can no longer find the "OPC UA Information Model Repository" entry to add as a command. In the "Tools" menu it is listed but greyed out, reporting "Plug-in is not available". So how do I add the Plug-in?
Last updated: 2025-08-14
Post by davidbo on SQLite with AC_Datalog and Raspberry Pi
CODESYS Forge
talk
(Post)
I am using V3.5 SP20 and version for AC_Datalog is 4.3.0.0 But in the log I get "DataLogStorage_SQLite: Not able to open table." Why and how to fix that?
Last updated: 2025-08-14
Ethernet Adapter issues
CODESYS Forge
talk
(Thread)
Ethernet Adapter issues
Last updated: 2025-08-14
wiki Discussion
keith
wiki
(Discussion)
Forum for wiki comments
Last updated: 2025-08-14
blog Discussion
keith
blog
(Discussion)
Forum for blog comments
Last updated: 2025-08-14
(no subject)
keith
wiki
(Thread)
Last updated: 2025-08-14
Home
keith
wiki
(WikiPage)
Project Members: keith (admin)
Last updated: 2025-08-14
Post by keith on Ethernet Adapter issues
CODESYS Forge
talk
(Post)
I uploaded this project and it was running. After upload I had to re-download to get the system to sync up. I now have this fault and am not sure how to resolve it.
Last updated: 2025-08-14
wiki Discussion
ben-merryman
wiki
(Discussion)
Forum for wiki comments
Last updated: 2025-08-15
blog Discussion
ben-merryman
blog
(Discussion)
Forum for blog comments
Last updated: 2025-08-15
(no subject)
ben-merryman
wiki
(Thread)
Last updated: 2025-08-15
Post by ben-merryman on Discussion for Home page
CODESYS 4 Linux
home
(Post)
Thanks for providing this! I'm changing jobs soon and will be using codesys on Linux for my next round of development.
Last updated: 2025-08-15
Home
CODESYS 4 Linux
home
(WikiPage)
Download file Preface Installation Download Prerequisites Install Start CODESYS Docker IDE Runtime Warning!!! The Information on this project is outdated. Since the release SP17, the install script doesn't work anymore, due to the modularization of CODESYS. Preface CODESYS 4 Linux is just a small install helper, to install CODESYS on top of wine. This works, since the release of version 3.5 SP13, more or less smoothly. You can't expect, that all features are working, or that the usability is as smooth as under windows. But big parts of the product are working, what makes it well usable for many scenarios. Installation This describes, the prefered way, using the install script. To manually do the installation, you might want to take a look into this page. Download Download the install script. This can be done with svn from the website wget e.g.: wget -c "https://forge.codesys.com/tol/codesys-4-linux/docker/ci/master/tree/codesys-ide/install2.sh?format=raw" Prerequisites Make sure, that you own a valid Windows license. Because the installer will install DotNet from Microsoft. And this software requires a valid Windows license. Install Change the rights of the script, and run it. chmod u+x install2.sh ./install2.sh Start CODESYS After the installer finished, you should have a folder "~/.wine.cds/drive_c/CODESYS". From there you can start CODESYS like this... export WINEPREFIX=~/.wine.cds wine ~/.wine.cds/drive_c/CODESYS/CODESYS/Common/CODESYS.exe Docker IDE You can build a docker container, which contains a CODESYS installation running on top of wine. The installation process is automated in the same way as described above. To build the docker image, you can simply use the Dockerfile from the Git repository: sudo docker build https://forge.codesys.com/git/tol,codesys-4-linux,docker.git\#:codesys-ide -t codesys-ide The image can be used to automate tasks. It contains a wrapper to start CODESYS, which contains already a few scripts, which can be used to automate specific tasks. For example: sudo docker run codesys-ide codesys compile-library But again, be aware, that you need to own a Windows license to use the image, as it contains a DotNet installation from Microsoft. Runtime The CODESYS Control runtime is natively running on Linux. The Soft PLC CODESYS Control Linux SL contains a free 2h Demo mode. You can easily create a debian based docker inage, which contains this demo: sudo docker build https://forge.codesys.com/git/tol,codesys-4-linux,docker.git\#:codesys-control -t codesys-control The runtime can then be started inside the container. Note that the runtime needs to be started with root privileges. This is not very common for docker, but currently the easiest solution to get it running: sudo docker run --privileged codesys-control
Last updated: 2025-08-15
(no subject)
CODESYS 4 Linux
home
(Thread)
Last updated: 2025-08-15
Home
ben-merryman
wiki
(WikiPage)
Project Members: ben-merryman (admin)
Last updated: 2025-08-15
Post by davidbo on SQLite with AC_Datalog and Raspberry Pi
CODESYS Forge
talk
(Post)
Does anybody have a schema.sql so I can create the table myselves? Does anybody know to generate more logging information so I can see the tables names? Do we have a level option or something like that?
Last updated: 2025-08-15
SQLite with AC_Datalog and Raspberry Pi
CODESYS Forge
talk
(Thread)
SQLite with AC_Datalog and Raspberry Pi
Last updated: 2025-08-15