vault backup: 2025-12-19 13:13:11

This commit is contained in:
2025-12-19 13:13:11 -05:00
parent 3ae6edeb65
commit 77a05f9293
7 changed files with 313 additions and 173 deletions
+41 -41
View File
@@ -1,18 +1,22 @@
---
id:
aliases: []
title: Lighting Controls
tags:
- authorship/original
- destiny/permanent
- status/incomplete
- topic/construction/electrical
- type/encyclopedia
title: Lighting Controls
---
# Lighting Controls
## Protocols
## Sensor Types
* Occupancy
* Vacancy
* Daylight
* Partition
## Occupancy/Vacancy Sensor Technologies
@@ -22,9 +26,10 @@ title: Lighting Controls
## Switching/Communication
* Occupancy
* Vacancy
* Daylight
Dimming Terms
* **trim** --- refers to the minimum and maximum brightness levels
(low-end and high-end trim respectively)
a dimmer will reach. Usually adjustable.
### Line Voltage
@@ -36,46 +41,38 @@ title: Lighting Controls
### Digital
#### Generic "Standalone"
The examples below are typical of a generic system,
with functionally identical features and topologies.
Includes wired (via [[twisted-pair-cable]] and 8P8C "RJ-45" connectors)
and wireless (via RF) communication.
* [Legrand Wattstopper Digital Light Management (DLM)](https://www.legrand.us/solutions/digital-lighting-management)
* [Acuity nLight®](https://nlight.acuitybrands.com/overview)
* [Lutron Vive](https://commercial.lutron.com/us/en/commercial-systems/vive)
* [Cooper Greengate](https://www.cooperlighting.com/global/brands/greengate)
#### Digital Addressable Lighting Interface (DALI) ^dali
[Digital Addressable Lighting Interface](https://en.wikipedia.org/wiki/Digital_Addressable_Lighting_Interface)
Open protocol defined by [IEC 62386](https://www.dali-alliance.org/standards/IEC62386.html).
Includes wired (via [[twisted-pair-cable]] and 8P8C "RJ-45" connectors)
and wireless topologies.
##### Proprietary DALI Clones
There exist several proprietary control ecosystems
with feature sets and topologies identical to DALI.
> I suspect these exist to skirt the cost of DALI's testing requirements.
4-Conductor Class 2 control circuit
%%
I'm less sure this is an apt description.
The examples below are typical of some generic system,
but it doesn't seem to be DALI.
Lutron's QS bares some resemblance to DALI.
%%
Examples include:
* [Legrand Wattstopper Digital Light Management (DLM)](https://www.legrand.us/solutions/digital-lighting-management)
* [Acuity nLight®](https://nlight.acuitybrands.com/overview)
* [Lutron Quantum](https://www.lutron.com/us/en/controls/systems/quantum)[^1]
* [Lutron Athena][^2]
* [Cooper Greengate](https://www.cooperlighting.com/global/brands/greengate)
[^1]: Maybe not. Sensors show 24V wiring.
[^2]: Can not verify. Website is down at time of writing.
#### Digital Multiplex (DMX) ^dmx
[DMX512](https://en.wikipedia.org/wiki/DMX512)
DMX512-A defined in ANSI E1.11-2008
Shielded [[twisted-pair-cable]] with XLR or 8P8C ("RJ-45") connectors
Shielded [[twisted-pair-cable]] with XLR or 8P8C "RJ-45" connectors
#### See Also
@@ -91,7 +88,6 @@ Shielded [[twisted-pair-cable]] with XLR or 8P8C ("RJ-45") connectors
* Triac (Line voltage dim)
* Analog (0-10V dim)
* Digital
* Wireless
All these control methods are likely to appear in drawings.
@@ -111,7 +107,7 @@ This method is compliant with
which allows control circuits to share a raceway with power conductors
if either all of the power conductors or all of the control conductors
are themselves in a raceway,
or in metal-sheathed, metal-clad, nonmetallic-sheathed, or Type UF cable.
or in metal-sheathed, metal-clad, non--metallic-sheathed, or Type UF cable.
### Triac Dimming
@@ -126,17 +122,21 @@ This reduces the output power, so the lamp dims.
There are two subtypes based on which side of the wave is chopped.
* Magnetic Low Voltage (MLV)** -- AKA "Leading Edge" or "Forward Phase"
* Electronic Low Voltage (ELV)** -- AKA "Trailing Edge" or "Reverse Phase"
* **Magnetic Low Voltage (MLV)** -- AKA "Leading Edge" or "Forward Phase"
* **Electronic Low Voltage (ELV)** -- AKA "Trailing Edge" or "Reverse Phase"
The "magnetic" and "electronic" of MLV and ELV
are holdovers from pre-LED days,
having nothing to do with how they are used today.
They are, unfortunately, the most common terms.
> [!important]
> The "magnetic" and "electronic" of MLV and ELV
> are holdovers from pre-LED days.
> They have nothing to do with how they are used today.
> They are, unfortunately, the most common terms.
> "Triac" is sometimes used in contrast to ELV erroneously to mean MLV
> [!important]
> "Triac" is sometimes used (in contrast to ELV) erroneously to mean MLV
There also exist "universal" dimmers,
There also exist "universal" or "phase select" dimmers,
which can be switched between the two subtypes.
### Digital Dimming
> [!info]
> It is likely that "digitally dimmed" fixtures are 0-10V dimmed internally.