Single Application on 3 different Servers that are connected via radio link.
Call them ServerA, ServerB, ServerC
3 PLCs (actually more but this is good enough) each PLC is located in proximity to its similar server
Call them PLCA, PLCB, PLCC
Default configuration is ServerA - if primary does polling to PLCA, PLCB, PLCC. If ServerA goes down ServerB takes over all communication and refills A DB when it comes back up.
What I want though is.
ServerA gets tags from PLCA
ServerB gets tags from PLCB
ServerC gets tags from PLCC
If ServerB fails ServerA gets tags from PLCA and PLCB and when ServerB goes back online ServerB resumes connection to PLCB and ServerA starts.
I can do a workstation tag to see other workstation status to turn on / off driver based on workstation status, but how do I set that up so each workstation has different configuration of which ones are on/off based on workstation name?