Commit 9de2ecab authored by wangwanxh@sina.com's avatar wangwanxh@sina.com

14

parent 017b67c6
......@@ -2091,12 +2091,14 @@ namespace GcDevicePc
{
SharedSpace.MControl.SetOut = false;
SharedSpace.MControl.SetRun = false;
SharedSpace.Data.typesint = 0;
Trace.WriteLine("强制校准结束", "sys");
}
if (SharedSpace.MControl.MethodType == 2)
{
SharedSpace.MControl.SetOut = false;
SharedSpace.MControl.SetRun = false;
SharedSpace.Data.typesint = 0;
Trace.WriteLine("强制校准结束", "sys");
}
......
......@@ -23,9 +23,8 @@ namespace SharedSpace
/// </summary>
public static bool ReadChange = false;
/// <summary>
/// 自动校准 0 正常采样 1 校准开始 2 校准中 3 以校准
/// </summary>
/// 自动校准 0 正常采样 1 手动 2 定时 3 校准成功 4 校准失败
/// /// </summary>
public static int typesint = 0;
/// <summary>
/// 二次校准系数
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment