1] 수임검사-HF 시에 사용하지 않는 스코프설정 삭제

2] 버전 2.0.1 업데이트
This commit is contained in:
KwakJooYoung 2025-11-27 17:04:50 +09:00
parent 094b03f713
commit 2354bceb5e

View File

@ -9,7 +9,7 @@ Imports uPLibrary.Networking.M2Mqtt
Public Class Main_Form Public Class Main_Form
Public Program_Name As String = "DUALSONIC_Multi_Function_Tester Ver." Public Program_Name As String = "DUALSONIC_Multi_Function_Tester Ver."
Public Program_Version As String = "2.0.0" Public Program_Version As String = "2.0.1"
''데이터 베이스 테이블 목록 ''데이터 베이스 테이블 목록
@ -4855,7 +4855,6 @@ processEnd:
Jig_End() Jig_End()
ErrorEnd: ErrorEnd:
myscope.IO.Clear()
txbWindow.AppendText("[" & MeasureTimeAll(MeasEnd) & "ms] Test Play" & vbCrLf) txbWindow.AppendText("[" & MeasureTimeAll(MeasEnd) & "ms] Test Play" & vbCrLf)
End Sub End Sub