Home

There is a newer version of this page. You can find it here.

Active Projects

    co♻e: unittest framework for CODESYS

  • yptfindy posted a comment on ticket #65

    Hi everyone, I’m running into the same memory issue, but I’m using a newer version of CODESYS where I can’t seem to find the “Library Parameters” section in the Library Manager anymore. From what I’ve read online, it looks like this feature might have been deprecated. Given that, what would be the recommended way now to limit things like the number of test suites? Is there an alternative configuration approach in newer CODESYS versions to reduce memory usage? Thanks in advance for your help!

  • sergeyglukhov posted a comment on ticket #54

    any chance this could go to the github anytime soon?

  • bnewman modified a comment on ticket #71

    Note: I should say they are marked INTERNAL, not PRIVATE

    ProjectManager

  • nulltrace modified a comment on a wiki page

    A Small Plugin for Projecthandling, is there any interesting in Community to have a plugin such this? This Plugin is able to hold Projects, Librarys, Devdescriptions, Changelogs and Versioning on an Multi-User-Server (Fileserver). Its NOT a GIT-System. Its more comparable to the Siemens BOS-Server, but with Versioning and ability to go back to an older Project-Version. The Idea behind this tool is a Program-Database, Changelog and ability to see, which Coworker use´s these Project actual. Just give...

  • nulltrace modified a comment on a wiki page

    A Small Plugin for Projecthandling, is there any interesting in Community to have a plugin such this? This Plugin is able to hold Projects, Librarys, Devdescriptions, Changelogs and Versioning on an Multi-User-Server (Fileserver). Its NOT a GIT-System. Its more comparable to the Siemens BOS-Server. The Idea behind this tool is a Program-Database, Changelog and ability to see, which Coworker use´s these Project actual. Just give me some Feedback. Thx

  • nulltrace posted a comment on a wiki page

    A Small Plugin for Projecthandling, is there any interesting in Community to have a plugin such this?

    JSON parsing and composing library

  • tvm posted a comment on a wiki page

    @lucawu @risele for some reason I don't get notifications of new posts on this thread so I just noticed them now. We switched from Schneider to Beckhoff a few years ago, and Beckhoff has their own JSON handling library. I haven't had time to do any development on PRO_JSON since last year, and it's unlikely that I will any time soon. If you or anyone else is interested in being added as an admin to this project let me know. It was an interesting project for me, and I learned a lot. I know there's...

  • risele modified a comment on a wiki page

    Just tested with your structs and seems JSON is perfectly valid. With root: {"biota":{"PLANT":[{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null}],"ANIMAL":[{"NAME":null,"AGE":null},{"NAME":null,"AGE":null},{"NAME":null,"AGE":null},{"NAME":null,"AGE":null}]}} Rootless: {"PLANT":[{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null}],"ANIMAL":[{"NAME":null,"AGE":null},{"NAME":null,"AGE":null},{"NAME":null,"AGE":null},{"NAME":null,"AGE":null}]}...

  • risele modified a comment on a wiki page

    Just tested with your structs and seems JSON is perfectly valid. With root: {"biota":{"PLANT":[{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null}],"ANIMAL":[{"NAME":null,"AGE":null},{"NAME":null,"AGE":null},{"NAME":null,"AGE":null},{"NAME":null,"AGE":null}]}} Rootless: {"PLANT":[{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null},{"NAME":null,"QUANTITY":null}],"ANIMAL":[{"NAME":null,"AGE":null},{"NAME":null,"AGE":null},{"NAME":null,"AGE":null},{"NAME":null,"AGE":null}]}...