Personal Data

Username:
benediktenger
Joined:
2023-01-25 14:10:49

Projects

  • No projects to display.

User Activity

  • Modified a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, I need to accesss to project information of a referenced library in the project. At least I need the "Released" flag from these information to check that no project gets shipped with unreleased libraries. Unfortunally, I do not get this information by script. I archieved to get the library reference object and the managed library object but both won't give me this flag but only basic information like company, name, version, etc. Here is my code: # get the library refernces proj = projects.primary...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, I need to accesss to project information of a referenced library in the project. At least I need the "Released" flag from these information to check that no project gets shipped with unreleased libraries. Unfortunally, I do not get this information by script. I archieved to the library reference object and the managed library object but both won't give me this flag but only basic information like company, name, version, etc. Here is my code: # get the library refernces proj = projects.primary...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, I played a bit with the CodeSys Git Add on. unfortunally, they are only exporting JSON files instead of st-files, which makes it impossible to read or compare. So, they do not provide a out of the box rebase feature in CodeSys, so I would like to know, how do you perform a rebase? This is a core feature of Git and I have no idea how to do it without using the exported JSON files. Besides: what does CodeSys thought when they decided to export as JSON? this is just a useless format, so you could...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, I played a bit with the CodeSys Git Add on. unfortunally, they are only exporting JSON files instead of st-files, which makes it impossible to read or compare. So, they do not provide a out of the box rebase feature in CodeSys, so I would like to know, how do you perform a rebase? This is a core feature of Git and I have no idea how to do it without using the exported JSON files. Besides: what does CodeSys thought when they decided to export as JSON? this is just a useless format, so you could...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, I try to implement an OPC UA Server in CodeSys Control Win. I have a NodeSet with a bunch of objects, variables and methods and all of them have a defined Node ID and a defined path. I figured out how to import a nodeSet file. (https://help.codesys.com/webapp/_cds_runtime_opc_ua_server;product=codesys;version=3.5.17.0) But I have no idea how I am able to map my local objects to it. the configuration does find the right mappings but instead of mapping it, it will create a new object, variable...

View All