一个外部变量(浮点类型)里的数值怎么传送到另外一个变量(浮点类型)里面
最佳答案
c:SetTagFLoat("tag1",GetTagFLoat("tag2"));
vbs:hmiruntime.tags("tag1").write hmiruntime.tags("tag2").read
提问者对于答案的评价:
就是这个,谢谢 张工!!
专家置评
已阅,最佳答案正确。
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc192702.html