Chance PI Tag of Multi-Stage Symbol in Processboook with VBA

260 Views Asked by At

How I can change PI Tag of Multi-Stage Symbol in ProcessBook with VBA. I can get actual PI Tag with a = Whitepilotlight2_1.GetTagName(1) for example but a don't find a command to change it.

1

There are 1 best solutions below

0
0.B. On

I found it. It should be something like the following:

f = symbolname.GetMultiState.SetPtTagName("PiTagName")