Commit 59e9619e 张东亮

1

1 个父辈 f36d0cee
......@@ -177,11 +177,11 @@ namespace OnlineStore.DeviceLibrary
MoveInfo.NextMoveStep(StepEnum.II06_WaitHeight);
BatchMove.GetTrayOK();
}
else if(MoveInfo.IsTimeOut(30))
else if(MoveInfo.IsTimeOut(ConfigHelper.Config.Get<int>("II05_WaitAxisCheck_TimeOut", 3)))
{
BatchMove.ReelNotTakeOk = true;
WarnMsg = MoveInfo.Name + "[" + MoveInfo.MoveType + "][" + MoveInfo.MoveStep + "] 等待" + IO_Type.Shelf_ReelCheck + "=HIGH 超时 " + Math.Round((DateTime.Now-MoveInfo.LastSetpTime).TotalSeconds, 1) + "秒";
LogUtil.error(WarnMsg);
WarnMsg ="等待" + IO_Type.Shelf_ReelCheck + "=HIGH 超时";
MoveTimeOut(MoveInfo,WarnMsg);
}
}
else if (MoveInfo.IsStep(StepEnum.II06_WaitHeight))
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!