Commit fdf38543 LN

调试状态出库完成不需要通知流水线移栽

1 个父辈 020e8c88
...@@ -982,6 +982,11 @@ namespace OnlineStore.DeviceLibrary ...@@ -982,6 +982,11 @@ namespace OnlineStore.DeviceLibrary
} }
private void SendOutStoreEnd(StoreMoveInfo storeMove) private void SendOutStoreEnd(StoreMoveInfo storeMove)
{ {
if (IsDebug)
{
LogUtil.info(StoreName+$"调试状态,【{StoreMove.MoveParam.PosInfo.PosId}】出库完成不需要发送消息给环形线移栽");
return;
}
int hasTray = (int)IOManager.IOValue(IO_Type.TrayCheck_Door); int hasTray = (int)IOManager.IOValue(IO_Type.TrayCheck_Door);
int ss = (int)storeStatus; int ss = (int)storeStatus;
if (IsDebug) if (IsDebug)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!