Browse Source

stopmode参数完成

CXS 3 years ago
parent
commit
13edde114a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSIncAMeasureApp/0-OTSModel/OTSDataType/COTSImageScanParam.cs

+ 1 - 1
OTSIncAMeasureApp/0-OTSModel/OTSDataType/COTSImageScanParam.cs

@@ -207,7 +207,7 @@ namespace OTSDataType
                 string str = "";
                 for (int k = 0; k < st.Length; k++)
                 {
-                    str += st[k] + ":" + ((OTS_MEASURE_STOP_MODE)int.Parse(m_nStopMode)).ToString()+",";
+                    str += st[k] + ":" + ((OTS_MEASURE_STOP_MODE)int.Parse(st[k])).ToString()+",";
                 }
 
                 xnStopMode.AssignValue(str.Substring(0, str.Length-1));//