xcd
2020-11-25 ee5b362447f3223d0af6adc60807fa63f707e796
opf文件中将unloadbatterydone的扫描周期修改为10ms
2个文件已修改
3 ■■■■ 已修改文件
DetectionData.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
opf配置文件/M423protecal.opf 补丁 | 查看 | 原始文档 | blame | 历史
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))
            {
opf配置文件/M423protecal.opf
Binary files differ