有什么脚本能让wincc的时间写入plc中吗 是否还需要在wincc中新建有关时间的内部变量
最佳答案
此回答已完善
wincc中vbs脚本:
hmiruntime.tags("myyear").write year(now)
hmiruntime.tags("mymonth").write month(now)
hmiruntime.tags("myday").write day(now)
hmiruntime.tags("myhour").write hour(now)
hmiruntime.tags("mysec").write second(now)
wincc中定义脚本中括号内的变量,链接plc中date_and_time类型的数据块的对应字节就行了。
图片说明:
提问者对于答案的评价:
感谢
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc313529.html