Config file for using one Mervis solution on mulitple PLCs
-
Hello,
I have a project which requires copies of the same source code, running on multiple PLCs. Currently if I make some changes I need to manually copy it between git branches, where each branch is set up for a different device.
Is there any way I could achieve having only 1 main branch, and each Mervis IDE + PLC program gets the variables (such as PLC Device IDE, Proxy ID, Mervis DB credentials etc.) from a file?
Thank in advance.
-
Using different profiles for each PLC partially solves this, as they store the PLC properties and configuration. But they don't store everything, for example the terminal settings (SCADA Terminal parameters, PLC History profile). So currently I have to change the terminal settings manually. I suppose there's a better way to do it with multiple terminals, but I struggled to get this to work.