tangxu
2022-10-09 52bf03c5a5709ea7809764cb739359a3fc4f4644
修改调度分析(青草沙)
已修改2个文件
已添加7个文件
29 ■■■■ 文件已修改
Calculation/IStation.Calculation.Dispatch/custom/shys/station/长兴岛/Current.cs 27 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Calculation/IStation.Calculation.Dispatch/custom/shys/station/长兴岛/OptAna.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/DesignTimeBuild/.dtbcache.v2 补丁 | 查看 | 原始文档 | blame | 历史
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/FileContentIndex/1772cd6b-27b1-4b1d-84c7-1a0128c8663a.vsidx 补丁 | 查看 | 原始文档 | blame | 历史
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/FileContentIndex/read.lock 补丁 | 查看 | 原始文档 | blame | 历史
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/v17/.futdcache.v2 补丁 | 查看 | 原始文档 | blame | 历史
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/v17/.suo 补丁 | 查看 | 原始文档 | blame | 历史
Entry/IStation.WebApi.Entry.Dispatch/.vs/ProjectEvaluation/istation.webapi.entry.dispatch.metadata.v5.1 补丁 | 查看 | 原始文档 | blame | 历史
Entry/IStation.WebApi.Entry.Dispatch/.vs/ProjectEvaluation/istation.webapi.entry.dispatch.projects.v5.1 补丁 | 查看 | 原始文档 | blame | 历史
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,8 +55,28 @@
                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.v2
Binary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/FileContentIndex/1772cd6b-27b1-4b1d-84c7-1a0128c8663a.vsidx
Binary 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.v2
Binary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/IStation.WebApi.Entry.Dispatch/v17/.suo
Binary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/ProjectEvaluation/istation.webapi.entry.dispatch.metadata.v5.1
Binary files differ
Entry/IStation.WebApi.Entry.Dispatch/.vs/ProjectEvaluation/istation.webapi.entry.dispatch.projects.v5.1
Binary files differ