WOLFRAM SYSTEM MODELER

TimerCircuit

Switches heating on depending on parameters or time of day

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.Energy.HouseHeating.Components.TimerCircuit"]
Out[1]:=

Information

 

House Heating: TimerCircuit

 

Description

This models a timer, with two operating modes. In all-day heating mode, it always turns the heat on when the thermostat input is true. In the timed heating mode, it only turns the heat on when both the thermostat input is true, and the preprogrammed timetable input is true.

View the model diagram for this model.

 

Parameters (1)

heatAllDay

Value: false

Type: Boolean

Description: Heat house while not home.

Connectors (2)

thermostatInput

Type: BooleanInput

radiatorOn

Type: BooleanOutput

Components (6)

switch

Type: LogicalSwitch

falseValue

Type: BooleanConstant

timetable

Type: BooleanTable

allDayHeating

Type: BooleanConstant

switch1

Type: LogicalSwitch

useTimedHeating

Type: BooleanConstant

Used in Examples (1)

HouseHeatingScenario

IndustryExamples.Energy.HouseHeating

Example modeling heating of a complete house.