Personal Data

Username:
k4zz
Joined:
2024-03-15 07:39:20.152000

Projects

  • No projects to display.

User Activity

  • Modified a comment on discussion Engineering 🇬🇧 on CODESYS Forge
  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    The Solution. For Projects: #check all pool objects system.commands["project", "buildactiveapp"] #run static analysis system.commands["staticanalysis", "run"].execute() For Libraries: #check all pool objects system.commands["project", "buildactiveapp"] #run static analysis system.commands["staticanalysis", "runforlibrary"].execute()

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    The Solution. For Projects: #check all pool objects system.commands["project", "buildactiveapp"] #run static analysis system.commands["staticanalysis", "run"].execute() For Libraries: #check all pool objects system.commands["project", "buildactiveapp"] #run static analysis system.commands["staticanalysis", "runforlibrary"].execute()

  • Modified a comment on discussion Deutsch 🇩🇪 on CODESYS Forge

    Derzeit arbeite ich daran, statische Codeanalyse in unsere (CI/CD)-Pipeline zu integrieren. Konkret habe ich die statische Codeanalyse erfolgreich für .project-Typen durchgeführt, und sie funktioniert einwandfrei. Allerdings habe ich Schwierigkeiten bei der Ausführung derselben für .library-Typen festgestellt. Hierbei habe ich zwei Methoden ausprobiert: system.commands["staticanalysis", "run"].execute() # get Project values myProject = projects.primary # Creates an active application app = myProject.active_application...

  • Modified a comment on discussion Deutsch 🇩🇪 on CODESYS Forge

    "Derzeit arbeite ich daran, statische Codeanalyse in unsere (CI/CD)-Pipeline zu integrieren. Konkret habe ich die statische Codeanalyse erfolgreich für .project-Typen durchgeführt, und sie funktioniert einwandfrei. Allerdings habe ich Schwierigkeiten bei der Ausführung derselben für .library-Typen festgestellt. Hierbei habe ich zwei Methoden ausprobiert: system.commands["staticanalysis", "run"].execute() # get Project values myProject = projects.primary # Creates an active application app = myProject.active_application...

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Currently, I am working on integrating static code analysis into our CI/CD pipeline. Specifically, I have successfully performed static code analysis for .project types, and it works flawlessly. However, I have encountered difficulties in executing the same for .library types. In this regard, I have tried two methods: system.commands["staticanalysis", "run"].execute() # get Project values myProject = projects.primary # Creates an active application app = myProject.active_application # build Application...

  • Modified a comment on discussion Deutsch 🇩🇪 on CODESYS Forge

    "Derzeit arbeite ich daran, statische Codeanalyse in unsere (CI/CD)-Pipeline zu integrieren. Konkret habe ich die statische Codeanalyse erfolgreich für .project-Typen durchgeführt, und sie funktioniert einwandfrei. Allerdings habe ich Schwierigkeiten bei der Ausführung derselben für .library-Typen festgestellt. Hierbei habe ich zwei Methoden ausprobiert: system.commands["staticanalysis", "run"].execute() # get Project values myProject = projects.primary # Creates an active application app = myProject.active_application...

  • Posted a comment on discussion Deutsch 🇩🇪 on CODESYS Forge

    Derzeit arbeite ich daran, statische Codeanalyse in unsere (CI/CD)-Pipeline zu integrieren. Konkret habe ich die Statisch Code Analyse erfolgreich für .project-Typen ausgeführt, und sie funktioniert einwandfrei. Jedoch habe ich Schwierigkeiten bei der Ausführung derselben für .library-Typen festgestellt. Hier habe ich zwei Methoden ausprobiert: system.commands["staticanalysis", "run"].execute() # get Project values myProject = projects.primary # Creates an active application app = myProject.active_application...

View All