BEMBase
BEMBase
-------------
; Record Formats:
; Header => Record Contents
; ----------------------------
; -1 => End of file
;
; 0 => New Class, where:
; Short Name, Long Name,
; Template (default component naming template), which can include
the
; following 'jey' fields:
; <p3n> - name of great-grand-parent component
; <p3i> - the 1-based component index of the great-
grand-parent component
; <p2n> - name of grand-parent component
; <p2c> - the 1-based index of the grand parent of the
new component
; taking into account only child components of
the grand parent
; class for the current great-grand-parent
; <p2i> - the 1-based component index of the grand-
parent component
; <pn> - name of parent component
; <pc> - the 1-based index of the parent of the new
component taking
; into account only child components of the
parent class for
; the current grand-parent
; <pi> - the 1-based component index of the parent
component
; <c> - the 1-based index of this new component taking
into account
; only child components of THIS class for the
current parent
; <i> - the 1-based index of this component taking
into account all
; components of this class throughout the entire
building model
; MD = Maximum defineable, MR = Maximum references, AC = Auto-
create,
; P1-P15 (-P20 for format ver >= 1007) = Parent class names,
; MC = Max Children of this type per Parent,
; MS = Max Comps each BDB Comp can be split into for Simulation,
; bP = Purge Comps of this type before Simulations,
; CF = Copy Flag to facilitate the copy of primary wizard
components (and a
; subset of their children),
; SR = WriteAsSingleRecord flag (0/1) to facilitate tighter IBD &
XML file
; writing (writes entire component to single record of written
file as
; opposed to namee record, 1 record per property & terminator)
; (0=> write component as multi-line / 1=> write comp to single
line)
; IN = XMLIgnoreName flag (0/1) to cause XML files written by
BEMProc to
; ignore (not write) the component names for components of that
class
; (0=> write component names / 1=> don't write names)
; as of format version 1008:
; PN = number of Previous Class Names (0 is default)
; (for each PN - character string containing that name)
; HI = Topic help ID
;
; 1 => New Property Type, where:
; Short Name, VType = Variable type, NV = Number of values
(array),
; WA = XMLWriteArrayIndices flag (0/1) to cause XML files written
by
; BEMProc to include array indices for the attribute values,
; such as "<ATTRIBUTE index="3">VALUE</ATTRIBUTE>"
; SP = WriteSimulationProperty flag (0/1/2) which determines the
condition
; in which the property is written to IBD or XML files written
by BEMProc
; for the purpose of export to simulation engine:
; 0 => Never write to simulation export
; 1 => Write to sim export whenever defined (be it default,
library...)
; 2 => Write to sim export only if USER defined (or UsrDflt,
UsrLib)
; Note: Enum selections w/ numeric values <= 0 will NOT be
written to Sim exports
; US = UserSpecification - classification of this property in
terms of being
; specified by the user:
; Comp / Compulsory : User MUST provide input (during
object creation). <<-- only temporary - should be ported to UI Screen
definitions (and then switched to Req)
; Req / Required : User MUST provide input.
; CReq / CondRequired : User MUST provide input IF they apply
to the
; proposed design.
; Opt / Optional : User MAY provide input if they apply
to the
; proposed design.
; Def / Default : Defaulted by rules if not user
specified.
; Pres / Prescribed : Not enterable by user (except when in
'Research' mode)
; NInp / NotInput : Either prescribed by the energy code,
or is an
; intermediate/calculated parameter.
; UL = Units label, UT = Use when displaying tree controls,
; as of format version 1004:
; NO = Number of compatible referenced object class name, type
value and type property name entries to follow
; and for each NO (up to 5 for now):
; OC = Class name of compatible object assignment,
; CV = Value for determining which components of type OC can
be assigned to this property type,
; CP = Property type whose value determines which OC
components can be assigned to this property type,
; HI = Item help ID, LName = Long name
;
; 2 => BEMBase Include File reference, where:
; Only data here is the name of the BEMBase include file to
import Class(es)/Property(s) from
; (can list full path or no/relative path in relation to this
main file or 'shared' BEMBase/rule paths)
;
; Key to special Units Label characters: Degrees -> �
; Squared -> �
; Cubed -> �
; Cents -> �
;
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; The following integer value represents the format version of this file. The
format version
; must be >= 1001, where 1001 indicates the original format and all subsequent
values correspond
; to revisions of the original format.
; >= 1008 => For each Class: Add class PreviousNames (# followed by that
number of strings)
; >= 1007 => For each Class: Increased the # of (possible) parent types from
15 to 20
; >= 1006 => For each Property: an additional trailing character string to
specify notes
; describing when the property may be required input vs. not
(based on data set
; to other BEMBase properties
; >= 1005 => For each Property: the specification of UserSpecification (US)
(as described above
; in "1" records describing object properties)
; >= 1004 => For each Property: the ability to specify MULTIPLE (up to 5)
combinations of
; compatible referenced object class name, type value and type
property fields.
; Previous formats included one set of these data in each
record, regardless of
; whether the property was of type BEMP_Obj. Now, non-BEMP_Obj
properties should
; have an 'NO' of 0 and BEMP_Obj properties should include an
'NO' of 1-5,
; followed by that specified # of sets of compatible referenced
object class
; name, type value and type property fields.
; >= 1003 => For each Property: Addition of WriteSimulationPropertyFlag (SP)
flag (0/1/2)
; which determines the condition in which the property is
written to IBD or
; XML files written by BEMProc for the purpose of export to
simulation engine:
; 0 => Never write to simulation export
; 1 => Write to sim export whenever defined (be it default,
library...)
; 2 => Write to sim export only if USER defined (or UsrDflt,
UsrLib)
; >= 1002 => For each Class: Addition of DefaultNameTemplate (Template) field
which is a
; string that defines the scheme used to produce default
component names.
; See listing above under Class / Template for 'key' fieldinfo.
; For each Class: Increased the # of possible parent types from 5
to 15
; For each Class: Addition of Component Copy Flag (CF) field by
class to
; facilitate the copy of primary wizard components (and a
subset of their
; children) (SAC 6/6/03)
; For each Class: Addition of WriteAsSingleRecord (SR) flag (0/1)
to facilitate
; tighter IBD & XML file writing (writes entire component to
single record of
; written file as opposed to namee record, 1 record per
property & terminator)
; (0=> write component as multi-line / 1=> write comp to single
line)
; For each Class: Addition of XMLIgnoreName (IN) flag (0/1) to
cause XML files
; written by BEMProc to IGNORE (not write) the component names
for components
; of that class (0=> write component names / 1=> don't write
names)
; For each Property: Addition of XMLWriteArrayIndices (WA) flag
(0/1) to cause
; XML files written by BEMProc to include array indices for the
attribute
; values, such as "<ATTRIBUTE index="3">VALUE</ATTRIBUTE>"
;----------------------------------------------------------------------------------
--------------
1007
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "Proj", "Project", "Project <i>", 1, 0, 0, "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
; do not remove these first three entries, as they are referenced by
BEMBase source code
1, "Ruleset", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "Ruleset", ""
1, "RuleFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "RulesetFilename", ""
1, "DevMode", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1080, "DevelopmentMode" "" ; 1 if NON-release
version, otherwise 0"
1, "BldgEngyModelVersion", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1030, "BuildingEnergyModelVersion", "" ; Version
ID of building energy model database
1, "AnalysisVersion", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1030, "AnalysisVersion", "" ; Version ID of
analysis - SAC 03/25/21
; 1, "EnergyCodeYearNum", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1080, "Year of energy code
this ruleset analyzes (integer)", ""
1, "ExcptCondHERSResDHWSysPipeIns", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemPipeInsulation", ""
1, "ExcptCondHERSResDHWSysParallelPiping", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemParallelPiping", ""
1, "ExcptCondHERSResDHWSysRecircDemCtrlPushButton", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemRecirculationDemandContro
lPushButton", ""
1, "ExcptCondHERSResDHWSysRecircDemCtrlOccSensor", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemRecirculationDemandContro
lOccupancySensor", ""
1, "ExcptCondHERSResDHWSysCompactDistSys", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSResidentialDomesticHotWaterSystemCompactDistributionSystem
", ""
1, "ExcptCondHERSDrainWtrHtRcvrySys", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSDrainWaterHeatRecoverySystem", ""
1, "ExcptCondHERSVent", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSVentilation", ""
1, "ExcptCondHERSKitHood", BEMP_Sym, 1, 0, 0,
Def, "", 0, 0, 1001,
"ExceptionalConditionHERSKitchenHood", ""
1, "ExcptCondHERSEnvAirLkge", BEMP_Sym, 1, 0, 0,
NInp, "", 0, 0, 1001,
"ExceptionalConditionHERSEnvelopeAirLeakage", ""
; Analysis Data
1, "RunTitle", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1044, "RunTitle", ""
1, "AnalysisType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "AnalysisType", ""
1, "CompType", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1003, "ComplianceType", ""
1, "ResCompType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceType", ""
1, "CompOptNew", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionNew", ""
1, "ResCompOptNew", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceOptionNew", ""
1, "CompOptExist", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionExisting", ""
1, "CompOptAlt", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionAlteration", ""
1, "CompOptAdd", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionAddition", ""
1, "CompOptEnve", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionEnvelope", ""
1, "ResCompOptEnve", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceOptionEnvelope", ""
1, "CompOptLtg", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionLighting", ""
1, "ResCompOptLtg", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceOptionLighting", ""
1, "CompOptPartLtg", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionPartialLighting", ""
1, "CompOptMech", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionMechanical", ""
1, "ResCompOptMech", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialComplianceOptionMechanical", ""
1, "CompOptPartMech", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionPartialMechanical", ""
1, "CompOptDHW", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1003, "ComplianceOptionDomesticHotWater", ""
1, "ResCompOptDHW", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003,
"ResidentialComplianceOptionDomesticHotWater", ""
;1, "CompOptPartDHW", BEMP_Int, 1, 0, 0, Req,
"", 0, 0, 1003,
"ComplianceOptionPartialDomesticHotWater", ""
1, "RunScope", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1020, "Run Scope", "" ; for MFam Res
compatibility - SAC 03/02/22
1, "MandatoryLtgCtrlIsBldgDemandResponseCtrlRpt", BEMP_Sym, 1, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsBuildingDemandResponseControlReport", ""
1, "MandatoryLtgCtrlIsBldgShutOffCtrlRpt", BEMP_Sym, 1, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsBuildingShutOffControlReport", ""
1, "MandatoryLtgCtrlDescRpt", BEMP_Str, 10, 1, 0,
Opt, "", 0, 0, 3008,
"MandatoryLightingControlDescriptionReport", ""
1, "MandatoryLtgCtrlSpcFunctRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlSpaceFunctionReport", ""
1, "MandatoryLtgCtrlIsAreaCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsAreaControlReport", ""
1, "MandatoryLtgCtrlIsMultiLvlCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsMultiLevelControlReport", ""
1, "MandatoryLtgCtrlIsShutOffCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsShutOffControlReport", ""
1, "MandatoryLtgCtrlIsPriDayltgCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsPrimaryDaylightingControlReport", ""
1, "MandatoryLtgCtrlIsSecDayltgCtrlRpt", BEMP_Sym, 10, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsSecondaryDaylightingControlReport", ""
1, "MandatoryLtgCtrlIsAcceptanceTestReqdRpt", BEMP_Sym, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsAcceptanceTestRequiredReport", ""
1, "MandatoryLtgCtrlCntRpt", BEMP_Int, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlCountReport", ""
; added to facilitate 2022 MFam restructuring - SAC 08/10/21 ; split out into
separate ResProj object - SAC 10/17/21
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------
0, "ResProj", "ResidentialProject", "ResProject <i>", 1, 0, 0, "Proj",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
;---------------------------- CBECC-Res Proj Properties
-----------------------------------------
; 1, "Ruleset", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1001, "Ruleset", ""
; 1, "RuleFile", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 39110, "Binary Ruleset
Filename", ""
; 1, "DevMode", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1080, "1 if NON-release
version, otherwise 0", ""
1, "EnergyCodeYearNum", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "Year of energy code this ruleset analyzes
(integer)", ""
; 1, "EnergyCodeYear", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1080, "Year of energy code
this ruleset analyzes", ""
; 1, "AnalysisVersion", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1080, "numeric ID used to
differentiate analysis for multiple versions within the same code year", "" ;
SAC 10/15/19
; 1, "BEMVersion", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "Version ID of building
energy model database", ""
1, "ShowNotRegWatermark", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1030, "Whether or not the 'not registered'
watermark should appear on the compliance report", ""
; 1, "SoftwareVersion", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1080, "Software version/ID
(for reporting)", ""
1, "SoftwareVersionDetail", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Software version/ID (detailed, for
reporting)", "" ; SAC 1/29/20 (tic #1192)
; 1, "SoftwareNote", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1080, "Addiitonal vendor
software version/ID", ""
1, "CompMgrVersion", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Compliance Manager version/ID (for
reporting)", ""
; 1, "RuleRepoRev", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "Ruleset repository
revision number", ""
; 1, "CreateDate", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1030, "Create Date", ""
; 1, "ModDate", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1035, "Mod Date", ""
; 1, "RunDate", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1040, "Run Date", ""
; 1, "RunDateFmt", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1040, "Run Date - formatted
for reporting", ""
; 1, "RunDateISO", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1040, "Run Date - formatted
for reporting as ISODate (xsd:datetime)", ""
; SAC 9/15/15 - path and filename properties to enable export of
text/csv files via rules ; SAC 5/19/20 - moved up from below and re-order to
consolidate properties that routinely vary across test runs
1, "ProcessingPath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "BatchPath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "ModelPath", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
; 1, "BatchFile", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 39110, "", ""
; 1, "ModelFile", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 39110, "", ""
; 1, "ProjFileName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1040, "Name and extension (not
path) of original project/model input file", ""
; 1, "ProjFileNameNoExt", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1040, "Name (not path or
extension) of original project/model input file", "" ; SAC 12/6/19
1, "PrimSimEngingVer", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Primary simulation engine software
version/ID (for reporting)", ""
1, "SecSimEngingVer", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Secondary simulation engine software
version/ID (for reporting)", ""
1, "RulesetVersion", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1080, "Compliance ruleset version/ID (for
reporting)", ""
; 1, "CSEName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1080, "Name of CSE executable
used to simulate models", ""
; 1, "CSEinclDHWMFL_EU", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1080, "Flag indicating whether or not CSE results
will include the DhwMFL enduse", "" ; removed - SAC 10/07/21 (MFam)
; Analysis Data
1, "ExEDR_Defaults", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1040, "Whether or not Existing EDR defaulting is
active for this model", ""
1, "RunNumber", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "1-based index of this individual run", ""
1, "RunID", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "ID of this individual run", ""
1, "RunIDProcFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "Shorter version of RunID appended to
individual run's filename", ""
1, "RunAbbrev", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "1-2 character, lower case version of
RunID", ""
; 1, "RunTitle", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 1044, "Title that appears on
reports to identify this analysis", ""
; 1, "EnableResearchMode", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
determining access to 'Research' mode analysis", ""
; 1, "AllowNegativeDesignRatings", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
determining whether or not to allow negative design ratings (target & calcs)", ""
; SAC 1/11/18
; 1, "CalcCO2DesignRatings", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1)
determining whether or not to calculate & display CO2 design ratings", "" ; SAC
1/27/18
; 1, "RetainRuleDefaults", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 1003, "Boolean (0/1) to
override file save of all rule defaults as user inputs", "" ; SAC 2/4/16
; 1, "AnalysisType", BEMP_Sym, 1, 0, 0, Pres,
"", 0, 0, 1003, "Type of analysis to be
perfomed", ""
1, "ResAnalysisType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1003, "Type of residential analysis to be
perfomed", "" ; was: AnalysisType in res ruleset - SAC 10/18/21
; Internal gains
1, "IntGain_MoMult", BEMP_Flt, 12, 1, 0, Pres, "",
0, 0, 3208, "Monthly internal gain multipliers (ignored
if all set to 1)", ""
1, "IntGain_MoMult_CSE", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 3208, "Monthly internal gain multipliers (ignored
if all set to 1) - string", ""
1, "Ltg_FracPort", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "Lighting fraction portable", ""
1, "Ltg_PwrAdjMult", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "Power Adjustment Mulitplier for interior
lights", ""
1, "Ltg_DefaultDaySch", BEMP_Obj, 1, 0, 0, Pres, "",
0, 1, "SchDay", 1, "Type", 3008, "Default hourly lighting profile", ""
; Thermostat schedules
1, "SZHeat_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "LivHeat_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "SlpHeat_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "SZCool_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "LivCool_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "SlpCool_DefaultTDaySch", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "SchDay", 1, "Type", 3008, "Default hourly single
zone heating setpoint profile", ""
1, "DefaultWinterVentTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 3208, "Default winter vent
temperature", ""
1, "DefaultWinterCoolTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 3208, "Default winter cooling
setpoint", ""
1, "DefaultSummerVentTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 3208, "Default summer vent
temperature", ""
1, "DefaultSummerHeatTemp", BEMP_Flt, 1, 0, 0, Pres,
"�F", 0, 0, 3208, "Default summer heating
setpoint", ""
; Internal Mass
1, "IntMassFurnCon", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "construction of
furniture internal mass", ""
1, "IntMassFurnConLAYERs", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassFurnCon
layers", ""
1, "IntMassFlrFrm2x10Con", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "Frame construction
of internal floors", ""
1, "IntMassFlrFrm2x10ConLAYERs", BEMP_Obj, 4, 1, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassFlrFrm2x10Con
layers", ""
1, "IntMassFlrCav2x10Con", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "Cavity construction
of internal floors", ""
1, "IntMassFlrCav2x10ConLAYERs", BEMP_Obj, 5, 1, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassFlrCav2x10Con
layers", ""
1, "IntMassWallFrmCon", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "Frame construction
of internal walls", ""
1, "IntMassWallFrmConLAYERs", BEMP_Obj, 3, 1, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassWallFrm2x10Con
layers", ""
1, "IntMassWallCavCon", BEMP_Obj, 1, 0, 0, Pres,
"", 0, 1, "cseCONSTRUCTION", 0, "", 7010, "Cavity construction
of internal walls", ""
1, "IntMassWallCavConLAYERs", BEMP_Obj, 2, 1, 0, Pres,
"", 0, 1, "cseLAYER", 0, "", 7010, "IntMassWallCav2x10Con
layers", ""
;----------------------------------------------------------------------------------
-------------- SAC 07/26/22 (CUAC)
2, "BEMBase_Res CUAC.txt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "AnalysisAction", "AnalysisAction", "AnalysisAction <i>", 0, 0,
0, "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 1000 ; SAC 1/24/20
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Type", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "Type", ""
1, "AnalysisPhase", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "AnalysisPhase", ""
1, "BeforeAfterPhase", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 1001, "BeforeAfterPhase", ""
1, "ObjPropertyName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "ObjectPropertyName", ""
1, "AlterObjName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "AlterObjectName", ""
1, "SetValFloat", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 1001, "SetValueFloat", ""
1, "SetValInteger", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "SetValueInteger", ""
1, "SetValString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "SetValueString", ""
1, "SetValPathFile", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 1001, "SetValuePathFile", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "SchDay", "ScheduleDay", "Sch Day <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "", 0,
0, 3004, "Type", ""
1, "Hr", BEMP_Flt, 24, 1, 1, CReq, "", 0,
0, 3004, "Hour", "Required when Type != 'Keyword'"
1, "Key", BEMP_Str, 24, 1, 1, CReq, "", 0,
0, 3004, "Key", "Required when Type = 'Keyword'" ;
Res: "ScheduleDayHour Key" ; SAC 12/03/20
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "ThrmlEngyStorModeSchDay", "ThermalEnergyStorageModeScheduleDay", "TES Mode
Sch Day <i>", 0, 0, 0, "Project", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "", 0,
0, 3004, "Type", ""
1, "Hr", BEMP_Sym, 24, 1, 0, Comp, "", 0,
0, 3004, "Hour", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "SchWeek", "ScheduleWeek", "Sch Week <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "",
0, 0, 3004, "Type", ""
1, "SchDayAllRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayAllDaysReference", ""
1, "SchDayWDRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayWeekdaysReference", ""
1, "SchDayWERef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayWeekendsReference", ""
1, "SchDaySunRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDaySundayReference", ""
1, "SchDayMonRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayMondayReference", ""
1, "SchDayTueRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayTuesdayReference", ""
1, "SchDayWedRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayWednesdayReference", ""
1, "SchDayThuRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayThursdayReference", ""
1, "SchDayFriRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayFridayReference", ""
1, "SchDaySatRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDaySaturdayReference", ""
1, "SchDayHolRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayHolidayReference", ""
1, "SchDayClgDDRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayCoolingDesignDayReference", ""
1, "SchDayHtgDDRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "SchDay", -99, "Type", "ThrmlEngyStorModeSchDay", -99, "Type", 3004,
"ScheduleDayHeatingDesignDayReference", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Sch", "Schedule", "Sched <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
; -
-----------------------------------------------------------------------------------
------------------------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "",
0, 0, 3004, "Type", ""
1, "EndMonth", BEMP_Int, 53, 1, 1, Req, "",
0, 0, 3004, "EndMonth", ""
1, "EndDay", BEMP_Int, 53, 1, 1, Req, "",
0, 0, 3004, "EndDay", ""
1, "SchWeekRef", BEMP_Obj, 53, 1, 1, Comp, "",
0, 1, "SchWeek", -99, "Type", 3004, "ScheduleWeekReference", ""
1, "Description", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3004, "Description", "" ; Res:
"description of the contents - helps to determine CSE output scheme" ; SAC
12/10/20
1, "CSEinput", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3004, "CSEinput", "" ; Res: "CSE
input string representing SchDay", "" ; SAC 12/10/20
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "ConsAssm", "ConstructAssembly", "Cons. Assembly <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "CompatibleSurfType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10501, "CompatibleSurfaceType", ""
1, "SpecMthd", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 10501, "SpecificationMethod", ""
1, "UFactor", BEMP_Flt, 1, 0, 0, NInp, "Btu/h-�F-
ft2", 0, 0, 4001, "UFactor", ""
1, "FFactor", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-�F-ft",
0, 0, 4001, "FFactor", ""
1, "CFactor", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-�F-
ft2", 0, 0, 4001, "CFactor", ""
1, "AssignedSurfType", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 10501, "AssignedSurfaceType", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10501, "Status", ""
1, "FireRtdFlag", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 11020, "FireRatedFlag", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "Mat", "Material", "Material <i>", 0, 0, 0, "Project", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 1,
0, 0, 0, 10500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "CodeCat", BEMP_Sym, 1, 0, 0, Comp, "",
0, 0, 10501, "CodeCategory", ""
1, "CodeItem", BEMP_Sym, 1, 0, 0, Comp, "",
0, 0, 10501, "CodeItem", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "FenCons", "FenestrationConstruction", "Fen Cons <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "FenType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "FenestrationType", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10001, "Status", ""
1, "FenProdType", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10001, "FenestrationProductType",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"
1, "AssmContext", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10001, "AssemblyContext",
"Assembly Context is Required for T-24 Analysis, but not used for 901. Analysis"
1, "CertificationMthd", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "CertificationMethod", ""
1, "SkyltGlz", BEMP_Sym, 1, 0, 0, CReq, "",
0, 0, 10001, "SkylightGlazing",
"Conditional requirements described here: SVN\trunk\RulesetDev\Rulesets\CEC 2013
Nonres\Rules\Tables\360 Ruleset Tables.xlsx, TAB:FenConsInputReqs_T24N"
; Temporary
1, "DebugInsideConvCoefFlag", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "DebugInsideConvectionCoefficientFlag", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "DrCons", "DoorConstruction", "Door Cons <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------
1, "Type", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 10001, "Type", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 10001, "Status", ""
1, "CertificationMthd", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "CertificationMethod", ""
1, "UFactor", BEMP_Flt, 1, 0, 0, Opt, "Btu/h-
�F-ft2", 0, 0, 10001, "UFactor", ""
1, "UFactorSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h-
�F-ft2", 0, 0, 10001, "UFactorSimulated", ""
//1, "GlsArea", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "GlassArea", ""
//1, "Frm", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 10001, "Frame", ""
//1, "GlsPn", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 10001, "GlassPane", ""
1, "Open", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 10001, "Open", ""
1, "DrAutoCloser", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 10001, "DoorAutomaticCloser", ""
//1, "GlsTnt", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 10001, "GlassTint", ""
//1, "SHGC", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 10001, "SHGC", ""
//1, "VT", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 10001, "VisibleTransmittance", ""
1, "AreaNew", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaNew", ""
1, "AreaAltered", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaAltered", ""
1, "AreaExisting", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 10501, "AreaExisting", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "PVArray", "PhotovoltaicArray", "PV Array <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "SpecMthd", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 10501, "SpecificationMethod", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3 P4
P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR
IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------
0, "Batt", "Battery", "Battery <i>", 1, 0, 0, "Project", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0,
0, 0, 10000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------
1, "AllowStandaloneBatt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "AllowStandaloneBattery", "" ; "whether or
not standalone Battery (without PV) simulation is allowed for this model" - APB
04/07/22 - Allow standalone battery (tic #3352)
1, "SimStandaloneBatt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1003, "SimulateStandaloneBattery", "" ; "Whether or
not a standalone Battery (without PV) is to be simulated", "" - APB 04/07/22 -
Allow standalone battery (tic #3352)
1, "MaxCap", BEMP_Flt, 1, 0, 0, Def, "kWh",
0, 0, 3208, "MaximumCapacity", "" ; "The maximum amount
of energy that can be stored in the BATTERY system"
1, "DegradePct", BEMP_Flt, 1, 0, 0, Pres, "%",
0, 0, 3208, "DegradePercent", "" ; "The percent of
total battery capacity simulated (adjusting for battery degradation over time)" ;
SAC 12/31/17
1, "CapRat", BEMP_Flt, 1, 0, 0, Pres, "ratio",
0, 0, 3208, "CapacityRatio", "" ; "Battery Capacity
Ratio = user input kWh / 14 (1.0 for a default Powerwall II)" ; SAC 12/31/17
1, "Ctrl", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 1003, "Control", "" ; "Algorithm used to
determine how/when the battery is charged and discharged"
1, "CtrlMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "ControlMessage", "" ; "Message describing
battery control"
1, "AllowDischgStartHr", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "AllowDischargeStartHour", "" ; "Whether or
not to allow user to set discharge start hour of battery for this model." - APB
04/14/22 - Allow standalone battery (tic #3352)
1, "StandaloneChgStartHr", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3208, "StandaloneChargeStartHour", "" ; "Hour to
start charging the standalone battery (1 => hour between 12a & 1a). Applies to TOU
months or days outside of number of TDV ranked days with Advanced DR Control.", ""
- APB 04/07/22 - Allow standalone battery (tic #3352)
1, "TOUFirstMonth", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "TimeOfUseFirstMonth", "" ; "First month to
apply Time of Use control. For PV-tied battery, other months will use Basic
control. For standalone battery, other months will have no battery activity." - APB
04/06/22 (tic #3352)
1, "TOULastMonth", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "TimeOfUseLastMonth", "" ; "Last month to
apply Time of Use control. For PV-tied battery, other months will use Basic
control. For standalone battery, other months will have no battery activity." - APB
04/06/22 (tic #3352)
1, "ChrgEff", BEMP_Flt, 1, 0, 0, Def, "frac",
0, 0, 3208, "ChargeEfficiency", "" ; "The charging
efficiency of storing electricity into the BATTERY system"
1, "DschrgEff", BEMP_Flt, 1, 0, 0, Def, "frac",
0, 0, 3208, "DischargeEfficiency", "" ; "The discharge
efficiency for when the BATTERY system is discharging power"
1, "AllowBattRoundTripEff", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "AllowBatteryRoundTripEfficiency", "" ;
"Whether or not to allow user to set single charge-discharge cycle AC to AC (round-
trip) efficiency for the BATTERY system" - APB 04/05/22 (tic #3352)
1, "RoundTripEff", BEMP_Flt, 1, 0, 0, Opt, "frac",
0, 0, 3208, "RoundTripEfficiency", "" ; "The single
charge-discharge cycle AC to AC (round-trip) efficiency for the BATTERY system" -
APB 04/05/22 (tic #3352)
1, "AdvBattTDVPkDayVal", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 3208, "AdvancedBatteryTDVPeakDayValue", "" ; "Value
that identifies TDV peak days (for advanced control simulation)" ; SAC 8/4/19
1, "NumRankedDays", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3208, "NumberRankedDays", "" ; Res:
BattDRNumRankedDays "Number of ranked (TDV) days to operate in TDVPeakSave mode
(for advanced control simulation). For PV-tied battery, other days will follow
Basic control. For standalone battery, other days will follow charge/discharge
start hours of TOU control." - SAC 3/11/20
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------------
0, "SpcFuncDefaults", "SpaceFunctionDefaults", "Spc Func Dflts <i>", 0, 0,
0, "Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------
1, "SpcFunc", BEMP_Sym, 1, 0, 0, Comp, "",
0, 0, 3008, "SpaceFunction", ""
1, "FuncSchGrp", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "FunctionScheduleGroup", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Lum", "Luminaire", "Luminaire <i>", 0, 0, 0, "Project", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------------
;Removed 'Category' - split this single property into two properties, FixtureType
and Luminaire Type. - SAC restored to facilitate backward compatibility
1, "Cat", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3008, "Category", ""
1, "FxtrType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "FixtureType", ""
1, "LampType", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "LampType", ""
;1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Pwr", BEMP_Flt, 1, 0, 0, Comp, "W",
0, 0, 3008, "Power", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------
0, "Bldg", "Building", "Buidling <i>", 1, 0, 0, "Project", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 1500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
;1, "ConsPhase", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "ConstructionPhase", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Status", ""
;1, "TopLvlOcc", "TopLevelOccupancy" (nonres vs. res)
1, "FuncClassMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "FunctionClassificationMethod", ""
1, "CompleteBldgFunc", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "CompleteBuildingFunction", ""
1, "CompleteBldgOccClass", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "CompleteBuildingOccupancyClassification",
""
;1, "CBCOccGrp", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "CBCOccupancyGroup", ""
1, "RelocPubSchoolBldg", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "RelocatablePublicSchoolBuilding", ""
1, "WholeBldgModeled", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "WholeBuildingModeled", ""
1, "WholePlantModeled", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1040, "WholePlantModeled", ""
1, "BldgType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "BuildingType", ""
1, "Is24Hr", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "Is24Hour", ""
; For S901G
1, "NonResStoryCntFossilHt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "NonresidentialStoryCountFossilHeat", ""
; LDH 1/12/2015 - added window and wall area properties previously defined
as Rule New properties. These are added to BEMBase for reporting purposes
1, "CondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"ConditionedExteriorWallArea", ""
1, "NorthCondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"NorthConditionedExteriorWallArea", ""
1, "EastCondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"EastConditionedExteriorWallArea", ""
1, "SouthCondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"SouthConditionedExteriorWallArea", ""
1, "WestCondExtWallArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"WestConditionedExteriorWallArea", ""
1, "CondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"ConditionedExteriorWindowArea", ""
1, "NorthCondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"NorthConditionedExteriorWindowArea", ""
1, "EastCondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"EastConditionedExteriorWindowArea", ""
1, "SouthCondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"SouthConditionedExteriorWindowArea", ""
1, "WestCondExtWinArea", BEMP_Flt, 1, 0, 0, NInp,
"ft2", 0, 0, 1001,
"WestConditionedExteriorWindowArea", ""
1, "WWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "WindowWallRatio", ""
1, "NorthWWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "NorthWindowWallRatio", ""
1, "EastWWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "EastWindowWallRatio", ""
1, "SouthWWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "SouthWindowWallRatio", ""
1, "WestWWR", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 1001, "WestWindowWallRatio", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "Story", "BuildingStory", "Bldg Story <i>", 0, 0, 0, "Building", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 2000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------------
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Status", ""
1, "Mult", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1040, "Multiplier", ""
1, "Z", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "Z", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "FlrToFlrHgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "FloorToFloorHeight", "Required
when Proj:GeometryInpType = 'Simplified', else NotInput"
1, "FlrToCeilingHgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 1008, "FloorToCeilingHeight", "Required
when Proj:GeometryInpType = 'Simplified', else NotInput"
1, "AirBarrier", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1003, "AirBarrier", ""
1, "Is24Hr", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "Is24Hour", ""
1, "PredomPVBattSizeBldgTypeArea", BEMP_Flt, 10, 1, 0, NInp, "ft2",
0, 0, 3008,
"PredominantPVBatterySizeBuildingTypeArea", "" ; SAC 01/14/23
1, "PredomPVBattSizeBldgType", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008,
"PredominantPVBatterySizeBuildingType", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Spc", "Space", "Space <pi>-<c>", 0, 0, 0, "Story", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------
;1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "CondgType", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "ConditioningType", ""
1, "SupPlenumSpcRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Space", 4, "CondgType", 6510, "SupplyPlenumSpaceReference", ""
1, "RetPlenumSpcRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "Space", 4, "CondgType", 6510, "ReturnPlenumSpaceReference", ""
1, "ThrmlZnRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ThrmlZn", 0, "", 6510, "ThermalZoneReference", ""
1, "VentSysRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 2, "ZnSys", 0, "", "AirSys", 0, "", 6510, "VentilationSystemReference", ""
1, "OccClass", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "OccupancyClassification", ""
1, "EnclosedSpc", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "EnclosedSpace", ""
;1, "IsShellSpc", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1040, "IsShellSpace", ""
; Lighting
1, "IntLPDReg", BEMP_Flt, 1, 0, 1, Def, "W/ft2",
0, 0, 3008, "InteriorLightingPowerDensityRegulated",
""
1, "IntLPDNonReg", BEMP_Flt, 1, 0, 1, Opt, "W/ft2",
0, 0, 3008,
"InteriorLightingPowerDensityNonRegulated", ""
1, "IntLPDRegSim", BEMP_Flt, 1, 0, 1, NInp, "W/ft2",
0, 0, 3008,
"InteriorLightingPowerDensityRegulatedSimulated", ""
1, "IntLPDNonRegSim", BEMP_Flt, 1, 0, 1, NInp, "W/ft2",
0, 0, 3008,
"InteriorLightingPowerDensityNonRegulatedSimulated", ""
;Lighting Reporting
1, "TMWallDispAllowLen", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008,
"TailoredMethodWallDisplayAllowanceLength", ""
1, "TMWallDispDsgn", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodWallDisplayDesign", ""
1, "TMWallDispMax", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodWallDisplayMaximum", ""
1, "TMWallDispAllow", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodDisplayAllowance", ""
1, "TMCmbdFlrDispTaskAllowArea", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008,
"TailoredMethodCombinedFloorDisplayTaskAllowanceArea", ""
1, "TMCmbdFlrDispTaskDsgn", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodCombinedFloorDisplayTaskDesign", ""
1, "TMCmbdFlrDispTaskMax", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodCombinedFloorDisplayTaskMaximum", ""
1, "TMCmbdFlrDispTaskAllow", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodCombinedFloorDisplayTaskAllowance", ""
1, "TMOrnAndSpclEftAllowArea", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008,
"TailoredMethodOrnamentalAndSpecialEffectAllowanceArea", ""
1, "TMOrnAndSpclEftDsgn", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodOrnamentalAndSpecialEffectDesign", ""
1, "TMOrnAndSpclEftMax", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodOrnamentalAndSpecialEffectMaximum", ""
1, "TMOrnAndSpclEftAllow", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodOrnamentalAndSpecialEffectAllowance", ""
1, "TMVeryValDispAllowArea", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008,
"TailoredMethodVeryValuableDisplayAllowanceArea", ""
1, "TMVeryValDispDsgn", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodVeryValuableDisplayDesign", ""
1, "TMVeryValDispMax", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodVeryValuableDisplayMaximum", ""
1, "TMVeryValDispAllow", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodVeryValuableDisplayAllowance", ""
1, "ACMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"AreaCategoryMethodTotalAllowancePower", ""
1, "ACMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"AreaCategoryMethodTotalAllowancePowerWithMultiplier", ""
1, "CondACMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedAreaCategoryMethodTotalAllowancePower", ""
1, "CondACMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedAreaCategoryMethodTotalAllowancePowerWithMultiplier", ""
1, "UncondACMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedAreaCategoryMethodTotalAllowancePower", ""
1, "UncondACMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedAreaCategoryMethodTotalAllowancePowerWithMultiplier", ""
1, "TMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodTotalAllowancePower", ""
1, "TMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodTotalAllowancePowerWithMultiplier", ""
1, "CondTMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedTailoredMethodTotalAllowancePower", ""
1, "CondTMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedTailoredMethodTotalAllowancePowerWithMultiplier", ""
1, "UncondTMTotAllowPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedTailoredMethodTotalAllowancePower", ""
1, "UncondTMTotAllowPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedTailoredMethodTotalAllowancePowerWithMultiplier", ""
1, "RCR", BEMP_Flt, 1, 0, 0,
NInp, "", 0, 0, 3008,
"RoomCavityRatio", ""
1, "TMGenlIlumRnd", BEMP_Flt, 1, 0, 0,
NInp, "lux", 0, 0, 3008,
"TailoredMethodGeneralIlluminationRounded", ""
1, "TMBaseGenlLPD", BEMP_Flt, 1, 0, 0,
NInp, "W/ft2", 0, 0, 3008,
"TailoredMethodBaselineGeneralLPD", ""
1, "TMBaseGenlPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"TailoredMethodBaselineGeneralPower", ""
1, "TaskHgt", BEMP_Flt, 1, 0, 0,
NInp, "ft", 0, 0, 3008, "TaskHeight",
""
1, "PAFCtrlCred", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"PowerAdjustmentFactorControlCredits", ""
1, "PAFCtrlCredWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"PowerAdjustmentFactorControlCreditsWithMultiplier", ""
1, "CondPAFCtrlCred", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedPowerAdjustmentFactorControlCredits", ""
1, "CondPAFCtrlCredWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedPowerAdjustmentFactorControlCreditsWithMultiplier", ""
1, "UncondPAFCtrlCred", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedPowerAdjustmentFactorControlCredits", ""
1, "UncondPAFCtrlCredWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedPowerAdjustmentFactorControlCreditsWithMultiplier", ""
1, "RegLtgPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"RegulatedLightingPower", ""
1, "CondRegInstLtgPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedRegulatedInstalledLightingPower", ""
1, "CondRegInstLtgPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"ConditionedRegulatedInstalledLightingPowerWithMultiplier", ""
1, "UncondRegInstLtgPwr", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedRegulatedInstalledLightingPower", ""
1, "UncondRegInstLtgPwrWithMult", BEMP_Flt, 1, 0, 0,
NInp, "W", 0, 0, 3008,
"UnconditionedRegulatedInstalledLightingPowerWithMultiplier", ""
1, "MandatoryLtgCtrlDescRpt", BEMP_Str, 5, 1, 0,
Opt, "", 0, 0, 3008,
"MandatoryLightingControlDescriptionReport", ""
1, "MandatoryLtgCtrlCntRpt", BEMP_Int, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlCountReport", ""
1, "MandatoryLtgCtrlIsManAreaCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsManualAreaControlReport", ""
1, "MandatoryLtgCtrlIsMultiLvlCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsMultiLevelControlReport", ""
1, "MandatoryLtgCtrlIsAutoShutOffCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsAutoShutOffControlReport", ""
1, "MandatoryLtgCtrlIsDayltgCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsDaylightingControlReport", ""
1, "MandatoryLtgCtrlIsDemandResponseCtrlRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsDemandResponseControlReport", ""
1, "MandatoryLtgCtrlIsAcceptanceTestReqdRpt", BEMP_Str, 5, 1, 0,
Def, "", 0, 0, 3008,
"MandatoryLightingControlIsAcceptanceTestRequiredReport", ""
; Daylighting
1, "DaylitArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "DaylitArea", ""
1, "SkylitDaylitArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "SkylitDaylitArea", ""
1, "PriSideDaylitArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "PrimarySideDaylitArea", ""
1, "SecSideDaylitArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 3008, "SecondarySideDaylitArea", ""
; Loads
1, "RecptPwrDens", BEMP_Flt, 1, 0, 1, Opt, "W/ft2",
0, 0, 3008, "ReceptaclePowerDensity", ""
1, "BaseRecptPwrDens", BEMP_Flt, 1, 0, 0, NInp, "W/ft2",
0, 0, 3008, "BaselineReceptaclePowerDensity", ""
1, "RecptSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ReceptacleScheduleReference", ""
1, "BaseRecptSchRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Schedule", 1, "Type", 3008, "BaselineReceptacleScheduleReference",
""
1, "RecptRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ReceptacleRadiationFraction", ""
1, "RecptLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ReceptacleLatentFraction", ""
1, "RecptLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ReceptacleLostFraction", ""
1, "RecptPwrDensExcptCond", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ReceptaclePowerExceptionalCondition",
""
;1, "RecptSchExcptCond", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "ReceptacleScheduleExceptionalCondition",
""
1, "ElevCnt", BEMP_Int, 1,
0, 0, Opt,
"ElevMech/Space", 0, 0, 3008, "ElevatorCount", ""
1, "ElevPwr", BEMP_Flt, 1, 0, 1, Opt, "W/Elev",
0, 0, 3008, "ElevatorPower", ""
1, "ElevSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ElevatorScheduleReference", ""
1, "ElevRadFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ElevatorRadiationFraction", ""
1, "ElevLatFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ElevatorLatentFraction", ""
1, "ElevLostFrac", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ElevatorLostFraction", ""
// Added to consolidate the different allowance types and generalize for 90.1 - no
need for two properies
1, "AllowType", BEMP_Sym, 1, 0, 0, Def, "",
0, 0, 3008, "AllowanceType", "For T-24, Conditional
Enums Based on Spc:IntLtgSpecMthd"
; Reporting Properties
1, "ParentSpcName", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSpaceName", ""
1, "ParentSpcIsCond", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSpaceIsConditioned", ""
1, "RegInstLtgPwr", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "RegulatedInstalledLightingPower", ""
1, "PAFCtrlCred", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "PowerAdjustmentFactorControlCredit", ""
; ;----------------------------------------------------------------------------
--------------------
; 1, "Type", BEMP_Sym, 1, 0, 1, Opt, "",
0, "", 0, "", 3008, "InteriorLightingSystemType", ""
; 1, "RegLtgPwr", BEMP_Flt, 1, 0, 1, Opt, "W",
0, "", 0, "", 3008,
"InteriorLightingSystemRegulatedLightingPower", ""
; 1, "RegSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, "Schedule", 1, "Type", 3008,
"InteriorLightingSystemRegulatedScheduleReference", ""
; 1, "NonRegLtgPwr", BEMP_Flt, 1, 0, 1, Opt, "W",
0, "", 0, "", 3008,
"InteriorLightingSystemNonRegulatedLightingPower", ""
; 1, "NonRegSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, "Schedule", 1, "Type", 3008,
"InteriorLightingSystemNonRegulatedScheduleReference", ""
; 1, "LumRef", BEMP_Obj, 5, 0, 1, Opt, "",
0, "Lum", 0, "", 3008,
"InteriorLightingSystemLuminaireReference", ""
; 1, "LumRefPresent", BEMP_Int, 5, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemLuminaireReferencePresent", ""
; 1, "LumCnt", BEMP_Flt, 5, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemLuminaireCount", ""
; 1, "LumPwr", BEMP_Flt, 5, 0, 1, Opt, "W",
0, "", 0, "", 3008,
"InteriorLightingSystemLuminairePower", ""
; 1, "LastLumRefPresent", BEMP_Int, 1, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemLastLuminaireReferencePresent", ""
; 1, "TailoredMthdAllowType", BEMP_Sym, 1, 0, 1, Opt, "",
0, "", 0, "", 3008, "InteriorLightingSystemType", ""
; ; TailoredIntLPD
; ;1, "LtgCtrlsCredType", BEMP_Sym, 1, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemLightingControlsCreditType", ""
; 1, "PAFCredType", BEMP_Sym, 1, 0, 1, Opt, "",
0, "", 0, "", 3008,
"InteriorLightingSystemPowerAdjustmentFactorCreditType", ""
; 1, "PAF", BEMP_Flt, 1, 0, 1, Opt, "frac",
0, "", 0, "", 3008,
"InteriorLightingSystemPowerAdjustmentFactor", ""
; 1, "LPDMsg", BEMP_Str, 1, 0, 1, Opt, "",
0, "", 0, "", 3008, "", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- ResDWHRSys object added SAC 1/21/19
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "ResSpcDHWFeatures", "ResidentialSpaceDHWFeatures", "ResSpcDHWFeatures <i>",
0, 0, 0, "Spc", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 1, 0, 0, 0, 8000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "DwellingUnitArea", BEMP_Flt, 1, 1, 0, NInp, "ft2",
0, 0, 1003, "DwellingUnitArea", ""
; Res: "CondFlrArea", ""
1, "DwellingUnitBedroomCnt", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1003, "DwellingUnitBedroomCount", ""
; Res: "NumBedrooms", ""
; 2019 Compact Distribution inputs
1, "CompactDistIdx", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1003, "CompactDistributionIndex", ""
; Res: "DHWSys:CompactDistrib"
1, "IsDHWRecircSys", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 1003, "IsDHWRecirculationSystem", ""
; Res: "IsDHWRecircSystem", "flag indicating assigned DHW is a recirculation
system"
1, "SpecFxtrDistances", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 8002, "SpecifyFixtureDistances", ""
; Res: "CDSpecFixDists", "whether user will enter fixture distances documenting CD
eligibility", "" ; SAC 09/29/21 (tic #1277)
1, "UserSpecCompactDist", BEMP_Int, 1, 1, 0, Pres, "",
0, 0, 8002, "UserSpecifiedCompactDistribution", ""
; Res: "UserSpecCmpctDist", "whether or not user is specifying a custom
Compactness Factor" ; SAC 1/11/19
1, "UserCompactFactor", BEMP_Flt, 1, 1, 0, Def, "frac",
0, 0, 1003, "UserCompactFactor", ""
; Res: "UserCompactFactor", "User-specified Compactness Factor"
1, "NumFlrServedByResDHWSys", BEMP_Int, 1, 1, 0, CReq, "",
0, 0, 8002, "NumberFloorsServedByResidentialDHWSystem", ""
; Res: "NumFlrsServedByDHW", "number of floors this DHW system serves (used in
Compact Distrib calcs)"
1, "CompactDistErrorID", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 8002, "CompactDistributionErrorID", ""
; Res: "CmpctDistErrorID", "flag indicating compact distribution error"
1, "MasterBathFxtrDistance", BEMP_Flt, 1, 1, 0, CReq, "ft",
0, 0, 1003, "MasterBathFixtureDistance", ""
; Res: "CDMBathFixDist", "Straight-line distance from heater to furthest
fixture in master bathroom (used to calculate weighted distance of compact
distribution)"
1, "KitFxtrDistance", BEMP_Flt, 1, 1, 0, CReq, "ft",
0, 0, 1003, "KitchenFixtureDistance", ""
; Res: "CDKitFixDist", "Straight-line distance from heater to furthest
fixture in kitchen (used to calculate weighted distance of compact distribution)"
1, "ThirdRoomFxtrDistance", BEMP_Flt, 1, 1, 0, CReq, "ft",
0, 0, 1003, "ThirdRoomFixtureDistance", ""
; Res: "CDThirdFixDist", "Straight-line distance from heater to furthest
fixture in third room (used to calculate weighted distance of compact
distribution)"
1, "WtdFxtrDistance", BEMP_Flt, 1, 1, 0, NInp, "ft",
0, 0, 1003, "WeightedFixtureDistance", ""
; Res: "CDWeightedDist", "Weighted distance of compact distribution"
1, "QualFxtrDistance", BEMP_Flt, 1, 1, 0, NInp, "ft",
0, 0, 1003, "QualificationFixtureDistance", ""
; Res: "CDQualifyDist", "Qualification distance of compact distribution"
1, "CompactFactor", BEMP_Flt, 1, 1, 0, NInp, "frac",
0, 0, 1003, "CompactFactor", ""
; Res: "CompactFactor", "Compactness Factor"
1, "CompactDistMsg", BEMP_Str, 1, 1, 0, NInp, "",
0, 0, 1003, "CompactDistributionMessage", ""
; Res: "CDDistMessage", "User message describing compact distribution
qualification or error (due to weighted dist > qual dist)"
1, "CompactDistDWHRMsg", BEMP_Str, 1, 1, 0, NInp, "",
0, 0, 1003, "CompactDistributionDWHRMessge", ""
; Res: "CDDistDWHRMsg", "Summary of both compact distribution and drain water
heat recovery inputs"
; 2019 Drain Water Heat Recovery (via new ResDWHRSys objects)
1, "AllowShowerDWHR", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 8002, "AllowShowerDWHR", ""
; Res: "AllowShowerDWHR", "flag indicating shower-side DWHR allowed (=> not
served by central system serving more than 8 units)" ; SAC 4/28/19 (tic #2553)
1, "TotShowersServed", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1003, "TotalShowersServed", ""
; Res: "TotShowersServed", "Number of showers this DHWSys serves (for single
dwelling units)"
1, "TotBathsServed", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1003, "TotalBathsServed", ""
; Res: "TotBathsServed", "Number of bath tubs this DHWSys serves (for single
dwelling units)" - SAC 4/28/19 (tic #2553)
1, "TotResDWHRSysShowers", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "TotalResidentialDWHRSysShowers", ""
; Res: "TotDWHRSysShowers", "Number of showers this DHWSys recovers heat from
(for single dwelling units)"
1, "ResDWHRSysSummaryMsg", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1003, "ResidentialDWHRSystemSummaryMessage", ""
; Res: "DWHRSysSummaryMsg", "Message describing status of shower drain heat
recovery inputs"
1, "ResDWHRSysRef", BEMP_Obj, 6, 1, 0, Opt, "",
0, 1, "ResDWHRSys", 0, "", 1003, "ResidentialDWHRSystemReference", ""
; Res: "DWHRSysRef1", "DWHRSys equipment"
1, "ResDWHRSysConfig", BEMP_Sym, 6, 1, 0, Pres, "",
0, 0, 3008, "ResidentialDWHRSystemConfiguration", ""
; Res: "DWHRSysConfig1", "DWHRSys Configuration" SAC 4/28/19 -
deprecated (tic #2553)
1, "ResDWHRSysShowers", BEMP_Int, 6, 1, 0, Opt, "",
0, 0, 1003, "ResidentialDWHRSystemShowers", ""
; Res: "DWHRSysShowers1", "Number of this type of DWHRSys object"
1, "ResDWHRSysTakeCold", BEMP_Int, 6, 1, 0, Opt, "",
0, 0, 1003, "ResidentialDWHRSystemTakeCold", ""
; Res: "DWHRSysTakeCold1", "Number of shower fixtures that take cold-side water
via this DWHRSys" SAC 4/28/19 (tic #2553)
1, "ResDWHRSysFeedHeater", BEMP_Int, 6, 1, 0, Opt, "",
0, 0, 1003, "ResidentialDWHRSystemFeedHeater", ""
; Res: "DWHRSysFeedHeater1", "Whether or not DW heater cold-side feed water
passes through this DWHRSys" SAC 4/28/19 (tic #2553)
1, "ResDWHRSysConfigDesc", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 8002,
"ResidentialDWHRSystemConfigurationDescription", "" ; Res: "DWHRSysConfigDescrip",
"ACM description of DWHRSys plumbing configurations (RTF filename)"
1, "NumResDWHRSysRefs", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "NumberResidentialDWHRSysReferences", ""
; Res: "NumDWHRSysRefs", "Number of DWHRSys object references are defined"
1, "NumResDWHRSysDevs", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1003, "NumberResidentialDWHRSysDevices", ""
; Res: "NumDWHRSysDevices", "Number of valid DWHRSys devices w/ shower
assignments -OR- negative values indicating DWHRSys assignment errors"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------------
0, "Ceiling", "Ceiling", "Ceiling <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 4000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
;1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "CeilingConstructionType", ""
;1, "FlrToCeilingHgt", BEMP_Flt, 1, 0, 0, Opt, "ft",
0, 0, 4001, "FloorToCeilingHeight", ""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 4001, "Tilt", ""
1, "AdjacentSpcRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 3, "Space", 0, "", "ResZn", 0, "", "ResOtherZn", 0, "", 6510,
"AdjacentSpaceReference", ""
1, "DemSurf", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 4001, "DemisingSurface", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 7, "CompatibleSurfType", 4001, "ConstructAssemblyReference",
""
;----------------------------------------------------------------------------------
--------------
; ;--------------------------------------------------------------------------------
----------------
; ; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
; ;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------------------------
; 0, "CeilingBelowAttic", "CeilingBelowAttic", "Ceiling Blw Attic <p2i>-<pc>-
<c>", 0, 0, 0, "Space", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 0, 4500
; ;
; ; VType NV WA SP US UL
UT NO OC CV CP HI LName
; ;
-----------------------------------------------------------------------------------
-------
; 1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "Status", ""
; 1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "CeilingConstructionType", ""
; 1, "AdjacentSpcRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Space", 0, "", 6510, "AdjacentSpaceReference", ""
; 1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "ConsAssm", 0, "", 4001, "ConstructAssemblyReference", ""
; ;--------------------------------------------------------------------------------
----------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "ExtFlr", "ExteriorFloor", "Ext Flr <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 5000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "", 0,
0, 1001, "Status", ""
; 1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "ExtFlrConstructionType", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "", 0,
1, "ConsAssm", 3, "CompatibleSurfType", 5001, "ConstructAssemblyReference", ""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2", 0,
0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Az", BEMP_Flt, 1, 0, 0, NInp, "deg", 0,
0, 4001, "Azimuth", ""
1, "Tilt", BEMP_Flt, 1, 0, 0, NInp, "deg", 0,
0, 4001, "Tilt", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "ExtWall", "ExteriorWall", "Ext Wall <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 5500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
; 1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "ExtWallConstructionType", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 1, "CompatibleSurfType", 5001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "DisplayPerim", BEMP_Flt, 1, 0, 0, Def, "ft",
0, 0, 4001, "DisplayPerimeter", ""
1, "CondDisplayPerim", BEMP_Flt, 1, 0, 0, NInp, "ft",
0, 0, 4001, "ConditionedDisplayPerimeter", ""
1, "Az", BEMP_Flt, 1, 0, 0, CReq, "deg - relative
to bldg. azimuth", 0, 0, 4001, "Azimuth", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, Def, "deg",
0, 0, 4001, "Tilt", "Optional when
Proj:GeometryInpType = 'Simplified', else NotInput"
;----------------------------------------------------------------------------------
--------------
; ;--------------------------------------------------------------------------------
----------------
; ; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
; ;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------------
; 0, "FlrAboveCrawlSpc", "FloorAboveCrawlSpace", "Flr Abv Crawl Spc <p2i>-
<pc>-<c>", 0, 0, 0, "Space", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 0, 6000
; ;
; ; VType NV WA SP US UL
UT NO OC CV CP HI LName
; ;
-----------------------------------------------------------------------------------
-------
; 1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "Status", ""
; 1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "ConsAssm", 0, "", 5001, "ConstructAssemblyReference", ""
; ;--------------------------------------------------------------------------------
----------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------
0, "IntFlr", "InteriorFloor", "Int Flr <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 6500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "AdjacentSpcRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 3, "Space", 0, "", "ResZn", 0, "", "ResOtherZn", 0, "", 6510,
"AdjacentSpaceReference", ""
1, "DemSurf", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 4001, "DemisingSurface", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 8, "CompatibleSurfType", 4001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 4001, "Tilt", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------
0, "IntWall", "InteriorWall", "Int Wall <p2i>-<pc>-<c>", 0, 0, 0,
"Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 7000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "AdjacentSpcRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 3, "Space", 0, "", "ResZn", 0, "", "ResOtherZn", 0, "", 6510,
"AdjacentSpaceReference", ""
1, "DemSurf", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 4001, "DemisingSurface", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 6, "CompatibleSurfType", 4001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, NInp, "deg",
0, 0, 4001, "Tilt", ""
1, "Hgt", BEMP_Flt, 1, 0, 0, NInp, "ft",
0, 0, 4001, "Height", ""
1, "Wd", BEMP_Flt, 1, 0, 0, NInp, "ft",
0, 0, 4001, "Width", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "Roof", "Roof", "Roof <p2i>-<pc>-<c>", 0, 0,
0, "Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 7500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
; 1, "ConsType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "RoofConstructionType", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 2, "CompatibleSurfType", 5001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Az", BEMP_Flt, 1, 0, 0, CReq, "deg - relative
to bldg. azimuth", 0, 0, 4001, "Azimuth", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Tilt", BEMP_Flt, 1, 0, 0, CReq, "deg",
0, 0, 4001, "Tilt", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
; 1, "SkyltRfRat", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 4001, "SkylightRoofRatio", ""
; 1, "TotSkyltArea", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 4001, "TotalSkylightArea", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------
0, "UndgrFlr", "UndergroundFloor", "Undgr Flr <p2i>-<pc>-<c>", 0, 0,
0, "Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 8000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 5, "CompatibleSurfType", 10001, "ConstructAssemblyReference",
""
; 1, "SlabHtg", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "FloorSlabHeating", ""
1, "Area", BEMP_Flt, 1, 0, 0, Creq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
; 1, "MthodUsed", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 4001, "MethodUsed", ""
; 1, "Ffactor", BEMP_Flt, 1, 0, 1, Opt, "Btu/h-�F-ft",
0, 0, 4001, "Ffactor", ""
1, "PerimExposed", BEMP_Flt, 1, 0, 1, Def, "ft",
0, 0, 4001, "PerimeterExposed", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "UndgrWall", "UndergroundWall", "Undgr Wall <p2i>-<pc>-<c>", 0, 0,
0, "Space", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 8500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "ConsAssmRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ConsAssm", 4, "CompatibleSurfType", 10001, "ConstructAssemblyReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
1, "Hgt", BEMP_Flt, 1, 0, 1, CReq, "ft",
0, 0, 4001, "Height", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "Win", "Window", "Window <p3i>-<p2c>-<pc>-<c>", 0, 0, 0,
"ExtWall", "IntWall", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 9000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "FenConsRef", BEMP_Obj, 1, 0, 1, Comp, "",
0, 1, "FenCons", 1, "FenType", 10001,
"FenestrationConstructionReference", ""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
; For Reporting
1, "ShdgRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 4001, "ShadingReport", ""
1, "OrientationRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""
1, "OverhangDepthRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""
1, "OverhangDistRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""
1, "FinDepthRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "OrientationReport", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "Skylt", "Skylight", "Skylt <p3i>-<p2c>-<pc>-<c>", 0, 0, 0,
"Roof", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 9500
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "FenConsRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "FenCons", 2, "FenType", 10001, "FenestrationConstructionReference",
""
1, "Area", BEMP_Flt, 1, 0, 0, CReq, "ft2",
0, 0, 4001, "Area", "Required when
Proj:GeometryInpType = 'Simplified', else NotInput"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 Parent2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "ExtShdgObj", "ExternalShadingObject", "Shade-<pn>-<c>", 0, 0, 0,
"Proj", "Bldg", "Spc", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 9000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------------------------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "TransOption", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 1001,
"TransmittanceOption", ""
1, "Trans", BEMP_Flt, 1, 0, 1, Opt, "frac.",
0, 0, 4001,
"Transmittance", ""
1, "TransSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Sch", 1, "Type", 10001,
"TransmittanceScheduleReference", ""
1, "SolRefl", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 4001,
"SolarReflectance", ""
1, "VisRefl", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 4001,
"VisibleReflectance", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 Parent2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------------
0, "Dr", "Door", "Door <p3i>-<p2c>-<pc>-<c>", 0, 0, 0,
"ExtWall", "IntWall", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 9900
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Oper", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1001, "Operation", ""
1, "DrConsRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "DrCons", 0, "", 1001, "DoorConstructionReference", ""
1, "Area", BEMP_Flt, 1, 0, 0, Opt, "ft2",
0, 0, 1001, "Area", "Required when Proj:GeometryInpType
= 'Simplified', else NotInput"
; Temporary
1, "DebugInsideConvCoefFlag", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "DebugInsideConvectionCoefficientFlag", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res WinType.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res DwellUnitType.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res Zones.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res DwellUnit.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res Wall-Roof-Floor.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res Opening-Win-Skylt.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_Res Door.txt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------
0, "PVArrayGeom", "PhotovoltaicArrayGeometry", "PVArrayGeom <i>", 0, 1,
0, "Proj", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 9000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------
1, "IsBldgAttached", BEMP_Int, 1, 0, 0, Opt, "", 0,
0, 6020, "IsBldgAttached", "" ; "Whether this
PV Array is attached to the building"
1, "ChildPolyLpRef", BEMP_Obj, 1, 0, 0, NInp, "", 0,
1, "PolyLp", 0, "", 6005, "ChildPolyLoopReference", "" ; "PV
array vertices"
1, "SimShade", BEMP_Obj, 1, 0, 0, NInp, "", 0,
1, "cseSHADEX", 0, "", 3208, "SimulationShade", "" ; "cseSHADEX
object"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD
MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------
0, "PVArrayShade", "PhotovoltaicArrayShade", "PVArrayShade <i>", 0,
0, 0, "Proj", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 9000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------
1, "Type", BEMP_Sym, 1, 0, 0, Def, "", 0,
0, 6020, "Type", "" ; "Shade type"
1, "ChildPolyLpRef", BEMP_Obj, 1, 0, 0, NInp, "", 0,
1, "PolyLp", 0, "", 6005, "ChildPolyLoopReference", "" ; "Shade
vertices"
1, "SimShade", BEMP_Obj, 1, 0, 0, NInp, "", 0,
1, "cseSHADEX", 0, "", 3208, "SimulationShade", "" ; "cseSHADEX
object"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 Parent2 P3
P4 P5 P6 P7 P8 P9 P10 P11
P12 P13 P14 P15 P16 P17 P18 P19 P20 MC
MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------------------------------------------
0, "PolyLp", "PolyLoop", "poly <i>", 0, 0, 0, "Spc", "Ceiling",
"ExtFlr", "ExtWall", "IntFlr", "IntWall", "Roof", "UndgrFlr", "UndgrWall",
"Window", "Skylight", "Door", "ExtShdgObj", "PVArray", "PVArrayGeom",
"PVArrayShade", "", "", "", "", -1, 1, 0, 0, 0, 1, 9000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------------
1, "Area", BEMP_Flt, 1, 0, 0, NInp, "ft2", 0,
0, 9501, "Area", ""
1, "NumOfPts", BEMP_Int, 1, 0, 0, NInp, "", 0,
0, 9501, "NumberOfPoints", ""
1, "ParentInfrm", BEMP_Str, 1, 0, 0, NInp, "", 0,
0, 9501, "ParentInformation", ""
1, "XYLen", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "XYLength", ""
1, "Perim", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "Perimeter", ""
1, "ZBottom", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "ZBottom", ""
1, "ZTop", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "ZTop", ""
1, "ZHgt", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "ZHeight", ""
1, "ZRngMessage", BEMP_Str, 1, 0, 0, NInp, "", 0,
0, 9501, "ZRangeMessage", ""
1, "XCenter", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "XCenter", ""
1, "YCenter", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "YCenter", ""
1, "VectorOi", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorOi", ""
1, "VectorOj", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorOj", ""
1, "VectorOk", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorOk", ""
1, "VectorOLen", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorOLength", ""
1, "UnitVectorOi", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorOi", ""
1, "UnitVectorOj", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorOj", ""
1, "UnitVectorOk", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorOk", ""
1, "VectorPLen", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "VectorPLength", ""
1, "UnitVectorPi", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorPi", ""
1, "UnitVectorPj", BEMP_Flt, 1, 0, 0, NInp, "ft", 0,
0, 9501, "UnitVectorPj", ""
; SAC 7/12/18 - added for PV arrays
1, "Azimuth", BEMP_Flt, 1, 0, 0, NInp, "�", 0,
0, 3208, "Azimuth", "" ; "Azimuth (facing
direction: 0=N, 90=E, ...)"
1, "TiltAngle", BEMP_Flt, 1, 0, 0, NInp, "�", 0,
0, 3208, "TiltAngle", "" ; "Tilt angle (0-
horizontal, 90-vertical)"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----
0, "CartesianPt", "CartesianPoint", "pt <pi>-<c>", 0, 0, 0, "PolyLp",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 1, 1, 9500
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Coord", BEMP_Flt, 3, 0, 1, Opt, "ft", 0,
0, 9501, "Coordinate", "" ; "X, Y, Z coordinates of
polyloop vertex"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "ThrmlZn", "ThermalZone", "Thermal Zone <i>", 0, 0, 0,
"Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
1, "Mult", BEMP_Int, 1, 0, 1, Req, "",
0, 0, 3008, "Multiplier", ""
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1080, "Description", ""
1, "FlrArea", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 4001, "FloorArea", ""
1, "OccNumSim", BEMP_Flt, 1, 0, 0, NInp, "people",
0, 0, 4001, "OccupancyNumberSimulated", ""
1, "VolSim", BEMP_Flt, 1, 0, 1, NInp, "ft3",
0, 0, 3008, "VolumeSimulation", ""
1, "ThrtlgRng", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "ThrottlingRange", ""
; Zone Exhaust
1, "ExhSysRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 2, "AirSys", 31, "Type", "ZnSys", 31, "Type", 10001,
"ExhaustSystemReference", ""
1, "ExhFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFlow", ""
1, "MinExhFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "MinimumExhaustFlow", ""
1, "ExhCtrlMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ExhaustControlMethod", ""
1, "ExhOperMode", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "ExhaustOperationMode", ""
1, "ExhAvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 3008, "ExhaustAvailabilityScheduleReference",
""
1, "ExhFlowSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ExhaustFlowScheduleReference", ""
1, "ExhMinZnTempSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 3, "Type", 3008,
"ExhaustMinimumZoneTemperatureScheduleReference", ""
1, "ExhBalancedSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 1, "Type", 3008, "ExhaustBalancedScheduleReference", ""
1, "LabFumeHoodDens", BEMP_Flt, 1, 0, 0, NInp,
"ft/10,000ft3", 0, 0, 3008,
"LaboratoryFumeHoodDensity", ""
; For Reporting
1, "PriAirFlowMax", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "PrimaryAirFlowMaximum", ""
1, "PriAirFlowMin", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "PrimaryAirFlowMinimum", ""
1, "PriAirFlowMinFrac", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "PrimaryAirFlowMinimumFraction", ""
;----------------------------------------------------------------------------------
----------------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------------------
0, "AirSys", "AirSystem", "Air System <i>", 0, 0, 0,
"Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Type", ""
1, "TypeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "TypeSimulated", ""
1, "SubType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "SubType", ""
1, "EffMetric", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "EfficiencyMetric", ""
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "Description", ""
;1, "HVACAutoSizing", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "HVACAutoSizing", ""
1, "ResHVACAutoSizing", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 1001, "ResidentialHVACAutoSizing", "" ;
SAC 05/19/22
1, "CtrlSysType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ControlSystemType", ""
1, "StaticPressRstCtrl", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "StaticPressureResetControl", ""
1, "CtrlZnRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 2, "ThrmlZn", 1, "Type", "ResOtherZn", 1, "Type" 10001,
"ControlZoneReference", ""
1, "IsAllOA", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 3008, "IsAllOutsideAir", ""
1, "RetAirFlowRat", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "ReturnAirFlowRatio", ""
; For AutoHardSizing
1, "AirFlowPerSqFt", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ft2", 0, 0, 3008,
"AirFlowPerSquareFoot", ""
1, "AirFlowPerTon", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ton", 0, 0, 3008, "AirFlowPerTon", ""
; For E+ Autosizing
1, "ClgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSizingRatio", ""
1, "HtgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingSizingRatio", ""
1, "DsgnAirFlowMinRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "DesignAirFlowMinimumRatio", ""
1, "DsgnPrehtTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "DesignPreheatTemperature", ""
1, "DsgnPrehtHumidityRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "DesignPreheatHumidityRatio", ""
1, "DsgnPreclTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "DesignPrecoolTemperature", ""
1, "DsgnPreclHumidityRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "DesignPrecoolHumidityRatio", ""
1, "SizingOption", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "SizingOption", ""
1, "ClgAllOutsdAir", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "CoolingAllOutsideAir", ""
1, "HtgAllOutsdAir", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatingAllOutsideAir", ""
1, "ClgDsgnHumidityRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "CoolingDesignHumidityRatio", ""
1, "HtgDsgnHumidityRat", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatingDesignHumidityRatio", ""
; For Reporting
1, "ExcludeFromRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromReport", ""
1, "IsComplexSys", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "IsComplexSystem", ""
1, "IsComplexSysRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "IsComplexSystemReport", ""
1, "DCVRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "DCVReport", ""
1, "ClgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyUnitReport", ""
1, "ClgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyReport", ""
1, "ClgEffSEERRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ClgEffSEERRpt", "" ;
RJH 20211104 added for NRCC PRF reporting
1, "ClgEffEERRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ClgEffEERRpt", "" ;
RJH 20211104 added for NRCC PRF reporting
1, "HtgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyUnitReport", ""
1, "HtgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyReport", ""
1, "SuppHtgCap", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008,
"SupplementalHeatingCapacity", ""
1, "DuctIns", BEMP_Flt, 1, 0, 0, Opt, "�F-
ft2-h/Btu", 0, 0, 3008, "DuctInsulation", ""
1, "DuctInsRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "DuctInsulationReport", ""
1, "DuctLctn", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "DuctLocation", ""
1, "DuctStatus ", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "DuctStatus", ""
1, "EconoTypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "EconomizerTypeReport", ""
1, "ExhFanCap", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFanCapacity", ""
1, "ExhFlowMin", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFlowMinimum", ""
1, "ExhFanPwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3008, "ExhaustFanPower", ""
1, "COCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "COControlReport", ""
1, "ZnServedAsPriAirCondgSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008,
"ZoneServedAsPrimaryAirConditioningSystem", ""
1, "ZnServedAsVentSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ZoneServedAsVentilationSystem", ""
1, "ZnServedAsExhSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ZoneServedAsExhaustSystem", ""
1, "CtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ControlReport", ""
1, "EconoCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "EconomizerControlReport", ""
1, "ClgCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingControlReport", ""
1, "OptStartRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "OptimumStartReport", ""
1, "EvapClrRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "EvaporativeCoolerReport", ""
1, "HtRcvryRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatRecoveryReport", ""
1, "OperableWinInterlockRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "OperableWindowInterlockReport", ""
;1, "OperableWinHaveInterlock", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "OperableWindowHaveInterlock", ""
1, "IsHlthCareSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsHealthCareSystem", ""
1, "SysCtrlRpt", BEMP_Str, 10, 1, 0, NInp, "",
0, 0, 3008, "SystemControlReport", ""
; Acceptance Certificates
1, "AcceptanceTestReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "AcceptanceTestRequired", ""
1, "AcceptanceTestReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "AcceptanceTestRequiredReport", ""
1, "HERSDuctReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "HERSDuctRequired", ""
1, "HERSDuctReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HERSDuctRequiredReport", ""
1, "HERSDuctTested", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "HERSDuctTested", ""
1, "HERSDuctTestedRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HERSDuctTestedReport", ""
1, "HERSFanPwrTested", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "HERSFanPowerTested", ""
1, "ResVentEquipHasFID", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001,
"ResidentialVentilationEquipmentHasFaultIndicationDisplay", ""
1, "ResVentEquipIsAccessible", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001,
"ResidentialVentilationEquipmentIsAccessible", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "ZnSys", "ZoneSystem", "Zone System <i>", 0, 0, 0,
"Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Type", ""
1, "TypeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "TypeSimulated", ""
1, "SubType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "SubType", ""
1, "EffMetric", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "EfficiencyMetric", ""
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "Description", ""
1, "HVACAutoSizing", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 1001, "HVACAutoSizing", ""
; For AutoHardSizing
1, "AirFlowPerSqFt", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ft2", 0, 0, 3008,
"AirFlowPerSquareFoot", ""
1, "AirFlowPerTon", BEMP_Flt, 1, 0, 0, Pres,
"cfm/ton", 0, 0, 3008, "AirFlowPerTon", ""
; For E+ Autosizing
1, "ClgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSizingRatio", ""
1, "HtgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingSizingRatio", ""
; For Reporting
1, "ExcludeFromRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromReport", ""
1, "IsComplexSys", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "IsComplexSystem", ""
1, "IsComplexSysRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "IsComplexSystemReport", ""
1, "ClgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyUnitReport", ""
1, "ClgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingEfficiencyReport", ""
1, "ClgEffSEERRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ClgEffSEERRpt", "" ;
RJH 20211104 added for NRCC PRF reporting
1, "ClgEffEERRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ClgEffEERRpt", "" ;
RJH 20211104 added for NRCC PRF reporting
1, "HtgEffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyUnitReport", ""
1, "HtgEffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingEfficiencyReport", ""
1, "SuppHtgCap", BEMP_Flt, 1, 0, 0, NInp,
"Btu/h", 0, 0, 3008,
"SupplementalHeatingCapacity", ""
1, "DuctIns", BEMP_Flt, 1, 0, 0, Opt, "�F-
ft2-h/Btu", 0, 0, 3008, "DuctInsulation", ""
1, "DuctInsRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "DuctInsulationReport", ""
1, "DuctLctn", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "DuctLocation", ""
1, "DuctStatus ", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "DuctStatus", ""
1, "ExhFanCap", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFanCapacity", ""
1, "ExhFlowMin", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "ExhaustFlowMinimum", ""
1, "ExhFanPwr", BEMP_Flt, 1, 0, 0, NInp, "kW",
0, 0, 3008, "ExhaustFanPower", ""
1, "COCtrlRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "COControlReport", ""
1, "CtrlZnRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ThrmlZn", 0, "", 10001, "ControlZoneReference", ""
1, "ZnServedAsPriAirCondgSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008,
"ZoneServedAsPrimaryAirConditioningSystem", ""
1, "ZnServedAsVentSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ZoneServedAsVentilationSystem", ""
1, "ZnServedAsExhSys", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ZoneServedAsExhaustSystem", ""
1, "TypeRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "TypeReport", ""
1, "IsHlthCareSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsHealthCareSystem", ""
1, "SysCtrlRpt", BEMP_Str, 3, 1, 0, NInp, "",
0, 0, 3008, "SystemControlReport", ""
1, "OperableWinInterlockRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "OperableWindowInterlockReport", ""
1, "RtdPwrIdx", BEMP_Flt, 1, 0, 0, NInp,
"W/cfm", 0, 0, 3008, "ExhaustFanPower", ""
; Acceptance Certificates
1, "AcceptanceTestReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "AcceptanceTestRequired", ""
1, "AcceptanceTestReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "AcceptanceTestRequiredReport", ""
1, "HERSDuctReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "HERSDuctRequired", ""
1, "HERSDuctReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HERSDuctRequiredReport", ""
1, "HERSDuctTested", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "HERSDuctTested", ""
1, "HERSDuctTestedRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "HERSDuctTestedReport", ""
1, "HERSFanPwrTested", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "HERSFanPowerTested", ""
1, "ResVentEquipHasFID", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001,
"ResidentialVentilationEquipmentHasFaultIndicationDisplay", ""
1, "ResVentEquipIsAccessible", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001,
"ResidentialVentilationEquipmentIsAccessible", ""
1, "NRCAMch02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch02A", ""
1, "NRCAMch03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch03A", ""
1, "NRCAMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch04H", ""
1, "NRCAMch05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch05A", ""
1, "NRCAMch06A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch06A", ""
1, "NRCAMch07A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch07A", ""
1, "NRCAMch08A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch08A", ""
1, "NRCAMch09A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch09A", ""
1, "NRCAMch10A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch10A", ""
1, "NRCAMch11A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch11A", ""
1, "NRCAMch12A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch12A", ""
1, "NRCAMch13A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch13A", ""
1, "NRCAMch14A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch14A", ""
1, "NRCAMch15A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch15A", ""
1, "NRCAMch16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch16A", ""
1, "NRCAMch17A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch17A", ""
1, "NRCAMch18A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch18A", ""
1, "NRCAMch19A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch19A", ""
;----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------
; LName Template MD
MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------------
0, "VRFSys", "VariableRefrigerantFlowSystem", "VRF System <i>", 0,
0, 0, "Building", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------------------------------------------
; InputClass Changed to prescribed temporarily to exclude from input data model
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 1080, "Description", ""
1, "Status", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 1001, "Status", ""
1, "Cnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "Count", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "HtRcvry", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "HeatRecovery", ""
1, "CndsrType", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "CondenserType", ""
1, "FuelType", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "FuelType", ""
1, "PLRMin", BEMP_Flt, 1, 0, 1, NInp, "frac",
0, 0, 3008, "PartLoadRatioMinimum", ""
1 , "CtrlPriority", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "ControlPriority", ""
1, "CtrlZnRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "ThrmlZn", 1, "Type", 10001, "ControlZoneReference", "Required if
CtrlPriority = MasterThermostatPriority, otherwise Optional"
1, "CtrlSchRef", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "Schedule", 2, "Type", 10001, "ControlScheduleReference", "Required if
CtrlPriority = Scheduled, otherwise Optional"
; Capacity/Efficiency
1 , "IndoorTypeRtd", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "IndoorTypeRated", ""
1, "ClgCapNetRtd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "CoolingCapacityNetRated", ""
1, "ClgCapGrossRtd", BEMP_Flt, 1, 0, 0, NInp, "Btu/h",
0, 0, 3008, "CoolingCapacityGrossRated", ""
1, "ClgCapGrossRtdSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "CoolingCapacityGrossRatedSimulated", ""
; Defrost Behavior
1, "DefHtSrc", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "DefrostHeatSource", ""
1, "DefCtrl", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "DefrostControl", ""
1, "DefHtrCap", BEMP_Flt, 1, 0, 0, NInp, "W",
0, 0, 3008, "DefrostHeaterCapacity", ""
1, "DefHtrCapSim", BEMP_Flt, 1, 0, 1, NInp, "Btu/h",
0, 0, 3008, "DefrostHeaterCapacitySimulated", ""
1, "DefTimeFrac", BEMP_Flt, 1, 0, 1, NInp, "hour",
0, 0, 3008, "DefrostTime", ""
1, "DefCtrlTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "DefrostControlTemperature", ""
; Crankcase Heater
1, "CprsrCrankcaseHtrCap", BEMP_Flt, 1, 0, 0, NInp,
"W/Compressor", 0, 0, 3008,
"CompressorCrankcaseHeatCapacity", ""
1, "CprsrCrankcaseHtrCapSim", BEMP_Flt, 1, 0, 1, NInp, "W",
0, 0, 3008, "CompressorCrankcaseHeatCapacitySimulated",
""
1, "CprsrQty", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 1001, "CompressorQuantity", ""
1, "CrankcaseCtrlTemp", BEMP_Flt, 1, 0, 1, NInp, "�F",
0, 0, 3008, "CrankcaseControlTemperature", ""
; Piping/Elevation Losses
1, "EquivalentPipeLen", BEMP_Flt, 1, 0, 1, NInp, "ft",
0, 0, 3008, "EquivalentPipeLength", ""
1, "MaxDeltaHgt", BEMP_Flt, 1, 0, 1, NInp, "ft",
0, 0, 3008, "MaximumDeltaHeight", ""
1, "ClgPipeLoss_fPipeHgtCoeff", BEMP_Flt, 1, 0, 1, NInp, "1/ft",
0, 0, 3008, "CoolingPipeLoss_fHeightCoefficient", ""
; Acceptance Certificates
1, "AcceptanceTestReq", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "AcceptanceTestRequired", ""
1, "AcceptanceTestReqRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "AcceptanceTestRequiredReport", ""
1, "NRCAMch02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch02A", ""
1, "NRCAMch03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch03A", ""
1, "NRCAMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch04H", ""
1, "NRCAMch05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch05A", ""
1, "NRCAMch06A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch06A", ""
1, "NRCAMch07A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch07A", ""
1, "NRCAMch08A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch08A", ""
1, "NRCAMch09A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch09A", ""
1, "NRCAMch10A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch10A", ""
1, "NRCAMch11A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch11A", ""
1, "NRCAMch12A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch12A", ""
1, "NRCAMch13A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch13A", ""
1, "NRCAMch14A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch14A", ""
1, "NRCAMch15A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch15A", ""
1, "NRCAMch16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch16A", ""
1, "NRCAMch17A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch17A", ""
1, "NRCAMch18A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch18A", ""
1, "NRCAMch19A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch19A", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------
0, "AirSeg", "AirSegment", "Air Segment <pi>-<c>", 0, 0, 0,
"AirSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
1, "Path", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "Path", ""
;1, "Src", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Source", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "EvapClr", "EvaporativeCooler", "Evap Cooler <i>", 0, 0, 0,
"AirSeg", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "Type", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "Type", ""
1, "Eff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 1001, "Effectiveness", ""
1, "PumpPwr", BEMP_Flt, 1, 0, 1, Opt, "Watts",
0, 0, 1001, "PumpPower", ""
1, "IndirectDewPtEff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 1001, "IndirectDewPointEffectiveness", ""
1, "SecFanFlowCap", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 1001, "SecondaryFanFlowCapacity", ""
1, "SecFanTotEff", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 1001, "SecondaryFanTotalEfficiency", ""
1, "SecFanTotStaticPress", BEMP_Flt, 1, 0, 1, Opt, "inH2O", 0,
0, 1001, "SecondaryFanTotalStaticPressure", ""
1, "SecAirSrc", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "SecondaryAirSource", ""
1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "TrmlUnit", "TerminalUnit", "Terminal Unit <i>", 0, 0, 0,
"AirSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Type", ""
1, "TypeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "TypeSimulated", ""
;1, "ZnServedRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 1, "ThrmlZn", 1, "TrmlUnitRefStatus", 10001, "ZoneServedReference", ""
1, "ZnServedRef", BEMP_Obj, 1, 0, 1, Req, "",
0, 2, "ThrmlZn", 0 , "", "ResOtherZn", 0, "", 10001, "ZoneServedReference", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------
0, "CoilClg", "CoilCooling", "Cooling Coil <p2i>-<pc>-<c>", 0, 0, 0,
"AirSeg", "ZnSys", "TrmlUnit", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
1, "FuelSrc", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "FuelSource", ""
1, "SizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "SizingRatio", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "IsDummy", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsDummy", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CoilHtg", "CoilHeating", "Heating Coil <p2i>-<pc>-<c>", 0, 0, 0,
"AirSeg", "ZnSys", "TrmlUnit", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
1, "FuelSrc", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "FuelSource", ""
1, "SizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "SizingRatio", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "IsDummy", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsDummy", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC
MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Fan", "Fan", "Fan <p2i>-<pc>-<c>-<i>", 0, 0, 0, "AirSeg",
"ZnSys", "TrmlUnit", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "ParentComp", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentComponent", ""
1, "CtrlMthd", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "ControlMethod", ""
1, "CtrlMthdSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "ControlMethodSimulated", ""
1, "Class", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Classification", ""
1, "CentType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "CentrifugalType", ""
1, "ModelingMthd", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "ModelingMethod", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "IsDummy", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsDummy", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
----------
0, "OACtrl", "OutsideAirControl", "OA Control <i>", 0, 0, 0, "AirSys",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "DsgnOAFlow", BEMP_Flt, 1, 0, 0, NInp, "cfm",
0, 0, 3008, "DesignOutsideAirFlow", ""
1, "MaxOAFlow", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutsideAirFlow", ""
1, "MinOAFlow", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutsideAirFlow", ""
1, "EconoCtrlMthd", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "EconomizerControlMethod", ""
1, "EconoAvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 3008, "EconomizerAvailabilityScheduleReference",
""
1, "EconoIntegration", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "EconomizerIntegration", ""
;----------------------------------------------------------------------------------
----------------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------------
0, "HtRcvry", "HeatRecovery", "Heat Recov <i>", 0, 0, 0,
"AirSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
1, "SysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "SystemCount", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "Schedule", 2, "Type", 3008, "AvailabiltyScheduleReference", ""
1, "HtRcvryCertification", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "HeatRecoveryCertification", ""
1, "RtdHtRcvryEff", BEMP_Flt, 1, 0, 0, Opt, "ASRE/100",
0, 0, 3008, "RatedHeatRecoveryEffectiveness", ""
1, "Type", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "Type", ""
1, "HasHXBypass", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "HasHeatExchangerBypass", ""
1, "RcvryType", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 3008, "RecoveryType", ""
1, "SupInAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 5, "Type", 3008, "SupplyInAirSegmentReference", ""
;1, "SupOutAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 6, "Type", 3008, "SupplyOutAirSegmentReference", ""
;1, "ExhInAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 6, "Type", 3008, "ExhaustInAirSegmentReference", ""
1, "ExhOutAirSegRef", BEMP_Obj, 1, 0, 1, Opt, "",
0, 1, "AirSeg", 4, "Type", 3008, "ExhaustInAirSegmentReference", ""
1, "SupFlowRtd", BEMP_Flt, 1, 0, 0, Opt, "cfm",
0, 0, 3008, "SupplyFlowRated", ""
1, "SupFlowRtdSim", BEMP_Flt, 1, 0, 1, Opt, "cfm",
0, 0, 3008, "SupplyFlowRated", ""
1, "HtgSensEff100", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "HeatingSensibleEffectiveness100", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
;0, "PrehtCoil", "PreheatCoil", "Preheat Coil <i>", 0, 0, 0,
"AirSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
;1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
;1, "Type", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Type", ""
;1, "FluidSegInRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "FluidSeg", 0, "", 3008, "FluidSegmentInReference", ""
;1, "FluidSegOutRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "FluidSeg", 0, "", 3008, "FluidSegmentOutReference", ""
;1, "CapDsgn", BEMP_Flt, 1, 0, 0, Opt, "Btu/h",
0, 0, 1001, "CapacityDesign", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "FluidSys", "FluidSystem", "Fluid System <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
---------------------------------------------------------------------------------
--------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "",
0, 0, 3008, "Type", ""
1, "Desc", BEMP_Str, 1, 0, 0, Opt, "",
0, 0, 3008, "Description", ""
1, "AvailSchRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "Schedule", 2, "Type", 10001, "AvailabiltyScheduleReference", ""
1, "DsgnSupWtrTemp", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "DesignSupplyWaterTemperature", ""
1, "HtgDsgnSupWtrTemp", BEMP_Flt, 1, 0, 1, Def, "�F",
0, 0, 3008, "HeatingDesignSupplyWaterTemperature", ""
; For E+ Autosizing
;1, "HVACAutoSizing", BEMP_Int, 1, 0, 1, NInp, "",
0, 0, 1001, "HVACAutoSizing", ""
1, "ClgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "CoolingSizingRatio", ""
1, "HtgSizingRat", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 3008, "HeatingSizingRatio", ""
1, "SizingOption", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "SizingOption", ""
; added to facilitate baseline system library retrieval
1, "IsBaseSys", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 3008, "IsBaselineSystem", ""
; For Reporting
1, "ExcludeFromRpt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "ExcludeFromReport", ""
; Acceptance Certificates
1, "NRCAMch02A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch02A", ""
1, "NRCAMch03A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch03A", ""
1, "NRCAMch04H", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch04H", ""
1, "NRCAMch05A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch05A", ""
1, "NRCAMch06A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch06A", ""
1, "NRCAMch07A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch07A", ""
1, "NRCAMch08A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch08A", ""
1, "NRCAMch09A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch09A", ""
1, "NRCAMch10A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch10A", ""
1, "NRCAMch11A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch11A", ""
1, "NRCAMch12A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch12A", ""
1, "NRCAMch13A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch13A", ""
1, "NRCAMch14A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch14A", ""
1, "NRCAMch15A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch15A", ""
1, "NRCAMch16A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch16A", ""
1, "NRCAMch17A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch17A", ""
1, "NRCAMch18A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch18A", ""
1, "NRCAMch19A", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "NRCAMch19A", ""
; Plant Staging
1, "LdRngLim", BEMP_Int, 4, 1, 1, Opt, "Btu/hr",
0, 0, 3008, "LoadRangeLimit", ""
1, "EqpList1Name", BEMP_Obj, 10, 1, 1, Opt, "",
0, 2, "Chlr", 0, "", "Blr", 0, "", 10001, "EquipmentList1Name", ""
1, "EqpList2Name", BEMP_Obj, 10, 1, 1, Opt, "",
0, 2, "Chlr", 0, "", "Blr", 0, "", 10001, "EquipmentList2Name", ""
1, "EqpList3Name", BEMP_Obj, 10, 1, 1, Opt, "",
0, 2, "Chlr", 0, "", "Blr", 0, "", 10001, "EquipmentList3Name", ""
1, "EqpList4Name", BEMP_Obj, 10, 1, 1, Opt, "",
0, 2, "Chlr", 0, "", "Blr", 0, "", 10001, "EquipmentList4Name", ""
;1, "DischrgLdRngLim", BEMP_Int, 4, 1, 1, CReq, "Btu/hr",
0, 0, 3008, "DischargeLoadRangeLimit",
""
;1, "DischrgEqpList1Name", BEMP_Obj, 10, 1, 1, CReq, "",
0, 2, "Chlr", 0, "", "ThrmlEngyStor", 0, "", 10001,
"DischargeEquipmentList1Name", ""
;1, "DischrgEqpList2Name", BEMP_Obj, 10, 1, 1, CReq, "",
0, 2, "Chlr", 0, "", "ThrmlEngyStor", 0, "", 10001,
"DischargeEquipmentList2Name", ""
;1, "DischrgEqpList3Name", BEMP_Obj, 10, 1, 1, CReq, "",
0, 2, "Chlr", 0, "", "ThrmlEngyStor", 0, "", 10001,
"DischargeEquipmentList3Name", ""
;1, "DischrgEqpList4Name", BEMP_Obj, 10, 1, 1, CReq, "",
0, 2, "Chlr", 0, "", "ThrmlEngyStor", 0, "", 10001,
"DischargeEquipmentList4Name", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------------------
;0, "FluidSysCtrl", "FluidSystemControl", "Fluid System Control <i>", 0, 0,
0, "Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
;1, "EquipRef", BEMP_Obj, 2, 0, 1, Opt, "",
0, 3, "Chlr", 0, "", "HtRej", 0, "", "Blr", 0, "", 3008, "EquipmentReference", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------------------
0, "FluidSeg", "FluidSegment", "Fluid Segment <pi>-<c>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Type", BEMP_Sym, 1, 0, 1, Comp, "",
0, 0, 3008, "Type", ""
1, "Src", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Source", ""
1, "PriSegRef", BEMP_Obj, 1, 0, 1, CReq, "",
0, 1, "FluidSeg", 0, "", 3008, "PrimarySegmentReference", ""
;1, "PipeDia", BEMP_Flt, 1, 0, 1, Opt, "in",
0, 0, 3008, "PipeDiameter", ""
;1, "PipeInsThkns", BEMP_Flt, 1, 0, 1, Opt, "in",
0, 0, 3008, "PipeInsulationThickness", ""
;1, "CndctLoss", BEMP_Flt, 1, 0, 1, Opt, "Btu/h-�F",
0, 0, 3008, "ConductionLoss", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "Chlr", "Chiller", "Chiller <i>", 0, 0, 0, "FluidSys",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
; For Reporting
1, "EffRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "EfficiencyReport", ""
1, "EffUnitRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 1001, "EfficiencyUnitReport", ""
; RJH 20210707 added for NRCC PRF reporting
1, "ParentSysNameRpt", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 3008, "ParentSysNameReport", ""
1, "NumUIDialogTabs", BEMP_Int, 1, 1, 0, NInp, "",
0, 0, 3008, "Number of UI dialog tabs shown", ""
1, "ElecMeterRef", BEMP_Obj, 1, 1, 1, Def, "",
0, 1, "Meter", 1, "Type", 3008, "ElectricityMeterReference", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "ThrmlEngyStor", "ThermalEnergyStorage", "Thermal Energy Storage <i>", 0, 0,
0, "FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "HX", "HeatExchanger", "HX <i>", 0, 0, 0, "FluidSys", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
0, "Blr", "Boiler", "Boiler <i>", 0, 0, 0, "FluidSys",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "Type", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------
0, "HtRej", "HeatRejection", "Heat Rejection <i>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 3008, "Type", ""
1, "FanType", BEMP_Sym, 1, 0, 1, Def, "",
0, 0, 3008, "FanType", ""
1, "ModCtrl", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 3008, "ModulationControl", ""
1, "CalcMthd", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 3008, "CalculationMethod", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "WtrHtr", "WaterHeater", "Water Heater <i>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 3008, "Type", ""
1, "TypeSim", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3008, "TypeSimulated", ""
1, "SubType", BEMP_Sym, 1, 0, 0, NInp, "",
0, 0, 3008, "SubType", ""
1, "Cnt", BEMP_Int, 1, 0, 0, Def, "",
0, 0, 1001, "Count", ""
1, "FluidSysCnt", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "FluidSystemCount", ""
1, "CmbdMult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "CombinedMultiplier", ""
// THESE TERMS ARE ALL FOR THE T24DHW.DLL THAT WILL BE USED FOR SPACE FUNCTIONS
THAT ARE (HIGH RISE RES OR HOTEL MOTEL) AND (RESIDENTIAL DHW SYSTEMS)
;1, "ResDHWPumpPwr", BEMP_Flt, 1, 0, 0, Opt, "bhp",
0, 0, 1001, "ResidentialDomesticHotWaterPumpPower",
""
;1, "ResDHWPumpEff", BEMP_Flt, 1, 0, 0, Opt, "",
0, 0, 1001,
"ResidentialDomesticHotWaterPumpEfficiency", ""
;1, "ExtTankIns", BEMP_Flt, 1, 0, 0, Opt, "h ft2 F per
Btu", 0, 0, 1001, "ExteriorTankInsulation", ""
;1, "IntTankIns", BEMP_Flt, 1, 0, 0, Opt, "h ft2 F per
Btu", 0, 0, 1001, "InteriorTankInsulation", ""
;1, "PipeLocation", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1008, "PipeLocation", ""
;1, "RecircLoopCnt", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001, "RecirculationLoopCount", ""
;1, "SHWDistSysType", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 1008, "ServiceHotWaterDistributionSystemType",
""
;1, "T24DHWType", BEMP_Int, 1, 0, 0, Opt, "",
0, 0, 1001, "T24DHWType", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------------------------------
0, "Pump", "Pump", "Pump <pc>-<c>-<i>", 0, 0, 0, "FluidSeg",
"Chlr", "Blr", "WtrHtr", "HtRej", "ThrmlEngyStor", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", 1, 1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
;0, "StorTank", "StorageTank", "Storage Tank <i>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
;1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
;1, "Type", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Type", ""
;1, "FluidSegInRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "FluidSeg", 0, "", 10001, "FluidSegmentInReference", ""
;1, "FluidSegOutRef", BEMP_Obj, 1, 0, 0, Opt, "",
0, 1, "FluidSeg", 0, "", 10001, "FluidSegmentOutReference", ""
;1, "Cap", BEMP_Flt, 1, 0, 0, Opt, "gpm",
0, 0, 1001, "Capacity", ""
;1, "RVal", BEMP_Flt, 1, 0, 0, Opt, "�F-ft2-h/Btu",
0, 0, 10501, "RValue", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "ProcLd", "ProcessLoad", "Process Load <i>", 0, 0, 0,
"FluidSys", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------------
1, "Type", BEMP_Sym, 1, 0, 0, Pres, "",
0, 0, 3008, "Type", ""
1, "LdSchRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "Sch", 5, "Type", 3008, "LoadScheduleReference", ""
1, "PkFlowRt", BEMP_Flt, 1, 0, 1, Pres, "gpm",
0, 0, 3008, "PeakFlowRate", ""
1, "FlowFracSchRef", BEMP_Obj, 1, 0, 1, Pres, "",
0, 1, "Sch", 5, "Type", 3008, "FlowFractionScheduleReference",
""
1, "LdPassingOnly", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 3008, "LoadPassingOnly", "" ; flag
denoting obj created only for load passing (from CSE) - SAC 03/19/22
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
;0, "RfrgEqp", "RefrigerationEquipment", "Refrig Equip <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---------------
;1, "Status", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Status", ""
;1, "Type", BEMP_Sym, 1, 0, 0, Opt, "",
0, 0, 3008, "Type", ""
;1, "CndsrTempFac", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 1001, "CondenserTemperatureFactor", ""
;1, "CndsrTempSaturated", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 1001, "CondenserTemperatureSaturated", ""
;1, "CndsrTempSetptMin", BEMP_Flt, 1, 0, 0, Opt, "�F",
0, 0, 1001, "CondenserTemperatureSetpointMinimum", ""
;----------------------------------------------------------------------------------
-------------- JP 08/12/21
2, "BEMBase_Res HVACSys.txt"
;----------------------------------------------------------------------------------
-------------- SAC 10/11/21
2, "BEMBase_Res DHW.txt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "DesignDay", "DesignDay", "Design Day <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "Type", BEMP_Sym, 1, 0, 0, Req, "",
0, 0, 1001, "Type", ""
1, "DsgnDB", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 1001, "DesignDryBulb", ""
1, "DsgnDBRng", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 1001, "DesignDryBulbRange", ""
1, "CoinWB", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 1001, "CoincidentWetBulb", ""
1, "WindSpd", BEMP_Flt, 1, 0, 0, Req, "mph",
0, 0, 1001, "WindSpeed", ""
1, "WindDirection", BEMP_Flt, 1, 0, 0, Req, "�F",
0, 0, 1001, "WindDirection", ""
1, "SkyClear", BEMP_Flt, 1, 0, 0, Req, "",
0, 0, 1001, "SkyClearness", ""
1, "Month", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1001, "Month", ""
1, "Day", BEMP_Int, 1, 0, 0, Req, "",
0, 0, 1001, "MonthDay", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3 P4
P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR
IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "Hol", "Holiday", "Holiday <i>", 300, 0, 0, "Project", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 1,
0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "SpecMthd", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 10501, "SpecificationMethod", ""
1, "DayOfWeek", BEMP_Sym, 1, 0, 1, Opt, "",
0, 0, 39110, "DayOfWeek", ""
1, "Month", BEMP_Sym, 1, 0, 1, Req, "",
0, 0, 39110, "Month", ""
1, "Day", BEMP_Int, 1, 0, 1, Opt, "",
0, 0, 39110, "Day", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvLin", "CurveLinear", "Crv-Linear <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------------
1, "Coef1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient1", ""
1, "Coef2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient2", ""
1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvQuad", "CurveQuadratic", "Crv-Quad <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------
1, "Coef1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient1", ""
1, "Coef2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient2", ""
1, "Coef3", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient3", ""
1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvCubic", "CurveCubic", "Crv-Cubic <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------
1, "Coef1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient1", ""
1, "Coef2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient2", ""
1, "Coef3", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient3", ""
1, "Coef4", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient4", ""
1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvDblQuad", "CurveDoubleQuadratic", "Crv-DblQuad <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------
1, "Coef1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient1", ""
1, "Coef2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient2", ""
1, "Coef3", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient3", ""
1, "Coef4", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient4", ""
1, "Coef5", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient5", ""
1, "Coef6", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "Coefficient6", ""
1, "MaxOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumOutput", ""
1, "MaxVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable1", ""
1, "MaxVar2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MaximumVariable2", ""
1, "MinOut", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumOutput", ""
1, "MinVar1", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable1", ""
1, "MinVar2", BEMP_Flt, 1, 0, 1, Opt, "",
0, 0, 3008, "MinimumVariable2", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvMapSglVar", "CurveMapSingleVariable", "Crv-MapSglVar <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "CrvMapDblVar", "CurveMapDoubleVariable", "Crv-MapDblVar <i>", 0, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------------------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
--------
0, "EUseSummary", "EUseSummary", "Enduse Summary <i>", 6, 0, 0,
"Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-----------------
1, "Title1", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", "" ; array len 10->16 to allow
for SrcEnergy & SrcEnergyPrime results - SAC 6/27/19
1, "Title2", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", "" ; array len 16->23 to allow
for C02 emissions results (Prop Elec/Fuel/Tot, Std Elec/Fuel/Tot & Margin) - SAC
9/11/19 (tic #3106)
1, "Title3", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse1", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse2", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse3", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse4", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse5", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse6", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse7", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse8", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse9", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse10", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse11", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse12", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse13", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse14", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse15", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "Enduse16", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", "" ; added Efficiency Total for
2022 - SAC 12/11/21
1, "EnduseFlex", BEMP_Str, 23, 1, 0, Pres, "",
0, 0, 39110, "", "" ; Flexibility compliance
credit - SAC 9/15/20
1, "ZoneUMLHsLoaded", BEMP_Int, 2, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "ZoneUMLHs", BEMP_Str, 2, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "HaveZoneUMLHsMsg", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "ZoneUMLHsMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "ZoneUMLHsLink", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "SimSummary", BEMP_Str, 3, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "PassFail", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "MetricPassFail", BEMP_Str, 10, 1, 0, Pres, "",
0, 0, 39110, "", ""
1, "ComplyMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "StdPVBatteryMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", ""
1, "CommunitySolMsg", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "", "" ; SAC 06/04/22
1, "AnalysisValid", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 39110, "", "" ; SAC 05/06/23 (gh NRes PRF
schema issue #51)
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "EnergyUse", "EnergyUse", "Enduse Energy Use <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "EnduseName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 39110, "EnduseName", "" ; "Primary enduse name",
""
1, "ProposedTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "ProposedTDV", "" ; "Proposed TDV run
result for this enduse", ""
1, "StandardTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "StandardTDV", "" ; "Standard TDV run
result for this enduse", ""
1, "CompMarginTDV", BEMP_Flt, 10, 1, 0, Pres, "kTDV/ft2-yr",
0, 0, 39110, "CompMarginTDV", "" ; "Difference (Std-Prop
TDV) for this enduse", ""
1, "PctImproveTDV", BEMP_Flt, 10, 1, 0, Pres, "%",
0, 0, 39110, "PctImproveTDV", "" ; "Percent improvement
(Std -> Prop TDV) for this enduse", ""
1, "PropElecEnergy", BEMP_Flt, 1, 0, 0, Pres, "kWh",
0, 0, 39110, "PropElecEnergy", "" ; "Proposed run Electric
energy use for this enduse", ""
1, "PropNatGasEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "PropNatGasEnergy", "" ; "Proposed run Natural
Gas energy use for this enduse", ""
1, "PropOtherEnergy", BEMP_Flt, 1, 0, 0, Pres, "therms",
0, 0, 39110, "PropOtherEnergy", "" ; "Proposed run Other
Fuel energy use for this enduse", ""
1, "PropTotalEnergy", BEMP_Flt, 1, 0, 0, Pres, "kBTU/ft2-yr",
0, 0, 39110, "PropTotalEnergy", "" ; "Proposed run TOTAL
energy use for this enduse", ""
1, "PropElecDemand", BEMP_Flt, 1, 0, 0, Pres, "kW",
0, 0, 39110, "PropElecDemand", "" ; "Proposed run Electric
demand for this enduse", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------------
0, "Meter", "Meter", "Meter <i>", 0, 0, 0, "Project",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 1, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-------
1, "Type" BEMP_Sym, 1, 0, 0, Comp, "",
0, 0, 555, "Type", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; SAC 5/17/16 - objects/properties added to support CSE DHW simulation
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------
;0, "DwellUnitDHW", "DwellingUnitDHW", "DwellUnitDHW <i>", 0, 0, 0,
"Spc", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", -1, 1, 0, 0, 0, 0, 8000
;;
;; VType NV WA SP US UL UT
NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
----------
;1, "NumBedrooms_Init", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 8005, "NumBedrooms_Init", ""
;1, "NumBedrooms", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 8005, "NumBedrooms", ""
;1, "NumDHWSchShuffles", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 8005, "NumDHWSchShuffles", "" ; new DHWDU
includes variable shuffles by # bedrooms - SAC 02/25/21
;1, "DHWProfileLetter", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 8005, "DHWProfileLetter", ""
;1, "CSEDayUseName", BEMP_Str, 1, 0, 0, NInp, "",
0, 0, 8005, "CSEDayUseName", ""
;; 1, "DwellUnitTypeRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "DwellUnitType", 0, "", 1080, "DwellUnitTypeRef", "" ; "DwellUnitType
object"
;; 1, "ResDHWSysRef", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResDHWSys", 0, "", 1080, "ResidentialDHWSystemReference", ""
;1, "Area", BEMP_Flt, 1, 0, 0, NInp, "ft2",
0, 0, 1003, "Area", ""
;1, "Mult", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1040, "Multiplier", ""
;1, "UsePerDay", BEMP_Flt, 1, 0, 0, NInp, "gal/day/dwelling
unit", 0, 0, 1003, "UsePerDay", ""
;;1, "LoadShareDUDHWRef", BEMP_Obj, 4, 1, 0, NInp, "",
0, 1, "DwellUnitDHW", 0, "", 1080, "LoadShareDwellUnitDHWReference", "" ;
"DwellUnitDHW object that this DwellUnitDHW shares the load of"
;1, "CompactFactor", BEMP_Flt, 1, 0, 0, NInp, "",
0, 0, 8005, "CompactFactor", "" ; "Compactness
Factor (used to model 2019+ compact distribution)" ; SAC 1/23/19
;;1, "DUTypeDWHRIndex", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 7010, "DUTypeDWHRIndex", "" ; "1-based index of
DwellUnitType's DHWSysRef for setting up cseDHWHEATREC objects" ; SAC 1/23/19
;1, "ResSpcDHWFeaturesRef",BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "ResSpcDHWFeatures", 0, "", 3008, "ResidentialSpaceDHWFeaturesReference",
"" ; SAC 1/24/19 - to enable DWHR
;
;1, "cseDHWSYSRef", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "cseDHWSYS", 0, "", 7010, "cseDHWSYSRef", "" ; "CSE DHWSYS
component"
;
; ; SAC 4/14/16 - added to facilitate T24-2016 internal gains w/
DHW connections
;; 1, "GainDishwasher", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "cseGAIN", 0, "", 3208, "GainDishwasher", "" ; "Internal gain from
dishwashers"
;; 1, "GainWasher", BEMP_Obj, 1, 1, 0, NInp, "",
0, 1, "cseGAIN", 0, "", 3208, "GainWasher", "" ; "Internal gain from
Clothes washer"
;; 1, "GainDryer", BEMP_Obj, 3, 1, 0, NInp, "",
0, 1, "cseGAIN", 0, "", 3208, "GainDryer", "" ; "Internal gain from
Clothes dryer - by FUEL 1-Elec, 2-NatGas, 3-Other"
;;---------------------------------------------------------------------------------
---------------
;----------------------------------------------------------------------------------
-------------- SAC 08/10/21
2, "BEMBase_CSE Top.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/31/21
2, "BEMBase_CSE Cons.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/10/21
2, "BEMBase_CSE DHW.txt"
;----------------------------------------------------------------------------------
--------------
;; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWSYS", "cseDHWSYS", "CSE DHWSys <pi>-<i>", 0, 0, 0, "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDHWSys", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResDHWSys", 0, "", 7010, "SourceDHWSys", "" ; "ResDHWSys
object that is the source of this cseDHWSYS"
;1, "SourceSpc", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "Spc", 0, "", 7010, "SourceSpace", "" ; "Spc object that
is the source of this cseDHWSYS"
;1, "SourceDwellUnitDHW", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "DwellUnitDHW", 0, "", 7010, "SourceDwellUnitDHW", "" ; "DwellUnitType
object that is the source of this cseDHWSYS"
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWHEATREC", "cseDHWHEATREC", "CSE DHWHeatRecov <pi>-<i>", 0, 0, 0,
"cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDWHRSys", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResDWHRSys", 0, "", 3201, "SourceDWHRSys", "" ; "DWHRSys object that
is the source of this cseDHWHEATREC"
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWHEATER", "cseDHWHEATER", "CSE DHWHeater <pi>-<i>", 0, 0, 0,
"cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDHWHeater", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResWtrHtr", 0, "", 3201, "SourceDHWHeater", "" ;
"DHWHeater object that is the source of this cseDHWHEATER"
;;---------------------------------------------------------------------------------
--------------- SAC 1/9/20 (Com tic #3156)
;; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15
P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------
;0, "cseDHWLOOPHEATER", "cseDHWLOOPHEATER", "CSE DHWLoopHeater <pi>-<i>",
0, 0, 0, "cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDHWLoopTankSys", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResDHWSys", 0, "", 3201, "SourceDHWLoopTankSystem", "" ;
"DHWSys object that is the source of this cseDHWLOOPHEATER" ; SAC 7/1/20
;1, "SourceResLpTankHtr", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResLpTankHtr", 0, "", 3201, "SourceResidentialLoopTankHeater", "" ;
"ResLpTankHtr object that is the source of this cseDHWLOOPHEATER"
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWTANK", "cseDHWTANK", "CSE DHWTank <pi>-<i>", 0, 0, 0,
"cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;;
;; VType NV WA SP US UL
UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------------
;1, "SourceDHWHeater", BEMP_Obj, 1, 0, 0, NInp, "",
0, 1, "ResWtrHtr", 0, "", 3201, "SourceDHWHeater", "" ; "DHWHeater
object that is the source of this cseDHWHEATER"
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWLOOP", "cseDHWLOOP", "CSE DHWLoop <pi>-<i>", 0, 0, 0,
"cseDHWSYS", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 3000
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWLOOPSEG", "cseDHWLOOPSEG", "CSE DHWLoopSeg <pi>-<i>", 0, 0,
0, "cseDHWLOOP", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 0, 3000
;;---------------------------------------------------------------------------------
---------------
;; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWLOOPBRANCH", "cseDHWLOOPBRANCH", "CSE DHWLoopBranch <pi>-<i>",
0, 0, 0, "cseDHWLOOPSEG", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---
;0, "cseDHWLOOPPUMP", "cseDHWLOOPPUMP", "CSE DHWLoopPump <pi>-<i>", 0,
0, 0, "cseDHWLOOP", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 0, 3000
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE IZXFER.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE Zone.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE Surface.txt"
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE Door.txt"
;----------------------------------------------------------------------------------
-------------- JP 10/09/21
2, "BEMBase_Res HERS.txt"
;----------------------------------------------------------------------------------
-------------- JP 10/15/21
2, "BEMBase_Res SpeclFtr.txt"
;----------------------------------------------------------------------------------
-------------- JP 10/07/21
2, "BEMBase_Res Report.txt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 08/09/21
2, "BEMBase_CSE Window-Shade.txt"
;----------------------------------------------------------------------------------
-------------- JP 08/12/21
2, "BEMBase_CSE HVACSys.txt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "csePVARRAY", "csePVARRAY", "CSE PVArray <i>", 0, 0, 0, "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------
1, "pvDCSysSize", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3208, "pvDCSysSize", "" ; "Rated array output"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "cseBATTERY", "cseBATTERY", "CSE Battery <i>", 0, 0, 0, "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 0, 3000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------------
1, "btChgEff", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3208, "btChgEff", "" ; "The charging
efficiency of storing electricity into the BATTERY system"
1, "btDschgEff", BEMP_Flt, 1, 0, 1, NInp, "",
0, 0, 3208, "btDschgEff", "" ; "The discharge
efficiency for when the BATTERY system is discharging power"
1, "btMaxCap", BEMP_Flt, 1, 0, 1, NInp, "kWh",
0, 0, 3208, "btMaxCap", "" ; "The maximum amount
of energy that can be stored in the BATTERY system"
1, "btMaxChgPwr", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3208, "btMaxChgPwr", "" ; "The maximum rate at
which the BATTERY can be charged in kilowatts (i.e., energy flowing into the
BATTERY)"
1, "btMaxDschgPwr", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3208, "btMaxDschgPwr", "" ; "The maximum rate at
which the BATTERY can be discharged in kilowatts (i.e., energy flowing out of the
BATTERY)"
1, "btControlAlg_x", BEMP_Str, 1, 0, 1, NInp, "",
0, 0, 3208, "btControlAlg_x", "" ; "Algorithm used to
determine charge & discharge activity (expression)" ; SAC 8/4/19
1, "btChgReq", BEMP_Flt, 1, 0, 1, NInp, "kW",
0, 0, 3208, "btChgReq", "" ; "The power request to
charge (or discharge if negative) the battery"
1, "btChgReq_x", BEMP_Str, 1, 0, 1, NInp, "kW",
0, 0, 3208, "btChgReq_x", "" ; "The power request to
charge (or discharge if negative) the battery (expression)"
1, "btUseUsrChg", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3208, "btUseUsrChg", "" ; "If YES/1, then the
user specified btChgReq will be used to set the battery's charge request; if NO/0,
the default strategy will be used"
1, "btUseUsrChg_x", BEMP_Str, 1, 0, 1, NInp, "",
0, 0, 3208, "btUseUsrChg_x", "" ; "If YES/1, then the
user specified btChgReq will be used to set the battery's charge request; if NO/0,
the default strategy will be used (expression)"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-------
0, "cseSHADEX", "cseSHADEX", "CSE ShadeX <pi>-<i>", 0, 0, 0, "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 1,
2, 0, 0, 0, 0, 7000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
-
1, "sxMounting", BEMP_Sym, 1, 0, 1, NInp, "",
0, 0, 3208, "sxMounting", "" ; ""
1, "sxVertices", BEMP_Obj, 1, 0, 1, NInp, "",
0, 1, "PolyLp", 0, "", 3208, "sxVertices", "" ; "PolyLp that represents
3D geometry data"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 10/19/21
2, "BEMBase_CSE Export.txt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 10/19/21
2, "BEMBase_CSE Report.txt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; SAC 9/7/18 - A2030
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
---------
0, "ZEROCodeResults", "ZEROCodeResults", "ZERO Code Results <i>", 1, 0,
0, "Project", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "PropSiteElec", BEMP_Flt, 20, 1, 0, Pres, "kWh",
0, 0, 39110, "ProposedSiteElectric", ""
1, "PropSiteGas", BEMP_Flt, 20, 1, 0, Pres, "kBtu",
0, 0, 39110, "ProposedSiteGas", ""
1, "PropSiteEUIElec", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSiteEUIElectric", ""
1, "PropSiteEUIGas", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSiteEUIGas", ""
1, "PropSiteEUITot", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSiteEUITotal", ""
1, "PropSourceElec", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSourceElectric", ""
1, "PropSourceGas", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSourceGas", ""
1, "PropSourceTot", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedSourceTotal", ""
1, "PropTDVElec", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedTDVElectric", ""
1, "PropTDVGas", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedTDVGas", ""
1, "PropTDVTot", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "ProposedTDVTotal", ""
1, "StdTDVTot", BEMP_Flt, 20, 1, 0, Pres, "kBtu/ft�-yr",
0, 0, 39110, "StandardTDVTotal", ""
1, "PropEmissionsElec", BEMP_Flt, 20, 1, 0, Pres, "lb CO2/ft�-yr",
0, 0, 39110, "ProposedEmissionsElectric", ""
1, "PropEmissionsGas", BEMP_Flt, 20, 1, 0, Pres, "lb CO2/ft�-yr",
0, 0, 39110, "ProposedEmissionsGas", ""
1, "PropEmissionsTot", BEMP_Flt, 20, 1, 0, Pres, "lb CO2/ft�-yr",
0, 0, 39110, "ProposedEmissionsTotal", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccComplianceDocumentPackage", "nrccComplianceDocumentPackage",
"ComplianceDocumentPackage <i>", 1, 0, 0, "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "attrib_xmlns", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns",
"" ; must be first for validation
1, "attrib_xmlns_lit", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_lit", ""
1, "attrib_xmlns_com", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_com", ""
1, "attrib_xmlns_dtyp", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_dtyp", ""
1, "attrib_xmlns_bld", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_bld", ""
1, "attrib_xmlns_env", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_env", ""
1, "attrib_xmlns_hvac", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_hvac", ""
1, "attrib_xmlns_comp", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_comp", ""
1, "attrib_xmlns_d", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_d", ""
1, "attrib_xmlns_altova", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_altova", ""
1, "attrib_xmlns_xsi", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xmlns_xsi", ""
1, "attrib_xsi_schemaLocation", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_xsi_schemaLocation", ""
1, "attrib_revision", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_revision", ""
1, "attrib_doc", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_doc", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccDocID", "nrccDocID", "DocID <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "attrib_doc", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_doc", ""
1, "attrib_docType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_docType", ""
1, "attrib_docTitle", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "attrib_docTitle", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccPayload", "nrccPayload", "Payload <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "attrib_complianceDocumentGUID", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_complianceDocumentGUID", ""
1, "attrib_complianceDocumentSchemaVersion", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_complianceDocumentSchemaVersion", ""
1, "attrib_compMgrVersion", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_compMgrVersion", ""
1, "attrib_displayTagNR", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_displayTagNR", ""
1, "attrib_payloadDocumentNR", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_payloadDocumentNR", ""
1, "attrib_processedDate", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_processedDate", ""
1, "attrib_projectID", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_projectID", ""
1, "attrib_reportRequestor", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_reportRequestor", ""
1, "attrib_reportRequestorIP_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_reportRequestorIP_Address", ""
1, "attrib_revision", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_revision", ""
1, "attrib_validates", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"attrib_validates", ""
1, "comp_footer01_RevisionDateNRCC", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_footer01_RevisionDateNRCC", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13
P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccDocumentData", "nrccDocumentData", "DocumentData <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProjectNotes", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProjectNotes",
""
;----------------------------------------------------------------------------------
--------------
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
;0, "nrccReport", "nrccReport", "Report <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;;
;; VType NV WA SP US
UL UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------
;;---------------------------------------------------------------------------------
---------------
;
;
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
;0, "nrccReport2", "nrccReport2", "Report2 <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;;
;; VType NV WA SP US
UL UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------
;;---------------------------------------------------------------------------------
---------------
;
;
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
;0, "nrccInputData", "nrccInputData", "InputData <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;;
;; VType NV WA SP US
UL UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------
;;---------------------------------------------------------------------------------
---------------
;
;
;;---------------------------------------------------------------------------------
---------------
;; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13
P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
;0, "nrccProposedModel", "nrccProposedModel", "ProposedModel <i>", 1, 0, 0,
"nrccComplianceDocumentPackage", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;;
;; VType NV WA SP US
UL UT NO OC CV CP HI LName
;;
-----------------------------------------------------------------------------------
--------
;;---------------------------------------------------------------------------------
---------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccHeader", "nrccHeader", "Header <i>", 1, 0, 0, "nrccDocumentData",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "comp_header01_ProjectName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"comp_header01_ProjectName", ""
1, "comp_header02_RunDateTime", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"comp_header02_RunDateTime", ""
1, "comp_header04_InputFilename", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"comp_header04_InputFilename", ""
1, "comp_streetAddress", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "comp_streetAddress",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccnRCCPRF", "nrccnRCCPRF", "NRCCPRF <i>", 1, 0, 0, "nrccDocumentData",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "noXMLoutput_UseObjectName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "noXMLoutput_UseObjectName", "" ; SAC
10/09/22 (tic #3393)
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Info", "nrccSection_Info", "Section_Info <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Info01_ProjectName", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Info01_ProjectName",
"map from: Project:Name"
1, "Info02_RunDescription", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Info02_RunDescription",
"map from: Project:RunTitle"
1, "Info03_ProjectStreetAddress", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"Info03_ProjectStreetAddress", "map from: Project:StAddress"
1, "Info04_ProjectCity", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Info04_ProjectCity",
"map from: Proj:City"
1, "Info05_Title24StandardsVersion", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"Info05_Title24StandardsVersion", "map from: Project:StandardsVersion"
1, "Info06_ProjectZipcode", BEMP_Int, 1, 0, 1,
Pres, "", 0, 0, 555, "Info06_ProjectZipcode",
"map from: Project:ZipCode"
1, "Info07_ComplianceSoftwareVersion", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"Info07_ComplianceSoftwareVersion", "map from: Project:SoftwareVersion"
1, "Info07b_ComplianceSoftwareVersionDetail", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"Info07b_ComplianceSoftwareVersionDetail", "map from:
Project:SoftwareVersionDetail"
1, "Info08_ClimateZone", BEMP_Int, 1, 0, 1,
Pres, "", 0, 0, 555, "Info08_ClimateZone",
"map from: Project:CliZnNum"
1, "Info09_Azimuth", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "Info09_Azimuth",
"map from: Proj:Bldg:BldgAz"
1, "Info10_TopLevelOccupancy", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info10_TopLevelOccupancy", "map from: Bldg:BldgType"
1, "Info11_WeatherFile", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Info11_WeatherFile",
"map from: Proj:AnnualWeatherFileNoPath"
1, "Info12_ProjectScopeNR", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Info12_ProjectScopeNR",
"map from: Proj:PermitScope"
1, "Info13_DwellingUnitsCount", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info13_DwellingUnitsCount", "map from: NRCC
Proj:Bldg:HighRiseResLivingUnitCnt LMCC Proj:Bldg:LowRiseResLivingUnitCnt |
Proj:ResProj:NumDwellingUnits"
1, "Info14_TotalConditionedFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info14_TotalConditionedFloorArea", "map from: Bldg:TotCondFlrArea"
1, "Info15_HotelMotelGuestRoomCount", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info15_HotelMotelGuestRoomCount", "map from:
Proj:Bldg:HotelMotelGuestRmCnt"
1, "Info16_TotalUnconditionedFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info16_TotalUnconditionedFloorArea", "map from: Proj:Bldg:TotFlrArea -
Proj:Bldg:TotCondFlrArea"
1, "Info17_SiteFuelType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Info17_SiteFuelType",
"map from: Proj:GasType"
1, "Info18_NonResBuildingTotalConditionedFloorArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"Info18_NonResBuildingTotalConditionedFloorArea", "map from:
Proj:Bldg:NonResFlrArea"
1, "Info19_AboveGradeStoryCount", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info19_AboveGradeStoryCount", "map from: Proj:Bldg:AboveGrdStoryCnt"
1, "Info20_ResidentialBuildingTotalConditionedFloorArea", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"Info20_ResidentialBuildingTotalConditionedFloorArea", "map from:
Proj:Bldg:ResFlrArea"
1, "Info21_BuildingTotalVolume", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info21_BuildingTotalVolume", "map from: Bldg:TotCondFlrArea"
1, "Info21_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Info21_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Proj", "nrccSection_Proj", "Section_Proj <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Proj01_PerfENV", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj01_PerfENV",
"map from: Proj:CompPathEnv"
1, "Proj01mf_PerfENV", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj01mf_PerfENV",
"map from: Proj:ResCompPathEnv"
1, "Proj02_PerfMCH", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj02_PerfMCH",
"map from: Proj:CompPathMech"
1, "Proj02mf_PerfMCH", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj02mf_PerfMCH",
"map from: Proj:ResCompPathMech"
1, "Proj03_PerfDHW", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj03_PerfDHW",
"map from: Proj:CompPathDHW"
1, "Proj03mf_PerfDHW", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj03mf_PerfDHW",
"map from: Proj:ResCompPathDHW"
1, "Proj04_PerfCondLTI", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj04_PerfCondLTI",
"map from: Proj:CompPathLtg"
1, "Proj04mf_PerfCondLTI", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj04mf_PerfCondLTI",
"map from: Proj:ResCompPathLtg"
1, "Proj05_PerfSolarWH", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj05_PerfSolarWH",
"map from: Proj:SolThrmlComp"
1, "Proj06_PerfKitchenPRC", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Proj06_PerfKitchenPRC", "map from: Proj:CompPathKit"
;1, "Proj07_PerfComputerPRC", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Proj07_PerfComputerPRC", "map from: Proj:CompPathComputerRm"
1, "Proj08_PerfLabPRC", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj08_PerfLabPRC",
"map from: Proj:CompPathLab"
1, "Proj09_PerfPV", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj09_PerfPV",
"map from: Proj:PVComp"
1, "Proj10_PerfBattery", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Proj10_PerfBattery",
"map from: Proj:BattComp"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_DwellInfo", "cf1rSection_DwellInfo", "Section_DwellInfo <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDwellingUnits", "cf1rTableDwellingUnits", "TableDwellingUnits
<i>", 1, 0, 0, "cf1rSection_DwellInfo", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowDwellingUnit", "cf1rtblRowDwellingUnit", "tblRowDwellingUnit
<i>", 0, 0, 0, "cf1rTableDwellingUnits", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "DwellInfo01_ResidentialDwellingUnitName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "DwellInfo01_ResidentialDwellingUnitName",
""
1, "DwellInfo02_DwellingUnitType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "DwellInfo02_DwellingUnitType",
""
1, "DwellInfo02_ResidentialDwellingUnitDescriptor", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"DwellInfo02_ResidentialDwellingUnitDescriptor", ""
1, "DwellInfo03_ThermalZoneName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "DwellInfo03_ThermalZoneName",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_DwellType", "cf1rSection_DwellType", "Section_DwellType <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDwellingUnitType", "cf1rTableDwellingUnitType",
"TableDwellingUnitType <i>", 1, 0, 0, "cf1rSection_DwellType", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0,
0, 1, 1000
;
;DwellUnitTypeVType NV WA SP US UL UT NO OC
CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowDwellingUnitType", "cf1rtblRowDwellingUnitType",
"tblRowDwellingUnitType <i>", 0, 0, 0, "cf1rTableDwellingUnitType", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "DwellType01_ResidentialDwellingUnitDescriptor", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:Name", ""
1, "DwellType01_DwellingUnitType", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:Name", ""
1, "DwellType02_DwellingUnitConditionedFloorArea", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:CondFlrArea", ""
1, "DwellType03_BedroomCount", BEMP_Int,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:NumBedrooms", ""
1, "DwellType04_DwellingUnitsIdenticalCount", BEMP_Int,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:NumAssigningDUs", ""
1, "DwellType05_DwellingUnitSpaceConditioningSystemName", BEMP_Str,
10, 0, 1, Pres, "", 0, 0, 555,
"map from: DwellUnitType:SCSysRptRef[] in rows", ""
1, "DwellType06_DomesticHotWaterSystemName", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:DHWSysRef", ""
1, "DwellType07_IAQ_VentilationFanName", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map
from: DwellUnitType:IAQOption", ""
;----------------------------------------------------------------------------------
--------------
; ...
; ...
;
-----------------------------------------------------------------------------------
--------
1, "C22Result1_PerformanceComplianceResult", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PerformanceComplianceResult", ""
; <dtyp:displayterm
value="PerfComplies">COMPLIES</dtyp:displayterm>
; <dtyp:displayterm value="PerfFails">DOES NOT
COMPLY</dtyp:displayterm>
; <dtyp:displayterm value="PerfFailsUMLH">DOES NOT COMPLY -
EXCESSIVE UMLH</dtyp:displayterm>
;1, "C22Result1Col1to2Heading", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result1Col1to2Heading", ""
; <xsd:documentation source="FieldText">Time Dependent
Valuation (TDV)</xsd:documentation>
;1, "C22Result1Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1Col3Heading", ""
; <xsd:documentation source="FieldText">Source Energy
Use</xsd:documentation>
;1, "C22Result1Col1Subheading", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result1Col1Subheading", ""
; <xsd:documentation source="FieldText">Efficiency1
(kBtu/ft2-yr)</xsd:documentation>
;1, "C22Result1Col2Subheading", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result1Col2Subheading", ""
; <xsd:documentation source="FieldText">Total2 (kBtu/ft2-
yr)</xsd:documentation>
;1, "C22Result1Col2Subheading", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"C22Result1Col2Subheading", ""
; <xsd:documentation source="FieldText">Total2 (kBtu/ft2-
yr)</xsd:documentation>
1, "C22Result1_PassFailEfficiency", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PassFailEfficiency", ""
1, "C22Result1_PassFailTotal", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PassFailTotal", ""
1, "C22Result1_PassFailSource", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PassFailSource", ""
1, "C22Result1_PerformanceComplianceValidity", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result1_PerformanceComplianceValidity", "" ; SAC 05/05/23 (gh issue #51)
;----------------------------------------------------------------------------------
--------------
; CBECC-2022 C2. TDV ENERGY COMPLIANCE RESULTS FOR PERFORMANCE COMPONENTS (Annual
TDV Energy Use, kBtu/ft2/yr)
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_C22Result2", "nrccSection_C22Result2", "Section_C22Result2 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "C22Result2_PerformanceComplianceResult", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result2_PerformanceComplianceResult", ""
;
-----------------------------------------------------------------------------------
--------
;1, "C22Result3ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3ColHeading", ""
; <xsd:documentation source="FieldText">Non-Regulated Energy
Component</xsd:documentation>
;1, "C22Result3Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(TDV)</xsd:documentation>
;1, "C22Result3Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(TDV)</xsd:documentation>
;1, "C22Result3Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result3Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(TDV)<d:sup>1</d:sup>
;
-----------------------------------------------------------------------------------
--------
1, "C22Result4_00_PerformanceComplianceResult", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result4_00_PerformanceComplianceResult", ""
;
-----------------------------------------------------------------------------------
--------
;1, "C22Result5ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5ColHeading", ""
; <xsd:documentation source="FieldText">Non-Regulated Energy
Component</xsd:documentation>
;1, "C22Result5Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(SOURCE)</xsd:documentation>
;1, "C22Result5Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(SOURCE)</xsd:documentation>
;1, "C22Result5Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result5Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(SOURCE)<d:sup>1</d:sup>
;
-----------------------------------------------------------------------------------
--------
1, "C22Result6Tier1_CALGreenTier1", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result6Tier1_CALGreenTier1", "boolean"
1, "C22Result6Tier2_CALGreenTier2", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result6Tier2_CALGreenTier2", "boolean"
;----------------------------------------------------------------------------------
--------------
;
-----------------------------------------------------------------------------------
--------
;1, "C22Result7ColHeading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7ColHeading", ""
; <xsd:documentation source="FieldText">Energy
Component</xsd:documentation>
;1, "C22Result7Col1Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(MWh)</xsd:documentation>
;1, "C22Result7Col2Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(MWh)</xsd:documentation>
;1, "C22Result7Col3Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col3Heading", ""
; <xsd:documentation source="FieldText">Margin
(MWh)<d:sup>1</d:sup>
;1, "C22Result7Col4Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col4Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(MBtu)</xsd:documentation>
;1, "C22Result7Col5Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col5Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(MBtu)</xsd:documentation>
;1, "C22Result7Col6Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result7Col6Heading", ""
; <xsd:documentation source="FieldText">Margin
(MBtu)<d:sup>1</d:sup>
;
-----------------------------------------------------------------------------------
--------
;1, "C22Result8Col1Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result8Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(kBtu/ft2-yr)</xsd:documentation>
;1, "C22Result8Col2Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result8Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(kBtu/ft2-yr)</xsd:documentation>
;1, "C22Result8Col3Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result8Col3Heading", ""
; <xsd:documentation source="FieldText">Margin (kBtu/ft2-
yr)<d:sup>1</d:sup>
;1, "C22Result8Col4Heading", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555,
"C22Result8Col4Heading", ""
; <xsd:documentation source="FieldText">Margin
Percentage</xsd:documentation>
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_C22Result9", "nrccSection_C22Result9", "Section_C22Result9 <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableUMLHC22", "nrccTableUMLHC22", "TableUMLHC22 <i>", 1, 0, 0,
"nrccSection_C22Result9", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowUMLHC22", "nrcctblRowUMLHC22", "tblRowUMLHC22 <i>", 0, 0, 0,
"nrccTableUMLHC22", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "C22Result9_01_ThermalZoneName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_01_ThermalZoneName", ""
1, "C22Result9_02_ZoneUnmetCoolingLoadHours", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_02_ZoneUnmetCoolingLoadHours", ""
1, "C22Result9_03_UnmetCoolingLoadHours", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_03_UnmetCoolingLoadHours", ""
1, "C22Result9_04_ZoneUnmetHeatingLoadHours", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_04_ZoneUnmetHeatingLoadHours", ""
1, "C22Result9_05_UnmetHeatingLoadHours", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"C22Result9_05_UnmetHeatingLoadHours", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Result1", "nrccSection_Result1", "Section_Result1 <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Result1_00_PerformanceComplianceResult", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1_00_PerformanceComplianceResult", ""
; <dtyp:displayterm
value="PerfComplies">COMPLIES</dtyp:displayterm>
; <dtyp:displayterm value="PerfFailsUMLD">DOES NOT COMPLY -
EXCESSIVE UMLH</dtyp:displayterm>
;1, "Result1ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1ColHeading", ""
; <xsd:documentation source="FieldText">Energy
Component</xsd:documentation>
;1, "Result1Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(TDV)</xsd:documentation>
;1, "Result1Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(TDV)</xsd:documentation>
;1, "Result1Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result1Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(TDV)<d:sup>1</d:sup>
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Result2", "nrccSection_Result2", "Section_Result2 <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;1, "Result2ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2ColHeading", ""
; <xsd:documentation source="FieldText">Miscellaneous Energy
Component</xsd:documentation>
;1, "Result2Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design
(TDV)</xsd:documentation>
;1, "Result2Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design
(TDV)</xsd:documentation>
;1, "Result2Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Col3Heading", ""
; <xsd:documentation source="FieldText">Compliance Margin
(TDV)<d:sup>1</d:sup>
1, "Result2Tier1_CALGreenTier1", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Tier1_CALGreenTier1", "boolean"
1, "Result2Tier2_CALGreenTier2", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result2Tier2_CALGreenTier2", "boolean"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Result3", "nrccSection_Result3", "Section_Result3 <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;1, "Result3ColHeading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3ColHeading", ""
; <xsd:documentation source="FieldText">Energy
Component</xsd:documentation>
;1, "Result3Col1Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col1Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(MWh)</xsd:documentation>
;1, "Result3Col2Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col2Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(MWh)</xsd:documentation>
;1, "Result3Col3Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col3Heading", ""
; <xsd:documentation source="FieldText">Margin
(MWh)<d:sup>1</d:sup>
;1, "Result3Col4Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col4Heading", ""
; <xsd:documentation source="FieldText">Standard Design Site
(MBtu)</xsd:documentation>
;1, "Result3Col5Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col5Heading", ""
; <xsd:documentation source="FieldText">Proposed Design Site
(MBtu)</xsd:documentation>
;1, "Result3Col6Heading", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Result3Col6Heading", ""
; <xsd:documentation source="FieldText">Margin
(MBtu)<d:sup>1</d:sup>
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Result4", "nrccSection_Result4", "Section_Result4 <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableUMLH", "nrccTableUMLH", "TableUMLH <i>", 1, 0, 0,
"nrccSection_Result4", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowUMLH", "nrcctblRowUMLH", "tblRowUMLH <i>", 0, 0, 0,
"nrccTableUMLH", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Result4_01_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Result4_01_ThermalZoneName", ""
1, "Result4_02_ZoneUnmetCoolingLoadHours", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result4_02_ZoneUnmetCoolingLoadHours", ""
1, "Result4_03_UnmetCoolingLoadHours", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Result4_03_UnmetCoolingLoadHours", ""
1, "Result4_04_ZoneUnmetHeatingLoadHours", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Result4_04_ZoneUnmetHeatingLoadHours", ""
1, "Result4_05_UnmetHeatingLoadHours", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Result4_05_UnmetHeatingLoadHours", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Except", "nrccSection_Except", "Section_Except <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Except01_ExceptionalConditionMessageCCPRFE", BEMP_Str, 40, 0, 0,
Pres, "", 0, 0, 555, "Except01_ExceptionalConditionMessageCCPRFE", "map
from: Proj:ExcptCond*"
1, "noXMLoutput_DeleteFlag", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555, "noXMLoutput_DeleteFlag", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 08/22/22 (LMCC)
; RJH 09/07/22 Section_E (cf1r) => Section_FeatMF D2. MULTIFAMILY REQUIRED SPECIAL
FEATURES (NRCC/LMCC)
; RJH 09/07/22 Section_Ea (cf1r) => Section_HersSum E1. HERS VERIFICATION SUMMARY
(LMCC)
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_FeatMF", "cf1rSection_FeatMF", "Section_FeatMF <i>", 1, 0,
0, "cf1rCF1RPRF01E", "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "E_BeginNote1", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: anyType", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSpecialFeature", "cf1rSpecialFeature", "SpecialFeature <i>", 0, 0,
0, "cf1rSection_FeatMF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Feat01_SpecialFeatureCategory", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: EnumerationConstant ->
BatterySystem CathedralCeiling CoolRoofInstalled DuctsInCrawlSpace
DuctsLessThan40ft DuctsNonstandardLocation ExposedSlabFloor HeatedSlab
HeatPumpWaterHeaterNEEA InsulationBelowRoofDeck InsulationCeiling
NoCoolingSystem NonDefaultValuesUsed NonstandardExteriorWall NoSpecialFeatures
PV2kWSystem RadiantBarriersInstalled RecirculationDemandControlMF
SlabEdgeInsulation SolarWaterHeatingCreditMF WholeHouseFan WindowOverhangsFins
ZonalHeatingControls", ""
1, "Feat01b_SpecialFeatureCategoryString", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: string", ""
1, "Feat01c_SpecialFeatureCategoryData", BEMP_Str, 10, 0, 1, Pres,
"", 0, 0, 555, "Base: token", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_HersSum", "cf1rSection_HersSum", "Section_HersSum <i>", 1, 0,
0, "cf1rCF1RPRF01E", "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hers_beginNote1", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: anyType", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rBuildingHERS", "cf1rBuildingHERS", "Building HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hers01_BuildingFeatureHERS", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base:
EnumerationConstant -> EnvelopeAirLeakageHERS IAQ_MechanicalVentilationHERS
InsulationSprayFoamHighRvalueHERS QualityInsulationInstallationHERS None", ""
1, "Hers01a_BuildingFeatureHERS_String", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: string", ""
1, "Hers01b_BuildingFeatureHERS_Data", BEMP_Str, 1, 0, 1, Pres,
"", 0, 0, 555, "Base: token", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rCoolingHERS", "cf1rCoolingHERS", "Cooling HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hers02_CoolingSystemFeatureHERS", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base:
EnumerationConstant -> FanEfficacy MinimumAirflow RefrigerantCharge VerifiedEER
VerifiedSEER None", ""
1, "Hers02a_CoolingSystemFeatureHERS_String", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: string",
""
1, "Hers02b_CoolingSystemFeatureHERS_Data", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: token",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rHeatingHERS", "cf1rHeatingHERS", "Heating HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hers03_HeatingSystemFeatureHERS", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base:
EnumerationConstant -> HeatPumpHSPF HeatPumpCapacity None", ""
1, "Hers03a_HeatingSystemFeatureHERS_String", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: string",
""
1, "Hers03b_HeatingSystemFeatureHERS_Data", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: token",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rHvacHERS", "cf1rHvacHERS", "HVAC Dist HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hers04_HvacDistributionFeatureHERS", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base:
EnumerationConstant -> DuctAllInConditionedSpace DuctSealing None", ""
1, "Hers04a_HvacDistributionFeatureHERS_String", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: string",
""
1, "Hers04b_HvacDistributionFeatureHERS_Data", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: token",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rDHW_HERS", "cf1rDHW_HERS", "DHW HERS <i>", 0, 0, 0,
"cf1rSection_HersSum", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hers05_DomesticHotWaterFeatureHERS", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base:
EnumerationConstant -> MultifamilyRecirculationTemperatureModulation None", ""
1, "Hers05a_DomesticHotWaterFeatureHERS_String", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: string",
""
1, "Hers05b_DomesticHotWaterFeatureHERS_Data", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "Base: token",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_HERS", "nrccSection_HERS", "Section_HERS <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HERS_01_HERS_VerificationMeasure", BEMP_Str, 10, 0, 0, Pres, "",
0, 0, 555, "HERS_01_HERS_VerificationMeasure", "map from:
Proj:ExcptCondHERS*"
1, "noXMLoutput_DeleteFlag", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "noXMLoutput_DeleteFlag", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Remarks", "nrccSection_Remarks", "Section_Remarks <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Remarks01_CommentsToPermitAuthority", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Remarks01_CommentsToPermitAuthority", "map from:
Proj:ExcptCondHERS*"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 08/23/22 (LMCC)
; RJH 09/07/22 Section_Da (cf1r) => Section_PV F1. REQUIRED PV SYSTEMS (NRCC/LMCC)
; RJH 09/08/22 Section_Db (cf1r) => Section_Bat F2. ENERGY STORAGE SYSTEMS
(NRCC/LMCC)
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_PV", "cf1rSection_PV", "Section_PV <i>", 1, 0, 0,
"cf1rCF1RPRF01E", "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTablePV", "cf1rTablePV", "TablePV <i>", 1, 0, 0,
"cf1rSection_PV", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowPV", "cf1rtblRowPV", "tblRowPV <i>", 0, 0, 0,
"cf1rTablePV", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Pv01_PV_SystemTotalRatedPowerDC", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: DecimalNonnegative ->
FractionDigits: 2", ""
1, "Pv01b_PV_StandardDesignPowerDC", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: DecimalNonnegative ->
FractionDigits: 2", "" ; SAC 01/19/23
1, "Pv02_PhotoVoltaicExceptionRes", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant ->
BatteryStorage CZ15ReducedSize HabitableStories2 HabitableStories3
NoExceptionsNA LimitedSolarAccess PlansBefore2020 CommunitySolar", ""
1, "Pv02_PVExceptionString", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: string ", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv03_ArrayModuleType", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> Custom
Premium Standard ThinFilm", ""
1, "Pv03_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv04_ArrayType", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> FixedArray
Tracking1Axis Tracking2Axis", ""
1, "Pv04_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv05_PowerElectronics", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant ->
Microinverters NoPowerElectronics PowerOptimizer", ""
1, "Pv05_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv06_CFI_PV", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: boolean -> ", ""
1, "Pv06_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
1, "Pv07_Azimuth", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Pv07_AzimuthRange", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> 105To300
150To270", ""
1, "Pv07_AzimuthRangeString", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: string ", ""
1, "Pv07_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv08_TiltMeasurementType", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> TiltDegrees
TiltPitch", ""
1, "Pv08_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv09_Tilt", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Project:PVWArrayTiltDeg / Base: Decimal ->
FractionDigits: 2", ""
1, "Pv09_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv10_RoofRise", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: DecimalNonnegative ->
FractionDigits: 2", ""
1, "Pv10_RoofRiseString", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: string ", ""
1, "Pv10_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv11_InverterEfficiencyPercent", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal3Places -> FractionDigits:
3", ""
1, "Pv11_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", ""
1, "Pv12_AnnualSolarAccess", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal3Places -> FractionDigits:
3", ""
1, "Pv12_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "N/A", "" ; SAC 6/12/20
(CommunitySolar)
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccSection_PVBatBldgTypes", "nrccSection_PVBatBldgTypes",
"Section_PVBatBldgTypes <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTablePVBatBldgTypes", "nrccTablePVBatBldgTypes", "TablePVBatBldgTypes
<i>", 1, 0, 0, "nrccSection_PVBatBldgTypes", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "nrcctblRowPVBatBldgTypes", "nrcctblRowPVBatBldgTypes", "tblRowPVBatBldgTypes
<i>", 0, 0, 0, "nrccTablePVBatBldgTypes", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "PVBatBldgTypes01_BldgOccType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "PVBatBldgTypes01_BldgOccType",
"Spc:PVBattSizeBldgType"
1, "PVBatBldgTypes02_CondFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "PVBatBldgTypes02_CondFloorArea",
"Proj:CondPVBattBldgTypeArea"
1, "PVBatBldgTypes03_UnCondFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "PVBatBldgTypes03_UnCondFloorArea",
"Proj:UncondPVBattBldgTypeArea"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Bat", "cf1rSection_Bat", "Section_Bat <i>", 1, 0, 0,
"cf1rCF1RPRF01E", "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableBat", "cf1rTableBat", "TableBat <i>", 1, 0,
0, "cf1rSection_Bat", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowBat", "cf1rtblRowBat", "tblRowBat <i>", 0, 0, 0,
"cf1rTableBat", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Bat01_BatteryControl", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "Base: EnumerationConstant -> AdvancedDR
Basic TOU", ""
1, "Bat02_BatteryCapacity", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat03_ChargingEfficiency", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat03_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
1, "Bat04_ChargingRate", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat04_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
1, "Bat05_DischargingEfficiency", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat05_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
1, "Bat06_DischargingRate", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat06_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
1, "Bat07_ChargeDischargeEfficiency", BEMP_Flt, 1, 0, 1, Pres, "",
0, 0, 555, "Base: Decimal -> FractionDigits: 2", ""
1, "Bat07_NotApplicableMessage", BEMP_Str, 1, 0, 1, Pres, "",
0, 0, 555, "NotApplicable", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19
P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccSection_BatExcept", "nrccSection_BatExcept", "Section_BatExcept <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableBatExcept", "nrccTableBatExcept", "TableBatExcept <i>", 1, 0,
0, "nrccSection_BatExcept", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "nrcctblRowBatExcept", "nrcctblRowBatExcept", "tblRowBatExcept <i>", 0, 0,
0, "nrccTableBatExcept", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "BatExcept01_SpaceName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "BatExcept01_SpaceName", "Spc:Name"
1, "BatExcept02_SpaceFunction", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "BatExcept02_SpaceFunction", "Spc:SpcFunc"
1, "BatExcept03_SpaceFloorArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "BatExcept03_SpaceFloorArea", "Spc:Area"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; ...
; ...
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Env", "nrccSection_Env", "Section_Env <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--
1, "EnvNorth02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvNorth02_ExteriorSurfaceGrossArea",
"map from: Bldg:NorthCondExtWallArea"
1, "EnvNorth03_TotalGlazingAreaNorth", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvNorth03_TotalGlazingAreaNorth",
"map from: Bldg:NorthCondExtWinArea"
1, "EnvNorth04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvNorth04_WWRpct",
"map from: Bldg:NorthWWR * 100"
1, "EnvEast02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvEast02_ExteriorSurfaceGrossArea",
"map from: Bldg:EastCondExtWallArea"
1, "EnvEast03_TotalGlazingAreaEast", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvEast03_TotalGlazingAreaEast",
"map from: Bldg:EastCondExtWinArea"
1, "EnvEast04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvEast04_WWRpct",
"map from: Bldg:EastWWR * 100"
1, "EnvSouth02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvSouth02_ExteriorSurfaceGrossArea",
"map from: Bldg:SouthCondExtWallArea"
1, "EnvSouth03_TotalGlazingAreaSouth", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvSouth03_TotalGlazingAreaSouth",
"map from: Bldg:SouthCondExtWinArea"
1, "EnvSouth04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvSouth04_WWRpct",
"map from: Bldg:SouthWWR * 100"
1, "EnvWest02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvWest02_ExteriorSurfaceGrossArea",
"map from: Bldg:WestCondExtWallArea"
1, "EnvWest03_TotalGlazingAreaWest", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvWest03_TotalGlazingAreaWest",
"map from: Bldg:WestCondExtWinArea"
1, "EnvWest04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvWest04_WWRpct",
"map from: Bldg:WestWWR * 100"
1, "EnvTotal02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvTotal02_ExteriorSurfaceGrossArea",
"map from: Bldg:CondExtWallArea"
1, "EnvTotal03_TotalGlazingAreaAllOrientations", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"EnvTotal03_TotalGlazingAreaAllOrientations", "map from: Bldg:CondExtWinArea"
1, "EnvTotal04_WWRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvTotal04_WWRpct",
"map from: Bldg:WWR * 100"
1, "EnvRoof02_ExteriorSurfaceGrossArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvRoof02_ExteriorSurfaceGrossArea",
"map from: Bldg:CondExtRoofArea"
1, "EnvRoof03_TotalSkylightArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvRoof03_TotalSkylightArea",
"map from: Bldg:CondExtSkyltArea"
1, "EnvRoof04_SRRpct", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "EnvRoof04_SRRpct",
"map from: Bldg:CondSRR * 100"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_CRRC", "nrccSection_CRRC", "Section_CRRC <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableCRRC", "nrccTableCRRC", "TableCRRC <i>", 1, 0, 0,
"nrccSection_CRRC", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowCRRC", "nrcctblRowCRRC", "tblRowCRRC <i>", 0, 0, 0,
"nrccTableCRRC", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "CRRC01_RoofAssemblyName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC01_RoofAssemblyName", ""
1, "CRRC02_RoofSlope", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC02_RoofSlope", ""
1, "CRRC02a_RoofRise", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC02a_RoofRise", ""
1, "CRRC02a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC02a_NotApplicableMessage", ""
1, "CRRC03_SolarReflectanceAged", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC03_SolarReflectanceAged", ""
1, "CRRC04_ThermalEmittance", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC04_ThermalEmittance", ""
1, "CRRC05_SolarReflectanceIndex", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC05_SolarReflectanceIndex", ""
1, "CRRC05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "CRRC05_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_CRRCmf", "nrccSection_CRRCmf", "Section_CRRCmf <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableCRRCmf", "nrccTableCRRCmf", "TableCRRCmf <i>", 1, 0, 0,
"nrccSection_CRRCmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowCRRCmf", "nrcctblRowCRRCmf", "tblRowCRRCmf <i>", 0, 0, 0,
"nrccTableCRRCmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "CRRC01mf_PartitionName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "CRRC01mf_PartitionName",
""
1, "CRRC02mf_RoofSlope", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "CRRC02mf_RoofSlope",
""
1, "CRRC02amf_RoofRise", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "CRRC02amf_RoofRise",
""
1, "CRRC03mf_SolarReflectanceAged", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"CRRC03mf_SolarReflectanceAged", ""
1, "CRRC04mf_ThermalEmittance", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"CRRC04mf_ThermalEmittance", ""
1, "CRRC05mf_SolarReflectanceIndex", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"CRRC05mf_SolarReflectanceIndex", ""
1, "CRRC05mf_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"CRRC05mf_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Attic", "cf1rSection_Attic", "Section_Attic <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableAttic", "cf1rTableAttic", "TableAttic <i>", 1, 0, 0,
"cf1rSection_Attic", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15
P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rtblRowAttic", "cf1rtblRowAttic", "tblRowAttic <i>", 0, 0, 0,
"cf1rTableAttic", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Attic01_AtticName", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Attic:Name", ""
1, "Attic02_ConstructionAssemblyNamePerformanceRes", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Attic:Construction:Name", ""
1, "Attic03_IsAtticVented", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Attic:Type", ""
1, "Attic07_RadiantBarrierToBeInstalled", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Cons:RadiantBarrier", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_AirBar", "nrccSection_AirBar", "Section_AirBar <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableAirBar", "nrccTableAirBar", "TableAirBar <i>", 1, 0, 0,
"nrccSection_AirBar", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowAirBar", "nrcctblRowAirBar", "tblRowAirBar <i>", 0, 0, 0,
"nrccTableAirBar", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "AirBar01_BuildingStoryName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "AirBar01_BuildingStoryName", ""
1, "AirBar02_StoryAirBarrier", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "AirBar02_StoryAirBarrier", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Opaq", "nrccSection_Opaq", "Section_Opaq <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableOpaq", "nrccTableOpaq", "TableOpaq <i>", 1, 0, 0,
"nrccSection_Opaq", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowOpaq", "nrcctblRowOpaq", "tblRowOpaq <i>", 0, 0, 0,
"nrccTableOpaq", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Opaq01_ConstructionAssemblyNameString", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Opaq01_ConstructionAssemblyNameString", ""
1, "Opaq02_CompatibleSurfaceType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq02_CompatibleSurfaceType", ""
1, "Opaq02_OpaqueSurfaceType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq02_OpaqueSurfaceType", ""
1, "Opaq03_SurfaceArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq03_SurfaceArea", ""
1, "Opaq04_PartitionFramingMaterial", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq04_PartitionFramingMaterial", ""
1, "Opaq04_ConstructionAssemblyType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq04_ConstructionAssemblyType", ""
1, "Opaq04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq04_NotApplicableMessage", ""
1, "Opaq05_CavityInsulation", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq05_CavityInsulation", ""
1, "Opaq05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq05_NotApplicableMessage", ""
1, "Opaq06int_InsulationRValue", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq06int_InsulationRValue", ""
1, "Opaq06int_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq06int_NotApplicableMessage", ""
1, "Opaq06ext_InsulationRValue", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq06ext_InsulationRValue", ""
1, "Opaq06ext_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Opaq06ext_NotApplicableMessage", ""
1, "Opaq07_ConstructionSpecificationMethod", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Opaq07_ConstructionSpecificationMethod", ""
1, "Opaq08_UFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq08_UFactor", ""
1, "Opaq08_CFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq08_CFactor", ""
1, "Opaq08_FFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Opaq08_FFactor", ""
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Door", "nrccSection_Door", "Section_Door <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableDoor", "nrccTableDoor", "TableDoor <i>", 1, 0, 0,
"nrccSection_Door", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowDoor", "nrcctblRowDoor", "tblRowDoor <i>", 0, 0, 0,
"nrccTableDoor", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Door01_ConstructionAssemblyNameString", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Door01_ConstructionAssemblyNameString", "DrCons:Name"
1, "Door02_DoorArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Door02_DoorArea",
"DrCons:AreaNew, AreaExisting, or AreaAltered"
1, "Door03_UFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Door03_UFactor",
"DrCons:UFactor"
1, "Door04_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Door04_Status",
"DrCons:Status"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Doormf", "cf1rSection_Doormf", "Section_Doormf <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDoormf", "cf1rTableDoormf", "TableDoormf <i>", 1, 0, 0,
"cf1rSection_Doormf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15
P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rtblRowDoormf", "cf1rtblRowDoormf", "tblRowDoormf <i>", 0, 0, 0,
"cf1rTableDoormf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Door01mf_DoorName", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from:
Door:Name", ""
1, "Door02mf_DoorArea", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "map from:
Door:Area", ""
1, "Door03mf_UFactor", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "map from:
Door:Ufactor", ""
1, "Door04mf_Status", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from:
Door:Status / EnumerationConstant -> ExistingAlteration ExistingUnchanged New",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Fen", "nrccSection_Fen", "Section_Fen <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFen", "nrccTableFen", "TableFen <i>", 1, 0, 0,
"nrccSection_Fen", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFen", "nrcctblRowFen", "tblRowFen <i>", 0, 0, 0,
"nrccTableFen", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Fen01_ConstructionAssemblyNameString", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen01_ConstructionAssemblyNameString", ""
1, "Fen02", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen02",
""
1, "Fen02a_FenestrationType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen02a_FenestrationType",
""
1, "Fen02a1_DynamicGlazing", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen02a1_DynamicGlazing",
""
1, "Fen02b_FenestrationProductType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen02b_FenestrationProductType", ""
1, "Fen02c_FenestrationFramingNR", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen02c_FenestrationFramingNR", ""
1, "Fen02c_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen02c_NotApplicableMessage", ""
1, "Fen03_PartitionName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen03_PartitionName",
""
1, "Fen03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen03_NotApplicableMessage", ""
1, "Fen04_Azimuth", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen04_Azimuth", ""
1, "Fen04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen04_NotApplicableMessage", ""
1, "Fen05_FenestrationCertificationMethod", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen05_FenestrationCertificationMethod", ""
1, "Fen06_AssemblyContext", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen06_AssemblyContext",
""
1, "Fen07_FenestrationIdenticalCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen07_FenestrationIdenticalCount", ""
1, "Fen07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen07_NotApplicableMessage", ""
1, "Fen08_FenestrationAssemblyArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen08_FenestrationAssemblyArea", ""
1, "Fen09_FenestrationAssemblyUFactor", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen09_FenestrationAssemblyUFactor", ""
1, "Fen09_UFactorCenterOfGlass", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen09_UFactorCenterOfGlass", ""
1, "Fen10_FenestrationCertificationMethod", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen10_FenestrationCertificationMethod", ""
1, "Fen10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen10_NotApplicableMessage", ""
1, "Fen11_FenestrationAssemblySHGC", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen11_FenestrationAssemblySHGC", ""
1, "Fen11_SHGC_CenterOfGlass", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen11_SHGC_CenterOfGlass", ""
1, "Fen12_FenestrationCertificationMethod", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen12_FenestrationCertificationMethod", ""
1, "Fen12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen12_NotApplicableMessage", ""
1, "Fen13_FenestrationAssemblyVT", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen13_FenestrationAssemblyVT", ""
1, "Fen13_VT_CenterOfGlass", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen13_VT_CenterOfGlass",
""
1, "Fen14_ExternalShadingObjectType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen14_ExternalShadingObjectType", ""
1, "Fen14_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Fen14_NotApplicableMessage", ""
1, "Fen15_Status", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Fen15_Status",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Fenmf", "cf1rSection_Fenmf", "Section_Fenmf <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableFenmf", "cf1rTableFenmf", "TableFenmf <i>", 1, 0, 0,
"cf1rSection_Fenmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rtblRowFenmf", "cf1rtblRowFenmf", "tblRowFenmf <i>", 0, 0, 0,
"cf1rTableFenmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Fen01mf_FenestrationName", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Win:Name or Skylt:Name", ""
1, "Fen02amf_FenestrationType", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"VerticalFenestration or Skylight", ""
1, "Fen02a1mf_DynamicGlazing", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "false", ""
1, "Fen02a1mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen02bmf_FenestrationProductType", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "FixedWindowMF,
OperableWindowMF, or Skylight", ""
1, "Fen02bmf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen02cmf_FenestrationFramingNR", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "", ""
1, "Fen02cmf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen03mf_PartitionName", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Parent:Name", ""
1, "Fen03mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen04mf_Azimuth", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Win:Azimuth or Skylt:Azimuth", ""
1, "Fen05mf_FenestrationCertificationMethod", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
UfactorSHGCSource", ""
1, "Fen05mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen06mf_AssemblyContext", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from: ??",
""
1, "Fen06mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen07mf_FenestrationIdenticalMultiplier", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
Win:Multiplier or Skylt:Multiplier", ""
1, "Fen07mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen08mf_FenestrationAssemblyArea", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from: Area
* Mult", ""
1, "Fen09mf_FenestrationAssemblyUFactor", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
NFRCUfactor", ""
1, "Fen10mf_FenestrationCertificationMethod", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
UfactorSHGCSource or exUfactorSHGCSource", ""
1, "Fen11mf_FenestrationAssemblySHGC", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
NFRCSHGC", ""
1, "Fen12mf_FenestrationCertificationMethod", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
UfactorSHGCSource or exUfactorSHGCSource", ""
1, "Fen12mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen13mf_FenestrationAssemblyVT", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from: ??",
""
1, "Fen13mf_VT_CenterOfGlass", BEMP_Flt, 1, 0,
1, Pres, "", 0, 0, 555, "map from: ??",
""
1, "Fen13mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen14mf_ExternalShadingObjectType", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "map from:
ExteriorShade", ""
1, "Fen14mf_NotApplicableMessage", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555,
"NotApplicable", ""
1, "Fen15mf_Status", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_OverHang", "nrccSection_OverHang", "Section_OverHang <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableOverHang", "nrccTableOverHang", "TableOverHang <i>", 1, 0, 0,
"nrccSection_OverHang", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowOverHang", "nrcctblRowOverHang", "tblRowOverHang <i>", 0, 0,
0, "nrccTableOverHang", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "OverHang01_FenestrationName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang01_FenestrationName", ""
1, "OverHang02_Azimuth", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang02_Azimuth", ""
1, "OverHang03_OverhangDepth", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang03_OverhangDepth", ""
1, "OverHang04_OverhangHeight", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang04_OverhangHeight", ""
1, "OverHang05_OverhangRightExtent", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang05_OverhangRightExtent", ""
1, "OverHang06_OverhangLeftExtent", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang06_OverhangLeftExtent", ""
1, "OverHang07_OverhangFlapHeight", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang07_OverhangFlapHeight", ""
1, "OverHang07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "OverHang07_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Fins", "nrccSection_Fins", "Section_Fins <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFins", "nrccTableFins", "TableFins <i>", 1, 0, 0,
"nrccSection_Fins", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFins", "nrcctblRowFins", "tblRowFins <i>", 0, 0, 0,
"nrccTableFins", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Fins01_FenestrationName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fins01_FenestrationName", ""
1, "Fins0203Subheading", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fins0203Subheading", ""
1, "Fins02_FinDepth", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fins02_FinDepth", ""
1, "Fins03_FinDistanceLeft", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fins03_FinDistanceLeft", ""
1, "Fins0405Subheading", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fins0405Subheading", ""
1, "Fins04_FinDepth", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fins04_FinDepth", ""
1, "Fins05_FinDistanceRight", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fins05_FinDistanceRight", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_HvacDry", "nrccSection_HvacDry", "Section_HvacDry <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHvacDry", "nrccTableHvacDry", "TableHvacDry <i>", 1, 0, 0,
"nrccSection_HvacDry", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHvacDry", "nrcctblRowHvacDry", "tblRowHvacDry <i>", 0, 0, 0,
"nrccTableHvacDry", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacDry01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry01_HvacSystemName", "AirSys
or ZnSys or VRFSys:Name"
1, "HvacDry02_AirSystemType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry02_AirSystemType",
"AirSys:Type"
1, "HvacDry02_ZoneSystemType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry02_ZoneSystemType",
"ZnSys:Type"
1, "HvacDry02a_AirSubType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry02a_AirSubType",
"AirSys:SubType"
1, "HvacDry02a_ZoneSubType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry02a_ZoneSubType",
"ZnSys:SubType"
1, "HvacDry03_HvacEquipmentCount", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry03_HvacEquipmentCount", "AirSys
or ZnSys or VRFSys:Cnt"
1, "HvacDry04_HeatingDesignCapacity", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry04_HeatingDesignCapacity", "AirSys
or ZnSys :HtgCap/1000 or VRFSys:HtgCapNetRtd/1000"
1, "HvacDry05_HeatingSupplementalCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacDry05_HeatingSupplementalCapacity", "AirSys or ZnSys :SuppHtgCap/1000 or NA"
1, "HvacDry05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry05_NotApplicableMessage",
"NotApplicable"
1, "HvacDry06a_EfficiencyType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06a_EfficiencyType", "AirSys
or ZnSys or VRFSys:HtgEffUnitRpt"
1, "HvacDry06a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06a_NotApplicableMessage",
"NotApplicable"
1, "HvacDry06b_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_EfficiencyAFUE", "AirSys
or ZnSys or VRFSys:HtgEffRpt"
1, "HvacDry06b_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_EfficiencyCOP", "AirSys
or ZnSys or VRFSys:HtgEffRpt"
1, "HvacDry06b_EfficiencyHSPF", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_EfficiencyHSPF", "AirSys
or ZnSys or VRFSys:HtgEffRpt"
1, "HvacDry06b_ThermalEfficiency", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_ThermalEfficiency",
"AirSys or ZnSys or VRFSys:HtgEffRpt"
1, "HvacDry06b_EfficiencyNA", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry06b_EfficiencyNA",
"EfficiencyNA"
1, "HvacDry07_CoolingSensibleDesignCapacity", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"HvacDry07_CoolingSensibleDesignCapacity", "AirSys or ZnSys :ClgCap/1000 or
VRFSys:ClgCapNetRtd/1000"
1, "HvacDry08a_EfficiencyType", BEMP_Str, 2, 0, 0, Pres, "",
0, 0, 555, "HvacDry08a_EfficiencyType", "AirSys
or ZnSys or VRFSys:ClgEffUnitRpt"
1, "HvacDry08a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08a_NotApplicableMessage",
"NotApplicable"
1, "afterchildren_HvacDry09_EconomizerControlMethod", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_HvacDry09_EconomizerControlMethod", "AirSys:EconoCtrlRpt or
NotApplicable"
1, "afterchildren_HvacDry09_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_HvacDry09_NotApplicableMessage", "NotApplicable"
1, "afterchildren_HvacDry10_Status", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_HvacDry10_Status", "AirSys or ZnSys or
VRFSys:Status"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacDry08b", "nrccHvacDry08b", "HvacDry08b <i>", 0, 0, 0,
"nrcctblRowHvacDry", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacDry08b_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08b_EfficiencyEER", "AirSys
or ZnSys or VRFSys:ClgEffRpt"
1, "HvacDry08b_EfficiencySEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08b_EfficiencySEER", "AirSys
or ZnSys or VRFSys:ClgEffRpt"
1, "HvacDry08b_EfficiencyNA", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08b_EfficiencyNA",
"EfficiencyNA"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacDry08c", "nrccHvacDry08c", "HvacDry08c <i>", 0, 0, 0,
"nrccHvacDry08b", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacDry08c_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08c_EfficiencyEER", "AirSys
or ZnSys or VRFSys:ClgEffRpt"
1, "HvacDry08c_EfficiencySEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "HvacDry08c_EfficiencySEER", "AirSys
or ZnSys or VRFSys:ClgEffRpt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Hvacdwell", "nrccSection_Hvacdwell", "Section_Hvacdwell <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHvacdwell", "nrccTableHvacdwell", "TableHvacdwell <i>", 1, 0,
0, "nrccSection_Hvacdwell", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHvacdwell", "nrcctblRowHvacdwell", "tblRowHvacdwell <i>", 0, 0,
0, "nrccTableHvacdwell", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hvacdwell01_DwellingUnitName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell01_DwellingUnitName", ""
1, "Hvacdwell02_HvacEquipmentName", BEMP_Str, 5, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell02_HvacEquipmentName",
""
1, "Hvacdwell03_ResidentialSpaceConditioningSystemType", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"Hvacdwell03_ResidentialSpaceConditioningSystemType", ""
1, "Hvacdwell03_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell03_NotApplicableMessage",
"NotApplicable"
1, "Hvacdwell03b_ResidentialHeatingSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Hvacdwell03b_ResidentialHeatingSystemType", ""
1, "Hvacdwell03b_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell03b_NotApplicableMessage",
"NotApplicable"
1, "Hvacdwell03c_ResidentialCoolingSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Hvacdwell03c_ResidentialCoolingSystemType", ""
1, "Hvacdwell03c_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell03c_NotApplicableMessage",
"NotApplicable"
1, "Hvacdwell04_HvacEquipmentCount", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell04_HvacEquipmentCount",
""
1, "Hvacdwell05_SpaceConditioningDistributionSystemName", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"Hvacdwell05_SpaceConditioningDistributionSystemName", ""
1, "Hvacdwell05_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell05_NotApplicableMessage",
"NotApplicable"
1, "Hvacdwell06_FanSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "Hvacdwell06_FanSystemName", ""
1, "Hvacdwell06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell06_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell07_HeatPumpHeatCapacity47F", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell07_HeatPumpHeatCapacity47F", ""
1, "Hvacdwell07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell07_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell08_HeatPumpHeatCapacity17F", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell08_HeatPumpHeatCapacity17F", ""
1, "Hvacdwell08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell08_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell09_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell09_EfficiencyType",
""
1, "Hvacdwell09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell09_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell10_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell10_EfficiencyCOP",
""
1, "Hvacdwell10_EfficiencyHSPF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell10_EfficiencyHSPF",
""
1, "Hvacdwell10_EfficiencyHSPF2", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell10_EfficiencyHSPF2",
""
1, "Hvacdwell10_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell10_EfficiencyAFUE",
""
1, "Hvacdwell10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell10_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell11_HeatingSupplementalCapacity", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Hvacdwell11_HeatingSupplementalCapacity", ""
1, "Hvacdwell11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell11_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell12_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell12_EfficiencyType",
""
1, "Hvacdwell12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell12_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell13_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell13_EfficiencyCOP",
""
1, "Hvacdwell13_EfficiencyHSPF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell13_EfficiencyHSPF",
""
1, "Hvacdwell13_EfficiencyHSPF2", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell13_EfficiencyHSPF2",
""
1, "Hvacdwell13_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell13_EfficiencyAFUE",
""
1, "Hvacdwell13_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell13_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell14_CoolingTotalOutput", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell14_CoolingTotalOutput", ""
1, "Hvacdwell14_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell14_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell17_Status", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell17_Status", ""
1, "afterchildren_Hvacdwell17_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell17_NotApplicableMessage", "NotApplicable"
; RJH 10/16/22 LMCC only
1, "afterchildren_Hvacdwell18_IsAirflowVerificationRequired", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell18_IsAirflowVerificationRequired", ""
1, "afterchildren_Hvacdwell18_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell18_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell19_AirflowRequiredMinimumTarget", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell19_AirflowRequiredMinimumTarget", ""
1, "afterchildren_Hvacdwell19_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell19_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell20_EER_VerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell20_EER_VerificationRequired", ""
1, "afterchildren_Hvacdwell20_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell20_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell21_SEER_VerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell21_SEER_VerificationRequired", ""
1, "afterchildren_Hvacdwell21_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell21_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell22_RefrigerantChargeVerificationRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell22_RefrigerantChargeVerificationRequired", ""
1, "afterchildren_Hvacdwell22_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell22_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell23_VerificationRequiredHSPF", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell23_VerificationRequiredHSPF", ""
1, "afterchildren_Hvacdwell23_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell23_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell24_VerificationRequiredCapacity47F", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell24_VerificationRequiredCapacity47F", ""
1, "afterchildren_Hvacdwell24_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell24_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell25_VerificationRequiredCapacity17F", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell25_VerificationRequiredCapacity17F", ""
1, "afterchildren_Hvacdwell25_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell25_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell26_CompressorSpeedType", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell26_CompressorSpeedType", ""
1, "afterchildren_Hvacdwell26_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell26_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell27_IsFanCertifiedNonContinuous", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell27_IsFanCertifiedNonContinuous", ""
1, "afterchildren_Hvacdwell27_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell27_NotApplicableMessage", "NotApplicable"
1, "afterchildren_Hvacdwell28_ThermostatType", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell28_ThermostatType", ""
1, "afterchildren_Hvacdwell28_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_Hvacdwell28_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacdwellCoolEffic", "nrccHvacdwellCoolEffic", "HvacdwellCoolEffic <i>",
0, 0, 0, "nrcctblRowHvacdwell", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacdwellSingleEffic", "nrccHvacdwellSingleEffic", "HvacdwellSingleEffic
<i>", 0, 0, 0, "nrccHvacdwellCoolEffic", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hvacdwell15_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell15_EfficiencyType",
""
1, "Hvacdwell15_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell15a_EfficiencyTypeString", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15a_EfficiencyTypeString", "String efficiency type for downstream
reporting"
1, "Hvacdwell15a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15a_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell16_EfficiencySEER", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencySEER",
""
1, "Hvacdwell16_EfficiencySEER2", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencySEER2",
""
1, "Hvacdwell16_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEER",
""
1, "Hvacdwell16_EfficiencyEER2", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEER2",
""
1, "Hvacdwell16_EfficiencyEERa", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEERa",
""
1, "Hvacdwell16_EfficiencyEERb", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEERb",
""
1, "Hvacdwell16_EfficiencyEER2a", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEER2a",
""
1, "Hvacdwell16_EfficiencyEER2b", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyEER2b",
""
1, "Hvacdwell16_EfficiencyCEER", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell16_EfficiencyCEER",
""
1, "Hvacdwell16_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacdwellEER_SEER", "nrccHvacdwellEER_SEER", "HvacdwellEER_SEER <i>",
0, 0, 0, "nrccHvacdwellCoolEffic", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hvacdwell15_EfficiencyType", BEMP_Str, 2, 0, 0, Pres,
"", 0, 0, 555, "Hvacdwell15_EfficiencyType",
""
1, "Hvacdwell15_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell15a_EfficiencyTypeString", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15a_EfficiencyTypeString", "String efficiency type for downstream
reporting"
1, "Hvacdwell15a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15a_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell16_EfficiencyEERa_EERb", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEERa_EERb", ""
1, "Hvacdwell16_EfficiencyEER2a_EER2b", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEER2a_EER2b", ""
1, "Hvacdwell16_EfficiencyEER_SEER", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEER_SEER", ""
1, "Hvacdwell16_EfficiencyEER2_SEER2", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEER2_SEER2", ""
1, "Hvacdwell16_EfficiencyEER_IEER", BEMP_Flt, 2, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_EfficiencyEER_IEER", ""
1, "Hvacdwell16_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacdwellCoolEffic_NotApplicable", "nrccHvacdwellCoolEffic_NotApplicable",
"HvacdwellCoolEffic_NotApplicable <i>", 0, 0, 0, "nrccHvacdwellCoolEffic", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Hvacdwell15_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell15_NotApplicableMessage", "NotApplicable"
1, "Hvacdwell16_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Hvacdwell16_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableDFHP", "nrccTableDFHP", "TableDFHP <i>", 1, 0, 0,
"nrccSection_Hvacdwell", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowDFHP", "nrcctblRowDFHP", "tblRowHDFHP <i>", 0, 0, 0,
"nrccTableDFHP", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Dfhp01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp01_HvacSystemName", ""
1, "Dfhp02a_UnitaryHeatPumps", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp02a_UnitaryHeatPumps", ""
1, "Dfhp02a_ResidentialHeatingSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp02a_ResidentialHeatingSystemType",
""
1, "Dfhp02a_ResidentialCoolingSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp02a_ResidentialCoolingSystemType",
""
1, "Dfhp02b_FurnaceUnitHeater", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp02b_FurnaceUnitHeater", ""
1, "Dfhp03a_SizeRangeUnitaryHeatPumps", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp03a_SizeRangeUnitaryHeatPumps", ""
1, "Dfhp03a_HeatPumpHeatCapacity47F", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp03a_HeatPumpHeatCapacity47F", ""
1, "Dfhp03b_SizeRangeFurnaceUnitHeater", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp03b_SizeRangeFurnaceUnitHeater", ""
1, "Dfhp03b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp03b_NotApplicableMessage", "NotApplicable"
1, "Dfhp04a_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp04a_EfficiencyType", ""
1, "Dfhp04b_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp04b_EfficiencyType", ""
1, "Dfhp05a_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05a_EfficiencyCOP", ""
1, "Dfhp05a_EfficiencyHSPF", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05a_EfficiencyHSPF", ""
1, "Dfhp05a_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05a_NotApplicableMessage", "NotApplicable"
1, "Dfhp05b_CombustionEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05b_CombustionEfficiency", ""
1, "Dfhp05b_ThermalEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05b_ThermalEfficiency", ""
1, "Dfhp05b_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05b_EfficiencyAFUE", ""
1, "Dfhp05b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Dfhp05b_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccCoolingEfficDfhp", "nrccCoolingEfficDfhp", "CoolingEfficDfhp <i>", 0,
0, 0, "nrcctblRowDFHP", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccCoolingSingleEfficDfhp", "nrccCoolingSingleEfficDfhp",
"CoolingSingleEfficDfhp <i>", 0, 0, 0, "nrccCoolingEfficDfhp", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0,
1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Dfhp06a_EfficiencyType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06a_EfficiencyType", ""
1, "Dfhp06b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06b_NotApplicableMessage",
"NotApplicable"
1, "Dfhp06c_EfficiencyTypeString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06c_EfficiencyTypeString", "String
efficiency type for downstream reporting"
1, "Dfhp06c_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06c_NotApplicableMessage",
"NotApplicable"
1, "Dfhp07a_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyCOP", ""
1, "Dfhp07a_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER", ""
1, "Dfhp07a_EfficiencySEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencySEER", ""
1, "Dfhp07a_EfficiencyEER2", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2", ""
1, "Dfhp07a_EfficiencySEER2", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencySEER2", ""
1, "Dfhp07a_EfficiencyEERa", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEERa", ""
1, "Dfhp07a_EfficiencyEERb", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEERb", ""
1, "Dfhp07a_EfficiencyEER2a", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2a", ""
1, "Dfhp07a_EfficiencyEER2b", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2b", ""
1, "Dfhp07a_EfficiencyCEER", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyCEER", ""
1, "Dfhp07b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07b_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccCoolingEER_IEER_Dfhp", "nrccCoolingEER_IEER_Dfhp", "CoolingEER_IEER_Dfhp
<i>", 0, 0, 0, "nrccCoolingEfficDfhp", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Dfhp06a_EfficiencyType", BEMP_Str, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp06a_EfficiencyType", ""
1, "Dfhp06b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06b_NotApplicableMessage",
"NotApplicable"
1, "Dfhp06c_EfficiencyTypeString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06c_EfficiencyTypeString", "String
efficiency type for downstream reporting"
1, "Dfhp06c_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp06c_NotApplicableMessage",
"NotApplicable"
1, "Dfhp07a_EfficiencyEER_IEER", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER_IEER", ""
1, "Dfhp07a_EfficiencyEER_SEER", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER_SEER", ""
1, "Dfhp07a_EfficiencyEER2_SEER2", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2_SEER2", ""
1, "Dfhp07a_EfficiencyEERa_EERb", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEERa_EERb", ""
1, "Dfhp07a_EfficiencyEER2a_EER2b", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "Dfhp07a_EfficiencyEER2a_EER2b", ""
1, "Dfhp07b_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Dfhp07b_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Fan", "nrccSection_Fan", "Section_Fan <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFan", "nrccTableFan", "TableFan <i>", 1, 0, 0,
"nrccSection_Fan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFan", "nrcctblRowFan", "tblRowFan <i>", 0, 0, 0,
"nrccTableFan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Fan01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan01_HvacSystemName", "AirSys or
ZnSys:Name"
1, "Fan02_FanCount", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "Fan02_FanCount",
"AirSys:AirSeg:Fan:SysCnt or ZnSys:Fan:SysCnt"
1, "Fan03_VentSystemOA", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan03_VentSystemOA", "AirSys or
ZnSys:SysVentFlow"
1, "Fan04_FanFlowCapacity", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan04_FanFlowCapacity", "Supply
AirSys:AirSeg:Fan:FlowCap or ZnSys:Fan:FlowCap"
1, "Fan04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan04_NotApplicableMessage",
"NotApplicable"
;1, "Fan05_ModelingMethod", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_ModelingMethod", "Supply
AirSys:AirSeg:Fan:ModelingMthd or ZnSys:Fan:ModelingMthd"
;1, "Fan05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_NotApplicableMessage",
"NotApplicable"
1, "Fan05_MotorBHP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_MotorBHP", "Supply
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan05_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_FanPowerPerFlow", "Supply
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan05_TotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_TotalStaticPressure", "Supply
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan05_NotApplicableMessage",
"NotApplicable"
1, "Fan06_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan06_FanPowerUnits", "Supply
AirSys:AirSeg:Fan:PwrUnitRpt or ZnSys:Fan:PwrUnitRpt"
1, "Fan06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan06_NotApplicableMessage",
"NotApplicable"
1, "Fan07_ControlMethod", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan07_ControlMethod", "Supply
AirSys:AirSeg:Fan:CtrlMthd or ZnSys:Fan:CtrlMthd"
1, "Fan07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan07_NotApplicableMessage",
"NotApplicable"
1, "Fan08_FanFunction", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan08_FanFunction", "Supply
AirSys:AirSeg:Type or NA"
1, "Fan08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan08_NotApplicableMessage",
"NotApplicable"
1, "Fan09_FanFlowCapacity", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan09_FanFlowCapacity", "Return
AirSys:AirSeg:Fan:FlowCap or ZnSys:Fan:FlowCap"
1, "Fan09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan09_NotApplicableMessage",
"NotApplicable"
;1, "Fan10_ModelingMethod", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_ModelingMethod", "Return
AirSys:AirSeg:Fan:ModelingMthd or ZnSys:Fan:ModelingMthd"
;1, "Fan10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_NotApplicableMessage",
"NotApplicable"
1, "Fan10_MotorBHP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_MotorBHP", "Return
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan10_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_FanPowerPerFlow", "Return
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan10_TotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_TotalStaticPressure", "Return
AirSys:AirSeg:Fan:PwrRpt or ZnSys:Fan:PwrRpt"
1, "Fan10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan10_NotApplicableMessage",
"NotApplicable"
1, "Fan11_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan11_FanPowerUnits", "Return
AirSys:AirSeg:Fan:PwrUnitRpt or ZnSys:Fan:PwrUnitRpt"
1, "Fan11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan11_NotApplicableMessage",
"NotApplicable"
1, "Fan12_ControlMethod", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan12_ControlMethod", "Return
AirSys:AirSeg:Fan:CtrlMthd or ZnSys:Fan:CtrlMthd"
1, "Fan12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan12_NotApplicableMessage",
"NotApplicable"
1, "Fan13_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Fan13_Status",
"AirSys:AirSeg:Fan:Status or ZnSys:Fan:Status"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableMFFan", "nrccTableMFFan", "TableMFFan <i>", 1, 0, 0,
"nrccSection_Fan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowMFFan", "nrcctblRowMFFan", "tblRowMFFan <i>", 0, 0, 0,
"nrccTableMFFan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "MFFan01_FanName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan01_FanName",
"ResFanSys:Name"
1, "MFFan02_ResidentialFanType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan02_ResidentialFanType",
"ResFanSys:TypeAbbrev"
1, "MFFan03_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan03_FanPowerPerFlow",
"ResFanSys:WperCFMCool"
1, "MFFan04_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan04_FanPowerUnits", "WattsPerCFM"
1, "MFFan05_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan05_Status",
"NotApplicable"
1, "MFFan05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "MFFan05_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFanIAQ", "nrccTableFanIAQ", "TableFanIAQ <i>", 1, 0, 0,
"nrccSection_Fan", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFanIAQ", "nrcctblRowFanIAQ", "tblRowFanIAQ <i>", 0, 0, 0,
"nrccTableFanIAQ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "FanIAQ01_FanName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ01_FanName",
"ResIAQFan:Name"
1, "FanIAQ02_VentilationSystemType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ02_VentilationSystemType",
"ResIAQFan:IAQFanType"
1, "FanIAQ03_FanFlowCapacity", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "FanIAQ03_FanFlowCapacity",
"ResIAQFan:IAQCFM"
1, "FanIAQ04_FanPowerPerFlow", BEMP_Flt, 2, 0, 0, Pres, "",
0, 0, 555, "FanIAQ04_FanPowerPerFlow",
"ResIAQFan:WperCFMIAQ"
1, "FanIAQ05_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ05_FanPowerUnits",
"WattsPerCFM"
1, "FanIAQ06_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ06_Status",
"NotApplicable"
1, "FanIAQ06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanIAQ06_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_Distmf", "cf1rSection_Distmf", "Section_Distmf <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDistributionMF", "cf1rTableDistributionMF",
"TableDistributionMF <i>", 1, 0, 0, "cf1rSection_Distmf", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0,
1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16
P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rtblRowDistMF", "cf1rtblRowDistMF", "tblRowDistMF <i>", 0, 0, 0,
"cf1rTableDistributionMF", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Distmf01_SpaceConditioningDistributionSystemName", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:Name", ""
;1, "Distmf02_SpaceConditioningDistributionSystemType", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:Name", ""
1, "Distmf02_DuctLocation", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:TypeAbbrev", ""
1, "Distmf02_DuctDesignType", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:TypeAbbrev", ""
1, "Distmf03Supply_DuctRValue", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctInsRvalue for Supply", ""
1, "Distmf03Supply_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf03bSupply_DuctRValueNum", BEMP_Flt, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctInsRvalue for Supply", ""
1, "Distmf03bSupply_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf04Return_DuctRValue", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctInsRvalue for Return", ""
1, "Distmf04Return_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf04bReturn_DuctRValueNum", BEMP_Flt, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctInsRvalue for Return", ""
1, "Distmf04bReturn_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf05Supply_DuctSpaceType", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctLocation for Supply", ""
1, "Distmf06Return_DuctSpaceType", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:DuctLocation for Return", ""
1, "Distmf07Supply_DuctSurfaceArea", BEMP_Flt, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:SupDuctSurfaceArea for Supply", ""
1, "Distmf07Supply_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf08Return_DuctSurfaceArea", BEMP_Flt, 1,
0, 1, Pres, "", 0, 0, 555, "map from:
HVACDist:RetDuctSurfaceArea for Return", ""
1, "Distmf08Return_NotApplicableMessage", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "N/A", ""
; RJH 10/16/22 LMCC only taken from Section_Bb rules and HVACDist:HERSCheck
properties
1, "Distmf09_DuctLeakageTestRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf09_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf10_DuctSystemLeakageTarget", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf10_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf11_DuctSystemLeakageTargetMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf11_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf12_IsDuctLocationVerificationRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf12_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf13_DuctsInCondExcept12CreditTaken", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf13_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf14_DuctDesignVerificationRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf14_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf15_DuctsBuriedVerificationRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf15_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf16_DuctsDeeplyBuriedComplianceCreditTaken", BEMP_Str, 1, 0,
1, Pres, "", 0, 0, 555, "", ""
1, "Distmf16_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf17_LowLeakageAirHandlingUnitVerificationRequired", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "", ""
1, "Distmf17_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf18_LowLeakDuctsConditionedVerificationRequired", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "", ""
1, "Distmf18_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf19_DuctsInCondSpc", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf19_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Distmf20_HasBypassDuct", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Distmf20_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableDuctMF", "nrccTableDuctMF", "TableDuctMF <i>", 1, 0, 0,
"cf1rSection_Distmf", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowDuctMF", "nrcctblRowDuctMF", "tblRowDuctMF <i>", 0, 0, 0,
"nrccTableDuctMF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
; RJH 10/31/22 LMCC only Section_Ii equivalent
1, "Ductmf01_SpaceConditioningDistributionSystemName", BEMP_Str, 1,
0, 1, Pres, "", 0, 0, 555, "", ""
1, "Ductmf01_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf02_AirSegmentName", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf02_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf03_AirSegmentType", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf03_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf04_DuctNominalDiameter", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf04_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf05_DuctRValue", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf05_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf06_DuctLength", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf06_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf07_AtticInsulationRValue", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf07_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf08_AtticInsulationThickness", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf08_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf09_AtticInsulationType", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf09_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf10_DuctBuriedLevel", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf10_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
1, "Ductmf11_BuriedDuctInsulationDevice", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "", ""
1, "Ductmf11_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "N/A", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_FanExh", "nrccSection_FanExh", "Section_FanExh <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableFanExh", "nrccTableFanExh", "TableFanExh <i>", 1, 0, 0,
"nrccSection_FanExh", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowFanExh", "nrcctblRowFanExh", "tblRowFanExh <i>", 0, 0, 0,
"nrccTableFanExh", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "FanExh01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh01_HvacSystemName",
"Fan:ParentSysNameRpt"
1, "FanExh02_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh02_ThermalZoneName",
"Fan:ParentSysZnServedAsExhRpt"
1, "FanExh03_FanCount", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh03_FanCount",
"Fan:SysCnt"
1, "FanExh04_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh04_ExhaustFlowRate",
"Fan:FlowCap"
1, "FanExh05_MotorBHP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh05_MotorBHP",
"Fan:PwrRpt"
1, "FanExh05_MotorWatts", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh05_MotorWatts",
"Fan:PwrRpt"
1, "FanExh05_TotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh05_TotalStaticPressure",
"Fan:PwrRpt"
1, "FanExh06_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh06_FanPowerUnits",
"Fan:PwrUnitRpt"
1, "FanExh07_FanControl", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh07_FanControl",
"Fan:ParentSysFanCtrlRpt"
1, "FanExh08_Status", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "FanExh08_Status",
"Fan:Status"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_HvacWet", "nrccSection_HvacWet", "Section_HvacWet <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHvacWet", "nrccTableHvacWet", "TableHvacWet <i>", 1, 0, 0,
"nrccSection_HvacWet", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHvacWet", "nrcctblRowHvacWet", "tblRowHvacWet <i>", 0, 0, 0,
"nrccTableHvacWet", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacWet01_HvacEquipmentName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet01_HvacEquipmentName",
"Blr:Name, Chlr:Name, HX:Name, HtRej:Name, or ThrmlEngyStor:Name"
1, "HvacWet02_BoilerType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_BoilerType",
"Blr:Type"
1, "HvacWet02_ChillerType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_ChillerType",
"Chlr:Type"
1, "HvacWet02_HeatRejectionType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_HeatRejectionType",
"HtRej:Type"
1, "HvacWet02_HeatExchangerType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_HeatExchangerType",
"HX:Type"
1, "HvacWet02_ThermalEnergyStorageType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet02_ThermalEnergyStorageType", "ThrmlEngyStor:Type"
1, "HvacWet02_WaterHeaterType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet02_WaterHeaterType",
"WtrHtr:Type"
1, "HvacWet03_FluidSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet03_FluidSystemName",
"Parent:Name"
1, "HvacWet04_HvacEquipmentCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet04_HvacEquipmentCount",
"1"
1, "HvacWet04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet04_NotApplicableMessage", "NotApplicable"
1, "HvacWet05_TEStorageCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet05_TEStorageCapacity",
"ThrmlEngyStor:StorCap or NotApplicable"
1, "HvacWet05_StorageCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet05_StorageCapacity",
"WtrHtr:StorCap or NotApplicable"
1, "HvacWet05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet05_NotApplicableMessage", "NotApplicable"
1, "HvacWet06_CapacityRated", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet06_CapacityRated",
"Blr:CapRtd/1000"
1, "HvacWet06_ChillerCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet06_ChillerCapacity",
"Chlr:CapRtd/1000"
1, "HvacWet06_CoolingTowerCapacityRated", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet06_CoolingTowerCapacityRated", "HtRej:CapRtd/1000"
1, "HvacWet06_TERatedCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet06_TERatedCapacity",
"ThrmlEngyStor:CapRtd/1000"
1, "HvacWet06_RatedCapacityKBtuh", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet06_RatedCapacityKBtuh",
"WtrHtr:CapRtd/1000"
1, "HvacWet07_CapacityUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet07_CapacityUnits",
"KBtuHr"
1, "HvacWet08_EfficiencyAFUE", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyAFUE",
"Blr:AFUE"
1, "HvacWet08_ThermalEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_ThermalEfficiency",
"Blr:ThrmlEff"
1, "HvacWet08_CombustionEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet08_CombustionEfficiency", "Blr:CombEff"
1, "HvacWet08_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyCOP",
"Chlr:COP"
1, "HvacWet08_EfficiencyEER", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyEER",
"Chlr:EER"
1, "HvacWet08_EfficiencyKWperTon", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyKWperTon",
"Chlr:KwPerTon"
1, "HvacWet08_TotalFanHP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_TotalFanHP",
"HtRej:TotFanHP"
1, "HvacWet08_EfficiencyNA", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet08_EfficiencyNA",
"EfficiencyNA"
1, "HvacWet09_EfficiencyType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet09_EfficiencyType",
"EffUnitRpt"
1, "HvacWet09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"HvacWet09_NotApplicableMessage", "NotApplicable"
1, "HvacWet10_Status", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HvacWet10_Status",
"Blr:Status, Chlr:Status, HX:Status, HtRej:Status, or ThrmlEngyStor:Status"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Pump", "nrccSection_Pump", "Section_Pump <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTablePump", "nrccTablePump", "TablePump <i>", 1, 0, 0,
"nrccSection_Pump", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowPump", "nrcctblRowPump", "tblRowPump <i>", 0, 0, 0,
"nrccTablePump", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL UT
NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "Pump01_PumpName", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump01_PumpName", "Pump:Name"
1, "Pump02_HvacEquipmentName", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump02_HvacEquipmentName", "Pump:ParentNameRpt"
1, "Pump03_PumpCount", BEMP_Int, 1, 0, 0, Pres, "", 0,
0, 555, "Pump03_PumpCount", "Pump:Cnt"
1, "Pump04_PumpMotorHP", BEMP_Flt, 1, 0, 0, Pres, "", 0,
0, 555, "Pump05_PumpMotorHP", "Pump:MtrHP"
1, "Pump05_PumpPowerUnits", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump04_PumpPowerUnits", "hp"
1, "Pump06_FlowCapacity", BEMP_Flt, 1, 0, 0, Pres, "", 0,
0, 555, "Pump06_FlowCapacity", "Pump:FlowCap"
1, "Pump07_IsVSD", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump07_IsVSD", "Pump:SpdCtrl"
1, "Pump08_Status", BEMP_Str, 1, 0, 0, Pres, "", 0,
0, 555, "Pump08_Status", "Pump:ParentStatusRpt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_HvacSpec", "nrccSection_HvacSpec", "Section_HvacSpec <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHvacSpec", "nrccTableHvacSpec", "TableHvacSpec <i>", 1, 0, 0,
"nrccSection_HvacSpec", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHvacSpec", "nrcctblRowHvacSpec", "tblRowHvacSpec <i>", 0, 0,
0, "nrccTableHvacSpec", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacSpec01_HvacSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec01_HvacSystemName",
"AirSys or ZnSys or VRFSys or FluidSys:Name"
1, "HvacSpec02_AirSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec02_AirSystemType",
"AirSys:Type"
1, "HvacSpec02_ZoneSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec02_ZoneSystemType",
"ZnSys:Type or 'VRF' for VRFSys"
1, "HvacSpec02_FluidSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec02_FluidSystemType",
"FluidSys:Type"
1, "HvacSpec03_OperableWindowsHaveInterlock", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec03_OperableWindowsHaveInterlock",
"AirSys or ZnSys or VRFSys:OperableWinInterlockRpt"
1, "HvacSpec03_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HvacSpec03_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacSpec04Choice", "nrccHvacSpec04Choice", "HvacSpec04Choice <i>", 0,
0, 0, "nrcctblRowHvacSpec", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacSpec04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "HvacSpec04_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccHvacSpec04", "nrccHvacSpec04", "HvacSpec04 <i>", 0, 0, 0,
"nrccHvacSpec04Choice", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HvacSpec04_HvacControls", BEMP_Str, 8, 0, 0, Pres,
"", 0, 0, 555, "HvacSpec04_HvacControls",
"AirSys:SysCtrlRpt[1..4,6..8] or ZnSys:SysCtrlRpt or VRFSys:SysCtrlRpt or
FluidSys:SysCtrlRpt[1..2]"
1, "HvacSpec04_EconomizerControlMethod", BEMP_Str, 8, 0, 0, Pres,
"", 0, 0, 555, "HvacSpec04_EconomizerControlMethod",
"AirSys:SysCtrlRpt[5]"
1, "HvacSpec04_EvaporativeCoolerType", BEMP_Str, 8, 0, 0, Pres,
"", 0, 0, 555, "HvacSpec04_EvaporativeCoolerType",
"AirSys:SysCtrlRpt[7]"
1, "noXMLoutput_DeleteFlag", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "noXMLoutput_DeleteFlag", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_VentNR", "nrccSection_VentNR", "Section_VentNR <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableVentNR", "nrccTableVentNR", "TableVentNR <i>", 1, 0, 0,
"nrccSection_VentNR", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowVentNR", "nrcctblRowVentNR", "tblRowVentNR <i>", 0, 0, 0,
"nrccTableVentNR", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "Vent01_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent01_ThermalZoneName", "ThrmlZn:Name or +
ThrmlZn:VentStdDesc +'ventilation'"
1, "Vent01a_VentilationStandardDescription", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Vent01a_VentilationStandardDescription",
"ThrmlZn:VentStdDesc"
1, "Vent02_VentilationSpaceFunction", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent02_VentilationSpaceFunction", "enum list Currently Not
Used"
1, "Vent02_VentilationSpaceFunctions", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent02_VentilationSpaceFunctions", "ThrmlZn:VentFuncList"
1, "Vent03_OccupancyCount", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Vent03_OccupancyCount", "ThrmlZn:OccNumSim"
1, "Vent03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent03_NotApplicableMessage", "NotApplicable"
1, "Vent04_VentSystemOA", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Vent04_VentSystemOA", "ThrmlZn:VentFlow"
1, "Vent05_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Vent05_ExhaustFlowRate", "If ThrmlZn:MinExhFlow >
0 then ThrmlZn:MinExhFlow else ThrmlZn:ExhFlow"
1, "Vent06_ThermalZoneFloorArea", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Vent06_ThermalZoneFloorArea", "ThrmlZn:FlrArea"
1, "Vent07_MechVentControls", BEMP_Str, 2, 0, 0, Pres, "",
0, 0, 555, "Vent07_MechVentControls", "DCV and/or
OccupantSensors"
1, "Vent07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Vent07_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_VentRes", "nrccSection_VentRes", "Section_VentRes <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableVentRes", "nrccTableVentRes", "TableVentRes <i>", 1, 0, 0,
"nrccSection_VentRes", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowVentRes", "nrcctblRowVentRes", "tblRowVentRes <i>", 0, 0, 0,
"nrccTableVentRes", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "VentRes01_ResidentialDwellingUnitName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes01_ResidentialDwellingUnitName",
"DwellUnitType:Name"
1, "VentRes01a_DwellingUnitConditionedFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "VentRes01a_DwellingUnitConditionedFloorArea", ""
1, "VentRes02_VentilationSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes02_VentilationSystemType",
"DwellUnitType:IAQOption"
1, "VentRes02_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes02_NotApplicableMessage",
"NotApplicable"
1, "VentRes03_VentilationSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes03_VentilationSystemType",
"DwellUnitType:CentralVentSysRef:Type"
1, "VentRes03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes03_NotApplicableMessage",
"NotApplicable"
1, "VentRes04_FanFlowCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes04_FanFlowCapacity",
"DwellUnitType:CentralVentSysRef:SupFanCap"
1, "VentRes04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes04_NotApplicableMessage",
"NotApplicable"
1, "VentRes05_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes05_FanPowerPerFlow",
"DwellUnitType:CentralVentSysRef:SupFanPwrIdx"
1, "VentRes05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes05_NotApplicableMessage",
"NotApplicable"
1, "VentRes06_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes06_ExhaustFlowRate",
"DwellUnitType:CentralVentSysRef:ExhFanCap"
1, "VentRes06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes06_NotApplicableMessage",
"NotApplicable"
1, "VentRes07_FanPowerPerFlow", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes07_FanPowerPerFlow",
"DwellUnitType:CentralVentSysRef:ExhFanPwrIdx"
1, "VentRes07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes07_NotApplicableMessage",
"NotApplicable"
1, "VentRes08_VentilationSystemType", BEMP_Str, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes08_VentilationSystemType",
"DwellUnitType:IAQFanRef[]:IAQFanType"
1, "VentRes08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes08_NotApplicableMessage",
"NotApplicable"
1, "VentRes09_FanCount", BEMP_Int, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes09_FanCount",
"DwellUnitType:IAQFanCnt[]"
1, "VentRes09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes09_NotApplicableMessage",
"NotApplicable"
1, "VentRes10_FanFlowCapacity", BEMP_Flt, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes10_FanFlowCapacity",
"DwellUnitType:IAQCFM[]"
1, "VentRes10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes10_NotApplicableMessage",
"NotApplicable"
1, "VentRes11_FanPowerPerFlow", BEMP_Flt, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes11_FanPowerPerFlow",
"DwellUnitType:IAQWpCFM[]"
1, "VentRes11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes11_NotApplicableMessage",
"NotApplicable"
1, "VentRes12_SensibleRecoveryEfficiency", BEMP_Flt, 4, 0, 0, Pres,
"", 0, 0, 555, "VentRes12_SensibleRecoveryEfficiency", "if
IAQFanType[] = Balanced then DwellUnitType:IAQSRE[]"
1, "VentRes12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes12_NotApplicableMessage",
"NotApplicable"
1, "VentRes13_AdjustedSensibleRecoveryEfficiency", BEMP_Flt, 4, 0, 0,
Pres, "", 0, 0, 555, "VentRes13_AdjustedSensibleRecoveryEfficiency", "if
IAQFanType[] = Balanced then DwellUnitType:IAQASRE[]"
1, "VentRes13_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "VentRes13_NotApplicableMessage",
"NotApplicable"
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Zone", "nrccSection_Zone", "Section_Zone <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableZone", "nrccTableZone", "TableZone <i>", 1, 0, 0,
"nrccSection_Zone", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowZone", "nrcctblRowZone", "tblRowZone <i>", 0, 0, 0,
"nrccTableZone", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
---
1, "Zone01_TerminalUnitName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone01_TerminalUnitName",
"TrmlUnit:Name"
1, "Zone01_ZoneSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone01_ZoneSystemName", "ZnSys:Name"
1, "Zone02_ThermalZoneName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone02_ThermalZoneName",
"TrmlUnit:ZnServedRef or ZnSys:CtrlZnRef"
1, "Zone03_TerminalUnitType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone03_TerminalUnitType",
"TrmlUnit:Type"
1, "Zone03_ZoneSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone03_ZoneSystemType", "ZnSys:Type"
1, "Zone04_TerminalUnitCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone04_TerminalUnitCount",
"TrmlUnit:SysCnt"
1, "Zone04_ZoneSysCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone04_ZoneSysCount", "ZnSys:Cnt"
1, "Zone05_HeatingRatedCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone05_HeatingRatedCapacity",
"TrmlUnit:CoilHtgRef:CapTotNetRtd/1000 or ZnSys:CoilHtgRef:CapTotNetRtd/1000"
1, "Zone05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone05_NotApplicableMessage",
"NotApplicable"
1, "Zone06_CoolingRatedCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone06_CoolingRatedCapacity", "UNDEFINED or
ZnSys:CoilClgRef:CapTotNetRtd/1000"
1, "Zone06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone06_NotApplicableMessage",
"NotApplicable"
1, "Zone07_RatedFlowCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone07_RatedFlowCapacity",
"TrmlUnit:PriAirFlowMax or ZnSys:FanRef:FlowCap"
1, "Zone07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone07_NotApplicableMessage",
"NotApplicable"
1, "Zone08_AirFlowMinimum", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone08_AirFlowMinimum",
"TrmlUnit:PriAirFlowMin or ZnSys:FanRef:FlowMin"
1, "Zone08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone08_NotApplicableMessage",
"NotApplicable"
1, "Zone09_DesignAirFlowMinimumRatio", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone09_DesignAirFlowMinimumRatio",
"TrmlUnit:PriAirFlowMinFrac or ZnSys:FanRef:FlowMinFrac"
1, "Zone09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone09_NotApplicableMessage",
"NotApplicable"
1, "Zone10_MotorBHP", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone10_MotorBHP",
"TrmlUnit:FanRef:PwrRpt or ZnSys:FanRef:PwrRpt"
1, "Zone10_FanPowerModeled", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone10_FanPowerModeled",
"TrmlUnit:FanRef:PwrRpt or ZnSys:FanRef:PwrRpt"
1, "Zone10_TotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone10_TotalStaticPressure",
"TrmlUnit:FanRef:PwrRpt or ZnSys:FanRef:PwrRpt"
1, "Zone10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone10_NotApplicableMessage",
"NotApplicable"
1, "Zone11_FanPowerUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone11_FanPowerUnits",
"TrmlUnit:FanRef:PwrUnitRpt or ZnSys:FanRef:PwrUnitRpt"
1, "Zone11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone11_NotApplicableMessage",
"NotApplicable"
1, "Zone12_FanControl", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone12_FanControl", "UNDEFINED or
ZnSys:FanCtrl = Cycling then Cycling"
1, "Zone12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone12_NotApplicableMessage",
"NotApplicable"
1, "Zone13_IsVSD", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Zone13_IsVSD", "true if
TrmlUnit:FanRef:CtrlMthd or ZnSys:FanRef:CtrlMthd = VariableSpeedDrive else false"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Evap", "nrccSection_Evap", "Section_Evap <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableEvap", "nrccTableEvap", "TableEvap <i>", 1, 0, 0,
"nrccSection_Evap", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowEvap", "nrcctblRowEvap", "tblRowEvap <i>", 0, 0, 0,
"nrccTableEvap", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Evap01_EvaporativeCoolerName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap01_EvaporativeCoolerName", "EvapClr:Name"
1, "Evap02_EvaporativeCoolerType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap02_EvaporativeCoolerType", "EvapClr:Type"
1, "Evap03_EvaporativeCoolerCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap03_EvaporativeCoolerCount", "EvapClr:SysCnt"
1, "Evap04_Effectiveness", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Evap04_Effectiveness",
"EvapClr:Eff"
1, "Evap05_PumpPower", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "Evap05_PumpPower",
"EvapClr:PumpPwr"
1, "Evap05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap05_NotApplicableMessage", "NotApplicable"
1, "Evap06_SecondaryFanFlowCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap06_SecondaryFanFlowCapacity", "EvapClr:SecFanFlowCap"
1, "Evap06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap06_NotApplicableMessage", "NotApplicable"
1, "Evap07_SecondaryFanTotalEfficiency", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap07_SecondaryFanTotalEfficiency", "EvapClr:SecFanTotEff"
1, "Evap07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap07_NotApplicableMessage", "NotApplicable"
1, "Evap08_SecondaryFanTotalStaticPressure", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap08_SecondaryFanTotalStaticPressure", "EvapClr:SecFanTotStaticPress"
1, "Evap08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap08_NotApplicableMessage", "NotApplicable"
1, "Evap09_SecondaryAirSource", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap09_SecondaryAirSource", "EvapClr:SecAirSrc"
1, "Evap09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Evap09_NotApplicableMessage", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_HtRecovery", "nrccSection_HtRecovery", "Section_HtRecovery <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableHtRecovery", "nrccTableHtRecovery", "TableHtRecovery <i>", 1, 0,
0, "nrccSection_HtRecovery", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowHtRecovery", "nrcctblRowHtRecovery", "tblRowHtRecovery <i>", 0,
0, 0, "nrccTableHtRecovery", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "HtRecovery01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HtRecovery01_HvacSystemName",
"AirSys or ZnSys:Name"
1, "HtRecovery02_AirSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HtRecovery02_AirSystemType",
"AirSys:Type"
1, "HtRecovery02_ZoneSystemType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HtRecovery02_ZoneSystemType",
"ZnSys:Type"
1, "HtRecovery03_HvacCertificationType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "HtRecovery03_HvacCertificationType",
"AirSys:HtRcvry:HtRcvryCertification or ZnSys:HtRcvryCertification"
1, "HtRecovery04_HeatingSensibleEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery04_HeatingSensibleEffectiveness100",
"AirSys:HtRcvry:HtgSensEff100 or ZnSys:HtgSensEff100"
1, "HtRecovery05_HeatingLatentEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery05_HeatingLatentEffectiveness100",
"AirSys:HtRcvry:HtgLatEff100 or ZnSys:HtgLatEff100"
1, "HtRecovery06_HeatingTotalEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery06_HeatingTotalEffectiveness100",
"AirSys:HtRcvry:HtgTotEff100 or ZnSys:HtgTotEff100"
1, "HtRecovery07_CoolingSensibleEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery07_CoolingSensibleEffectiveness100",
"AirSys:HtRcvry:ClgSensEff100 or ZnSys:ClgSensEff100"
1, "HtRecovery08_CoolingLatentEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery08_CoolingLatentEffectiveness100",
"AirSys:HtRcvry:ClgLatEff100 or ZnSys:ClgLatEff100"
1, "HtRecovery09_CoolingTotalEffectiveness100", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery09_CoolingTotalEffectiveness100",
"AirSys:HtRcvry:ClgTotEff100 or ZnSys:ClgTotEff100"
1, "HtRecovery10_Status", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "HtRecovery10_Status",
"AirSys:HtRcvry:Status or ZnSys:Status"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_Water", "nrccSection_Water", "Section_Water <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableWater", "nrccTableWater", "TableWater <i>", 1, 0, 0,
"nrccSection_Water", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowWater", "nrcctblRowWater", "tblRowWater <i>", 0, 0, 0,
"nrccTableWater", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Water01_WaterHeaterName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water01_WaterHeaterName", ""
1, "Water02_WaterHeaterFuelSource", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water02_WaterHeaterFuelSource", ""
1, "Water03_TankCategory", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water03_TankCategory", ""
1, "Water03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water03_NotApplicableMessage", ""
1, "Water04_WaterHeaterCount", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "Water04_WaterHeaterCount", ""
1, "Water05_StorageCapacity", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water05_StorageCapacity", ""
1, "Water05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water05_NotApplicableMessage", ""
1, "Water06_WaterHeaterElectricFiredRatedInput", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"Water06_WaterHeaterElectricFiredRatedInput", ""
1, "Water06_WaterHeaterGasRatedInput", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water06_WaterHeaterGasRatedInput", ""
1, "Water06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water06_NotApplicableMessage", ""
1, "Water07_WaterHeaterRatedInputUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water07_WaterHeaterRatedInputUnits", ""
1, "Water07_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water07_NotApplicableMessage", ""
1, "Water08_EfficiencyCOP", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_EfficiencyCOP", ""
1, "Water08_ThermalEfficiency", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_ThermalEfficiency", ""
1, "Water08_EnergyFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_EnergyFactor", ""
1, "Water08_UniformEnergyFactor", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_UniformEnergyFactor", ""
1, "Water08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water08_NotApplicableMessage", ""
1, "Water09_EfficiencyType", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water09_EfficiencyType", ""
1, "Water09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water09_NotApplicableMessage", ""
1, "Water10_TankInteriorInsulationRValue", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water10_TankInteriorInsulationRValue", ""
1, "Water10_TankExteriorInsulationRValue", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water10_TankExteriorInsulationRValue", ""
1, "Water10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water10_NotApplicableMessage", ""
1, "Water11_WaterHeaterStandbyLossFraction", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water11_WaterHeaterStandbyLossFraction", ""
1, "Water11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water11_NotApplicableMessage", ""
1, "Water12_WaterHeaterFirstHourRating", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water12_WaterHeaterFirstHourRating", ""
1, "Water12_WaterHeaterFlowRate", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "Water12_WaterHeaterFlowRate", ""
1, "Water12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water12_NotApplicableMessage", ""
1, "Water13_WaterHeaterTypeNR", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water13_WaterHeaterTypeNR", ""
1, "Water13_ResHPWHCategory", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water13_ResHPWHCategory", ""
1, "Water13_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water13_NotApplicableMessage", ""
1, "Water14_TankLocation", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water14_TankLocation", ""
1, "Water14_TankLocationString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water14_TankLocationString", ""
1, "Water14_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water14_NotApplicableMessage", ""
; RJH 10/16/22 LMCC only Section_Tneea
1, "Water15_HeatPumpWaterHeaterBrandNEEA", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water15_HeatPumpWaterHeaterBrandNEEA", ""
1, "Water15_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water15_NotApplicableMessage", ""
1, "Water16_HeatPumpWaterHeaterModelNEEA", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water16_HeatPumpWaterHeaterModelNEEA", ""
1, "Water16_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water16_NotApplicableMessage", ""
1, "Water17_HeatPumpWaterHeaterSimulationGroup", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"Water17_HeatPumpWaterHeaterSimulationGroup", ""
1, "Water17_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water17_NotApplicableMessage", ""
1, "Water18_TankLocation", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water18_TankLocation", ""
1, "Water18_TankLocationString", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water18_TankLocationString", ""
1, "Water18_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water18_NotApplicableMessage", ""
1, "Water19_ResidentialWaterHeaterType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"Water19_ResidentialWaterHeaterType", ""
1, "Water19_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "Water19_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_WaterMF", "nrccSection_WaterMF", "Section_WaterMF <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableWaterMF", "nrccTableWaterMF", "TableWaterMF <i>", 1, 0, 0,
"nrccSection_WaterMF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowWaterMF", "nrcctblRowWaterMF", "tblRowWaterMF <i>", 0, 0, 0,
"nrccTableWaterMF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterMF01_WaterHeatingSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF01_WaterHeatingSystemName", ""
1, "WaterMF02_ResidentialWaterHeatingSystemType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"WaterMF02_ResidentialWaterHeatingSystemType", ""
1, "WaterMF03_CentralSystem", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF03_CentralSystem", ""
1, "WaterMF04_WaterHeaterTotalSystemCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterMF04_WaterHeaterTotalSystemCount", ""
1, "WaterMF05_ResidentialDHWCentralDistributionType", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"WaterMF05_ResidentialDHWCentralDistributionType", ""
1, "WaterMF05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF05_NotApplicableMessage", ""
;1, "WaterMF05_ResidentialDHWSystemDistributionType", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"WaterMF05_ResidentialDHWSystemDistributionType", ""
;1, "WaterMF05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF05_NotApplicableMessage", ""
1, "WaterMF06_ResidentialDHWDwellingUnitDistributionType", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF06_ResidentialDHWDwellingUnitDistributionType", ""
1, "WaterMF06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF06_NotApplicableMessage", ""
1, "WaterMF07_WaterHeaterName", BEMP_Str, 10, 0, 0, Pres, "",
0, 0, 555, "WaterMF07_WaterHeaterName", ""
1, "WaterMF07_WaterHeatingSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF07_WaterHeatingSystemName", ""
1, "WaterMF08_DHWSolarSystemName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF08_DHWSolarSystemName", ""
1, "WaterMF08_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF08_NotApplicableMessage", ""
1, "WaterMF09_IsCompactDistribution", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF09_IsCompactDistribution", ""
1, "WaterMF09_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF09_NotApplicableMessage", ""
; RJH 11/02/22 LMCC only
1, "WaterMF10_PipeInsulationVerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF10_PipeInsulationVerificationRequired", ""
1, "WaterMF10_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF10_NotApplicableMessage", ""
1, "WaterMF11_ParallelPipingVerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF11_ParallelPipingVerificationRequired", ""
1, "WaterMF11_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF11_NotApplicableMessage", ""
1, "WaterMF12_RecirculationControlVerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF12_RecirculationControlVerificationRequired", ""
1, "WaterMF12_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF12_NotApplicableMessage", ""
1, "WaterMF13_DWHR_HERS_VerificationRequired", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterMF13_DWHR_HERS_VerificationRequired", ""
1, "WaterMF13_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "WaterMF13_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_WaterCHPWH", "nrccSection_WaterCHPWH", "Section_WaterCHPWH <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableCHPWH", "nrccTableCHPWH", "TableCHPWH <i>", 1, 0, 0,
"nrccSection_WaterCHPWH", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowCHPWH", "nrcctblRowCHPWH", "tblRowCHPWH <i>", 0, 0, 0,
"nrccTableCHPWH", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterCHPWH01_WaterHeatingSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterCHPWH01_WaterHeatingSystemName", "ResDHWSys:Name"
1, "afterchildren_WaterCHPWH02a_HeatPumpWaterHeaterSimulationGroup",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH02a_HeatPumpWaterHeaterSimulationGroup",
"ResDHWSys:CHPWHTankLoc"
1, "afterchildren_WaterCHPWH02b_WaterHeaterFuelSource", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH02b_WaterHeaterFuelSource", ""
1, "afterchildren_WaterCHPWH03_CompressorCountCHPWH", BEMP_Int, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH03_CompressorCountCHPWH", "ResDHWSys:CentralHPWHCprsrCnt"
1, "afterchildren_WaterCHPWH04_PrimaryTankCapacity", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH04_PrimaryTankCapacity", "ResDHWSys:CentralHPWHPriTankVol"
1, "afterchildren_WaterCHPWH05_TankCountCHPWH", BEMP_Int, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH05_TankCountCHPWH", "ResDHWSys:CentralHPWHPriTankCnt"
1, "afterchildren_WaterCHPWH05_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH05_NotApplicableMessage", ""
1, "afterchildren_WaterCHPWH06_PrimaryTankTotalInsulation", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH06_PrimaryTankTotalInsulation",
"ResDHWSys:CentralHPWHTankRVal"
1, "afterchildren_WaterCHPWH06_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH06_NotApplicableMessage", ""
1, "afterchildren_WaterCHPWH07_TankLocation", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH07_TankLocation", "ResDHWSys:CHPWHTankLoc"
1, "afterchildren_WaterCHPWH07_ZoneSystemName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH07_ZoneSystemName", "ResDHWSys:CHPWHTankZone:Name"
1, "afterchildren_WaterCHPWH08_AirSource", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH08_AirSource", "ResDHWSys:CHPWHSrcAirLoc"
1, "afterchildren_WaterCHPWH08_ZoneSystemName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_WaterCHPWH08_ZoneSystemName", "ResDHWSys:CHPWHSrcAirZone:Name"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccWaterCHPWH02", "nrccWaterCHPWH02", "WaterCHPWH02 <i>", 0, 0, 0,
"nrcctblRowCHPWH", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterCHPWH02_CentralHPWHCompressorType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterCHPWH02_CentralHPWHCompressorType", ""
1, "WaterCHPWH02_HeatPumpWaterHeaterBrand", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterCHPWH02_HeatPumpWaterHeaterBrand", ""
1, "WaterCHPWH02_HeatPumpWaterHeaterModel", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"WaterCHPWH02_HeatPumpWaterHeaterModel", ""
1, "WaterCHPWH02_HeatPumpWaterHeaterBrandModel", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"WaterCHPWH02_HeatPumpWaterHeaterBrandModel", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LpTank", "nrccSection_LpTank", "Section_LpTank <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLpTank", "nrccTableLpTank", "TableLpTank <i>", 1, 0, 0,
"nrccSection_LpTank", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLpTank", "nrcctblRowLpTank", "tblRowLpTank <i>", 0, 0, 0,
"nrccTableLpTank", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LpTank01_LoopTankType", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "LpTank01_LoopTankType",
"ResDHWSys:CentralHPWHLpTankType"
1, "LpTank01a_LoopTankConfig", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555, "LpTank01a_LoopTankConfig",
"ResDHWSys:CHPWHLoopTankConfig"
1, "LpTank01b_WaterHeatingSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"LpTank01b_WaterHeatingSystemName", "ResDHWSys:Name"
1, "afterchildren_LpTank03_CompressorCountCHPWH", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank03_CompressorCountCHPWH",
"ResDHWSys:CentralHPWHLpTankCprsrCnt"
1, "afterchildren_LpTank04_LoopTankCapacity", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank04_LoopTankCapacity", "ResDHWSys:CentralHPWHLpTankVol"
1, "afterchildren_LpTank05_TankCountCHPWH", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank05_TankCountCHPWH", "ResDHWSys:CentralHPWHLpTankCnt"
1, "afterchildren_LpTank05_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank05_NotApplicableMessage", ""
1, "afterchildren_LpTank06_LoopTankTotalInsulation", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_LpTank06_LoopTankTotalInsulation", "ResDHWSys:CentralHPWHLpTankRVal"
1, "afterchildren_LpTank06_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank06_NotApplicableMessage", ""
1, "afterchildren_LpTank07_LoopTankLocation", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank07_LoopTankLocation", "ResDHWSys:CentralHPWHLpTankLctn"
1, "afterchildren_LpTank08_AirSource", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank08_AirSource", "ResDHWSys:CentralHPWHLpTankAirSrc"
1, "afterchildren_LpTank08_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"afterchildren_LpTank08_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccLpTank02", "nrccLpTank02", "LpTank02 <i>", 0, 0, 0,
"nrcctblRowLpTank", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LpTank02_CentralHPWHCompressorType", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"LpTank02_CentralHPWHCompressorType", ""
1, "LpTank02_HeatPumpWaterHeaterBrand", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"LpTank02_HeatPumpWaterHeaterBrand", ""
1, "LpTank02_HeatPumpWaterHeaterModel", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"LpTank02_HeatPumpWaterHeaterModel", ""
1, "LpTank02_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "LpTank02_NotApplicableMessage",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_RecircLp", "nrccSection_RecircLp", "Section_RecircLp <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableRecircLp", "nrccTableRecircLp", "TableLpTank <i>", 1, 0, 0,
"nrccSection_RecircLp", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowRecircLp", "nrcctblRowRecircLp", "tblRowRecircLp <i>", 0, 0,
0, "nrccTableRecircLp", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "RecircLp01_WaterHeatingSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"RecircLp01_WaterHeatingSystemName", "ResDHWSys:Name"
1, "RecircLp02_RecirculationLoopCount", BEMP_Int, 1, 0, 0, Pres,
"", 0, 0, 555,
"RecircLp02_RecirculationLoopCount", "ResDHWSys:LpCnt"
1, "RecircLp03_PipeInsulationThickness", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"RecircLp03_PipeInsulationThickness", "ResDHWSys:LpPipeInsThkns[0]"
1, "RecircLp04_PipeLocation", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "RecircLp04_PipeLocation",
"ResDHWSys:PipeLctn"
1, "RecircLp05_RecirculationPumpPower", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"RecircLp05_RecirculationPumpPower", "ResDHWSys:RecircPumpPwr"
1, "RecircLp06_PumpPowerUnits", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "RecircLp06_PumpPowerUnits",
"ResDHWSys:RecircPumpPwrUnits"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_WaterSolar", "nrccSection_WaterSolar", "Section_WaterSolar <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableWaterSolar", "nrccTableWaterSolar", "TableWaterSolar <i>", 1, 0,
0, "nrccSection_WaterSolar", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowWaterSolar", "nrcctblRowWaterSolar", "tblRowWaterSolar <i>", 0,
0, 0, "nrccTableWaterSolar", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterSolar01_DHWSolarSystemName", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar01_DHWSolarSystemName", "ResDHWSys:DHWSolarSysRef"
1, "WaterSolar02_Manufacturer", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar02_Manufacturer", "DHWSolarSys:Manufacturer"
1, "WaterSolar03_Brand", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555, "WaterSolar03_Brand",
"DHWSolarSys:Brand"
1, "WaterSolar04_Model", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555, "WaterSolar04_Model",
"DHWSolarSys:Model"
1, "WaterSolar05_SolarWaterHeatingCollectorCount", BEMP_Int,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar05_SolarWaterHeatingCollectorCount", "DHWSolarSys:Count"
1, "WaterSolar06_SolarWaterHeatingCollectorArea", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar06_SolarWaterHeatingCollectorArea", "DHWSolarSys:Area"
1, "WaterSolar07_SolarWaterHeatingSavingsFraction", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar07_SolarWaterHeatingSavingsFraction", "DHWSolarSys:CalculatedSSF"
1, "WaterSolar07_NotApplicableMessage", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"WaterSolar07_NotApplicableMessage", ""
1, "WaterSolar08_SolarWaterHeatingCollectorAngleFromNorth", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar08_SolarWaterHeatingCollectorAngleFromNorth", "DHWSolarSys:Azimuth"
1, "WaterSolar09_SolarWaterHeatingCollectorSlope", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar09_SolarWaterHeatingCollectorSlope", "DHWSolarSys:Tilt"
1, "WaterSolar10_SolarWaterHeatingPerformanceSoftware", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar10_SolarWaterHeatingPerformanceSoftware", "CSE"
1, "WaterSolar11_SolarWaterHeatingPerformanceSoftwareVersion", BEMP_Str,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar11_SolarWaterHeatingPerformanceSoftwareVersion", "Proj:CSEVersion"
1, "WaterSolar12_VolumeCapacity", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar12_VolumeCapacity", "DHWSolarSys:TankVol"
1, "WaterSolar13_DHWSystemDwellingUnitsCount", BEMP_Int,
1, 0, 0, Pres, "", 0, 0, 555,
"WaterSolar13_DHWSystemDwellingUnitsCount", "DHWSolarSys:DwellUnitsServed"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_WaterCompact", "cf1rSection_WaterCompact", "Section_WaterCompact
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableCompact", "cf1rTableCompact",
"TableCompact <i>", 1, 0, 0, "cf1rSection_WaterCompact", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0,
1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowCompact", "cf1rtblRowCompact", "tblRowCompact <i>", 0, 0,
0, "cf1rTableCompact", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterCompact01_ResidentialDwellingUnitDescriptor", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact02_DwellingUnitType", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact03_WaterHeatingSystemName", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact04_WaterHeaterToBath", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact04_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact05_WaterHeaterToKitchen", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact05_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact06_WaterHeaterToFurthest3rdFixture", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact06_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact07_CompactFactor", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact07_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
"" ; SAC 10/02/21
1, "WaterCompact08_CompactDistributionVerificationRequired", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact08_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact08a_CompactDistributionType", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact08a_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact09_WaterHeaterWeightedDistance", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact09_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
1, "WaterCompact10_WaterHeaterQualificationDistance", BEMP_Flt,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterCompact10_NotApplicableMessage", BEMP_Str,
1, 0, 1, Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> N/A N/A - no ducts replaced N/A - not a central DHW
system N/A. External calculations are required. Not Applicable NotApplicable",
""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rSection_WaterDWHR", "cf1rSection_WaterDWHR", "Section_WaterDWHR <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "cf1rTableDWHR", "cf1rTableDWHR", "TableDWHR <i>", 1,
0, 0, "cf1rSection_WaterDWHR", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
--------------------
0, "cf1rtblRowDWHR", "cf1rtblRowDWHR", "tblRowDWHR <i>", 0, 0, 0,
"cf1rTableDWHR", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA
SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "WaterDWHR01_ResidentialDwellingUnitDescriptor", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR01a_DwellingUnitType", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR02_DWHR_Name", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR03_DWHR_Configuration", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ?? /
EnumerationConstant -> EqualFlow UnequalFlowShower UnequalFlowWaterHeater", ""
1, "WaterDWHR04_DWHR_DrainCount", BEMP_Int, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR05_DWHR_HERS_VerificationRequired", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR06_DWHR_RatedEffectiveness", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR06_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", "NotApplicable"
1, "WaterDWHR07_DWHR_PercentShowerServed", BEMP_Flt, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", ""
1, "WaterDWHR07_NotApplicableMessage", BEMP_Str, 1, 0, 1,
Pres, "", 0, 0, 555, "map from: ", "NotApplicable"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_ProcGarage", "nrccSection_ProcGarage", "Section_ProcGarage <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableProcGarage", "nrccTableProcGarage", "TableProcGarage <i>", 1, 0,
0, "nrccSection_ProcGarage", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowProcGarage", "nrcctblRowProcGarage", "tblRowProcGarage <i>", 0,
0, 0, "nrccTableProcGarage", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcGarage01_ExhaustFanName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage01_ExhaustFanName", "AirSys:Name or ZnSys:Name"
1, "ProcGarage02_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage02_ExhaustFlowRate", "ExhFanCap"
1, "ProcGarage03_AirFlowMinimum", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage03_AirFlowMinimum", "ExhFlowMin"
1, "ProcGarage04_FanPowerModeled", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage04_FanPowerModeled", "ExhFanPwr"
1, "ProcGarage05_MonitoringCO", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "ProcGarage05_MonitoringCO", "COCtrlRpt"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_ProcKitch", "nrccSection_ProcKitch", "Section_ProcKitch <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableProcKitch", "nrccTableProcKitch", "TableProcKitch <i>", 1, 0,
0, "nrccSection_ProcKitch", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowProcKitch", "nrcctblRowProcKitch", "tblRowProcKitch <i>", 0, 0,
0, "nrccTableProcKitch", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcKitch01_SpaceName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch01_SpaceName", "Spc:Name"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableKitchHoods", "nrccTableKitchHoods", "TableKitchHoods <i>", 0, 0,
0, "nrcctblRowProcKitch", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowKitchHoods", "nrcctblRowKitchHoods", "tblRowKitchHoods <i>", 0,
0, 0, "nrccTableKitchHoods", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcKitch02_KitchenExhaustHoodStyle", BEMP_Str, 5, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch02_KitchenExhaustHoodStyle",
"Spc:KitExhHoodStyle"
1, "ProcKitch02_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch02_NotApplicableMessage", ""
1, "ProcKitch03_KitchenExhaustHoodDuty", BEMP_Str, 5, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch03_KitchenExhaustHoodDuty",
"Spc:KitExhHoodDuty"
1, "ProcKitch03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch03_NotApplicableMessage", ""
1, "ProcKitch04_KitchenExhaustHoodLength", BEMP_Flt, 5, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch04_KitchenExhaustHoodLength",
"Spc:KitExhHoodLen"
1, "ProcKitch04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch04_NotApplicableMessage", ""
1, "ProcKitch05_KitchenExhaustHoodFlow", BEMP_Flt, 5, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch05_KitchenExhaustHoodFlow",
"Spc:KitExhHoodFlow"
1, "ProcKitch05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcKitch05_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------
; RJH 9/19/22 Section_ProcComp removed from NRCC/LMCC 2022, remains in NRCC 2019
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_ProcComp", "nrccSection_ProcComp", "Section_ProcComp <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableProcComp", "nrccTableProcComp", "TableProcComp <i>", 1, 0, 0,
"nrccSection_ProcComp", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowProcComp", "nrcctblRowProcComp", "tblRowProcComp <i>", 0, 0,
0, "nrccTableProcComp", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcComp01_HvacSystemName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcComp01_HvacSystemName", "AirSys:Name"
1, "ProcComp02_CoolingTonCapacity", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcComp02_CoolingTonCapacity",
"AirSys:AirSeg:CoilClg:CapTotNetRtd or AirSys:AirSeg:CoilClg:CapTotGrossRtd"
1, "ProcComp03_ProjectHasAirEconomizer", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcComp03_ProjectHasAirEconomizer",
"AirSys:EconoTypeRpt"
1, "ProcComp04_FanPowerModeled", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcComp04_FanPowerModeled",
"AirSys:SupFanPwr"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_ProcLab", "nrccSection_ProcLab", "Section_ProcLab <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableProcLab", "nrccTableProcLab", "TableProcLab <i>", 1, 0, 0,
"nrccSection_ProcLab", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowProcLab", "nrcctblRowProcLab", "tblRowProcLab <i>", 0, 0, 0,
"nrccTableProcLab", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "ProcLab01_SpaceName", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab01_SpaceName", "Spc:Name"
1, "ProcLab02_ExhaustFlowRate", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab02_ExhaustFlowRate", "Spc:ExhFlow"
1, "ProcLab03_AirFlowMinimum", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab03_AirFlowMinimum",
"Spc:PropMinExhFlow"
1, "ProcLab04_LaboratoryFumeHoodLength", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab04_LaboratoryFumeHoodLength",
"Spc:LabFumeHoodLen"
1, "ProcLab05_LaboratoryFumeHoodVerticalSashExhaustFlow", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"ProcLab05_LaboratoryFumeHoodVerticalSashExhaustFlow",
"Spc:LabFumeHoodVertSashExhFlow"
1, "ProcLab05_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab05_NotApplicableMessage", ""
1, "ProcLab06_LaboratoryFumeHoodVerticalAutomaticSashControlFraction",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"ProcLab06_LaboratoryFumeHoodVerticalAutomaticSashControlFraction",
"Spc:LabFumeHoodVertAutoSashCtrlFrac"
1, "ProcLab06_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "ProcLab06_NotApplicableMessage", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LtgInfo", "nrccSection_LtgInfo", "Section_LtgInfo <i>", 1, 0,
0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV
WA SP UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "afterchildren_LtgInfo01TotalLabel", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo01TotalLabel", ""
1, "afterchildren_LtgInfo02Total_SpacesConditionedArea", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo02Total_SpacesConditionedArea", ""
1, "afterchildren_LtgInfo03Total_LightingPowerInstalledTotalConditioned",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo03Total_LightingPowerInstalledTotalConditioned", ""
1, "afterchildren_LtgInfo04Total_TotalPAF_AllowedAllAreas", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo04Total_TotalPAF_AllowedAllAreas", ""
1,
"afterchildren_LtgInfo05Total_AreaAdditionalLightingPowerAllowedConditioned",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo05Total_AreaAdditionalLightingPowerAllowedConditioned",
""
1,
"afterchildren_LtgInfo06Total_TailoredTotalLightingPowerAllowedConditioned",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgInfo06Total_TailoredTotalLightingPowerAllowedConditioned", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLtgInfo", "nrccTableLtgInfo", "TableLtgInfo <i>", 1, 0, 0,
"nrccSection_LtgInfo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLtgInfo", "nrcctblRowLtgInfo", "tblRowLtgInfo <i>", 0, 0, 0,
"nrccTableLtgInfo", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgInfo01_SpaceFunction", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "LtgInfo01_SpaceFunction",
"Spc:SpcFunc"
1, "LtgInfo02_SpaceFloorArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo02_SpaceFloorArea", "Spc:CondFlrAreaWithMult"
1, "LtgInfo03_AllLuminairePowerInArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo03_AllLuminairePowerInArea", "Spc:CondRegInstLtgPwrWithMult"
1, "LtgInfo04_PAF_AllowedInArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo04_PAF_AllowedInArea", "Spc:CondPAFCtrlCredWithMult"
1, "LtgInfo05Label", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "LtgInfo05Label",
"Spc:??"
1, "LtgInfo05_ExtraPowerCalculatedForArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo05_ExtraPowerCalculatedForArea", "Spc:CondACMTotAllowPwrWithMult"
1, "LtgInfo06_TailoredPowerInArea", BEMP_Flt, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo06_TailoredPowerInArea", "Spc:CondTMTotAllowPwrWithMult"
1, "LtgInfo06_VerifedByInspector", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555,
"LtgInfo06_VerifedByInspector", "Spc:??"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LtgSched", "nrccSection_LtgSched", "Section_LtgSched <i>", 1,
0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLtgSched", "nrccTableLtgSched", "TableLtgSched <i>", 1, 0, 0,
"nrccSection_LtgSched", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLtgSched", "nrcctblRowLtgSched", "tblRowLtgSched <i>", 0, 0,
0, "nrccTableLtgSched", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgSched01_LuminaireName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched01_LuminaireName", ""
1, "LtgSched02_LuminaireDescription", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched02_LuminaireDescription", ""
1, "LtgSched02_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched02_NotApplicableMessage", "NoData"
1, "LtgSched03_LuminairePower", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched03_LuminairePower", ""
1, "LtgSched04_LuminaireSpecSource", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched04_LuminaireSpecSource", ""
1, "LtgSched05_LuminaireCountByType", BEMP_Int, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched05_LuminaireCountByType", ""
1, "LtgSched06_LuminairePowerByType", BEMP_Flt, 1, 0, 0, Pres, "",
0, 0, 555, "LtgSched06_LuminairePowerByType", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LtgCredits", "nrccSection_LtgCredits", "Section_LtgCredits <i>",
1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "afterchildren_LtgCredits09Total_TotalPAF_AllowedAllAreas", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_LtgCredits09Total_TotalPAF_AllowedAllAreas", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLtgCredits", "nrccTableLtgCredits", "TableLtgCredits <i>", 1, 0,
0, "nrccSection_LtgCredits", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLtgCredits", "nrcctblRowLtgCredits", "tblRowLtgCredits <i>", 0,
0, 0, "nrccTableLtgCredits", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgCredits01_SpaceName", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgCredits01_SpaceName", ""
1, "LtgCredits02_SpaceFunction", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgCredits02_SpaceFunction", ""
1, "LtgCredits03_PAFCreditType", BEMP_Str, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits03_PAFCreditType", ""
1, "LtgCredits03_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgCredits03_NotApplicableMessage", ""
1, "LtgCredits04_LightingPAF", BEMP_Flt, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits04_LightingPAF", ""
1, "LtgCredits04_NotApplicableMessage", BEMP_Str, 1, 0, 0, Pres, "",
0, 0, 555, "LtgCredits04_NotApplicableMessage", ""
1, "afterchildren_LtgCredits08_LuminairePowerInArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_LtgCredits08_LuminairePowerInArea", ""
1, "afterchildren_LtgCredits09_PAF_AllowedInArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"afterchildren_LtgCredits09_PAF_AllowedInArea", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLuminairesCredits", "nrccTableLuminairesCredits",
"TableLuminairesCredits <i>", 0, 0, 0, "nrcctblRowLtgCredits", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0,
1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLuminairesCredits", "nrcctblRowLuminairesCredits",
"tblRowLuminairesCredits <i>", 0, 0, 0, "nrccTableLuminairesCredits", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgCredits05_LuminaireName", BEMP_Str, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits05_LuminaireName", ""
1, "LtgCredits06_LuminairePower", BEMP_Flt, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits06_LuminairePower", ""
1, "LtgCredits07_LuminaireCountByType", BEMP_Int, 5, 0, 0, Pres, "",
0, 0, 555, "LtgCredits07_LuminaireCountByType", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_LtgControls", "nrccSection_LtgControls", "Section_LtgControls
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgControls01_MandatoryBuildingDemandResponseControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls01_MandatoryBuildingDemandResponseControlRequired",
"Proj:MandatoryLtgCtrlIsBldgDemandResponseCtrlRpt"
1, "LtgControls02_MandatoryBuildingShutOffControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls02_MandatoryBuildingShutOffControlRequired",
"Proj:MandatoryLtgCtrlIsBldgShutOffCtrlRpt"
1, "LtgControlsNA",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555, "LtgControlsNA", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLtgControls", "nrccTableLtgControls", "TableLtgControls <i>", 1,
0, 0, "nrccSection_LtgControls", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLtgControls", "nrcctblRowLtgControls", "tblRowLtgControls <i>",
0, 0, 0, "nrccTableLtgControls", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType
NV WA SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "LtgControls03_SpaceDescription",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls03_SpaceDescription", ""
1, "LtgControls04_SpaceFunction",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls04_SpaceFunction", ""
1, "LtgControls05_MandatoryAreaControlsRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls05_MandatoryAreaControlsRequired", ""
1, "LtgControls06_MandatoryMultiLevelControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls06_MandatoryMultiLevelControlRequired", ""
1, "LtgControls07_MandatoryShutOffControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls07_MandatoryShutOffControlRequired", ""
1, "LtgControls08_MandatoryPrimaryDaylightingControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls08_MandatoryPrimaryDaylightingControlRequired", ""
1, "LtgControls09_MandatorySecondaryDaylightingControlRequired",
BEMP_Str, 1, 0, 0, Pres, "", 0, 0, 555,
"LtgControls09_MandatorySecondaryDaylightingControlRequired", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_TailoredSum", "nrccSection_TailoredSum", "Section_TailoredSum
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType
NV WA SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--
1, "TailoredSum01_TailoredPowerAllowedGeneral",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"TailoredSum01_TailoredPowerAllowedGeneral", "Bldg:CondTMBaseGenlPwr"
1, "TailoredSum02_PowerAllowedUseLoseTotal",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"TailoredSum02_PowerAllowedUseLoseTotal", ""
1, "TailoredSum03_TailoredTotalLightingPowerAllowedConditioned",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"TailoredSum03_TailoredTotalLightingPowerAllowedConditioned", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredGen", "nrccSection_TailoredGen", "Section_TailoredGen
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType
NV WA SP US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--
1, "afterchildren_TailoredGen08Totals_TailoredPowerAllowedGeneral",
BEMP_Flt, 1, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredGen08Totals_TailoredPowerAllowedGeneral", "SUM ALL
TailoredGen08_TailoredPowerAllowedForArea"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredGen", "nrccTableTailoredGen", "TableTailoredGen <i>", 1,
0, 0, "nrccSection_TailoredGen", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredGen", "nrcctblRowTailoredGen", "tblRowTailoredGen <i>",
0, 0, 0, "nrccTableTailoredGen", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredGen01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen01_SpaceDescription", "Spc:Name"
1, "TailoredGen02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredGen02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen02_NotApplicableMessage", ""
1, "TailoredGen03_SpaceIlluminationLevel", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen03_SpaceIlluminationLevel", "Spc:TMGenlIlumRnd"
1, "TailoredGen04_RoomCavityRatio", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen04_RoomCavityRatio", "Spc:RCR"
1, "TailoredGen05_TailoredGeneralLPD", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen05_TailoredGeneralLPD", "Spc:TMBaseGenlLPD"
1, "TailoredGen06_SpaceFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen06_SpaceFloorArea", "Spc:FlrArea"
1, "TailoredGen07_PowerAllowedUseLoseTotal", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen07_PowerAllowedUseLoseTotal", "Spc:TMTotAllowPwr"
1, "TailoredGen08_TailoredPowerAllowedForArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredGen08_TailoredPowerAllowedForArea", "Spc:TMBaseGenlPwr"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredRCR", "nrccSection_TailoredRCR", "Section_TailoredRCR
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredRCR", "nrccTableTailoredRCR", "TableTailoredRCR <i>", 1,
0, 0, "nrccSection_TailoredRCR", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredRCR", "nrcctblRowTailoredRCR", "tblRowTailoredRCR <i>",
0, 0, 0, "nrccTableTailoredRCR", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredRCR01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR01_SpaceDescription", "Spc:Name"
1, "TailoredRCR02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredRCR02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR02_NotApplicableMessage", ""
1, "TailoredRCR03_SpaceFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR03_SpaceFloorArea", "Spc:FlrArea"
1, "TailoredRCR04_SpacePerimeter", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR04_SpacePerimeter", "Spc:Perim"
1, "TailoredRCR05_Height", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR05_Height", "Spc:TaskHgt"
1, "TailoredRCR06_RoomCavityRatio", BEMP_Flt, 5, 0, 0,
Pres, "", 0, 0, 555,
"TailoredRCR06_RoomCavityRatio", "Spc:RCR"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredWall", "nrccSection_TailoredWall", "Section_TailoredWall
<i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredWall", "nrccTableTailoredWall", "TableTailoredWall <i>",
1, 0, 0, "nrccSection_TailoredWall", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredWall", "nrcctblRowTailoredWall", "tblRowTailoredWall <i>",
0, 0, 0, "nrccTableTailoredWall", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredWall01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall01_SpaceDescription", "Spc:Name"
1, "TailoredWall02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredWall02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall02_NotApplicableMessage", ""
1, "TailoredWall03_WallDisplayLength", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall03_WallDisplayLength", "Spc:TMWallDispAllowLen"
1, "TailoredWall04_TailoredWallLightingPowerPerFoot", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredWall04_TailoredWallLightingPowerPerFoot", ""
1, "TailoredWall05_TailoredPowerCalculatedForArea", BEMP_Flt, 5, 0,
0, Pres, "", 0, 0, 555,
"TailoredWall05_TailoredPowerCalculatedForArea", "Spc:TMWallDispMax"
1, "afterchildren_TailoredWall12_TailoredPowerInArea", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredWall12_TailoredPowerInArea", "Spc:TMWallDispDsgn"
1, "afterchildren_TailoredWall13_PowerAllowedWallDisplay", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredWall13_PowerAllowedWallDisplay", "Spc:TMWallDispAllow"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableIntLtgSysWall", "nrccTableIntLtgSysWall", "TableIntLtgSysWall <i>",
1, 0, 0, "nrcctblRowTailoredWall", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowIntLtgSysWall", "nrcctblRowIntLtgSysWall", "tblRowIntLtgSysWall
<i>", 0, 0, 0, "nrccTableIntLtgSysWall", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredWall06_InteriorLightingSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall06_InteriorLightingSystemName", "Spc:IntLtgSys:Name"
1, "TailoredWall07_TailoredMountingHeight", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall07_TailoredMountingHeight", "Spc:IntLtgSys:LumMntgHgt"
1, "TailoredWall08_MountingHeightFactor", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall08_MountingHeightFactor", "Spc:IntLtgSys:TMWallFlrDispHtMult"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLuminairesWall", "nrccTableLuminairesWall", "TableLuminairesWall
<i>", 0, 0, 0, "nrcctblRowIntLtgSysWall", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLuminairesWall", "nrcctblRowLuminairesWall", "tblRowLuminairesWall
<i>", 0, 0, 0, "nrccTableLuminairesWall", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredWall09_LuminaireName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall09_LuminaireName", "Spc:IntLtgSys:LumRef[]"
1, "TailoredWall10_LuminairePower", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall10_LuminairePower", "Spc:IntLtgSys:LumPwr[]"
1, "TailoredWall11_LuminaireCountByType", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredWall11_LuminaireCountByType", "Spc:IntLtgSys:LumCnt[]"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredFloor", "nrccSection_TailoredFloor",
"Section_TailoredFloor <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredFloor", "nrccTableTailoredFloor", "TableTailoredFloor <i>",
1, 0, 0, "nrccSection_TailoredFloor", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredFloor", "nrcctblRowTailoredFloor", "tblRowTailoredFloor
<i>", 0, 0, 0, "nrccTableTailoredFloor", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredFloor01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor01_SpaceDescription", "Spc:Name"
1, "TailoredFloor02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredFloor02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor02_NotApplicableMessage", ""
1, "TailoredFloor03_SpaceFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor03_SpaceFloorArea", "Spc:TMCmbdFlrDispTaskAllowArea"
1, "TailoredFloor04_TailoredFloorTaskLPD", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor04_TailoredFloorTaskLPD", ""
1, "TailoredFloor05_TailoredPowerCalculatedForArea", BEMP_Flt, 5, 0,
0, Pres, "", 0, 0, 555,
"TailoredFloor05_TailoredPowerCalculatedForArea", "Spc:TMCmbdFlrDispTaskMax"
1, "afterchildren_TailoredFloor12_TailoredPowerInArea", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredFloor12_TailoredPowerInArea", "Spc:TMCmbdFlrDispTaskDsgn"
1, "afterchildren_TailoredFloor13_PowerAllowedFloorDisplayOrTask",
BEMP_Flt, 5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredFloor13_PowerAllowedFloorDisplayOrTask",
"Spc:TMCmbdFlrDispTaskAllow"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13
P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableIntLtgSysFloor", "nrccTableIntLtgSysFloor", "TableIntLtgSysFloor
<i>", 0, 0, 0, "nrcctblRowTailoredFloor", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowIntLtgSysFloor", "nrcctblRowIntLtgSysFloor", "tblRowIntLtgSysFloor
<i>", 0, 0, 0, "nrccTableIntLtgSysFloor", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredFloor06_InteriorLightingSystemName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor06_InteriorLightingSystemName", "Spc:IntLtgSys:Name"
1, "TailoredFloor07_TailoredMountingHeight", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor07_TailoredMountingHeight", "Spc:IntLtgSys:LumMntgHgt"
1, "TailoredFloor08_MountingHeightFactor", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor08_MountingHeightFactor", "Spc:IntLtgSys:TMWallFlrDispHtMult"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLuminairesFloor", "nrccTableLuminairesFloor", "TableLuminairesFloor
<i>", 0, 0, 0, "nrcctblRowIntLtgSysFloor", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLuminairesFloor", "nrcctblRowLuminairesFloor",
"tblRowLuminairesFloor <i>", 0, 0, 0, "nrccTableLuminairesFloor", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0,
0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredFloor09_LuminaireName", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor09_LuminaireName", "Spc:IntLtgSys:LumRef[]"
1, "TailoredFloor10_LuminairePower", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor10_LuminairePower", "Spc:IntLtgSys:LumPwr[]"
1, "TailoredFloor11_LuminaireCountByType", BEMP_Int, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredFloor11_LuminaireCountByType", "Spc:IntLtgSys:LumCnt[]"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredOrnamental", "nrccSection_TailoredOrnamental",
"Section_TailoredOrnamental <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1,
1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredOrnamental", "nrccTableTailoredOrnamental",
"TableTailoredOrnamental <i>", 1, 0, 0, "nrccSection_TailoredOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredOrnamental", "nrcctblRowTailoredOrnamental",
"tblRowTailoredOrnamental <i>", 0, 0, 0, "nrccTableTailoredOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredOrnamental01_SpaceDescription", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental01_SpaceDescription", "Spc:Name"
1, "TailoredOrnamental02_SpaceFunctionTailored", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredOrnamental02_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental02_NotApplicableMessage", ""
1, "TailoredOrnamental03_SpaceFloorArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental03_SpaceFloorArea", "Spc:TMOrnAndSpclEftAllowArea"
1, "TailoredOrnamental04_TailoredOrnamentalLPD", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredOrnamental04_TailoredOrnamentalLPD", ""
1, "TailoredOrnamental05_TailoredPowerCalculatedForArea", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"TailoredOrnamental05_TailoredPowerCalculatedForArea", "Spc:TMOrnAndSpclEftMax"
1, "afterchildren_TailoredOrnamental12_TailoredPowerInArea", BEMP_Flt,
5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredOrnamental12_TailoredPowerInArea",
"Spc:TMOrnAndSpclEftDsgn"
1,
"afterchildren_TailoredOrnamental13_PowerAllowedOrnamentalSpecialEffects",
BEMP_Flt, 5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredOrnamental13_PowerAllowedOrnamentalSpecialEffects",
"Spc:TMOrnAndSpclEftAllow"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableIntLtgSysOrnamental", "nrccTableIntLtgSysOrnamental",
"TableIntLtgSysOrnamental <i>", 0, 0, 0, "nrcctblRowTailoredOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowIntLtgSysOrnamental", "nrcctblRowIntLtgSysOrnamental",
"tblRowIntLtgSysOrnamental <i>", 0, 0, 0, "nrccTableIntLtgSysOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredOrnamental06_InteriorLightingSystemName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental06_InteriorLightingSystemName", "Spc:IntLtgSys:Name"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableLuminairesOrnamental", "nrccTableLuminairesOrnamental",
"TableLuminairesOrnamental <i>", 0, 0, 0, "nrcctblRowIntLtgSysOrnamental", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowLuminairesOrnamental", "nrcctblRowLuminairesOrnamental",
"tblRowLuminairesOrnamental <i>", 0, 0, 0, "nrccTableLuminairesOrnamental",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredOrnamental09_LuminaireName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental09_LuminaireName", "Spc:IntLtgSys:LumRef[]"
1, "TailoredOrnamental10_LuminairePower", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental10_LuminairePower", "Spc:IntLtgSys:LumPwr[]"
1, "TailoredOrnamental11_LuminaireCountByType", BEMP_Int, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredOrnamental11_LuminaireCountByType", "Spc:IntLtgSys:LumCnt[]"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC
Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18
P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
------
0, "nrccSection_TailoredValuable", "nrccSection_TailoredValuable",
"Section_TailoredValuable <i>", 1, 0, 0, "nrccnRCCPRF", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1,
1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredValuable", "nrccTableTailoredValuable",
"TableTailoredValuable <i>", 1, 0, 0, "nrccSection_TailoredValuable", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredValuable", "nrcctblRowTailoredValuable",
"tblRowTailoredValuable <i>", 0, 0, 0, "nrccTableTailoredValuable", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredValuable01_SpaceDescription", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredValuable01_SpaceDescription", "Spc:Name"
1, "TailoredValuable02_SpaceFunctionTailored", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredValuable02_SpaceFunctionTailored", "Spc:SpcFunc"
1, "TailoredValuable02_NotApplicableMessage", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredValuable02_NotApplicableMessage", ""
1, "TailoredValuable03_SpaceFloorArea", BEMP_Flt, 1, 0, 0,
Pres, "", 0, 0, 555,
"TailoredValuable03_SpaceFloorArea", "Spc:FlrArea"
1, "TailoredValuable04_PowerAllowedVeryValuableDisplay", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"TailoredValuable04_PowerAllowedVeryValuableDisplay", "0.55"
1, "TailoredValuable05_TailoredPowerCalculatedForArea", BEMP_Flt, 5,
0, 0, Pres, "", 0, 0, 555,
"TailoredValuable05_TailoredPowerCalculatedForArea", "Spc:FlrArea * 0.55"
1, "afterchildren_TailoredValuable11_TailoredPowerInArea", BEMP_Flt,
5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredValuable11_TailoredPowerInArea", "Spc:TMVeryValDispDsgn"
1, "afterchildren_TailoredValuable12_TailoredPowerAllowedForArea",
BEMP_Flt, 5, 0, 0, Pres, "", 0, 0, 555,
"afterchildren_TailoredValuable12_TailoredPowerAllowedForArea",
"Spc:TMVeryValDispAllow"
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrccTableTailoredCase", "nrccTableTailoredCase", "TableTailoredCase <i>",
1, 0, 0, "nrcctblRowTailoredValuable", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "nrcctblRowTailoredCase", "nrcctblRowTailoredCase", "tblRowTailoredCase <i>",
0, 0, 0, "nrccTableTailoredCase", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "TailoredValuable06_VeryValuableDisplayDescription", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredValuable06_VeryValuableDisplayDescription",
"Spc:IntLtgSys:VeryValDispDesc"
1, "TailoredValuable06_NotApplicableMessage", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555, "TailoredValuable06_NotApplicableMessage",
"NoData"
1, "TailoredValuable07_InteriorLightingSystemName", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"TailoredValuable07_InteriorLightingSystemName", "Spc:IntLtgSys:Name"
1, "TailoredValuable08_DisplayCaseArea", BEMP_Flt, 1, 0,
0, Pres, "", 0, 0, 555, "TailoredValuable08_DisplayCaseArea", ""
1, "TailoredValuable09_TailoredValuablesDisplayCaseLPD", BEMP_Flt, 1,
0, 0, Pres, "", 0, 0, 555,
"TailoredValuable09_TailoredValuablesDisplayCaseLPD", ""
1, "TailoredValuable10_TailoredPowerCalculatedForDisplayCase", BEMP_Flt,
1, 0, 0, Pres, "", 0, 0, 555,
"TailoredValuable10_TailoredPowerCalculatedForDisplayCase", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Nrci", "nrccSection_Nrci", "Section_Nrci <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Nrci00_NoRequiredCI", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrci00_NoRequiredCI",
"Empty section table = true"
;1, "NrciBeginNote1", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrciBeginNote1",
""
;1, "NrciLabel01", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrciLabel01",
""
; <xsd:documentation source="FieldText">Building
Component</xsd:documentation>
;1, "NrciLabel02", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrciLabel02",
""
; <xsd:documentation
source="FieldText">Form/Title</xsd:documentation>
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Nrca", "nrccSection_Nrca", "Section_Nrca <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Nrca00_NoRequiredCA", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrca00_NoRequiredCA",
"Empty section table = true"
;1, "NrcaBeginNote1", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcaBeginNote1",
""
;1, "NrcaLabel01", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcaLabel01",
""
; <xsd:documentation source="FieldText">Building
Component</xsd:documentation>
;1, "NrcaLabel02", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcaLabel02",
""
; <xsd:documentation
source="FieldText">Form/Title</xsd:documentation>
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR
AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17
P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------------
0, "nrccSection_Nrcv", "nrccSection_Nrcv", "Section_Nrcv <i>", 1, 0, 0,
"nrccnRCCPRF", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "Nrcv00_NoRequiredNRCV", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "Nrcv00_NoRequiredNRCV",
"Empty section table = true"
;1, "NrcvBeginNote1", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcvBeginNote1",
""
;1, "NrcvLabel01", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcvLabel01",
""
; <xsd:documentation source="FieldText">Building
Component</xsd:documentation>
;1, "NrcvLabel02", BEMP_Str, 1, 0, 0, Pres,
"", 0, 0, 555, "NrcvLabel02",
""
; <xsd:documentation
source="FieldText">Form/Title</xsd:documentation>
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14
P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccDeclarationsBlock", "nrccDeclarationsBlock", "DeclarationsBlock <i>",
1, 0, 0, "nrccDocumentData", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template
MD MR AC Parent1 P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12
P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_DocumentAuthorNRCC", "nrcccomp_DocumentAuthorNRCC",
"DocumentAuthorNRCC <i>", 1, 0, 0, "nrccDeclarationsBlock", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1,
1000
;
; VType NV WA SP
US UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "comp_documentAuthor01Name", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor01Name", "Proj:DocAuthName"
1, "comp_documentAuthor02ElectronicSignature", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor02ElectronicSignature", ""
1, "comp_documentAuthor03Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor03Company", ""
1, "comp_documentAuthor04SignatureDate", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor04SignatureDate", ""
1, "comp_documentAuthor05Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor05Address", ""
1, "comp_documentAuthor06Certification", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor06Certification", ""
1, "comp_documentAuthor07CityDA", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor07CityDA", ""
1, "comp_documentAuthor08State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor08State", ""
1, "comp_documentAuthor09Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor09Zipcode", ""
1, "comp_documentAuthor10Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_documentAuthor10Phone", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3 P4
P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF SR
IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonNRCCPRF", "nrcccomp_ResponsiblePersonNRCCPRF",
"ResponsiblePersonNRCCPRF <i>", 1, 0, 0, "nrccDeclarationsBlock", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0,
0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonDesigner", "nrcccomp_ResponsiblePersonDesigner",
"ResponsiblePersonDesigner <i>", 7, 0, 0, "nrcccomp_ResponsiblePersonNRCCPRF",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "comp_responsibleDesigner01_NameNRCC", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleDesigner01_NameNRCC", ""
1, "comp_responsibleDesigner01_ScopeCC", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleDesigner01_ScopeCC", ""
1, "comp_responsibleDesigner02_SignatureNRCC", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleDesigner02_SignatureNRCC", ""
1, "comp_responsiblePerson03_Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson03_Company", ""
1, "comp_responsiblePerson04_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson04_Address", ""
1, "comp_responsiblePerson05_DateSigned", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson05_DateSigned", ""
1, "comp_responsiblePerson06_City", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson06_City", ""
1, "comp_responsiblePerson07_State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson07_State", ""
1, "comp_responsiblePerson08_Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson08_Zipcode", ""
1, "comp_responsiblePerson09_Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson09_Phone", ""
1, "comp_responsiblePerson10_JobTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson10_JobTitle", ""
1, "comp_responsiblePerson11_License", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson11_License", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonEnvelopeDesigner",
"nrcccomp_ResponsiblePersonEnvelopeDesigner", "ResponsiblePersonEnvelopeDesigner
<i>", 1, 0, 0, "nrcccomp_ResponsiblePersonNRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "comp_responsibleEnvelopeDesigner01_Name", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleEnvelopeDesigner01_Name", ""
1, "comp_responsibleEnvelopeDesigner02_SignatureNRCC", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"comp_responsibleEnvelopeDesigner02_SignatureNRCC", ""
1, "comp_responsiblePerson03_Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson03_Company", ""
1, "comp_responsiblePerson04_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson04_Address", ""
1, "comp_responsiblePerson05_DateSigned", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson05_DateSigned", ""
1, "comp_responsiblePerson06_City", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson06_City", ""
1, "comp_responsiblePerson07_State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson07_State", ""
1, "comp_responsiblePerson08_Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson08_Zipcode", ""
1, "comp_responsiblePerson09_Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson09_Phone", ""
1, "comp_responsiblePerson10_JobTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson10_JobTitle", ""
1, "comp_responsiblePerson11_License", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson11_License", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonLightingDesigner",
"nrcccomp_ResponsiblePersonLightingDesigner", "ResponsiblePersonLightingDesigner
<i>", 1, 0, 0, "nrcccomp_ResponsiblePersonNRCCPRF", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "comp_responsibleLightingDesigner01_Name", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleLightingDesigner01_Name", ""
1, "comp_responsibleLightingDesigner02_SignatureNRCC", BEMP_Str, 1, 0,
0, Pres, "", 0, 0, 555,
"comp_responsibleLightingDesigner02_SignatureNRCC", ""
1, "comp_responsiblePerson03_Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson03_Company", ""
1, "comp_responsiblePerson04_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson04_Address", ""
1, "comp_responsiblePerson05_DateSigned", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson05_DateSigned", ""
1, "comp_responsiblePerson06_City", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson06_City", ""
1, "comp_responsiblePerson07_State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson07_State", ""
1, "comp_responsiblePerson08_Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson08_Zipcode", ""
1, "comp_responsiblePerson09_Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson09_Phone", ""
1, "comp_responsiblePerson10_JobTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson10_JobTitle", ""
1, "comp_responsiblePerson11_License", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson11_License", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName
Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrcccomp_ResponsiblePersonMechanicalDesigner",
"nrcccomp_ResponsiblePersonMechanicalDesigner",
"ResponsiblePersonMechanicalDesigner <i>", 1, 0, 0,
"nrcccomp_ResponsiblePersonNRCCPRF", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", -1, 1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "comp_responsibleMechanicalDesigner01_Name", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsibleMechanicalDesigner01_Name", ""
1, "comp_responsibleMechanicalDesigner02_SignatureNRCC", BEMP_Str, 1,
0, 0, Pres, "", 0, 0, 555,
"comp_responsibleMechanicalDesigner02_SignatureNRCC", ""
1, "comp_responsiblePerson03_Company", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson03_Company", ""
1, "comp_responsiblePerson04_Address", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson04_Address", ""
1, "comp_responsiblePerson05_DateSigned", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson05_DateSigned", ""
1, "comp_responsiblePerson06_City", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson06_City", ""
1, "comp_responsiblePerson07_State", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson07_State", ""
1, "comp_responsiblePerson08_Zipcode", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson08_Zipcode", ""
1, "comp_responsiblePerson09_Phone", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson09_Phone", ""
1, "comp_responsiblePerson10_JobTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson10_JobTitle", ""
1, "comp_responsiblePerson11_License", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_responsiblePerson11_License", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1
P2 P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS
bP CF SR IN HI
;
-----------------------------------------------------------------------------------
---------------------------------------------------------------
0, "nrccFooter", "nrccFooter", "Footer <i>", 1, 0, 0, "nrccDocumentData",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1,
1, 0, 0, 0, 1, 1000
;
; VType NV WA SP US
UL UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
--------
1, "comp_complianceDocumentStandardsTitle", BEMP_Str, 1, 0, 0,
Pres, "", 0, 0, 555,
"comp_complianceDocumentStandardsTitle", ""
;----------------------------------------------------------------------------------
--------------
;----------------------------------------------------------------------------------
-------------- SAC 07/15/22 - switched to *_noLMCC to include all NON-LMCC objects
needed for ruleset compilation - SAC 08/22/22 (LMCC)
2, "BEMBase_CF1RPRF01E_noLMCC.txt"
;----------------------------------------------------------------------------------
--------------
; FOLLOWING OBJECT TYPE HAS SPECIAL USE - ENABLES UI ACCESS TO INI FILE SETTINGS
; PROJECT FILES SHOULD NEVER STORE THESE OBJECTS - THEY SHOULD BE CREATED AND
DELETED DURING UI SESSION
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2
P3 P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP
CF SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "INISettings", "INISettings", "INISettings <i>", 1, 0, 0, "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1,
0, 0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "SimulationStorage", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 39110, "SimulationStorage", ""
1, "AnalysisStorage", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 39110, "AnalysisStorage", ""
1, "AnalysisThruStep", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 39110, "AnalysisThruStep", ""
1, "DontAbortOnErrorsThruStep", BEMP_Sym, 1, 0, 1, Pres, "",
0, 0, 39110, "DontAbortOnErrorsThruStep", ""
;----------------------------------------------------------------------------------
--------------
; FOLLOWING OBJECT TYPE HAS SPECIAL USE - TRACKS VERSION OF BEM (BUILDING DATA
MODEL)
; VERSION INDEX EQUAL TO NUMBER OF PROPERTIES IN THIS OBJECT, AND PROPERTY LONG
NAMES USED TO DESCRIBE UPDATES SINCE PREVIOUS VERSION
;----------------------------------------------------------------------------------
--------------
; LName Template MD MR AC Parent1 P2 P3
P4 P5 P6 P7 P8 P9 P10 P11 P12 P13 P14 P15 P16 P17 P18 P19 P20 MC MS bP CF
SR IN HI
;
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
0, "BEMVersion", "BEMVersion", "BEMVersion <i>", 1, 0, 0, "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", -1, 1, 0,
0, 0, 0, 1000
;
; VType NV WA SP US UL
UT NO OC CV CP HI LName
;
-----------------------------------------------------------------------------------
----------------
1, "BEMVer1_1d_521", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion1_thruVer1d_521", ""
1, "BEMVer2_1e_540", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion2_thruVer1e_540", ""
1, "BEMVer3_1f_552", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion3_thruVer1f_552", ""
1, "BEMVer4_1f_560", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion4_thruVer1f_560", ""
1, "BEMVer5_2_600", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion5_thruVer2_600", ""
1, "BEMVer6_2_600b", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion6_thruVer2_600b", ""
1, "BEMVer7_3_632", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion7_thruVer3_632", ""
1, "BEMVer8_3a_679", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion8_thruVer3a_679", ""
1, "BEMVer9_3b_71X", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion9_thruVer3b_71X", ""
1, "BEMVer10_3c_75X", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion10_thruVer3c_75X", ""
1, "BEMVer11_3e_41xx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion11_thruVer3e_41xx", ""
1, "BEMVer12_3e_41xx", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion12_thruVer3e_41xx", ""
1, "BEMVer13_16_3_47xx",BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion13_thruVer16_3_47xx", ""
1, "BEMVer14_16_3_50xx",BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion14_thruVer16_3_50xx", ""
1, "BEMVer15_19_2_0", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion15_thruVer19_2_0", ""
1, "BEMVer16_19_2_0", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion16_thruVer19_2_0", "" ;
final release - SAC 09/30/21
1, "BEMVer17_22_2_0", BEMP_Int, 1, 0, 0, NInp, "",
0, 0, 1001, "BEMVersion17_thruVer22_2_0", "" ;
SAC 10/06/22
;----------------------------------------------------------------------------------
--------------
-1