ningshuxia
2022-10-25 7c31bbaa93a4decc21408e2f0b2befffe49c9db2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace IStation.Calculation.Eta.Model
{
    /// <summary>
    /// 
    /// </summary>
    public class PumpAnaResult
    {
        /// <summary>
        /// 
        /// </summary>
        /// <param name="context"></param>
        public PumpAnaResult(IStation.Model.EtaEnginePumpAnalyContextItem context)
        {
            this._context = context;
        }
        /// <summary>
        /// 
        /// </summary>
        protected IStation.Model.EtaEnginePumpAnalyContextItem _context = null;
        /// <summary>
        /// /
        /// </summary>
        public IStation.Model.EtaEnginePumpAnalyContextItem Context
        {
            get
            {
                return _context;
            }
            set
            {
                _context = value;
            }
        }
        /// <summary>
        /// 
        /// </summary>
        protected IStation.Model.EtaSingleRealRecordPure _result_pump = null;
        /// <summary>
        /// /
        /// </summary>
        public IStation.Model.EtaSingleRealRecordPure AnaResult
        {
            get
            {
                return _result_pump;
            }
            set
            {
                _result_pump = value;
            }
        }
 
 
 
        private int _serialNO = 0;
        /// <summary>
        /// 
        /// </summary>
        public int SerialNO
        {
            get
            {
                return _serialNO;
            }
            set
            {
                _serialNO = value;
            }
        }
 
 
        private long _machine_id = 0;
        /// <summary>
        /// 
        /// </summary>
        public long MachineID
        {
            get
            {
                return _machine_id;
            }
            set
            {
                _machine_id = value;
            }
        }
 
        private long _pipe_line_id = 0;
        /// <summary>
        /// 
        /// </summary>
        public long PipeLineID
        {
            get
            {
                return _pipe_line_id;
            }
            set
            {
                _pipe_line_id = value;
            }
        }
 
 
        /// <summary>
        /// 是否开机
        /// </summary>
        public bool IsRunIng
        {
            get
            {
                if (_result_pump == null)
                    return false;
                return _result_pump.RSa == IStation.RunStatus.Run ? true : false;
            }
        }
 
        /// <summary>
        /// 是否变频
        /// </summary>
        public bool IsFrequency
        {
            get
            {
                if (_context == null)
                    return false;
                if (_context.RatedParas == null)
                    return false;
                return _context.RatedParas.IsFrequency;
            }
        }
 
 
 
        #region 测点
        private long monitor_id_pump_flow  = 0;// 流量计
        //
        /// <summary>
        /// 
        /// </summary>
        public long MonitorID_PumpFlow
        {
            get { return monitor_id_pump_flow; }
            set { monitor_id_pump_flow = value; }
        }
        private long monitor_id_run_status  = 0; //运行状态
        /// <summary>
        /// //
        /// </summary>
        public long MonitorID_RunStatus
        {
            get { return monitor_id_run_status; }
            set { monitor_id_run_status = value; }
        }
 
 
        /// <summary>
        /// 
        /// </summary>
        public bool Is液位代替进口压力
        {
            get { return is液位代替进口压力; }
            set { is液位代替进口压力 = value; }
        }
        private bool is液位代替进口压力 = false;
 
 
 
        /// <summary>
        /// 
        /// </summary>
        public bool Is液位代替出口压力
        {
            get { return is液位代替出口压力; }
            set { is液位代替出口压力 = value; }
        }
        private bool is液位代替出口压力 = false;
 
 
        private long monitor_id_inlet_press = 0;//进口压力 
        /// <summary>
        /// 
        /// </summary>
        public long MonitorID_InletPress
        {
            get { return monitor_id_inlet_press; }
            set { monitor_id_inlet_press = value; }
        }
        private long monitor_id_outlet_press  = 0;//出口压力
        /// <summary>
        /// 
        /// </summary>
        public long MonitorID_OutletPress
        {
            get { return monitor_id_outlet_press; }
            set { monitor_id_outlet_press = value; }
        }
 
        private long monitor_id_motor_power = 0;//瞬间功率
        /// <summary>
        /// 
        /// </summary>
        public long MonitorID_MotorPower
        {
            get { return monitor_id_motor_power; }
            set { monitor_id_motor_power = value; }
        }
 
        private long monitor_id_motor_frequence = 0;//频率
        /// <summary>
        /// 
        /// </summary>
        public long MonitorID_Frequence
        {
            get { return monitor_id_motor_frequence; }
            set { monitor_id_motor_frequence = value; }
        }
 
        private long monitor_id_motor_zhuansu = 0;//转速  
        /// <summary>
        /// 
        /// </summary>
        public long MonitorID_ZhuanSu
        {
            get { return monitor_id_motor_zhuansu; }
            set { monitor_id_motor_zhuansu = value; }
        }
 
        private long monitor_id_motor_ele_current = 0;//电流
        /// <summary>
        /// 
        /// </summary>
        public long MonitorID_ele_current
        {
            get { return monitor_id_motor_ele_current; }
            set { monitor_id_motor_ele_current = value; }
        }
 
 
 
        #endregion
 
        #region  分析结果
        bool _ana_flow_ok = false;
        /// <summary>
        /// 
        /// </summary>
        public bool Ana_flow_ok
        {
            get { return _ana_flow_ok; }
            set { _ana_flow_ok = value; }
        }
 
        bool _ana_head_ok = false;
        /// <summary>
        /// 
        /// </summary>
        public bool Ana_head_ok
        {
            get { return _ana_head_ok; }
            set { _ana_head_ok = value; }
        }
 
        bool _ana_power_ok = true;
        /// <summary>
        /// 
        /// </summary>
        public bool Ana_power_ok
        {
            get { return _ana_power_ok; }
            set { _ana_power_ok = value; }
        }
 
        bool _ana_eta_ok = false;
        /// <summary>
        /// 
        /// </summary>
        public bool Ana_eta_ok
        {
            get { return _ana_eta_ok; }
            set { _ana_eta_ok = value; }
        }
        #endregion
 
    }
}