wincc怎样用vbs脚本打开画面

2025-04-30 01:31:52
推荐回答(1个)
回答1:

切换主画面可以用
IF HMIRuntime.Tags("变量名").Read  Then
    HMIRuntime.BaseScreenName = "画面名"
End if