answersLogoWhite

0

Trailing edge dimmers (as opposed to leading edge, or triac dimmers) turn off the electrical load at the end, or trailing edge, of the AC input waveform. They control the power to the load by varying the duty cycle (the ratio of on time to on+off time) of the voltage to the load, the same as leading edge or triac dimmers. Cutting off the trailing edge of the waveform allows compatibility with electric loads that are either resistive or capacitive in nature (as opposed to leading edge dimmers which are compatible with resistive and inductive loads). Trailing edge dimmers are more complex than other dimmers, and are usually implemented using back-to-back power FETs (n-channel enhancement-mode MOSFETS with their source terminals connected together, the gates connected together, and the drain terminals acting as the two power terminals). The FETs have an intrinsic body diode which means they always conduct in one direction. Putting two FETs together as described allows current flow to be controlled in either direction (with no gate signal, both FETs are off, and the body diodes allow no current flow either. If one FET is gated on, the current can flow through that FET and the body diode of the other FET).

Trailing edge dimmers are designed to fade the voltage to zero rather than switch it abruptly off, by applying a resistance to create a ramp rather than a "cliff." This greatly reduces interfering electrical and radio emissions. It also increases the amount of heat dissipated, since the resistive period generates heat. Most trailing edge dimmers contain thermal monitors that can adjust the ramp if too much heat is being generated.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve

Add your answer:

Earn +20 pts
Q: Trailing edge dimmer how does it work?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is the Importance of leading edge and trailing edge in radar pulse?

The leading edge of a radar pulse determines range accuracy. The trailing edge, along with pulse width, determines minimum range.


4027 master slave flip flop theory?

The 4027 master-slave filp-flop is a pair of CMOS edge triggered flip-flops connected in series. Assuming that you don't assert the set or reset inputs (which are overrides) the first flip-flop will follow the input on the leading edge of the clock, with the other following on the trailing edge.


Does Dijkstra's algorithm work for graphs with negative edge weights?

No, Dijkstra's algorithm does not work for graphs with negative edge weights because it assumes all edge weights are non-negative.


Why doesn't Dijkstra's algorithm work with negative edge weights?

Dijkstra's algorithm does not work with negative edge weights because it assumes that all edge weights are non-negative. When negative edge weights are present, the algorithm may not find the shortest path due to the possibility of creating cycles that continuously decrease the total path weight. This can lead to incorrect results and make the algorithm unreliable.


How does Dijkstra's algorithm handle negative edge weights in a graph?

Dijkstra's algorithm does not work with negative edge weights in a graph because it assumes all edge weights are non-negative. Negative edge weights can cause the algorithm to give incorrect results or get stuck in an infinite loop. To handle negative edge weights, a different algorithm like Bellman-Ford should be used.