Personal Data

Username:
xcoder
Joined:
2021-12-15 19:45:15

Projects

  • No projects to display.

User Activity

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

    Thanks for the quick reply πŸ‘

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

    Hi Everyone, Does anyone know how I can use an operator keyword as part of an Enum? E.g. TYPE MyEnum : MOVE, <------------------- MOVE_TO_X, MOVE_TO_Y END_TYPE Thanks for your support,

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

    Hi @hermsen , thanks for your reply! I believe you are referring to this repository https://forge.codesys.com/lib/cobolt/project/ci/main/tree/ or am I wrong? I'm using a external git client, however my when I try to add the codesys git project as part of my actual repository is flagged as a submodule. I found this workaround (http://debuggable.com/posts/git-fake-submodules:4b563ee4-f3cc-4061-967e-0e48cbdd56cb) however the .git from codesys is ignored. Another thing I would like to mention is that...

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

    Any ideas how I can manage/use Codesys Git inside of a parent git repository without using submodules? Here an example of the repository's structure: CodesysProject/ .git/ codesys.project git-codesys/ .git/ files folder/ file.x file2.y folder 2/ file3.x file4.y Basically, I want manage the versions of my codesys.project using Codesys Git, and keep track of files using the parent git structure (CodesysProject/.git) and commit/push everything inside of the same repository. Thanks,

View All