当前位置:网站首页>In WinCC, how to use C script to set + reset + negate variables?

In WinCC, how to use C script to set + reset + negate variables?

2022-06-09 14:13:00 AAA_ Automation Engineer

Wincc in , How to use it C The script sets the variable + Reset + Reverse operation ?

0.1
1. Commonly used C The script functions are shown in the following table
1
1.1 It is common to reverse the setting and reset

Illustrate with examples
For binary variables “TAG1_BOOL1” Set it 、 Reset and reverse operation

(1) Button –> Object properties –> event –> Click the mouse C The action code is as follows

Set operation :

1

Reset operation :

2

Reverse operation :

3

原网站

版权声明
本文为[AAA_ Automation Engineer]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/160/202206091306016745.html