From 2eb59634fdfb48cbd8a1e7ee09c2ccd193ccafec Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 월, 12 12월 2022 15:39:17 +0900
Subject: [PATCH] Laser head X축 구동 시 Laser head Z축 Home위치 확인 후 구동.

---
 SHARP_CLAS_UI/300.Etc_Screen/Form_Sequence_Viewer.cs |   30 +-----------------------------
 1 files changed, 1 insertions(+), 29 deletions(-)

diff --git a/SHARP_CLAS_UI/300.Etc_Screen/Form_Sequence_Viewer.cs b/SHARP_CLAS_UI/300.Etc_Screen/Form_Sequence_Viewer.cs
index 807680c..27effd3 100644
--- a/SHARP_CLAS_UI/300.Etc_Screen/Form_Sequence_Viewer.cs
+++ b/SHARP_CLAS_UI/300.Etc_Screen/Form_Sequence_Viewer.cs
@@ -46,8 +46,7 @@
             InitializeComponent();
 
             this._Parent = _Parent;
-
-            rb_Pause.Checked = true;
+            
 
             UI_Update_Th = new Thread(UI_Update_Th_Set);
 
@@ -57,33 +56,6 @@
         #endregion
 
         #region Form Function
-        private void rb_Auto_CheckedChanged(object sender, EventArgs e)
-        {
-            RadioButton rb = (RadioButton)sender;
-
-            if (!rb.Checked) return;
-
-            switch (rb.Name)
-            {
-                case "rb_Auto":
-                    {
-                        _Parent._equip.Set_Equipment_Mode(En_Equipment_Mode.Auto);
-                        break;
-                    }
-                case "rb_Manual":
-                    {
-                        _Parent._equip.Set_Equipment_Mode(En_Equipment_Mode.Manual);
-                        break;
-                    }
-                case "rb_Pause":
-                    {
-                        _Parent._equip.Set_Equipment_Mode(En_Equipment_Mode.Pause);
-                        break;
-                    }
-            }
-        }
-
-
         private void button1_Click(object sender, EventArgs e)
         {
             _Parent.sm.Set_Value(Process_Memory_Address.LD_Tray_In_Count, 0);

--
Gitblit v1.9.3