Multiple programmers on one project

Is it possible to have more than one programmer working on the same project file whether online or offline? On larger projects it makes sense to have a project broken up into sections with a programmer assigned to each section.

We constantly do this with Contrologix PLC projects. In the case of all programmers online, anytime another programmer saves an online edit, changes are automatically correlated to all other online programmers

Multiple simultaneous designers works great. The only catch is that they can’t both work on the same window. You can try this out by opening multiple instances of the designer on one machine. It works the same way with separate computers on the network.

Offline editing is much trickier with multiple people since you’re effectively working on a backup. If only one person is working on the project and making significant changes they would want to do an entire gateway backup and restore. Multiple designers could do small tasks like create/modify windows, then do a window import. I suspect that you would face similar issues as multiple people working on any programming project, document, etc without connectivity to each other. The hard part is in knowing what is current and managing the merge.

Concurrent development works most smoothly when everyone is working on the same place. This could be a development or staging machine.

Great!

Thanks Nathan