First time here? Check out the Help page!
1 | initial version |
@ Eric Ringold was correct, yet many other items are not being red since there were changes in report tables format.
I found out that the measure fails to read the Lighting Power Density
since that table is no more indexed by zones. In the new format it is indexed by Load names. Some other HVACSizingSummary
items have changed names. Specifically in lines 320,321,322,323,331,332 Zone Cooling/Heating
should read Zone Sensible Cooling/Heating
. In Lines 331 and 332 Date/Time Of Peak
should read Date/Time Of Peak {TIMESTAMP}
. In the EnergyMeters
each line (lines 345, 349, 354, 358, 362,366) with Timestamp of Maximum
should read Timestamp of Maximum {TIMESTAMP}
though the entries for Annual and Peak Values - Other
had changed and I am not sure which rows replaced the original values (lines 356-366).
2 | No.2 Revision |
@ Eric @Eric Ringold was correct, yet many other items are not being red since there were changes in report tables format.
I found out that the measure fails to read the Lighting Power Density
since that table is no more indexed by zones. In the new format it is indexed by Load names. Some other HVACSizingSummary
items have changed names. Specifically in lines 320,321,322,323,331,332 Zone Cooling/Heating
should read Zone Sensible Cooling/Heating
. In Lines 331 and 332 Date/Time Of Peak
should read Date/Time Of Peak {TIMESTAMP}
. In the EnergyMeters
each line (lines 345, 349, 354, 358, 362,366) with Timestamp of Maximum
should read Timestamp of Maximum {TIMESTAMP}
though the entries for Annual and Peak Values - Other
had changed and I am not sure which rows replaced the original values (lines 356-366).
3 | No.3 Revision |
@Eric Ringold was correct, yet many other items are not being red since there were changes in report tables format.
I found out that the measure fails to read the Lighting Power Density
since that table is no more indexed by zones. In the new format it is indexed by Load names. Some other HVACSizingSummary
items have changed names. Specifically in lines 320,321,322,323,331,332 Zone Cooling/Heating
should read Zone Sensible Cooling/Heating
. In Lines 331 and 332 Date/Time Of Peak
should read Date/Time Of Peak {TIMESTAMP}
. In the EnergyMeters
each line (lines 345, 349, 354, 358, 362,366) with Timestamp of Maximum
should read Timestamp of Maximum {TIMESTAMP}
though the entries for Annual and Peak Values - Other
had changed and I am not sure which rows replaced the original values (lines 356-366).
Here is a link to my corrected version of the Zone report measure.