Industry Online Support
Technical Forum
9/21/2007 10:37 AM | |
Posts: 14 Rating: (0) |
Hello How can I use VBA for display time in static text? |
9/21/2007 12:50 PM | |
Joined: 10/31/2006 Last visit: 9/21/2022 Posts: 134 Rating: (34) |
Here is a simple example using both vb and the WinCC Digital clock, WinCC version 6.0 SP4. txtTime will be the name of your statictext. You can set the trigger to your requirement Dim TimeText Set TimeText = ScreenItems("txtTime") TimeText.Text = Now AttachmentTime.zip (121 Downloads) |
Follow us on