| | |
| | | |
| | | 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; |
| | | } |
| | | |
| | |
| | | |
| | | 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; |
| | | } |