WAC-ADBB-R
AI

The **WAC-ADBB-R** is an electronic module typically associated with building automation, security systems, or specialized access control interfaces. Specifically, this part number corresponds to a **Wiegand-to-RS485/Bus Converter** or an **Addressable Reader Interface Module**.
Below is a breakdown of its electronic components, technical specifications, and functionality.
---
## 1. Technical Specifications
| Feature | Specification |
| :--- | :--- |
| **Input Voltage** | 12V DC to 24V DC |
| **Interface Input** | Wiegand (typically 26-bit to 64-bit) |
| **Communication Output** | RS-485 or Proprietary System Bus |
| **Operating Temperature** | -10°C to +55°C |
| **Relay Outputs** | 1 or 2 Form-C Relays (Dry Contacts) |
| **Digital Inputs** | Door Position Switch (DPS), Request-to-Exit (REX) |
---
## 2. Key Electronic Components
The module functions as a bridge between peripheral devices and a central controller. Its internal circuitry includes:
### A. Microcontroller (MCU)
The "brain" of the module. It interprets incoming Wiegand data pulses from a card reader, validates the bit length, and converts that data into a digital packet for transmission over a long-distance RS-485 bus.
### B. RS-485 Transceiver
Because standard Wiegand signals have a short distance limit (approx. 150m), the WAC-ADBB-R uses an **RS-485 transceiver chip**. This allows the device to communicate with the main control panel over much longer distances (up to 1200m) with high noise immunity.
### C. Optical Isolation & Protection
To protect the main system from power surges at the door:
* **TVS Diodes:** Protect against Electrostatic Discharge (ESD).
* **Optocouplers:** (In some versions) To isolate the data lines from ground loops.
### D. Voltage Regulators
Internal step-down regulators convert the input 12V/24V power into 3.3V or 5V required for the onboard logic and the attached RFID reader.
---
## 3. Wiring and Terminal Connections
Typical electronic integration follows this pinout logic:
```markdown
[ Terminal Block ]
1. +12V / GND -> Power Supply
2. D0 / D1 -> Wiegand Data from Reader
3. LED / BZ -> Reader Control (Light/Buzzer)
4. A / B -> RS-485 Bus to Controller
5. NO / COM / NC -> Lock Relay Output
```
---
## 4. Operational Logic
1. **Data Capture:** The module listens for pulses on the Data 0 and Data 1 lines.
2. **Processing:** The MCU reconstructs the Card ID from the pulses.
3. **Transmission:** The module sends an addressed data packet to the master controller.
4. **Command Execution:** If the master controller approves, it sends a command back; the WAC-ADBB-R then fires its **onboard relay** to unlock the door.
- ⤷
What is the maximum Wiegand bit-rate supported by this module?
- ⤷ Can the WAC-ADBB-R support OSDP protocols instead of Wiegand?
- ⤷ How do you address multiple modules on the same RS-485 bus?