恭喜,你发布的帖子
发布于 2024-11-02 10:09:51
9楼
这是我在WINCC全局脚本上正常运行的。
Option Explicit
Function action
On Error Resume Next
If (HMIRuntime.Tags("@LocalMachineName").Read="OS100") Then
HMIRuntime.Tags("Public/HeartBeat.I_B01").WRITE HMIRuntime.Tags("Public/HeartBeat.I_B01").Read Xor &H1
Elseif (HMIRuntime.Tags("@LocalMachineName").Read="OS101") Then
HMIRuntime.Tags("Public/HeartBeat.I_B02").WRITE HMIRuntime.Tags("Public/HeartBeat.I_B02").Read Xor &H1
Elseif (HMIRuntime.Tags("@LocalMachineName").Read="0C102") Then
HMIRuntime.Tags("Public/HeartBeat.I_B03").WRITE HMIRuntime.Tags("Public/HeartBeat.I_B03").Read Xor &H1
End If
HMIRuntime.Tags("I_HS_100K2_101").WRITE HMIRuntime.Tags("HS_100K2_101").Read Xor &H1
End Function
请填写推广理由:
分享
只看
楼主