Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 9 years ago

ngkhanh's avatar

EMS measure in OS example

Hi, i want to apply EMS by measure in OS, have any example or guide for that task ? Thanks

click to hide/show revision 2
No.2 Revision

EMS measure in OS example

Hi, i 1.i want to apply EMS by measure in OS, have any example or guide for that task ? 2. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ? 3. zone_report_test.rb doesn't work in notepad++ with error as follow :

vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2)

how to solve this issue? Thanks

click to hide/show revision 3
No.3 Revision

EMS and report measure in OS exampleOS

Hi, Hello,

1.i want to apply EMS by measure in OS, have any example or guide for that task ? 2. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ? 3. zone_report_test.rb doesn't work in notepad++ with error as follow :

vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2)

how to solve this issue? Thanks

click to hide/show revision 4
No.4 Revision

EMS and report measure in OSOS example

Hello,

1.i want to apply EMS by measure in OS, have any example or guide for that task ?

2.
  1. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ? 3. ?
  2. zone_report_test.rb doesn't work in notepad++ with error as follow :

    vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2)

    "W/ft^2").round(2)

how to solve this issue? Thanks

click to hide/show revision 5
No.5 Revision

EMS and report measure in OS exampleOS

Hello,

1.i want to apply EMS by measure in OS, have any example or guide for that task ?

  1. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ?
  2. zone_report_test.rb doesn't work in notepad++ with error as follow :

    vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2)

how to solve this issue? Thanks

click to hide/show revision 6
No.6 Revision

EMS and report measure in OSOS example

Hello,

1.i want to apply EMS by measure in OS, have any example or guide for that task ?

  1. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ?
  2. zone_report_test.rb doesn't work in notepad++ with error as follow :

    vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2)

how to solve this issue? Thanks

click to hide/show revision 7
No.7 Revision

EMS and report measure in OS exampleOS

Hello,

  1. 1.i i want to apply EMS by measure in OS, have any example or guide for that task ?

    1. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ?

    2. zone_report_test.rb doesn't work in notepad++ with error as follow :

    vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2)

how to solve this issue? Thanks

click to hide/show revision 8
No.8 Revision

EMS and report measure in OSOS example

Hello,

  1. i want to apply EMS by measure in OS, have any example or guide for that task ?

  2. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ?

  3. zone_report_test.rb doesn't work in notepad++ with error as follow :

vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2)3.When i run a measure_test.rb in zone report by notepad++, it gets this error .

test_HvacEquipmentPresentInOutput(ZoneReport_Test):
NoMethodError: undefined method `[]' for nil:NilClass

Why it get failed and how to overcomes it ?

how to solve this issue? Thanks

EMS and report measure in OS exampleOS

Hello,

  1. i I want to apply EMS by measure in OS, have any example or guide for that task ?

  2. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ?

3.When i run a measure_test.rb in zone report by notepad++, it gets this error .

test_HvacEquipmentPresentInOutput(ZoneReport_Test):
NoMethodError: undefined method `[]' for nil:NilClass

Why did it get failed fail and how to overcomes overcome it ?

Thanks

click to hide/show revision 10
No.10 Revision

EMS and report measure in OSOS example

  1. I want to apply EMS by measure in OS, have any example or guide for that task ?

  2. in zone_report measure has those code that i can't understand their syntax and arguments : vals[:va] = getDetailsData( "LightingSummary", "Entire Facility", "Interior Lighting", "#{zoneMetrics[:name]}%", "Lighting Power Density", "W/m2", "W/ft^2").round(2) How getDetailData works ?

3.When i run a measure_test.rb in zone report by notepad++, it gets this error .

test_HvacEquipmentPresentInOutput(ZoneReport_Test):
NoMethodError: undefined method `[]' for nil:NilClass

Why did it fail and how to overcome it ?