当料盘退到料仓处后代表收料完成,工作位就可以放料盘了

master
lhiven 1 year ago
parent b143427b69
commit bf967f36e1

@ -584,6 +584,7 @@ namespace Rs.AutoDischarge.V3.Flow
Thread.Sleep(500); Thread.Sleep(500);
StockFlow.Stop(); StockFlow.Stop();
Thread.Sleep(200); Thread.Sleep(200);
unloadFinishedEvent?.Invoke();
unloadStep = EStockTrayUnloadFlowStep.; unloadStep = EStockTrayUnloadFlowStep.;
} }
} }
@ -668,7 +669,7 @@ namespace Rs.AutoDischarge.V3.Flow
{ {
logInfo = GetClassName() + $"{GetTrayName()}料仓下料完成已运动到起始位"; logInfo = GetClassName() + $"{GetTrayName()}料仓下料完成已运动到起始位";
MessageQueue.Instance.Insert(logInfo); MessageQueue.Instance.Insert(logInfo);
unloadFinishedEvent?.Invoke();
ChangeStatus(EStockTrayStatus.Unloaded); ChangeStatus(EStockTrayStatus.Unloaded);
//unloadStep = EStockTrayUnloadFlowStep.等待命令; //unloadStep = EStockTrayUnloadFlowStep.等待命令;
StockZ.Home(); StockZ.Home();

Loading…
Cancel
Save