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