|
|
@@ -243,13 +243,13 @@ namespace OTSMeasureApp
|
|
|
}
|
|
|
else if (MSTMsg.STMSampleStu.iMsrSampleStatu == OTSDataType.OTS_MSR_SAMPLE_STATUS.FAILED)
|
|
|
{
|
|
|
- StopMeasure(MSTMsg);
|
|
|
+ //StopMeasure(MSTMsg);
|
|
|
log.Error("(OTSGetMreRetThread) MSTMsg.STMSampleStu.iMeasureSampleStatus = RET_MEASURE_SAMPLE_STATUS.FAILED Failed");
|
|
|
|
|
|
}
|
|
|
else if (MSTMsg.STMSampleStu.iMsrSampleStatu == OTSDataType.OTS_MSR_SAMPLE_STATUS.SUCCESSED)
|
|
|
{
|
|
|
- StopMeasure(MSTMsg);
|
|
|
+ //StopMeasure(MSTMsg);
|
|
|
}
|
|
|
else if(MSTMsg.STMSampleStu.iMsrSampleStatu == OTSDataType.OTS_MSR_SAMPLE_STATUS.PAUSED)
|
|
|
{
|