blockDaylightControlled
Controlling the outdoor lighting based on whether the sun is up
Information
This block outputs on/off control signals for outdoor lighting devices based on daylight time. The outdoor lights will be automatically turned off during daylight hours, and turned on when there is no daylight.
Validation
A validation can be found at Buildings.Controls.OBC.OutdoorLights.Validation.DaylightControlled.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | lat | Latitude | |
| Real | lon | Longitude | |
| Real | timZon | Time zone of location |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| CDL.Interfaces.RealOutput | y | Output true if lights should be on |
Revisions
-
Feb 13, 2019, by Kun Zhang:
First implementation.