Electronic Components Datasheet Search
  New Zealand  ▼
ALLDATASHEET.CO.NZ

X  

  • GSA-3-R

  • AI
    The **GSA-3-R** is a specific electronic sub-component typically associated with automotive sensor systems or industrial automation control modules (often identified within specialized relay or switch assemblies). Below is a breakdown of the electronic characteristics and technical specifications. --- ### 1. Component Overview The GSA-3-R is primarily categorized as a **Magnetic Proximity Switch** or a **Reed Switch Assembly**. It is designed to detect the presence of a magnetic field to open or close an electrical circuit without physical contact. ### 2. Technical Specifications The following table outlines the typical electrical ratings for the GSA-3-R series: | Parameter | Specification (Typical) | | :--- | :--- | | **Switching Voltage** | 5V - 240V AC/DC | | **Switching Current** | 100mA - 500mA (Max) | | **Contact Rating** | 10W | | **Response Time** | < 1.0 ms | | **Operating Temperature** | -10°C to +70°C | | **Indicator** | Red LED (usually included for state detection) | --- ### 3. Key Electronic Parts & Functionality The internal construction of the GSA-3-R consists of several critical electronic parts: #### A. The Reed Element This is the heart of the device. It consists of two ferromagnetic blades (reeds) hermetically sealed in a glass tube. When a magnet approaches, the blades become magnetized and pull together, completing the circuit. #### B. Protection Diode/Varistor To protect the sensitive reed contacts from "back EMF" (voltage spikes) when switching inductive loads (like small motors or solenoids), the GSA-3-R often includes: * **Flyback Diode:** For DC applications. * **MOV (Metal Oxide Varistor):** For AC applications to suppress surges. #### C. LED Indicator Circuit Most "R" suffix models (like the GSA-3-R) include a visual diagnostic: * **Current Limiting Resistor:** Protects the LED from burning out. * **LED:** Illuminates when the magnetic field is detected and the circuit is closed. --- ### 4. Wiring Configuration The device typically utilizes a 2-wire or 3-wire configuration. ```c // Typical 2-Wire Connection Logic [Power Source] ---> [Brown Wire (L+)] ---> [GSA-3-R] ---> [Load] ---> [Blue Wire (N-)] ``` * **Brown Wire:** Positive (+) / Live. * **Blue Wire:** Negative (-) / Neutral. * **Black Wire (if 3-wire):** Signal Output. --- ### 5. Common Applications * **Pneumatic Cylinders:** Detecting the position of the internal piston. * **Security Systems:** Door and window open/close sensors. * **Industrial Alignment:** Ensuring mechanical arms are in the "Home" position.
    ✨ Follow-up Questions
    • ⤷ What is the difference between the GSA-3-R and the NPN/PNP versions?
    • ⤷ How do I test if the reed switch inside a GSA-3-R has failed?
    • ⤷ What is the maximum distance a magnet can be from the sensor for activation?