WINCC怎么通过内部变量改变文字内容,使每个窗口显示不同的文字?
答案:1 悬赏:10 手机版
解决时间 2021-02-11 09:41
- 提问者网友:溺爱和你
- 2021-02-10 21:27
WINCC怎么通过内部变量改变文字内容,使每个窗口显示不同的文字?
最佳答案
- 五星知识达人网友:零点过十分
- 2021-02-10 22:07
在文本窗口 右击 属性 字体 右击 选择 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
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯