Activity for lmartin

  • lmartin lmartin posted a comment on discussion Engineering 🇬🇧

    Hi I search the way to be able to get the fixed version of the compiler set in the Project settings via a python script. Anabody know how to do that?

  • lmartin lmartin posted a comment on discussion 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 =...

1