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

You might be able to assign a schedule value directly to the EMS actuator.

Schedule:File,
    *SchName*,  !- Name
    ... (all associated Schedule:File object's fields)

EnergyManagementSystem:Actuator,
   **YourActuatorName**,   
   *SchName*,       
   Schedule:File,     
   Schedule Value;

You might be able to assign a schedule value directly to the EMS actuator.

Schedule:File,
    *SchName*, SchName,  !- Name
    ... (all associated Schedule:File object's fields)

EnergyManagementSystem:Actuator,
   **YourActuatorName**, YourActuatorName,  *SchName*, SchName,       
   Schedule:File,     
   Schedule Value;