From ee5b362447f3223d0af6adc60807fa63f707e796 Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期三, 25 十一月 2020 10:45:42 +0800
Subject: [PATCH] opf文件中将unloadbatterydone的扫描周期修改为10ms

---
 DetectionData.cs         |    3 ++-
 opf配置文件/M423protecal.opf |    0 
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/DetectionData.cs b/DetectionData.cs
index 2544663..40c0f37 100644
--- a/DetectionData.cs
+++ b/DetectionData.cs
@@ -148,7 +148,8 @@
         #region add by Patrick 2018-07-13
         public void SaveTrayBarcode(int detectID)
         {
-            string trayCode = CarrierBarcodeCtrl.GlobalCarrierBarcode;
+            string trayCode = "";
+            trayCode = CarrierBarcodeCtrl.GlobalCarrierBarcode;
 
             if (string.IsNullOrEmpty(trayCode))
             {
diff --git "a/opf\351\205\215\347\275\256\346\226\207\344\273\266/M423protecal.opf" "b/opf\351\205\215\347\275\256\346\226\207\344\273\266/M423protecal.opf"
index f2464d0..31ededc 100644
--- "a/opf\351\205\215\347\275\256\346\226\207\344\273\266/M423protecal.opf"
+++ "b/opf\351\205\215\347\275\256\346\226\207\344\273\266/M423protecal.opf"
Binary files differ

--
Gitblit v1.8.0