[?+]: make logical tags Tag1 And Tag2 in WinCC Flexible 2008

ProTool, WinCC flexible, WinCC, PP/OP/TP/TD/MP
macroms
Posts: 58
Joined: Sat Mar 28, 2009 8:48 pm
Location: Saudi Arabia

[?+]: make logical tags Tag1 And Tag2 in WinCC Flexible 2008

Post by macroms »

Hello...How can I make logical tags in WinCC Flexible 2008?
Example in Visibility I want to make Tag1 And Tag2
CoMod
Site Admin
Posts: 3992
Joined: Thu Feb 16, 2006 3:25 pm
Location: Russia

Re: [?]: make logical tags Tag1 And Tag2 in WinCC Flexible 2

Post by CoMod »

S7-CPU: Tag1 And Tag2 =>Tag3
WinCC Flexible 2008: Tag3 in Visibility
macroms
Posts: 58
Joined: Sat Mar 28, 2009 8:48 pm
Location: Saudi Arabia

Re: [?]: make logical tags Tag1 And Tag2 in WinCC Flexible 2

Post by macroms »

Sir you mean I want to add logic in S7?
because I don't want to make like that is it possible I will put directly the tags in WinCC flexible?
dehell
Posts: 104
Joined: Sat Jun 13, 2009 12:25 pm
Location: Europe

Re: [?]: make logical tags Tag1 And Tag2 in WinCC Flexible 2

Post by dehell »

Hi,
Use a script if Tag1 or Tag2 data change.
In the script make Tag1 and Tag2 = Tag3 (internal panel tag)
Then use Tag3 for visibility
macroms
Posts: 58
Joined: Sat Mar 28, 2009 8:48 pm
Location: Saudi Arabia

Re: [?]: make logical tags Tag1 And Tag2 in WinCC Flexible 2

Post by macroms »

Sir can you tell me what is the right syntax because it gives me an error on the script..I make only like this on the script var1 And var2 = var3
dehell
Posts: 104
Joined: Sat Jun 13, 2009 12:25 pm
Location: Europe

Re: [?]: make logical tags Tag1 And Tag2 in WinCC Flexible 2

Post by dehell »

Hi,
follow this link
Image
best regards
macroms
Posts: 58
Joined: Sat Mar 28, 2009 8:48 pm
Location: Saudi Arabia

Re: [?]: make logical tags Tag1 And Tag2 in WinCC Flexible 2

Post by macroms »

Thanks..it's working. :)