Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DeanLeek

    VB for WinCC question

    The advice by others is absolutely correct. You need to use the .read and .write properties as follows... Set Dummy = HMIRuntime.Tags(“Dummy”) Set Test = HMIRuntime.Tags(“Test”) If Dummy.read = 1 Then Test.write = (“Pers3”) Else If Dummy.read = 2 Then Test.write = (“Pers4”)...

Part and Inventory Search

Back
Top