|
@@ -3094,14 +3094,14 @@ namespace TeamAAS_VP.Core
|
|
|
}
|
|
}
|
|
|
//resultIndex = 2;
|
|
//resultIndex = 2;
|
|
|
}
|
|
}
|
|
|
|
|
+ data = gapDict.Copy();
|
|
|
|
|
+ data.Add("AssyPressure1", assypress);
|
|
|
|
|
+ SendTaskMessage($"Gap1:{gapDict["Gap1"]},Gap2:{gapDict["Gap2"]},Gap3:{gapDict["Gap3"]},Gap4:{gapDict["Gap4"]},Gap5:{gapDict["Gap5"]},Gap6:{gapDict["Gap6"]},组装压力:{assypress}", MessageLevel.Info);
|
|
|
}
|
|
}
|
|
|
catch (Exception ex)
|
|
catch (Exception ex)
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- data = gapDict.Copy();
|
|
|
|
|
- data.Add("AssyPressure1", assypress);
|
|
|
|
|
- SendTaskMessage($"Gap1:{gapDict["Gap1"]},Gap2:{gapDict["Gap2"]},Gap3:{gapDict["Gap3"]},Gap4:{gapDict["Gap4"]},Gap5:{gapDict["Gap5"]},Gap6:{gapDict["Gap6"]},组装压力:{assypress}", MessageLevel.Info);
|
|
|
|
|
#region CSV数据
|
|
#region CSV数据
|
|
|
bool assyPresRes;
|
|
bool assyPresRes;
|
|
|
if (currentPressure[0] >= currentProduct.GlobalParamEx.AssemblyPressure.PressureDownLimit && currentPressure[0] <= currentProduct.GlobalParamEx.AssemblyPressure.PressureUpLimit)
|
|
if (currentPressure[0] >= currentProduct.GlobalParamEx.AssemblyPressure.PressureDownLimit && currentPressure[0] <= currentProduct.GlobalParamEx.AssemblyPressure.PressureUpLimit)
|