1、优化当Input无料盘报警后继续上料盘搬运最后一个料盘会拍照的问题。

Eight
lhiven 5 months ago
parent c648b1d45a
commit 9bdcd548da

@ -340,6 +340,7 @@ namespace Rs.MotionPlat.Flow
//Stock2Flow.Instance.PrepareTray();
StockManager.PrepareTray(2);
TakeTrayFlow.Instance.Take(ETrayType.Input, ETrayType.Empty);
takeSlotIndex = 1;
}
else if (btn == EButtonType.EndInput)
{

@ -276,8 +276,15 @@ namespace Rs.MotionPlat.Flow
{
logInfo = GetClassName() + $"料盘已被抓起 OK";
MessageQueue.Instance.Insert(logInfo);
if ( StockManager.GetCurrentLayer(fromStockIndex) == 1)
{
step = ETakeTrayFlowStep.;
}
else
{
step = ETakeTrayFlowStep.;
}
}
else
{
alarmEntity = AlarmCollection.Get(AlarmConstID.).Transform(fromTray.ToString());

@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
//
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
[assembly: AssemblyVersion("20.25.22.1")]
[assembly: AssemblyVersion("20.25.23.2")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

Loading…
Cancel
Save