データシートサーチシステム
  Japanese  ▼
ALLDATASHEET.JP

X  

  • AD2C201

  • AI
    The **AD2C201** is a high-performance **Solid State Relay (SSR)**, specifically a bi-directional MOSFET output relay designed for telecommunications, instrumentation, and industrial control. It is often manufactured by companies like *Analog Devices* or *Cosmo Electronics*. --- ### ## 1. Key Specifications The following table highlights the primary electrical characteristics of the AD2C201: | Parameter | Symbol | Value | Units | | :--- | :--- | :--- | :--- | | **Load Voltage** | $V_L$ | 400 | V (AC/DC Peak) | | **Load Current** | $I_L$ | 200 | mA | | **On-Resistance** | $R_{ON}$ | 10 (Typ) | $\Omega$ | | **Isolation Voltage** | $V_{ISO}$ | 3750 | Vrms | | **Input Forward Current** | $I_F$ | 50 | mA | | **Output Capacitance** | $C_{OUT}$ | 50 | pF | --- ### ## 2. Internal Construction The AD2C201 operates using an **Optocoupler** principle to ensure galvanic isolation between the control circuit and the load. 1. **Input Side (Emitter):** Consists of an AlGaAs infrared Light Emitting Diode (LED). When current flows, it emits light. 2. **Isolation Barrier:** A transparent silicone or dielectric layer that prevents high voltage on the output side from damaging the input controller. 3. **Output Side (Detector):** A Photovoltaic Diode Array coupled with two high-voltage MOSFETs. The light from the LED generates a voltage that triggers the MOSFET gates, allowing current to flow in either direction (AC or DC). --- ### ## 3. Feature Comparison Compared to traditional Electromechanical Relays (EMRs), the AD2C201 offers several advantages: * **No Contact Bounce:** Since there are no moving parts, it eliminates electrical noise caused by arcing. * **High Speed:** Switching times are typically in the range of 0.1ms to 0.5ms. * **Long Life:** It does not suffer from mechanical wear, allowing for millions of switching cycles. * **Low Power Consumption:** Can be driven directly by microcontrollers (TTL/CMOS compatible). --- ### ## 4. Common Applications * **Telecommunications:** Hook switches, dial pulsing, and ringer injection. * **Instrumentation:** Data acquisition systems and multiplexers. * **Industrial:** Solenoid valve control and PLC output modules. * **Security:** Alarm sensors and glass-break detectors. --- ### ## 5. Typical Circuit Configuration To use the AD2C201, a simple current-limiting resistor is required on the input side. ```cpp // Example of driving the input LED from a 5V Microcontroller // Vcc (5V) --- [Resistor 330 Ohm] --- [Pin 1: LED+] // [Pin 2: LED-] --- GND ```
    ✨ Follow-up Questions
    • What is the pinout configuration for the AD2C201 package?
    • How do I calculate the input resistor value for a 3.3V control signal?
    • Can the AD2C201 be used to switch high-frequency AC signals?