|
|
@ -160,7 +160,8 @@ namespace Rs.MotionPlat.Commom
|
|
|
|
DischargeFlow.Instance.Start();
|
|
|
|
DischargeFlow.Instance.Start();
|
|
|
|
TurnoverFlow.Instance.Start();
|
|
|
|
TurnoverFlow.Instance.Start();
|
|
|
|
MachineManage.Instance.SetCenterMachineStatus(ERunStatus.Started);
|
|
|
|
MachineManage.Instance.SetCenterMachineStatus(ERunStatus.Started);
|
|
|
|
if (DischargeFlow.Instance.GetCurStep() == "等待任务" && TurnoverFlow.Instance.GetStep() == "等待任务")
|
|
|
|
//if (DischargeFlow.Instance.GetCurStep() == "等待任务" && TurnoverFlow.Instance.GetStep() == "等待任务")
|
|
|
|
|
|
|
|
if(MachineManage.Instance.GetLoadUnloadStatus() != ERunState.Busying)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
MachineManage.Instance.SetLoadUnloadStatus(ERunState.Waiting);
|
|
|
|
MachineManage.Instance.SetLoadUnloadStatus(ERunState.Waiting);
|
|
|
|
}
|
|
|
|
}
|
|
|
|