|
|
@ -5,6 +5,7 @@ using Rs.AutoDischarge.V3.Flow;
|
|
|
|
using Rs.Controls;
|
|
|
|
using Rs.Controls;
|
|
|
|
using Rs.Framework;
|
|
|
|
using Rs.Framework;
|
|
|
|
using Rs.MotionPlat.Commom;
|
|
|
|
using Rs.MotionPlat.Commom;
|
|
|
|
|
|
|
|
using Rs.MotionPlat.Flow.SubFlow;
|
|
|
|
using System;
|
|
|
|
using System;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.IO;
|
|
|
|
using System.IO;
|
|
|
@ -124,6 +125,11 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
}
|
|
|
|
}
|
|
|
|
switch (eInstructioneInstruction)
|
|
|
|
switch (eInstructioneInstruction)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
case EInstruction.TransferSiloTray:
|
|
|
|
|
|
|
|
//ReportToTestCenter(schedule);
|
|
|
|
|
|
|
|
//MachineManage.Instance.SetLoadUnloadStatus(ERunState.Busying);
|
|
|
|
|
|
|
|
//NgTrayToInputTrayFlow.Instance.MoveToInput();
|
|
|
|
|
|
|
|
break;
|
|
|
|
case EInstruction.TestFinished:
|
|
|
|
case EInstruction.TestFinished:
|
|
|
|
MessageQueue.Instance.Insert("测试完成:"+JsonConvert.SerializeObject(schedule, new StringEnumConverter()));
|
|
|
|
MessageQueue.Instance.Insert("测试完成:"+JsonConvert.SerializeObject(schedule, new StringEnumConverter()));
|
|
|
|
ReportToTestCenter(schedule);
|
|
|
|
ReportToTestCenter(schedule);
|
|
|
|