From 7a23f140e04f37ce4c1660ff7a13e1d98c079401 Mon Sep 17 00:00:00 2001 From: 천호석 <hosuk1418@naver.com> Date: 금, 02 12월 2022 17:33:16 +0900 Subject: [PATCH] SequenceViewer에 장비 상태변경 radio button 제거. --- SHARP_CLAS_UI/500.Equipment/700.Unit/000.Loader/LoaderLiftIn.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/SHARP_CLAS_UI/500.Equipment/700.Unit/000.Loader/LoaderLiftIn.cs b/SHARP_CLAS_UI/500.Equipment/700.Unit/000.Loader/LoaderLiftIn.cs index fe3085d..b038b69 100644 --- a/SHARP_CLAS_UI/500.Equipment/700.Unit/000.Loader/LoaderLiftIn.cs +++ b/SHARP_CLAS_UI/500.Equipment/700.Unit/000.Loader/LoaderLiftIn.cs @@ -399,6 +399,18 @@ { Alarm_Manager.Instance.Occurred(En_Alarm_List.AL_0120_LD_TRAT_IN_LIFT_Z_POWER_OFF); } + else if (IsLiftInSensor1 || IsLiftInSensor2) + { + Interlock_Manager.Add_Interlock_Msg("Loader Lift In", "Home can't run, Lift in sensor detected."); + } + else if (IsLiftLimitSensor1 || IsLiftLimitSensor2) + { + Interlock_Manager.Add_Interlock_Msg("Loader Lift In", "Home can't run, Lift limit sensor detected."); + } + else if (Clamper.ClampSol) + { + Interlock_Manager.Add_Interlock_Msg("Loader Lift In", "Home can't run, Clamp is clamped "); + } else { _homeStep = LiftHomeSteps.S1100_CONVEYOR_HOME_CHECK; -- Gitblit v1.9.3