From b3d8fa55df00665418c08334a6bada6d6e30cc77 Mon Sep 17 00:00:00 2001 From: kje97 Date: Fri, 4 Jul 2025 13:56:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B6=88=ED=95=A9=EA=B2=A9=20=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=84=B0=20=EC=A0=80=EC=9E=A5=20=ED=9B=84=20Jig=5FEnd?= =?UTF-8?q?()=ED=95=A8=EC=88=98=20=ED=98=B8=EC=B6=9C=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProductFunctionTester/Main_Form.vb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ProductFunctionTester/Main_Form.vb b/ProductFunctionTester/Main_Form.vb index 61afb45..bae2a79 100644 --- a/ProductFunctionTester/Main_Form.vb +++ b/ProductFunctionTester/Main_Form.vb @@ -4712,8 +4712,11 @@ RunSuccess: FailMain() End If txbWindow.AppendText("=== 합격 데이터 저장 완료 ===" & vbCrLf) + + ' 합격 처리 완료 후 정상 종료로 이동 + GoTo NormalEnd + ProcessEnd: - Jig_End() txbWindow.AppendText("=== 불합격 데이터 저장 시작 ===" & vbCrLf) ' 불합격 시에도 전체 데이터 저장 로직 실행 If RF_PostReg() Then @@ -4752,6 +4755,7 @@ ProcessEnd: txbWindow.AppendText("=== 불합격 데이터 저장 완료 ===" & vbCrLf) + Jig_End() NormalEnd: myscope.IO.Clear() 'txbWindow.AppendText("[" & MeasureTimeAll(MeasEnd) & "ms] Test Play" & vbCrLf) @@ -5425,7 +5429,6 @@ ProcessEnd: End If End Sub - Private Function CountUpdate() As Boolean If rdbAltoPD.Checked = True Then DBCmd = "UPDATE " & pd1CntTableNow & " SET PD1_AltoCnt = '" & txbDayCount.Text & "', PD1_AltoOkCnt = '" & txbOkCount.Text & "', PD1_AltoNgCnt = '" & txbNgCount.Text & "' WHERE PD1_Date = '" & NowDate & "'"