Pārlūkot izejas kodu

fix the aqtime log error

gsp 3 gadi atpakaļ
vecāks
revīzija
08deed9ea1

+ 1 - 1
OTSIncAMeasureApp/0-OTSModel/Measure/1-OTSInclution/SmplMeasureInclution.cs

@@ -218,7 +218,7 @@ namespace OTSModelSharp
      
 
             }
-            log.Info("Begin  point mode xray collection for small particles!AQTime:" + nXRayAQTime + " xrayNum:" + smallparts.Count);
+            log.Info("Begin  point mode xray collection for small particles!AQTime:" + nFastXrayAQTime + " xrayNum:" + smallparts.Count);
             // get x-ray list (analysis) by points
             m_EDSHardwareMgr.GetXRayByPoints(smallparts, nFastXrayAQTime, true);