Why WinCC Global Actions Run When Not Supposed To! 😱 Here's How To Fix This!

Опубликовано: 13 Февраль 2026
на канале: WinCCGURU
3,262
42

WinCC Global Actions Scripts sometimes execute when they aren't supposed to! Watch this video to learn why this happens, and how you can prevent it from happening!

WinCC Global Actions are scripts that run independently of the runtime User Interface (Screens). They are executed in response the tags changing value, timers or both.

Channel members may download this WinCC project from the WinCCGURU members sharefile site! *Join this channel to get access to perks*:
   / @winccguru  

00:00 Introduction
00:27 What Are Global Actions?
01:07 An Action in Runtime
01:28 Time triggered actions
02:15 VBS Actions
03:27 Compile and Save Action Scripts
04:08 Saving a VBS Action
04:24 Adding a New Action to a running project
05:00 Summing up the issue
05:14 Why Actions are Used
05:43 A Good Approach
06:44 Reset the Tag Value
07:15 Why this solution Works
07:56 Implement this solution in C
08:45 Test the C solution
09:10 What NOT to do...
10:14 A Solution for Time Based Triggers
10:35 VBS Implementation
11:20 ANSI C Implementation