Commit bfb74392 LN

1

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