Hi,
I am wondering if anyone has any advice w.r.t collaborating on a single PLCNext engineer project within a team ? I.e multiple programmers that are all working on a single system with a single PLC and one PLCNext project. The main difficulties that I see is that the project file is some binary thing, so if one person were to make a change to the plcnext project file then it would be difficult to impossible to merge without manually copying the changes to some master project. Only other solution that I can see around this would be to transition to a pure C++ project and use the XML files to define ESM, GDS etc.. , but this is a pretty disruptive move given that it drops IEC compatibility (and introduces a reasonable amount of technical complexity).
Cheers,
Lindsay