From 417d5011c0b774fb9c8776def2a3e3f18528ad91 Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期二, 17 十一月 2020 15:48:22 +0800 Subject: [PATCH] 1. 修改高度检测和长宽检测精度为小数点后5位 2. 添加启动时写入产品结果NA 3. 添加连续NG报警和数据库报警配置 --- CarrierBarcodeCtrl.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/CarrierBarcodeCtrl.cs b/CarrierBarcodeCtrl.cs index 168d417..aaa1b0f 100644 --- a/CarrierBarcodeCtrl.cs +++ b/CarrierBarcodeCtrl.cs @@ -93,8 +93,10 @@ else { if (temp.Length == 13) + { CarrierBarcode = temp; - temp = ""; + temp = ""; + } } } } -- Gitblit v1.8.0