I am using ignition to connect to a Kepware OPC server that have an "ISA95" model plant.
The OPC tag path uses '.' for every hierarchy level
The tag browser from Ignition follows the same hierarchy and I would like to use the parameter PathToTag to bind the OPC Item Path value. However, the parameter uses '' in the hierarchy levels.
Is there any way i can replace the '' with '.'
nsu=KEPServerEX;s=WinCC.PHARMAPCS7OS.{{PathToTag}.replace('\\', '.')}/{TagName}/I.{ProcessUnit}/{TagNamePLC}/I_PV_Out#Value
Thank you!