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!