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 answers

0
0.B. On

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

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