CT-1DA-R
AI

The **CT-1DA-R** is a specific model of a **Current Transformer (CT)** typically used in industrial automation, power monitoring, and control systems. It is often associated with brands like **Autonics** or similar industrial sensor manufacturers.
### 1. Technical Specifications
The primary function of this component is to step down high currents to a lower, measurable level for electronic controllers or displays.
| Feature | Description |
| :--- | :--- |
| **Component Type** | Current Transformer (AC) |
| **Primary Current Range** | Usually 0 to 50A or 0 to 100A (Model dependent) |
| **Secondary Output** | Standardized low current (e.g., 0-5A or 0-100mA) |
| **Mounting Type** | DIN Rail or Panel Mount |
| **Hole Diameter** | Approx. 10mm - 15mm (for primary wire) |
---
### 2. Key Electronic Parts & Anatomy
The CT-1DA-R consists of several critical internal and external parts:
#### A. Toroidal Core
The "heart" of the CT. It is usually made of **Silicon Steel** or **Ferrite**.
* **Function:** Concentrates the magnetic field generated by the primary wire passing through the center.
#### B. Secondary Winding
Fine copper wire wrapped many times around the core.
* **Function:** Through electromagnetic induction, it produces a current proportional to the primary current. The number of turns determines the transformation ratio.
#### C. Burden Resistor (Internal/External)
Some "R" suffix models include a precision resistor.
* **Function:** Converts the induced current into a voltage signal (e.g., 0-5V or 0-10V) so it can be read directly by an Analog-to-Digital Converter (ADC) in a microcontroller or PLC.
#### D. Encapsulation (Case)
Usually made of **ABS Plastic** or **Epoxy Resin**.
* **Function:** Provides electrical insulation and protects the internal windings from moisture and physical damage.
---
### 3. Connection Diagram Concept
The component acts as a bridge between high-power lines and low-power electronics.
```mermaid
graph LR
A[AC Power Line] -->|Passes Through| B(CT-1DA-R Center Hole)
B -->|Induced Current| C[Secondary Terminals]
C -->|Signal| D[Ammeter / PLC / Controller]
```
---
### 4. Safety Considerations
1. **Open Circuit Risk:** Never disconnect the secondary side of a current transformer while the primary current is flowing. This can cause a high-voltage spike that may destroy the insulation or cause electric shock.
2. **Saturation:** Ensure the primary current does not exceed the rated capacity, or the core will saturate, leading to inaccurate readings.
- ⤷
What is the exact transformation ratio for the CT-1DA-R?
- ⤷ How do I wire this CT to an Arduino or ESP32?
- ⤷ What is the difference between the CT-1DA-R and the standard CT-1DA model?