料仓停止运动后延时500Ms

master
lhiven 12 months ago
parent 42463dedf5
commit 017bb3a6f8

@ -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())

Loading…
Cancel
Save