恭喜,你发布的帖子
发布于 2018-10-30 15:56:12
3楼
if HMIRuntime.Tags("A").read then
if HMIRuntime.Tags("B").read then
HMIRuntime.Tags("C").write 3
else
HMIRuntime.Tags("C").write 1
end if
else
if HMIRuntime.Tags("B").read then
HMIRuntime.Tags("C").write 0
end if
end if
VBS脚本大概这样写,2606352062不懂可以加我交流
请填写推广理由:
分享
只看
楼主