NP-R33
AI

The **NP-R33** (often associated with industrial proximity sensors or specific battery/component modules depending on the manufacturer) most commonly refers to an **Inductive Proximity Sensor** used in automation.
Below is a breakdown of its core electronic parts, technical specifications, and wiring structure.
---
### 1. Internal Electronic Components
An inductive proximity sensor like the NP-R33 consists of four main internal stages:
| Component Stage | Function |
| :--- | :--- |
| **Oscillator** | Generates a high-frequency electromagnetic field from the sensing face. |
| **Demodulator** | Detects changes in the amplitude of the oscillation when metal enters the field. |
| **Trigger Circuit** | (Schmitt Trigger) Converts the analog signal into a clear ON/OFF digital signal. |
| **Output Stage** | Typically uses a transistor (NPN or PNP) to switch the load. |
---
### 2. Technical Specifications
While exact specs can vary by brand (e.g., Landy, Fotek, or Omron-style clones), the standard NP-R33 parameters are:
* **Sensing Distance:** Usually 2mm to 5mm (depending on the target metal).
* **Operating Voltage:** 10-30V DC.
* **Output Type:** NPN or PNP (Normally Open/Closed).
* **Switching Frequency:** ~500Hz to 1kHz.
* **Housing Material:** Nickel-plated brass or PBT plastic.
---
### 3. Wiring Configuration
The NP-R33 typically utilizes a standard 3-wire color-coding system:
| Wire Color | Assignment | Description |
| :--- | :--- | :--- |
| **Brown** | VCC (+) | Positive power supply (10-30V DC). |
| **Blue** | GND (-) | Negative power supply / Common. |
| **Black** | Out (Signal) | The load is connected between Black and Brown (NPN) or Black and Blue (PNP). |
---
### 4. Logic Types
It is crucial to identify if your specific part is **NPN** or **PNP**:
1. **NPN (Sinking):** When the sensor is triggered, the output (Black) connects to the Negative (Blue).
2. **PNP (Sourcing):** When the sensor is triggered, the output (Black) connects to the Positive (Brown).
```mermaid
graph LR
A[Metal Target] --> B(Electromagnetic Field)
B --> C{Internal Logic}
C --> D[Switching Output]
```
---
- ⤷
Is your NP-R33 an NPN or PNP logic type?
- ⤷ What is the specific sensing distance required for your application?
- ⤷ Are you connecting this sensor to a PLC or an Arduino/Microcontroller?