Dim pic
Set pic=ScreenItems("画面窗口3")
pic.Left=60'左边距离
pic.Top=60'顶部距离
pic.Visible=True'显示窗口
pic.TagPrefix="测试1."
pic.ScreenName ="电机"
HMIRuntime.Tags("@NOTP::Z3MOTOR_Name").Write "卸灰电机"
HMIRuntime.Tags("@NOTP::M_interlock1").Write "联锁1"
HMIRuntime.Tags("@NOTP::M_interlock2").Write "联锁2"
HMIRuntime.Tags("@NOTP::M_interlock3").Write "联锁3"
HMIRuntime.Tags("@NOTP::M_interlock4").Write "联锁4"
这里的脚本中,从pic.TagPrefix="测试1."开始好像执行不了的,前面的都能执行,请问一下脚本有问题吗