From c6b6801427b900d82d726eae0808c1beaf86df3b Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 금, 17 6월 2022 15:14:36 +0900
Subject: [PATCH] Unload시 tray가 없어도 내부 tray count 초기화 하도록 추가.

---
 SHARP_CLAS_UI/500.Equipment/700.Unit/400.Unloader/UnloaderLiftIn.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SHARP_CLAS_UI/500.Equipment/700.Unit/400.Unloader/UnloaderLiftIn.cs b/SHARP_CLAS_UI/500.Equipment/700.Unit/400.Unloader/UnloaderLiftIn.cs
index ac935e3..d9afa2f 100644
--- a/SHARP_CLAS_UI/500.Equipment/700.Unit/400.Unloader/UnloaderLiftIn.cs
+++ b/SHARP_CLAS_UI/500.Equipment/700.Unit/400.Unloader/UnloaderLiftIn.cs
@@ -1472,6 +1472,7 @@
                             if (IsStayPosition)
                             {
                                 equipment.UnloaderInTrayCount = 0;
+                                _trayCount = 0;
 
                                 if (equipment.unloader.ConveyorIn.IsLiftInSensor || equipment.unloader.ConveyorIn.IsLiftInCompleteSensor)
                                 {

--
Gitblit v1.9.3