需要在这两个之间做延时Item.Online=True
Item.export
。
简单可行的方法,(sleep行不通)
最佳答案
用周期执行的脚本做,
if Item.Online 且上一个周期没有online then
time_sav=读取系统系统间
end if
if now -time_sav >delay_sp then
item.export
end if
提问者对于答案的评价:
很久远的了,回来看了看,没试过。谢谢
专家置评
已阅,最佳答案正确。
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc211152.html