HA-101-API
AI

The **HA-101-API** generally refers to an addressable interface module or an alarm peripheral commonly used in fire detection and security systems. Below is a breakdown of its electronic components, functions, and technical specifications.
---
## 1. Core Electronic Components
The HA-101-API is an "Addressable Peripheral Interface." It acts as a bridge between the central control panel and non-addressable (conventional) devices.
| Component | Function |
| :--- | :--- |
| **Microprocessor** | The "brain" that processes digital signals from the control panel and manages device ID logic. |
| **EEPROM/DIP Switches** | Used to store the unique hardware address (ID) so the system knows exactly which unit is reporting. |
| **Opto-Isolators** | Protects the internal circuitry from high-voltage spikes or surges on the loop line. |
| **Relay/Switching Circuit** | A physical or solid-state switch that triggers the connected external equipment. |
| **LED Indicators** | Usually red or green LEDs to indicate "Power/Normal" (blinking) or "Alarm/Active" (steady). |
---
## 2. Technical Specifications
These devices are typically designed to operate on a 2-wire signaling loop.
* **Operating Voltage:** 17V – 30V DC (Powered by the SLC/Signaling Line Circuit).
* **Standby Current:** Low consumption (usually < 1mA) to allow hundreds of devices on one loop.
* **Input/Output:**
* *Input:* Monitors dry contact closures (like a flow switch).
* *Output:* Provides a dry contact relay for auxiliary control.
* **Communication Protocol:** Digital polling (proprietary to the manufacturer).
---
## 3. Connectivity Diagram (Conceptual)
The following represents how the electronic parts are interfaced within a system:
```mermaid
graph LR
A[Fire Alarm Panel] -- 2-Wire Loop --- B(HA-101-API Module)
B -- Input --- C[Conventional Smoke Detector]
B -- Output --- D[Fire Door / AHU Shutdown]
```
---
## 4. Key Features
1. **Addressability:** Each unit has a unique address, allowing the panel to pinpoint the exact location of a triggered event.
2. **Loop Powering:** It draws power directly from the data lines, eliminating the need for local power supplies in many cases.
3. **Supervision:** The electronic circuitry monitors for "Open" or "Short" circuits on the wiring connected to the external device.
---
- ⤷
What are the specific wiring requirements for the HA-101-API loop?
- ⤷ How do you set the hardware address on this interface module?
- ⤷ Is the HA-101-API compatible with both Analog and Digital loops?