WINCC怎么通过内部变量改变文字内容,使每个窗口显示不同的文字?
1个回答
2017-10-28 · 知道合伙人教育行家
关注
展开全部
在文本窗口 右击 属性 字体 右击 选择 vbs
Function Text_Trigger(Byval Item)
Dim a
Set a=HMIRuntime.Tags("变量")
a.read
If "a= " Then
Item.Text="内容1"
End If
If "a= " Then
Item.Text="内容2"
End If
......
End Function
Function Text_Trigger(Byval Item)
Dim a
Set a=HMIRuntime.Tags("变量")
a.read
If "a= " Then
Item.Text="内容1"
End If
If "a= " Then
Item.Text="内容2"
End If
......
End Function
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询