enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. TRIAC - Wikipedia

    en.wikipedia.org/wiki/TRIAC

    A TRIAC (triode for alternating current; also bidirectional triode thyristor or bilateral triode thyristor [1]) is a three-terminal electronic component that conducts current in either direction when triggered. The term TRIAC is a genericised trademark.

  3. Zero-crossing control - Wikipedia

    en.wikipedia.org/wiki/Zero-crossing_control

    Many opto-TRIACs come with zero-cross circuits built in. They are often used to control larger, power TRIACs. In this setup TRIAC turn-on delays compound, so quick turn-on times are important. The corresponding phase-angle circuits are more sophisticated and more expensive than zero-cross circuits.

  4. Switch statement - Wikipedia

    en.wikipedia.org/wiki/Switch_statement

    Switch statements function somewhat similarly to the if statement used in programming languages like C/C++, C#, Visual Basic .NET, Java and exist in most high-level imperative programming languages such as Pascal, Ada, C/C++, C#, [1]: 374–375 Visual Basic .NET, Java, [2]: 157–167 and in many other types of language, using such keywords as ...

  5. Silicon controlled rectifier - Wikipedia

    en.wikipedia.org/wiki/Silicon_controlled_rectifier

    A TRIAC resembles an SCR in that both act as electrically controlled switches. Unlike an SCR, a TRIAC can pass current in either direction. Thus, TRIACs are particularly useful for AC applications. TRIACs have three leads: a gate lead and two conducting leads, referred to as MT1 and MT2.

  6. Solid-state relay - Wikipedia

    en.wikipedia.org/wiki/Solid-state_relay

    In AC circuits, SCR or triac relays inherently switch off at the points of AC zero cross when there is zero load current. The circuit will never be interrupted in the middle of a sine wave peak, preventing the large transient voltages that would otherwise occur due to the sudden collapse of the magnetic field around the inductance.

  7. Voltage controller - Wikipedia

    en.wikipedia.org/wiki/Voltage_controller

    A Voltage controller thyristor based dimmer rack An electrical schematic for a typical SCR-based light dimmer. A voltage controller, also called an AC voltage controller or AC regulator is an electronic module based on either thyristors, triodes for alternating current, silicon-controlled rectifiers or insulated-gate bipolar transistors, which converts a fixed voltage, fixed frequency ...

  8. Electronic component - Wikipedia

    en.wikipedia.org/wiki/Electronic_component

    These leads connect to other electrical components, often over wire, to create an electronic circuit with a particular function (for example an amplifier, radio receiver, or oscillator). Basic electronic components may be packaged discretely, as arrays or networks of like components, or integrated inside of packages such as semiconductor ...

  9. Duff's device - Wikipedia

    en.wikipedia.org/wiki/Duff's_device

    In the C programming language, Duff's device is a way of manually implementing loop unrolling by interleaving two syntactic constructs of C: the do-while loop and a switch statement. Its discovery is credited to Tom Duff in November 1983, when Duff was working for Lucasfilm and used it to speed up a real-time animation program.