Alarm Systems & Components

Key Takeaways

  • A basic intrusion alarm system is built from sensors, a control panel, a keypad, signalling/communication, and annunciation (local sounder/strobe), all backed by battery and main power
  • Zones divide the premises into separate reported areas so the panel can tell the monitoring station WHERE an activation occurred, not just that it occurred
  • Perimeter zones protect doors, windows, and exterior openings; interior zones protect spaces inside the premises and are usually armed in stay/away modes
  • The control panel processes sensor signals, manages arming/disarming, and initiates the signalling path to the monitoring station
  • Communication paths include phone line, cellular, and IP (internet); a backup path is recommended so an intruder cutting one line does not silence the system
Last updated: August 2026

What an Alarm System Is

An alarm system is an assembly of devices designed to detect unauthorized entry (or other hazards such as fire) and to signal that detection to the user onsite and, in monitored systems, to an off-site monitoring station. For the Alberta Basic Security Training (ABST) guard, alarm systems matter in two ways: you will often patrol premises protected by them, and you may be dispatched to a client site on an alarm call. Knowing the components lets you interpret what the panel is telling you and respond appropriately.

Types of Alarms — What Systems Actually Monitor

Candidates arrive assuming "alarm" means "burglar alarm." The ABST manual opens Module 6 by widening that: alarm systems may be used to detect or monitor any of the following.

CategoryWhat it monitorsTypical guard response
Fire / smokeProducts of combustion, heat riseLife safety first — evacuate, call the fire department, meet and direct crews
IntrudersUnauthorised entry or movementCautious response, observe, call police, preserve the scene
TemperatureFreezer, server room, or process temperature outside rangeNotify the on-call building operator; property-loss risk, not a life-safety call
HumidityMoisture levels in storage, archives, data roomsNotify the on-call operator and log it
Toxic substancesCarbon monoxide and other gasesTreat as life safety — evacuate the affected area and call emergency services
Water pressure / leaksSprinkler supply pressure, burst lines, floodingNotify the operator immediately; a sprinkler pressure fault is also a fire-protection failure
PressureBoiler, tank, or process pressureNotify the on-call operator; do not attempt mechanical intervention
Equipment operationWhether plant or machinery is running as it shouldNotify the operator and log the time

Two useful distinctions come out of that list:

  • Some alarms anticipate an emergency event — fire and intrusion. These generally require an immediate, physical, safety-driven response.
  • Other alarms monitor building operations — temperature, humidity, pressure, equipment status. These usually require a notification, not an intervention: a building with sophisticated systems will have staff who monitor them, and during evenings and weekends there is often an "on-call" person for mechanical and building-system events.

Older systems may not be able to notify anyone by phone or email. That makes it your responsibility to know exactly which systems you are expected to monitor, check them on a regular schedule, and contact the appropriate person at the first indication of a problem — not at the end of the shift.

The Basic Components

A basic intrusion alarm system has five functional components, plus power. Memorize the list: sensors, control panel, keypad, signalling, annunciation, power.

ComponentFunctionTypical Location
Sensors / detectorsDetect intrusion or a hazard (motion, door opening, glass breaking, smoke)Doors, windows, rooms, ceilings
Control panelProcesses sensor signals, decides whether to alarm, manages arm/disarm and communicationLocked cabinet, utility room
KeypadUser interface to arm, disarm, and silence the system; displays zone statusNear entry doors, control room
Signalling / communicationTransmits the alarm to the monitoring station (phone, cellular, IP)Inside or wired from the panel
AnnunciationLocal warning — sounder (siren) and/or strobe light — alerts people onsiteExterior wall, lobby
PowerMain supply plus battery backup so the system works during a power outagePanel enclosure

Sensors / Detectors

Sensors (also called detectors) are the system's eyes and ears. A door contact senses when a protected door opens; a passive infrared (PIR) sensor senses a person moving across a room. Without sensors, the panel has nothing to evaluate. Sensor types are covered in detail in the next section.

Control Panel

The control panel is the brain. Every sensor reports to it, and it applies the system's logic: which zones are armed, whether a delay is running, and when to trigger annunciation and signalling. The panel also manages the arming and disarming commands that come from the keypad (or an app), supervises the battery, and reports trouble conditions such as a missing AC power or a low battery. As a guard, you generally do not operate the panel directly — you operate the keypad — but you should know where the panel is and that it reports zone-by-zone.

Keypad

The keypad is the user interface. A user enters a code (or presents a fob/card) to arm or disarm the system, and the keypad displays the current state: ready to arm, faulted zone, alarm memory, trouble. On an alarm call, the keypad is usually the first place you look to learn which zone activated and when. Read the keypad before you sweep the premises.

Signalling / Communication

Signalling is how the panel calls for help. Common communication paths are:

  • Phone line (POTS) — the traditional landline path; vulnerable to being cut
  • Cellular — a wireless radio path; resistant to line-cutting
  • IP / internet — signalling over the building's internet connection; fast but depends on network uptime

A best practice is dual path or backup communication: if the primary path fails (an intruder cuts the phone line, or the internet drops), the panel uses the secondary path. Many modern systems default to cellular or IP as the primary path.

Annunciation

Annunciation is the local onsite warning. When the panel goes into alarm it drives a sounder (siren/bell) and often a strobe light. The sounder drives off intruders and alerts occupants and passers-by; the strobe helps responders locate the building at night. Annunciation is local only — it does not, by itself, reach the monitoring station.

Power and Battery Backup

Alarm systems run on main (AC) power with battery backup. The battery is essential: an intruder may cut power to the premises before entering, and the system must continue to operate. The panel supervises the battery and reports a low-battery or missing-AC trouble condition. As a guard responding to a trouble signal (not an alarm), the cause may simply be a dead backup battery or a tripped breaker — verify, do not assume.

Zones

A zone is a defined area or input that the panel reports individually. Instead of a single "alarm" message, a zoned system reports "Zone 3 — Rear Door" or "Zone 7 — Warehouse Motion." This matters enormously for response: you know where to look first, and the monitoring station can tell you which sensor triggered.

Perimeter vs Interior Zones

  • Perimeter zones protect the boundary of the premises: doors, windows, exterior openings, and sometimes exterior beams. They detect an intruder at the moment of entry.
  • Interior zones protect the inside: motion detectors, glass-break sensors inside rooms, pressure mats. They catch an intruder who has already entered or who defeated the perimeter.

Most panels support stay/away arming: armed stay arms only perimeter zones so the occupants can move around inside without setting off interior motion detectors; armed away arms both perimeter and interior zones for when the premises is empty. Knowing which mode is active helps you judge whether an interior motion activation is expected or suspicious.

System Component Diagram

The diagram below shows how the components relate to one another and to the monitoring station.

flowchart TD
    S[Sensors / Detectors<br/>door, motion, glass-break, smoke] -->|signal| CP[Control Panel<br/>processes signals, arms/disarms]
    KP[Keypad<br/>user interface] <-->|arm/disarm, status| CP
    CP -->|drives| AN[Annunciation<br/>sounder + strobe]
    CP -->|transmits| SG[Signalling / Communication<br/>phone, cellular, IP]
    SG -->|alarm report| MS[Monitoring Station<br/>dispatches guard/police]
    PWR[(Power<br/>main AC + battery backup)] --> CP
    CP -->|zone report| KP

Why a Guard Needs to Know This

You may be the person who arrives at an activated alarm. If you understand that the keypad shows zone status, you will read it before sweeping the building. If you understand that a cut phone line disables one signalling path, you will check whether the panel is showing a communication trouble code. If you understand that annunciation is local only, you will not assume the monitoring station already knows just because the siren is sounding. Component literacy is the foundation of competent alarm response.

Test Your Knowledge

A temperature alarm activates for a client's cold-storage room at 0300. What is the correct guard response?

A
B
C
D
Test Your Knowledge

Which component of an intrusion alarm system processes signals from sensors, manages arming and disarming, and initiates communication to the monitoring station?

A
B
C
D
Test Your Knowledge

On an alarm call, you arrive at a protected premise. Which device should you consult FIRST to learn which zone activated and when?

A
B
C
D
Test Your Knowledge

What is the main advantage of dividing a premises into separate alarm zones rather than reporting a single alarm output?

A
B
C
D
Test Your Knowledge

A monitored alarm system uses a landline phone path as its primary communication method. An intruder cuts the phone line before entering. Which design most reliably ensures the alarm still reaches the monitoring station?

A
B
C
D