WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartPanel.cs
@@ -423,8 +423,21 @@ vm.Qe = tuple.Item2; vm.Qp = tuple.Item3; double temp_head = 0; if (vm.Name == "CR32-4-2") { temp_head = 36; } else if (vm.Name == "CR20-10") { temp_head = 69; } else if (vm.Name == "CR10-14") { temp_head = 79; } var dlg = new PumpVariableSpeedChartDlg(); dlg.SetBindingData(vm, null); dlg.SetBindingData(vm, null, temp_head); dlg.ShowDialog(); }