mwandy - 2024-03-29

I'm having trouble finding clear answers on this.
I'm looking for a way to make a Codesys project password protected so that if the project is distributed it can be used to log into a controller to view and debug logic.
At this same time I want to prevent the project from being saved as well as edits being downloaded to the controller.

Basically I want to make a whole project view-only.

What is the beat way to achieve this?

I have had minor success with access rights, which solves the problem with trying to login if the project doesn't match what is in the controller. However with this solution, edits can still be made and saved, possibly corrupting the core project, preventing future logins.

Any suggestions?