Calculation/IStation.Calculation.Dispatch/custom/shys/station/³¤Ð˵º/Current.cs
@@ -37,12 +37,7 @@ bundle.WaterLevelList.Add(new Model.CurrentRecordBundle.RecordValue("è¿æ°´æ¶²ä½", water_level, 2)); } var middle_valve = monitor_records.Find(x => x.MonitorPointID == 71); if (middle_valve != null) { bundle.VavleOpenList = new List<Model.CurrentRecordBundle.RecordValue>(); bundle.VavleOpenList.Add(new Model.CurrentRecordBundle.RecordValue(middle_valve)); } var pipe_press1 = monitor_records.Find(x => x.MonitorPointID == 72); var pipe_press2 = monitor_records.Find(x => x.MonitorPointID == 76); @@ -60,7 +55,27 @@ bundle.FlowList = new List<Model.CurrentRecordBundle.RecordValue>(); bundle.FlowList.Add(new Model.CurrentRecordBundle.RecordValue("ä¸å·ç®¡", pipe_flow1, 0)); bundle.FlowList.Add(new Model.CurrentRecordBundle.RecordValue("äºå·ç®¡", pipe_flow2, 0)); var middle_valve = monitor_records.Find(x => x.MonitorPointID == 71); if (middle_valve != null) { bundle.VavleOpenList = new List<Model.CurrentRecordBundle.RecordValue>(); bundle.VavleOpenList.Add(new Model.CurrentRecordBundle.RecordValue(middle_valve)); } else { bundle.VavleOpenList = new List<Model.CurrentRecordBundle.RecordValue>(); bundle.VavleOpenList.Add(new Model.CurrentRecordBundle.RecordValue(0)); } if (bundle.FlowList[0].Value < 100 || bundle.FlowList[1].Value < 100) { bundle.VavleOpenList[0].Value = 0; } } return bundle; } Calculation/IStation.Calculation.Dispatch/custom/shys/station/³¤Ð˵º/OptAna.cs
@@ -78,7 +78,7 @@ complex_request_paras.OutletPipePara[0].TargetPress = eta_ana_records.H.Value; complex_request_paras.OutletPipePara[1].TargetPress = eta_ana_records.H.Value; } isUsePress = false; } if (isUsePress) Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/DesignTimeBuild/.dtbcache.v2Binary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/FileContentIndex/1772cd6b-27b1-4b1d-84c7-1a0128c8663a.vsidxBinary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/FileContentIndex/read.lock
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/v17/.futdcache.v2Binary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/v17/.suoBinary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/ProjectEvaluation/istation.webapi.entry.dispatch.metadata.v5.1Binary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/ProjectEvaluation/istation.webapi.entry.dispatch.projects.v5.1Binary files differ