Commit c742e9ee 张东亮

1

1 个父辈 665de9e0
......@@ -329,7 +329,7 @@ namespace OnlineStore.DeviceLibrary
if (LineManager.checkWatch(ol_noshelfWatch, 1000))
{
IOManager.CIOMove(IO_Type.L2_OutStopDown, IO_VALUE.LOW);
LogUtil.info(" 退料2线体出口无料架,下降 [" + IO_Type.L2_StopDown + "] [" + StopDownMS + "] 秒");
LogUtil.info(" 退料2线体出口无料架,下降 [" + IO_Type.L2_StopDown + "] [" + StopDownMS + "] 秒");
ol_lastSendShelfTime = DateTime.Now;
StopIOMove(IO_Type.L2_StopDown, StopDownMS);
}
......@@ -341,13 +341,13 @@ namespace OnlineStore.DeviceLibrary
if (LineManager.checkWatch(ol_noshelfWatch1, 5000))
{
StopIOMove(IO_Type.L1_OutStopDown, StopDownMS);
Thread.Sleep(1000);
LogUtil.info(" 退料1线体出口无料架,下降 [" + IO_Type.L1_StopDown + "] [" + StopDownMS*2 + "] 秒");
//Thread.Sleep(1000);
LogUtil.info(" 退料1线体出口无料架,下降 [" + IO_Type.L1_StopDown + "] [" + StopDownMS*2 + "] 秒");
ol_lastSendShelfTime = DateTime.Now;
StopIOMove(IO_Type.L1_StopDown, StopDownMS);
StopIOMove(IO_Type.L1_StopDown, StopDownMS*2);
}
}
else if (span.TotalMilliseconds > StopDownMS)
else if (span.TotalMilliseconds > StopDownMS*2)
{
ol_noshelfWatch.Stop();
ol_noshelfWatch1.Stop();
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!