Activity for CODESYS 4 Linux

  • amy123 amy123 posted a comment on ticket #17

    docker info: Client: Version: 25.0.3 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.1-desktop.4 Path: C:\Program Files\Docker\cli-plugins\docker-buildx.exe compose: Docker Compose (Docker Inc.) Version: v2.24.5-desktop.1 Path: C:\Program Files\Docker\cli-plugins\docker-compose.exe debug: Get a shell into any image or container. (Docker Inc.) Version: 0.0.24 Path: C:\Program Files\Docker\cli-plugins\docker-debug.exe dev: Docker Dev Environments (Docker...

  • amy123 amy123 created ticket #17

    Docker IDE Frozen

  • Ingo Ingo modified a wiki page

    Home

  • Ingo Ingo modified ticket #16

    codesys ide docker image

  • Ingo Ingo posted a comment on ticket #16

    Hi Orby, sadly that's not easily possible. You are only allowed to build such an image, when you own a windows license. These are the license terms of DotNet. Cheers, Ingo

  • orby orby created ticket #16

    codesys ide docker image

  • Flarup Flarup created ticket #15

    The placeholder library 'Standard' could not be resolved.

  • Flarup Flarup created ticket #14

    Cannot find IronPython.Modules.dll

  • pkokic pkokic posted a comment on ticket #8

    Hi Ingo, I already tried that... Firstly, installation for SP11 does not exist online for download (tried changing URL accordingly). Secondly, I tried installing a locally available .exe of SP11 inside Docker and changing up a few necessary things in install script, but it didn't work. Somewhere here it says that Docker version works only from SP13 onwards for some reason... Like I mentioned, I tried already many many combinations to install this for about a week and couldn't get it to compile the...

  • Ingo Ingo posted a comment on ticket #8

    Hi Paula! That should be as easy, as changing the URL in install2.sh. The variable is called CDS_LINK, and it contains the SP16 version number. I didn't test it with SP11, but guess it should simply work...

  • finger42 finger42 created ticket #13

    Add prerequisite check wine 6.x

  • finger42 finger42 created ticket #12

    Add prerequisite check for cabextract in install2.sh

  • finger42 finger42 created ticket #11

    Add prerequisite check for jwm in install2.sh

  • finger42 finger42 created ticket #10

    Update download command with -O option

  • markope markope created ticket #9

    Inquiry to build a CODESYS image for RE

  • pkokic pkokic created ticket #8

    Compiling SP11 Project

  • Ingo Ingo modified ticket #6

    Error while building project

  • Ingo Ingo posted a comment on ticket #6

    Thanks for diving into the rabbit whole. 😉 I now improved the error reporting and stability of build-bootapp. Hint: You can call it like this, from the folder of your *.project file... docker run -v $(pwd):$(pwd) -w $(pwd) codesys-ide codesys build-bootapp

  • i.hornberger <> committed [f5c182]

    heavily improved error reporting when creating a boot application

  • oims24 oims24 created ticket #7

    Potential issue with codesys using updated vcrun files from MS download

  • vcbz vcbz posted a comment on ticket #6

    After going down the rabbit hole long enough I have found a temporal solution for my problem. Issue Summary: I want to compile CODESYS projects for "CODESYS Control Win V3" devices through CI/CD with a docker container from this repo. The problem is that the docker container does not find the references to some libraries even though they are installed. How to reproduce the issue: 1) Create a new CODESYS project (3.5.16.0 x86) in a Windows machine through the project wizard. It is worth mentioning...

  • vcbz vcbz posted a comment on ticket #6

    Just an update. I have looked in more detail the output of the CODESYS cli and when I open a .project file (Without archiving) I get also an error.The eror occurs when with the python Script engine API I trying to generate the project (i.e., open(),generate_code()) Build: Error: C188: Device not installed to the system. No code generation possible. Build: Text: C0: Typify code... Build: Warning: C100: Library IoStandard has not been added to the Library Manager, or no valid license could be found...

  • vcbz vcbz created ticket #6

    Error while building project

  • Ingo Ingo modified a wiki page

    Home

  • ingo <> committed [94f31a]

    fixed installation in bullseye, where we don't need wine-development anymore, and codemeter-lite is not supported anymore.

  • ingo <> committed [1ccf80]

    updated to bullseye, but went back to SP16 for the IDE, as SP17 is not usable atm.

  • ingo <> committed [1f655f]

    switch to SP17

  • ingo <> committed [f7b0bc]

    updated install2.sh to use new wine version (>5.x), which is included in the current stable debian

  • ingo <> committed [20f0d8]

    fixed handling of codesyscontrol script of subdirectories

  • ingo <> committed [7e04ef]

    fixed filename, when using subfolders

  • ingo <> committed [8d9349]

    corrected build script name in test

  • ingo <> committed [61e89f]

    improved error reporting of buildtest

  • ingo <> committed [ef9406]

    package install still doesn't work on server, so I felt back to define the required libs only

  • ingo <> committed [67a612]

    fixed issue in dependency resolver

  • ingo <> committed [88d541]

    corrected entry of unit tests

  • ingo <> committed [7df77f]

    added drone yaml file to execute unit tests for the CODESYS IDE image

  • ingo <> committed [f1ae72]

    Implemented unit testing against CODESYS Linux SL runtime.

  • ingo <> committed [5fc8ee]

    Merge branch 'master' of https://forge.codesys.com/git/tol,codesys-4-linux,docker

  • ingo <> committed [3a34bb]

    - support for CODESYS Linux SL inside of this container

  • Ingo Ingo posted a comment on ticket #4

    Ticket moved from /forge/support/64/

  • Ingo Ingo committed [0cd451]

    reverted change, that no XVFB was started anymore for noUi builds (didn't work on headless server)

  • ingo <> committed [c391e2]

    corrected but in "build package". The package was recursivly added to itself under some circumstances.

  • ingo <> committed [7c4eb7]

    - implemented update device

  • ingo <> committed [36b66e]

    - added unit test draft

  • Ingo Ingo modified a wiki page

    Home

  • i-campbell i-campbell posted a comment on ticket #2

    A good solution! Well done also on getting SP16 working.

  • Ingo Ingo modified ticket #3

    CODESYS V3.5.16.0 not working

  • Ingo Ingo posted a comment on ticket #3

    Works again! Was just a DotNet issue. winetricks was not able to install DotNet completely headless anymore. So we now have the workaround with xvfb in install2.sh, like we had for install.sh.

  • Ingo Ingo modified ticket #2

    Windows license required

  • Ingo Ingo posted a comment on ticket #2

    While I was updating the installer for SP16 w/ new DotNet, I also added a --silent flag to it. Without that, the installer will show the usual prompt of the DotNet runtime. Futhermore we don't have a need for the Visual C++ Redistributable binaries anymore. The reason is: We just needed them to satisfy our Setup tool. But as install2.sh doesn't use the setup anymore, we don't need the Redistributable packages.

  • Ingo Ingo modified a wiki page

    Home

  • ingo <> committed [99cd15]

    - cleaned docker file and upgraded it to buster

  • ingo <> committed [e4b57d]

    turned dockerfile into a single stage build

  • ingo <> committed [1120ce]

    Merge branch 'master' of https://forge.codesys.com/git/tol,codesys-4-linux,docker

  • ingo <> committed [ed9c30]

    - kill xvfb instead of terminating. Otherwhise docker hangs for some reasons (The xvfb handling is not that clean, yet ;) )

  • Ingo Ingo posted a comment on ticket #3

    Another test showed that the IDE worked natively on buster. Seems that we only have problems with the docker images.

  • Ingo Ingo created ticket #3

    CODESYS V3.5.16.0 not working

  • ingo <> committed [e5c13a]

    - prepared CODESYS start script for new profile names (*.profile.xml)

  • ingo <> committed [8d987c]

    added error messages in case a compile error occured

  • ingo <> committed [9fd219]

    implemented handling of library dependencies for the "runtest" action

  • Ingo Ingo posted a comment on ticket #2

    Thanks Ian! First I added a note to the Wiki. Second I plan to show the license by default on install.

  • Ingo Ingo modified a wiki page

    Home

  • i-campbell i-campbell created ticket #2

    Windows license required

  • ingo <> committed [a00e88]

    added action to save a project archive

  • ingo <> committed [195fb0]

    Added action to install CODESYS packages.

  • ingo <> committed [4adbea]

    disabled prompts for "runtest" action, which is running in UI mode

  • ingo <> committed [2cd164]

    implemented "runtest" action

  • Ingo Ingo modified ticket #1

    Installer doesn't work on current debian

  • Ingo Ingo modified a comment on ticket #1

    I found a much easier way to install CODESYS in wine. I don't run the installer, but extract the files. This method avoids all the endless installer issues and workarounds. It is implemented atm. in codesys-ide/install2.sh. @i-campbell might be of interest for your mac project.

  • Ingo Ingo posted a comment on ticket #1

    I found a much easier way to install CODESYS in wine. I don't run the installer, but extract the files. This method avoids all the endless installer issues and workarounds. It is implemented atm. in codesys-ide/install2.sh. @i-cambell might be of interest for your mac project.

  • ingo <> committed [377479]

    - added new (much, much, much simplified) install routine

  • Ingo Ingo modified a wiki page

    Home

  • Ingo Ingo modified ticket #1

    Installer doesn't work on current debian

  • Ingo Ingo posted a comment on ticket #1

    Docker Image still works. This has only the current issue, that libdoc is missing somehow.

  • ingo <> committed [57fbeb]

    zip html docu correctly (it wasn't zipped, as the recursive flag was missing)

  • ingo <> committed [fc9da4]

    [#13] Code is not extracted for most projects

  • ingo <> committed [e41af9]

    cleaned up build output

  • Ingo Ingo created ticket #1

    Installer doesn't work on current debian

  • ingo <> committed [382f71]

    added command to export library documentation

  • ingo <> committed [9052a5]

    Added first draft for a test runner action for ci processes

  • ingo <> committed [d81428]

    beatification of the PLCopen XML transformation

  • ingo <> committed [33820c]

    fixed problem when devdesc was not installed

  • ingo <> committed [df8782]

    optimized execution of codesys and the generated log messages

  • ingo <> committed [5a93fe]

    export documentation as markdown for the source browser

  • ingo <> committed [6bf844]

    remove debug prints

  • ingo <> committed [33863a]

    added script to export library documentation

  • ingo <> committed [e68696]

    suppress wine warnings

  • ingo <> committed [33fdb3]

    dont overwrite existing manifests

  • ingo <> committed [de765d]

    added script to generate a plain package manifest for a repository

  • ingo <> committed [75faee]

    - allow to start the CODESYS IDE with UI "./codesys ide"

  • ingo <> committed [7084a8]

    add build package action

  • ingo <> committed [f5944f]

    - updated container to SP15

  • Ingo Ingo modified a wiki page

    Home

  • Ingo Ingo modified a wiki page

    Home

  • Ingo Ingo modified a wiki page

    Home

  • ingo <> committed [220c38]

    - prepare IDE to be used in a productive setup

  • ingo <> committed [16685e]

    - prepare IDE to be used in a productive setup

  • ingo <> committed [b7a523]

    uncommended the command ;)

  • Ingo Ingo committed [31733c]

    Added xinetd vnc service to start CODESYS.

1 >