|
|
@ -2385,7 +2385,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
int reScanNum = 0;
|
|
|
|
int reScanNum = 0;
|
|
|
|
bool exitScan = false;
|
|
|
|
bool exitScan = false;
|
|
|
|
SchedulingMessageBox box = new SchedulingMessageBox();
|
|
|
|
SchedulingMessageBox box = new SchedulingMessageBox();
|
|
|
|
if (GlobalVar.RunSpace)
|
|
|
|
if (GlobalVar.RunSpace || GlobalVar.EnableVirtuleBarCode)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
List<TurnoverTraySlot> slots = TurnoverTrayManager.Instance.GetSlots(ETurnoverTraySlotType.WaitTest, ETurnoverTraySlotStatus.Have);
|
|
|
|
List<TurnoverTraySlot> slots = TurnoverTrayManager.Instance.GetSlots(ETurnoverTraySlotType.WaitTest, ETurnoverTraySlotStatus.Have);
|
|
|
|
foreach (var slot in slots)
|
|
|
|
foreach (var slot in slots)
|
|
|
|