Bladeren bron

you can only AcquireBSEImage after acquire bse

CXS 3 jaren geleden
bovenliggende
commit
9c61f4ed46

BIN
Bin/x64/Debug/Config/Simulate/SimImage.bmp


+ 7 - 1
OTSIncAMeasureApp/5-OTSMeasureStatuImageFun/OTSMeasureStatusWindow.cs

@@ -1421,7 +1421,13 @@ namespace OTSMeasureApp
             }
             else
             {
-                contextMenuStrip1.Items[(int)MeasureStateMenuType.SampleParaLock].Enabled = true;
+                double iWDistance = 0;
+                double dMagni = 0;
+                m_MeasureAppForm.m_ProjParam.GetWorkingSampleSEMData(ref iWDistance, ref dMagni);
+                if (iWDistance != 0 && dMagni != 0)
+                {
+                    contextMenuStrip1.Items[(int)MeasureStateMenuType.SampleParaLock].Enabled = true;
+                }
             }
         }
         #endregion