| | |
| | | } |
| | | else |
| | | { |
| | | _homeStep = LiftHomeSteps.S1300_MOVE_STAY_POSITION; |
| | | if (equipment.unloader.ConveyorOut.IsLiftInSensor || equipment.unloader.ConveyorOut.IsLiftInCompleteSensor) |
| | | { |
| | | if (equipment.unloader.ConveyorOut.IsLiftInSensor) |
| | | { |
| | | Alarm_Manager.Instance.Occurred(En_Alarm_List.AL_0742_ULD_TRAY_OK_CONVEYOR_LIFT_IN_SENSOR_CHECK); |
| | | } |
| | | |
| | | if (equipment.unloader.ConveyorOut.IsLiftInCompleteSensor) |
| | | { |
| | | Alarm_Manager.Instance.Occurred(En_Alarm_List.AL_0743_ULD_TRAY_OK_CONVEYOR_LIFT_IN_COMPLETE_SENSOR_CHECK); |
| | | } |
| | | } |
| | | else |
| | | { |
| | | _homeStep = LiftHomeSteps.S1300_MOVE_STAY_POSITION; |
| | | } |
| | | } |
| | | break; |
| | | } |
| | |
| | | { |
| | | if (IsStayPosition) |
| | | { |
| | | _trayCount = 0; |
| | | |
| | | if (equipment.unloader.ConveyorOut.IsLiftInSensor || equipment.unloader.ConveyorOut.IsLiftInCompleteSensor) |
| | | { |
| | | Step = LiftOutSteps.S2420_CONVEYOR_UNLOAD; |
| | |
| | | { |
| | | if (equipment.unloader.ConveyorOut.Step == ConveyorOutSteps.S0000_WAIT) |
| | | { |
| | | _trayCount = 0; |
| | | if (equipment.cim_mode == En_Cim_Mode.Online) |
| | | { |
| | | Step = LiftOutSteps.S2500_PORT_STATUS_CIM_SEND; |