diff --git a/L028需要采购给客户寄过去,不需要增加清单.xlsx b/L028需要采购给客户寄过去,不需要增加清单.xlsx new file mode 100644 index 0000000..82e9815 Binary files /dev/null and b/L028需要采购给客户寄过去,不需要增加清单.xlsx differ diff --git a/Models/AppConfig.cs b/Models/AppConfig.cs index 9e290b4..8bfbc48 100644 --- a/Models/AppConfig.cs +++ b/Models/AppConfig.cs @@ -89,6 +89,6 @@ public class CalibrationCoefficients public ushort PressureProtection { get; set; } public ushort TemperatureCoefficient { get; set; } public ushort ResistanceCoefficient { get; set; } - public double ThermalConductivityCorrection { get; set; } = 47.305349f;//蒸馏水 比热率修正 - public double ThermalDiffusivityCorrection { get; set; } = 0.3469589023611997;//导热率修正 + public double ThermalConductivityCorrection { get; set; } = 17.305349f;//蒸馏水 比热率修正 + public double ThermalDiffusivityCorrection { get; set; } = 0.158682538;//导热率修正 } \ No newline at end of file diff --git a/ViewModels/D7896ViewModel.cs b/ViewModels/D7896ViewModel.cs index 70ed561..f1f1156 100644 --- a/ViewModels/D7896ViewModel.cs +++ b/ViewModels/D7896ViewModel.cs @@ -283,7 +283,7 @@ public partial class D7896ViewModel : ObservableObject int requiredCount = _config.TestParameters.MeasurementCount; // 需要多少有效数据 int validCount = 0; int attemptCount = 0; - int maxAttempts = requiredCount * 2; // 最多尝试次数,防止死循环 + int maxAttempts = requiredCount * 3; // 最多尝试次数,防止死循环 // 存储每次成功测量的结果(用于后续异常判断) List validLambdaList = new List(); diff --git a/Window1.xaml b/Window1.xaml index db1ef6f..2c698ff 100644 --- a/Window1.xaml +++ b/Window1.xaml @@ -38,7 +38,7 @@