|
|
|
@ -306,6 +306,7 @@ namespace Rs.MotionPlat.Flow.NormalFlow
|
|
|
|
|
{
|
|
|
|
|
if (Ops.IsStop($"StockZ{StockIndex}"))
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(500);
|
|
|
|
|
logInfo = $"{GetClassName()} 料仓{StockIndex}已运动到{CurrentLayer}层,cz:{Ops.GetCurPosition($"StockZ{StockIndex}")}";
|
|
|
|
|
MessageQueue.Instance.Insert(logInfo);
|
|
|
|
|
if (HasTray())
|
|
|
|
|