1.보급형 모델 검사 모드 추가

(iqc_hfep, iqc_ep, iqc_rfepmc / prd_hfLdm, prd_ep, prd_rfmc)
2.보급형 모델 수입 & 생산 검사 후 DB 저장
3.보급형에서 기존 ui 재사용으로 ui 선택 함수 생성 chooseStatusFunc()
4.버전 2.0.9
This commit is contained in:
hyelinjung 2026-01-13 11:02:39 +09:00
parent c07ef2bbf1
commit bd7b98805d
2 changed files with 1227 additions and 77 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
mySpec = New Ivi.Visa.Interop.FormattedIO488 mySpec = New Ivi.Visa.Interop.FormattedIO488
mySpec.IO = myMgr.Open(SpecID) mySpec.IO = myMgr.Open(SpecID)
'mySpec.IO.Clear() mySpec.IO.Clear()
mySpec.IO.Timeout = ToCount mySpec.IO.Timeout = ToCount
strQueryRes = SpecQueryStr("*IDN?") strQueryRes = SpecQueryStr("*IDN?")