Commit 3c7363df 刘韬

判断服务器请求库位超时

1 个父辈 d9dc5137
......@@ -118,6 +118,8 @@ namespace DeviceLibrary
}
if (LabelingMoveInfo.MoveParam.IsNg) {
LabelingMoveInfo.NextMoveStep(MoveStep.Labeling08);
if (string.IsNullOrWhiteSpace(LabelingMoveInfo.MoveParam.NgMsg))
LabelingMoveInfo.MoveParam.NgMsg = "Server timeout when fetching storage location";
LabelingMoveInfo.log($"获取库位失败,送到NG口:{LabelingMoveInfo.MoveParam.NgMsg}");
return;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!