| | |
| | | water_level,true , |
| | | outlet_press,false , |
| | | null, null, |
| | | allMachineList, null); |
| | | allMachineList, null, out error_info); |
| | | |
| | | return calc_pipe_helper.CalcKeepStatus(_open_machine_IdList); |
| | | } |
| | |
| | | water_level,true , |
| | | pipe1_TargetPess,false , |
| | | null, null, |
| | | (from x in allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(), null); |
| | | (from x in allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(), null, out error_info); |
| | | |
| | | return calc_pipe1_helper.CalcKeepStatus(_open_machine_IdList); |
| | | } |
| | |
| | | water_level, true, |
| | | pipe2_TargetPess, false, |
| | | null, null, |
| | | (from x in allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(), null); |
| | | (from x in allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(), null, out error_info); |
| | | |
| | | return calc_pipe2_helper.CalcKeepStatus(_open_machine_IdList); |
| | | } |
| | |
| | | water_level, true, |
| | | pipe1_TargetPess, false, |
| | | null, null, |
| | | (from x in allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(), null); |
| | | (from x in allMachineList where pipe1_machineIds.Contains(x.MachineID) select x).ToList(), null, out error_info); |
| | | var pipe1_result = calc_pipe1_helper.CalcKeepStatus(_open_machine_IdList); |
| | | |
| | | |
| | |
| | | water_level,true , |
| | | pipe2_TargetPess,false , |
| | | null, null, |
| | | (from x in allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(), null); |
| | | (from x in allMachineList where pipe2_machineIds.Contains(x.MachineID) select x).ToList(), null, out error_info); |
| | | |
| | | var pipe2_result = calc_pipe2_helper.CalcKeepStatus(_open_machine_IdList); |
| | | |