|
@@ -46,10 +46,12 @@ export const enum DevParamChillerUnit {
|
|
|
本月耗电量 = 'energyMonth',
|
|
|
冷冻水回水温度 = 'evapWaterTempIn',
|
|
|
冷冻水出水温度 = 'evapWaterTempOut',
|
|
|
- 蒸发压力 = 'evapPre',
|
|
|
- 蒸发温度 = 'evapTemp',
|
|
|
+ 蒸发压力 = 'cir_1_evapPre',
|
|
|
+ 蒸发温度 = 'cir_1_evapTemp',
|
|
|
冷却水回水温度 = 'condWaterTempIn',
|
|
|
冷却水出水温度 = 'condWaterTempOut',
|
|
|
- 冷凝压力 = 'condPre',
|
|
|
- 冷凝温度 = 'condTemp',
|
|
|
+ 冷凝压力 = 'cir_1_condPre',
|
|
|
+ 冷凝温度 = 'cir_1_condTemp',
|
|
|
+ 排气温度 = 'cir_1_comp_1_disTemp',
|
|
|
+ 吸气温度 = 'cir_1_comp_1_sucTemp',
|
|
|
}
|