Personal Data

Username:
lmartin
Joined:
2021-01-22 15:18:12

Projects

  • No projects to display.

User Activity

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

    Hi, I use the code below to export project and libraries to PLCopenXML. All works well except that in a project resource excluded from build are exported too and I don't want that resources. When I export manually I export ALL and excluded resources are not exported. I have attached a project sample ans XML result from __future__ import print_function import sys, io, os proj=projects.primary if proj is None: system.write_message(Severity.Error, "%s" % ("No project opened...",)) sys.exit() info =...

View All