Commit bfb74392 LN

1

1 个父辈 41b85e1f
...@@ -60,7 +60,7 @@ namespace DeviceLibrary ...@@ -60,7 +60,7 @@ namespace DeviceLibrary
LogUtil.info($"Client_ReceivedEvent : node={getNodeStr(node)}" ); LogUtil.info($"Client_ReceivedEvent : node={getNodeStr(node)}" );
OutShelfBean outShelfBean = GetShelfBean(node.name); OutShelfBean outShelfBean = GetShelfBean(node.name);
if (outShelfBean == null) if (outShelfBean == null)
{ {
LogUtil.info($"Client_ReceivedEvent : node={getNodeStr(node)} ,未找到对应的OutShelfBean "); LogUtil.info($"Client_ReceivedEvent : node={getNodeStr(node)} ,未找到对应的OutShelfBean ");
return; return;
......
...@@ -51,6 +51,7 @@ namespace DeviceLibrary ...@@ -51,6 +51,7 @@ namespace DeviceLibrary
MoveInfo.NewMove(MoveStep.SR01_LocationDown); MoveInfo.NewMove(MoveStep.SR01_LocationDown);
if (ProcessShelfEnter || ProcessShelfOut) if (ProcessShelfEnter || ProcessShelfOut)
{ {
Msg.add($"{Name}复位:AGV处理中,暂不复位 ",MsgLevel.warning);
LogUtil.info(Name + " 开始复位: agv 处理中,暂不动作"); LogUtil.info(Name + " 开始复位: agv 处理中,暂不动作");
} }
else else
......
...@@ -180,7 +180,7 @@ namespace DeviceLibrary ...@@ -180,7 +180,7 @@ namespace DeviceLibrary
LineStopRun(); LineStopRun();
ProcessShelfOut = false; ProcessShelfOut = false;
} }
}); });
} }
internal void ShelfEnterProcess() internal void ShelfEnterProcess()
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!