CHeating.vb 1972번 줄 누적 문제 분석 완료
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
For Each dr냉방 As DS.tbl_nangbangkikiRow In DSET1.tbl_nangbangkiki.Select("code<>'0'", "code")
|
||||
|
||||
'log.debug(String.format("cool title=%s", drCooling.getCode()));
|
||||
' Console.WriteLine(String.Format("cool title={0}", dr냉방.code))
|
||||
' 'Console.WriteLine(String.Format("cool title={0}", dr냉방.code))
|
||||
|
||||
'//이 냉방기가가 존에서 사용되었는지확인한다.
|
||||
Dim Drow존() As DS.tbl_zoneRow = CType(DSET1.tbl_zone.Select("code <> '0'"), DS.tbl_zoneRow())
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
|
||||
For Each Dr존 As DS.tbl_zoneRow In DSET1.tbl_zone.Select("code <> '0'", "code")
|
||||
'Console.WriteLine(String.Format("냉방기기={0},존={1},mon={2}", dr냉방.설명, Dr존.code, i_count_month))
|
||||
''Console.WriteLine(String.Format("냉방기기={0},존={1},mon={2}", dr냉방.설명, Dr존.code, i_count_month))
|
||||
|
||||
Dim Drow분석() As DSR.월별에너지분석Row = CType(DSETR1.월별에너지분석.Select("월='" & Mon & "' and 존='" & Dr존.code & "'"), DSR.월별에너지분석Row())
|
||||
' 존데이터를가져올떄 해당 냉방기기에서 사용한 존만 가져왔따.
|
||||
@@ -273,7 +273,7 @@
|
||||
use_Elec = use_Elec + Q_c_g_hp_aux
|
||||
End Select
|
||||
Case "열병합" '//열병합
|
||||
|
||||
|
||||
End Select
|
||||
End If
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
Q_c_f = Q_c_f + Q_c_f_elektr + Q_c_f_R_elektr + Q_c_outg_therm + Q_c_g
|
||||
use_Elec = use_Elec + Q_c_f_elektr + Q_c_f_R_elektr
|
||||
|
||||
'Console.WriteLine(String.Format("=>coolin mon={0}, gcf={1}, elect={2}", i_count_month, Q_c_f, use_Elec))
|
||||
''Console.WriteLine(String.Format("=>coolin mon={0}, gcf={1}, elect={2}", i_count_month, Q_c_f, use_Elec))
|
||||
'log.debug(String.format("=>coolin mon=%s, gcf=%s, elect=%s", i_count_month, Q_c_f,use_Elec));
|
||||
|
||||
'// 냉수, 냉각수 분배
|
||||
@@ -582,14 +582,14 @@
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
'Console.WriteLine("loop 2")
|
||||
|
||||
''Console.WriteLine("loop 2")
|
||||
|
||||
End If '2
|
||||
'Console.WriteLine("loop 1")
|
||||
''Console.WriteLine("loop 1")
|
||||
Next '1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user