Browse Source

增加平移

陈子杰 2 months ago
parent
commit
9506ece2cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SCADA_DAQ/Customer/Service/ScannerService.cs

+ 1 - 1
SCADA_DAQ/Customer/Service/ScannerService.cs

@@ -118,7 +118,7 @@ namespace SCADA_DAQ.Customer.Service
             }
             //var barcodeTask = Env.DAL.App_Hold_BoardInfo.GetData<BoardTaskModel>(t=>t.BoardID == barcode).FirstOrDefault();
             var api = new WebApiHelper(_ScannerServiceConfig.Url);
-            if ((DateTime.Now - LastScanTime).TotalSeconds > 3)
+            if ((DateTime.Now - LastScanTime).TotalSeconds > 4)
             {
                 //Plc1.GetListenReg(SortingDeliveryMachine.Tag_CodeMatch).WriteReg(0);