23f6326b8df32975df95099c9b3d9c958c8c2459..ac2a648ea67669eab6de9a1864c07f6475511dd2
2023-04-12 tangxu
Merge branch 'master' of http://47.103.154.90:83/r/IStation/Service.V4.1
ac2a64 对比 | 目录
2023-04-12 tangxu
修改获取实时输水管道1#2#压力
7168d2 对比 | 目录
已修改1个文件
6 ■■■■ 文件已修改
Application/IStation.Application.OpenApi/shys/dispatch/DispatchAna_ShysController.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Application/IStation.Application.OpenApi/shys/dispatch/DispatchAna_ShysController.cs
@@ -321,8 +321,8 @@
            double real_oulet_press_pipe1 = 0;
            var pipe1_val_press_real = result_sg.scada.Find(t => t.tagname == "_0402010403030002005");
            if (pipe1_val_press_real != null && pipe1_val_press_real.value > 100)
            {//实时量,  stationCX_2#_flow" 三高给的目标量
            if (pipe1_val_press_real != null)
            {//实时量,  "stationCX_2#_flow" 是 三高给的目标量
                real_oulet_press_pipe1 = pipe1_val_press_real.value;
            }
@@ -336,7 +336,7 @@
            double real_oulet_press_pipe2 = 0;
            var pipe2_val_press_real = result_sg.scada.Find(t => t.tagname == "_0402010403030002006");
            if (pipe2_val_press_real != null && pipe2_val_press_real.value > 100)
            if (pipe2_val_press_real != null)
            {//实时量,  stationCX_2#_flow" 三高给的目标量
                real_oulet_press_pipe2 = pipe2_val_press_real.value;
            }