M2ADS-2AD-R2
AI

The **M2ADS-2AD-R2** is a specialized analog-to-digital expansion module, typically used in industrial automation systems (specifically compatible with certain series of PLC controllers like the Melsec/Mitsubishi ecosystem or generic M2ADS compatible architectures).
---
## 1. Core Technical Specifications
The device functions as an interface between real-world analog sensors and a digital processing unit.
| Feature | Specification |
| :--- | :--- |
| **Number of Channels** | 2 Analog Input Channels |
| **Resolution** | 12-bit (typically 0-4095 range) |
| **Input Signal Types** | Voltage (0–10V, 0–5V) or Current (4–20mA) |
| **Isolation** | Photocoupler isolation between PLC and Input |
| **Power Supply** | Usually 24V DC (Internal or External) |
| **Conversion Speed** | ~15ms to 20ms per channel |
---
## 2. Key Electronic Components
The internal circuitry of the M2ADS-2AD-R2 consists of several critical stages:
### A. Analog Input Stage
* **Precision Resistors:** Used for current-to-voltage conversion (e.g., a 250Ω resistor for 4-20mA signals).
* **Operational Amplifiers (Op-Amps):** These act as buffers and signal conditioners to scale the input voltage to a range suitable for the ADC chip.
* **Filtering Capacitors:** Used to reduce high-frequency noise and electromagnetic interference (EMI) from the sensor lines.
### B. Analog-to-Digital Converter (ADC)
* The heart of the module. It samples the continuous analog voltage and converts it into a binary value.
* **Architecture:** Usually uses a Successive Approximation Register (SAR) for a balance between speed and accuracy.
### C. Galvanic Isolation
* **Optoisolators:** These components protect the main PLC CPU from high-voltage spikes or ground loops occurring on the analog sensor side by transmitting the digital signal via light.
---
## 3. Wiring and Connection (Pinout Logic)
Proper electronic integration requires specific wiring depending on the signal type:
1. **Voltage Input:** Connect the (+) and (-) terminals directly from the sensor.
2. **Current Input:** Requires a jumper or specific terminal connection (usually connecting `V+` and `I+`) to engage the internal shunt resistor.
3. **Shielding:** The `FG` (Frame Ground) terminal is essential for draining electronic noise to ensure signal stability.
---
## 4. Common Applications
* **Temperature Monitoring:** Connecting Thermocouples or RTDs (via transmitters).
* **Pressure Control:** Monitoring hydraulic or pneumatic pressure sensors.
* **Flow Meters:** Tracking liquid flow rates in industrial processes.
- ⤷
How do I configure the jumpers for current vs voltage input on this module?
- ⤷ What is the maximum allowable voltage before damaging the analog inputs?
- ⤷ How do I address the registers for this module in a PLC program?