Sir Prestel, isn't it CDS-73022/CDS-75075/CDS-73217?
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 =...
Just for information and following up. We have decided to use an VisualSVN server, that our IT department have installed and will maintain. It works fine so far :-)
Got it. Just incase any one else comes across this.... GVLP.iBatchID := GVLP.iBatchID + 1; GVLP.wsBatchID := WConcat("0000", INT_TO_WSTRING(GVLP.iBatchID)); GVLP.wsBatchID := WRight(GVLP.wsBatchID,5); GVLP.wsBatchID := WConcat("RUNA",GVLP.wsBatchID);
Thank you very much for your quick response. Please Just let me confirm again. Because in the project, it is CANopenRemoteDevice, but it should be local device according to your reply.