From 6f68fa71c00ad10824713b092a9a8efb5112c54e Mon Sep 17 00:00:00 2001 From: hyelinjung Date: Tue, 13 Jan 2026 17:25:13 +0900 Subject: [PATCH] =?UTF-8?q?1.=EB=B3=B4=EA=B8=89=ED=98=95=20=EB=AA=A8?= =?UTF-8?q?=EB=8D=B8=20=EA=B2=80=EC=82=AC=20=EC=8B=9C=20=EB=AA=A8=EB=93=A0?= =?UTF-8?q?=20=EA=B3=84=EC=B8=A1=EA=B8=B0=20=EC=82=AC=EC=9A=A9=20->?= =?UTF-8?q?=ED=95=84=EC=9A=94=ED=95=9C=20=EA=B3=84=EC=B8=A1=EA=B8=B0=20?= =?UTF-8?q?=EB=B6=84=EB=A6=AC=20changeMode()=202.=202.1.0=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductFunctionTester/Main_Form.vb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ProductFunctionTester/Main_Form.vb b/ProductFunctionTester/Main_Form.vb index 55d843d..72a2757 100644 --- a/ProductFunctionTester/Main_Form.vb +++ b/ProductFunctionTester/Main_Form.vb @@ -9,7 +9,7 @@ Imports uPLibrary.Networking.M2Mqtt Public Class Main_Form Public Program_Name As String = "DUALSONIC_Multi_Function_Tester Ver." - Public Program_Version As String = "2.0.9" + Public Program_Version As String = "2.1.0" ''데이터 베이스 테이블 목록 @@ -8756,11 +8756,11 @@ WR_File_Error: btnEnd.Enabled = False Select Case formType - Case formTypeList.full, formTypeList.iqcHFRFEP + Case formTypeList.full, formTypeList.iqcHFRFEP, formTypeList.iqcHFEP EquipSetting() - Case formTypeList.prdHF, formTypeList.iqcDsHF, formTypeList.prdDsHF, formTypeList.iqcHF + Case formTypeList.prdHF, formTypeList.iqcDsHF, formTypeList.prdDsHF, formTypeList.iqcHF, formTypeList.prdLowHF If SpecSet() Then txbWindow.AppendText("Spectrum Setting Fail!!" & vbCrLf) ErrorSwitch = True @@ -8772,7 +8772,7 @@ WR_File_Error: StartSwitch = True End If - Case formTypeList.prdRFMCEP, formTypeList.iqcRFEP, formTypeList.prdRFEP, formTypeList.company + Case formTypeList.prdRFMCEP, formTypeList.iqcRFEP, formTypeList.prdRFEP, formTypeList.company, formTypeList.iqcEP, formTypeList.iqcRFEPMC, formTypeList.prdHFLDMEP, formTypeList.prdEP, formTypeList.prdRFMC If EquipSet() Then txbWindow.AppendText("Scope Setting Fail!!" & vbCrLf) ErrorSwitch = True