소스 검색

PLC 연결 유지로 변경

DESKTOP-Kang 6 년 전
부모
커밋
547b25e21f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Dev/OHV/VehicleControlSystem/ControlLayer/Motion/GSIDrive.cs

+ 2 - 0
Dev/OHV/VehicleControlSystem/ControlLayer/Motion/GSIDrive.cs

@@ -75,6 +75,8 @@ namespace VehicleControlSystem.ControlLayer.Drive
             this.threadCancel.Cancel();
             LockUtils.Wait( 50 );
             this.threadCancel.StopWaitAll();
+
+            PhysicalCheckupLogger.Instance.Dispose();
         }
 
         void Thread_DriveStateChcker()