Commit 1f365d05 刘韬

修正贴标报警没有消除的问题

1 个父辈 15fa4f2f
...@@ -666,7 +666,9 @@ namespace OnlineStore.DeviceLibrary ...@@ -666,7 +666,9 @@ namespace OnlineStore.DeviceLibrary
{ {
if (isPrintOk || isTimeOut || (!NeedPrint)) if (isPrintOk || isTimeOut || (!NeedPrint))
{ {
ClearTimeoutAlarm("打印标签完成"); ClearTimeoutAlarm("打印标签状态完成");
ClearTimeoutAlarm("打印标签任务完成");
SecMoveInfo.NextMoveStep(StepEnum.OL05_TakeBack); SecMoveInfo.NextMoveStep(StepEnum.OL05_TakeBack);
SecWorkLog("贴标: 打印结束[" + RobotManager.LastPrintStatus + "][" + (isTimeOut ? "超时120秒" : "") + "], "); SecWorkLog("贴标: 打印结束[" + RobotManager.LastPrintStatus + "][" + (isTimeOut ? "超时120秒" : "") + "], ");
//CylinderMove(SecMoveInfo, IO_Type.TakeCode_Forward, IO_Type.TakeCode_Back); //CylinderMove(SecMoveInfo, IO_Type.TakeCode_Forward, IO_Type.TakeCode_Back);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!