|
|
|
@ -2179,10 +2179,13 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
|
//打开所有的真空
|
|
|
|
|
VacManager.TestTrayVacSuction(EVacOperator.Open, true, TestTrayManager.Instance.Slots.Select(s => s.Index).ToArray());
|
|
|
|
|
foreach (TestTraySlot slot in TestTrayManager.Instance.Slots)
|
|
|
|
|
{
|
|
|
|
|
if(!GlobalVar.DisableFixtureVacuumCheck)
|
|
|
|
|
{
|
|
|
|
|
if (Ops.IsOn($"测试{slot.Index}号穴位真空吸检测"))
|
|
|
|
|
{
|
|
|
|
|
testTrayHasProductList.Add(slot.Index);
|
|
|
|
|
//testTrayHasProductList.Add(slot.Index);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
VacManager.TestTrayVacSuction(EVacOperator.Close, true, TestTrayManager.Instance.Slots.Select(s => s.Index).ToArray());
|
|
|
|
|