Thanks DougLyons. That is what I was looking for.
Phrog30, What I have is an HMI that talks to multiple PLC's. Each PLC is seperate machine.
I am monitoring the same tags from each PLC, however, different brands may use a different tag name.
For instance brand1 may call their tag system_pressure while brand2 may call their tag sys_press.
So my thought process is name the base tag C1_system_pressure with a map for the IO to actually read system_pressure.
C2_system_pressure would be mapped to sys_press. This way only the map would need to be edited if the machine is replaced with another mfg.
Location 1 may have....
C1 = brand1
C2 = brand2
C3 = brand1
C4 = brand2
Location 2 may have
C1 = brand2
C2 = brand2
C3 = brand2
C4 = brand1
It would be great if this can be done during runtime.
Thanks in advance for any suggestions.