Commit a8e81f8e 张东亮

1

1 个父辈 c9abeb01
...@@ -378,7 +378,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -378,7 +378,7 @@ namespace OnlineStore.DeviceLibrary
{ {
timeOutSeconds = 40; timeOutSeconds = 40;
} }
if (MoveInfo.IsStep(StepEnum.Line_02_WaitReduceSig)) if (moveInfo.IsStep(StepEnum.Line_02_WaitReduceSig))
{ {
timeOutSeconds = 30; timeOutSeconds = 30;
} }
...@@ -387,9 +387,9 @@ namespace OnlineStore.DeviceLibrary ...@@ -387,9 +387,9 @@ namespace OnlineStore.DeviceLibrary
{ {
ConfigIO io = baseConfig.getWaitIO(wait.IoType); ConfigIO io = baseConfig.getWaitIO(wait.IoType);
WarnMsg = moveInfo.Name + "[" + moveInfo.MoveType + "][" + moveInfo.MoveStep + "] 等待" + NotOkMsg + " 超时 " + Math.Round(span.TotalSeconds, 1) + "秒"; WarnMsg = moveInfo.Name + "[" + moveInfo.MoveType + "][" + moveInfo.MoveStep + "] 等待" + NotOkMsg + " 超时 " + Math.Round(span.TotalSeconds, 1) + "秒";
if (MoveInfo.IsStep(StepEnum.Line_02_WaitReduceSig)) if (moveInfo.IsStep(StepEnum.Line_02_WaitReduceSig))
{ {
SServerManager.DisablePos("仓内长皮带线", MoveInfo.MoveParam.PosInfo.barcode, MoveInfo.MoveParam.PosInfo.PosId,$"在长皮带线{timeOutSeconds}S内未检测到料盘"); SServerManager.DisablePos("仓内长皮带线", moveInfo.MoveParam.PosInfo.barcode, moveInfo.MoveParam.PosInfo.PosId,$"在长皮带线{timeOutSeconds}S内未检测到料盘");
wait.IsEnd=true; wait.IsEnd=true;
} }
LogUtil.error(WarnMsg, moveInfo.ErrorLogType, moveInfo.logSeconds()); LogUtil.error(WarnMsg, moveInfo.ErrorLogType, moveInfo.logSeconds());
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!