diff --git a/CSI-L028瞬态热线法导热系数测试仪器(2).gxw b/CSI-L028瞬态热线法导热系数测试仪器(2).gxw new file mode 100644 index 0000000..b9b129d Binary files /dev/null and b/CSI-L028瞬态热线法导热系数测试仪器(2).gxw differ diff --git a/ViewModels/D7896ViewModel.cs b/ViewModels/D7896ViewModel.cs index acb1ec5..fec6a82 100644 --- a/ViewModels/D7896ViewModel.cs +++ b/ViewModels/D7896ViewModel.cs @@ -439,7 +439,7 @@ public partial class D7896ViewModel : ObservableObject // 测量间隔(即使舍弃也等待,让样品恢复) if (validCount < requiredCount && !_stopRequested && attemptCount < maxAttempts) { - try { await Task.Delay(_config.TestParameters.IntervalSeconds * 1000, _testCts.Token); } catch (OperationCanceledException) { break; } + try { await Task.Delay(_config.TestParameters.IntervalSeconds * 100, _testCts.Token); } catch (OperationCanceledException) { break; } } } diff --git a/appsettings.json b/appsettings.json index b29080b..6d55d2d 100644 --- a/appsettings.json +++ b/appsettings.json @@ -29,7 +29,7 @@ //"PlatinumWireDiameter": 0.000032, //"PlatinumWireLength": 0.056, //铂丝长度(单位:米) //"PlatinumWireDiameter": 0.00006, - "PlatinumWireLength": 0.056, //铂丝长度(单位:米) + "PlatinumWireLength": 0.037, //铂丝长度(单位:米) "PlatinumWireDiameter": 0.00006, "ReportOutputPath": "Reports\\", "DefaultSampleVolume": 40.0,