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/000.Loader/LoaderLiftIn.cs |    1 +
 1 files changed, 1 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 129b481..6e45a83 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
@@ -1757,6 +1757,7 @@
                             if (IsStayPosition)
                             {
                                 equipment.LoaderInTrayCount = 0;
+                                _trayCount = 0;
 
                                 if (equipment.loader.ConveyorIn.IsLiftInSensor || equipment.loader.ConveyorIn.IsLiftInCompleteSensor)
                                 {

--
Gitblit v1.9.3