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

EMS via OpenStudio - multiple EMS Calling Manager objects

Is it okay to create multiple EMS calling managers inside a measure or should I only create a single calling manager and attach programs with multiple calls to addProgram?

pcm = OpenStudio::Model::EnergyManagementSystemProgramCallingManager.new(model) pcm.setName("Prgm_Mgr_#{program_id}") pcm.setCallingPoint("AfterPredictorAfterHVACManagers") pcm.addProgram(program)

Thanks!

EMS via OpenStudio - multiple EMS Calling Manager objects

Hello everyone,

Is it okay to create multiple EMS calling managers inside a measure or should I only create a single calling manager and attach programs with multiple calls to addProgram?

pcm = OpenStudio::Model::EnergyManagementSystemProgramCallingManager.new(model) pcm.setName("Prgm_Mgr_#{program_id}") pcm.setCallingPoint("AfterPredictorAfterHVACManagers") pcm.addProgram(program)

Thanks!

EMS via OpenStudio - multiple EMS Calling Manager objects

Hello everyone,

Is it okay to create multiple EMS calling managers inside a measure or should I only create a single calling manager and attach programs with multiple calls to addProgram?

pcm = OpenStudio::Model::EnergyManagementSystemProgramCallingManager.new(model)
pcm.setName("Prgm_Mgr_#{program_id}")
pcm.setCallingPoint("AfterPredictorAfterHVACManagers")
pcm.addProgram(program)

pcm.addProgram(program)

Thanks!

EMS via OpenStudio - multiple EMS Calling Manager objects

Hello everyone,

Is it okay to create multiple EMS calling managers inside a measure or should I only create a single calling manager and attach programs with multiple calls to addProgram?

pcm = OpenStudio::Model::EnergyManagementSystemProgramCallingManager.new(model)
pcm.setName("Prgm_Mgr_#{program_id}")
pcm.setCallingPoint("AfterPredictorAfterHVACManagers")
pcm.addProgram(program)

Thanks!

EMS via OpenStudio - multiple EMS Calling Manager objects

Hello everyone,

Is it okay to create multiple EMS calling managers inside a measure or should I only create a single calling manager and attach programs with multiple calls to addProgram?

pcm = OpenStudio::Model::EnergyManagementSystemProgramCallingManager.new(model)
pcm.setName("Prgm_Mgr_#{program_id}")
pcm.setCallingPoint("AfterPredictorAfterHVACManagers")
pcm.addProgram(program)

Thanks!