Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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