当料盘下料到料仓处抬起一点后通知工作位放料盘

master
lhiven 1 year ago
parent bf967f36e1
commit 7e00404956

@ -584,7 +584,7 @@ namespace Rs.AutoDischarge.V3.Flow
Thread.Sleep(500);
StockFlow.Stop();
Thread.Sleep(200);
unloadFinishedEvent?.Invoke();
unloadStep = EStockTrayUnloadFlowStep.;
}
}
@ -615,6 +615,7 @@ namespace Rs.AutoDischarge.V3.Flow
case EStockTrayUnloadFlowStep.:
if (Ops.IsStop(StockZ) || GlobalVar.VirtualAxis)
{
unloadFinishedEvent?.Invoke();
logInfo = GetClassName() + $"{GetTrayName()}料仓已运动到下料托盘气缸下方";
MessageQueue.Instance.Insert(logInfo);
VirtualAxisSleep();

Loading…
Cancel
Save