|
|
@ -2,6 +2,7 @@
|
|
|
|
using Rs.AutoDischarge.V3.Flow;
|
|
|
|
using Rs.AutoDischarge.V3.Flow;
|
|
|
|
using Rs.Framework;
|
|
|
|
using Rs.Framework;
|
|
|
|
using Rs.MotionPlat.Commom;
|
|
|
|
using Rs.MotionPlat.Commom;
|
|
|
|
|
|
|
|
using Rs.MotionPlat.Entitys.Trays;
|
|
|
|
using Rs.MotionPlat.Flow.Camera;
|
|
|
|
using Rs.MotionPlat.Flow.Camera;
|
|
|
|
using Rs.MotionPlat.Flow.SafePosFlow;
|
|
|
|
using Rs.MotionPlat.Flow.SafePosFlow;
|
|
|
|
using Rs.MotionPlat.Flow.SubFlow;
|
|
|
|
using Rs.MotionPlat.Flow.SubFlow;
|
|
|
@ -392,6 +393,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
MessageQueue.Instance.Insert($"测试{i}号穴位无料");
|
|
|
|
MessageQueue.Instance.Insert($"测试{i}号穴位无料");
|
|
|
|
Ops.Off($"测试{i}号穴位真空吸");
|
|
|
|
Ops.Off($"测试{i}号穴位真空吸");
|
|
|
|
LogHelper.Debug($"关闭测试{i}号穴位真空吸");
|
|
|
|
LogHelper.Debug($"关闭测试{i}号穴位真空吸");
|
|
|
|
|
|
|
|
TestTrayManager.Instance.Slot(i).ResetStatus();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (dischargeNozzles.Count > 0 || turnoverNozzles.Count > 0 || turnoverTraySlots.Count > 0 || socketSlots.Count > 0)
|
|
|
|
if (dischargeNozzles.Count > 0 || turnoverNozzles.Count > 0 || turnoverTraySlots.Count > 0 || socketSlots.Count > 0)
|
|
|
|