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

Setpoint manager and sensor node

Hi, I try this code and get Name or constant error for create a DX 2 stage humidity control coil :

 doas1_coil1 = Openstudio::Model::CoilCoolingDXTwoStageWithHumidityControlMode.new(model)
 doas1_coil12 = Openstudio::Model::CoilHeatingDesuperheater.new(model)

1/ How i need setup those coil into airloop? Normally, dx coil single and twospeed need to have peformance curve before

2/ How to get sensor node for coil, outdoor mixer and other objects ? i heard that OS automatic add setpoint manager when we add coil/object to airloop. Have any way to access those setpoint manager to modifying them or i need to remove all default setpoint manager then add my set point manager ? Thanks

Setpoint manager and sensor node

Hi, I try this code and get Name or constant error for create a DX 2 stage humidity control coil :

 doas1_coil1 = Openstudio::Model::CoilCoolingDXTwoStageWithHumidityControlMode.new(model)
 doas1_coil12 = Openstudio::Model::CoilHeatingDesuperheater.new(model)

1/ How i need setup those coil into airloop? Normally, dx coil single and twospeed need to have peformance curve before

2/ How to get sensor node for coil, outdoor mixer and other objects ? i heard that OS automatic add setpoint manager when we add coil/object to airloop. Have any way to access those setpoint manager to modifying them or i need to remove all default setpoint manager then add my set point manager ? Thanks

Setpoint manager and sensor node

Hi, I try this code and get Name or constant error for create a DX 2 stage humidity control coil :

 doas1_coil1 = Openstudio::Model::CoilCoolingDXTwoStageWithHumidityControlMode.new(model)
 doas1_coil12 = Openstudio::Model::CoilHeatingDesuperheater.new(model)

1/ How i need setup those coil into airloop? Normally, dx coil single and twospeed need to have peformance curve before

2/ How to get sensor node for coil, outdoor mixer and other objects ? i heard that OS automatic add setpoint manager when we add coil/object to airloop. Have any way to access those setpoint manager to modifying them or i need to remove all default setpoint manager then add my set point manager ? Thanks