WinCC Toggle

K

Thread Starter

Khaled Ezzat

Dear All;
I am using WinCC V6.2 and I want to make a toggle using a script (VB or C). the problem that I can not assign the address exept for the toggle buttons in the library, and I want to use more shapes than that.
 
For connecting tags use:

GetTagDword, SetTagDword functions

Ex: int a;
a=GetTagDWord("NewTag");
a=1;
SetTagDWord("NewTag",a);


Best regards.
 
Top