数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

  • MJS7-R

  • AI
    ## Understanding the MJS7-R (Magnetic Proximity Switch) The **MJS7-R** is an industrial-grade **magnetic proximity switch** (often categorized as a Reed Sensor) used primarily for position sensing, speed detection, and non-contact limit switching. It operates based on the presence of a magnetic field. --- ### 1. Key Technical Specifications The "R" suffix typically denotes a specific contact arrangement or mounting style. Below are the general electronic characteristics: | Feature | Specification (Typical) | | :--- | :--- | | **Contact Type** | Normally Open (NO) / SPST | | **Switching Voltage** | 0 - 200V DC / 140V AC | | **Switching Current** | 0.5A (Max) | | **Power Rating** | 10W (Max) | | **Sensing Distance** | 5mm to 15mm (depending on magnet strength) | | **Response Time** | < 1.0 ms | | **Operating Temp** | -20°C to +85°C | --- ### 2. Internal Electronic Components The device is relatively simple but highly reliable due to its lack of moving mechanical parts (other than the internal reeds). * **Reed Switch:** The core component consisting of two ferromagnetic blades hermetically sealed in a glass tube. When a magnet approaches, the blades become oppositely polarized and pull together, closing the circuit. * **Encapsulation:** The internal reed is usually potted in **Epoxy Resin** within a plastic or metal housing to protect it from moisture, dust, and vibration. * **Protection Circuit (Optional):** While basic models are passive, some versions include a built-in **Varistor** or **Flyback Diode** to protect the contacts against inductive voltage spikes when switching motors or relays. --- ### 3. Wiring Configuration The MJS7-R is a two-wire device, making it easy to integrate into existing PLC (Programmable Logic Controller) systems or simple relay logic. ```mermaid [Power Source] --- [Load/PLC Input] --- [MJS7-R Switch] --- [GND/Neutral] ``` #### Wiring Precautions: * **Current Limiting:** Always ensure the load does not exceed 0.5A. Using it to drive a large motor directly will weld the internal contacts shut. * **Inductive Loads:** If switching a solenoid or relay, place a diode (DC) or RC snubber (AC) across the load. --- ### 4. Common Applications * **Elevator Leveling:** Detecting the exact floor position. * **Security Systems:** Door and window open/close detection. * **Industrial Automation:** Counting pulses on a rotating gear (with an attached magnet). * **Pneumatic Cylinders:** Monitoring the piston position.
    ✨ Follow-up Questions
    • What is the difference between the MJS7-R and an inductive proximity sensor?
    • How can I calculate the resistor value needed to protect the MJS7-R from overcurrent?
    • Does the MJS7-R require a power supply to operate
    • or is it passive?