How Are Fire Alarm Loops Supervised?

火警报警系统采用回路电线进行信号通信,确保生命安全系统正常运行。系统通过内部检查和监督,如端线电阻,来检测线路和设备是否完好。IDC回路连接输入设备,NAC回路供电给通知设备,SLC回路则用于面板与现场设备之间的双向信号传输。当出现故障时,系统会触发故障报警,促使业主采取维修行动。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

A fire alarm system has internal checks to make sure everything works to detect fire an warn people of fire. It calls out a trouble alarm when a wire breaks or when an input device or output device fails.

 

Class B Wiiring is constantly watched or supervised by the fire alarm panel

For signal communication outside the panel, Fire Alarm Systems use Loops of Wire. Because this is a Life Safety System, the Loops are Supervised to make sure the wires and connections are always secure.

By Douglas Krantz
 

Because the fire alarm system is a Life Safety System (people's lives depend on the fire alarm system working in an emergency), using supervision, the panel makes sure the field devices are always connected to the loop. However, supervision isn't just the panel turning on its yellow light and sounding its local buzzer. When trouble occurs on the system, supervision is the owner doing something about the trouble.

Example:

  • If the panel's local sounder keeps making noise every 24 hours, for instance, the building management calls for service. That's supervision.
  • If a wire to a door holder breaks, the door won't stay open. The building management calls to get the door holder working again. That's also supervision.

To make sure the wiring is supervised, the wires are installed in the form of loops, according to strict standards, designed specifically for fire alarm systems.
 

Fire Alarm Loop

In a fire alarm system, a loop is a pair of wires. It carries power and signals between the circuit boards inside the control panel and the off-panel devices in the field.

The loop:

  • As an Initiating Device Circuit (IDC), carries signals from the input devices to the panel
  • As a Notification Appliance Circuit (NAC), carries signals and power from the panel to the fire horns, speakers, and strobes, causing the devices to make noise and flash lights, telling the occupants of the alarm
  • As a Signaling Line Circuit (SLC), carries signals in the form of data between the panel and the input and output devices
  • As a Power or Control Circuit, carries signals or power to specific fire safety controls and devices

Check It Out

IDC (Initiating Line Circuit)

The IDC is a pair of wires without t-taps, connecting the panel to the input sensing devices.

Fire Sensing Input Devices (Alarm)

  • Waterflow
  • Smoke Detectors
  • Heat Detectors
  • Manual Pull Stations
  • Fire Suppression System Alarms

Non-Fire Input Sensing Devices (Supervising other systems)

  • Duct Detectors (in older systems these were alarm)
  • Fire Suppression System Supervisories
  • Fire Pump Supervisories
  • Gatevalve Tamper Supervisories

To avoid signal confusion, Fire Sensing (Alarm) and Non-Fire Sensing (Supervisory) devices are not mixed on the same IDC loop.

The panel supervises the fire alarm wiring using an end-of-line resistor. This resistor allows small electrical current to pass through the wires of the loop, making sure the wires and connections are always complete. For a Class B loop, the end-of-line resistor may be in a distant part of the building, or for a Class A loop, the end-of-line resistor is part of the circuitry of the panel.
 

NAC (Notification Appliance Circuit)

Wired similar to the IDC Class A or Class B loop, the NAC carries power to operate the "Notification Appliances":

  • Fire horns
  • Strobes
  • Bells
  • Chimes
  • Speakers

In alarm, the voltage on the loop is forward biased; the electrical current provided by the panel goes through the notification appliances, letting people know about the alarm. They are notified.

During normal times, when there are no alarms, the voltage polarity is reversed, allowing the loop to be supervised as a Class A or Class B loop. Because the polarity is reversed, no current flows through the notification appliances.

When the fire panel goes into alarm, the panel stops supervising the loop and changes the voltage polarity to normal. Electrical current then goes through the devices, causing the devices to notify the occupants of the building.
 

SLC (Signaling Line Circuit)

The Signaling Line Circuit (SLC) carries signals both to and from the panel; it uses data to carry the signals out from the panel to field devices, and data to carry the signals back from the field devices to the panel.

The SLC also provides a small amount of power to operate the field devices.

Field Devices Connected to an SLC

  • Input
    • Smoke Detectors
    • Heat Detectors
    • Combination Smoke/Heat Detectors
    • Pull Stations
    • Alarm and Supervisory Input Modules
  • Output
    • Control Relays
    • NAC Riser Modules

To supervise the SLC and to make sure all devices are always connected, the panel sends data to each input or output device, polling the device and asking "are you there"? The device then answers by returning data to the panel saying "I am here."

With the constant polling of the field devices, the need to supervise the wiring itself isn't necessary; the "Class B" SLC may be t-tapped.

As well as the polling of the devices, Class A SLC loops are not t-tapped and are still supervised for wiring issues.
 

Power or Control Circuit

The control circuit, usually from an on-board relay in the panel, turns on or off devices and systems.

The on-board relays can also be used as part of another panel's IDC loop, sending alarm, supervisory, and control signals to that other panel. This is particularly useful when the fire alarm panel itself doesn't have an on-board communicator, to provide for off-site monitoring.

The actual wiring may be a little different from the standard IDC, NAC, and SLC loops, but the control loops still have to be supervised for integrity.

Some of the uses for the on-board relays:

 

Fire Alarm Supervision

All wiring outside in a fire alarm system, whether it's an IDC, NAC, SLC, Power or Control loop, needs to be supervised, and supervision includes the call for service and repair of the system, once the panel indicates trouble with the system.

Check It Out

内容概要:本文介绍了流量整形(Traffic Shaping)与增强传输选择(Enhanced Transmission Selection, ETS)技术在多虚拟函数(VFs)共享单个物理网络接口控制器(NIC)端口情况下的应用。流量整形通过对数据发送速率进行限制来管理网络流量,确保节点不会超过设定的最大带宽,同时保证最小带宽。ETS是IEEE 802.1Qaz标准的一部分,旨在数据中心桥接环境中为不同类型的流量分配带宽。文章详细描述了在多VF组中实现每类流量带宽保证的技术挑战和解决方案,包括使用令牌桶算法、加权循环调度(DWRR)、多队列优先级(MQPRIO)以及信任模式(Trust Mode)进行流量分类。此外,还探讨了如何通过扩展devlink-rate工具指定每个流量类别的带宽比例。 适合人群:网络工程师、系统管理员、云服务提供商以及对网络流量管理和优化感兴趣的IT专业人员。 使用场景及目标:①理解流量整形的基本概念及其在网络通信中的作用;②掌握如何配置虚拟功能(VF)以实现对特定流量类别的带宽控制;③学习如何利用ETS机制确保关键业务获得足够的网络资源;④了解最新的devlink-rate扩展功能及其在实际部署中的应用。 其他说明:本文基于Netdev 0x19会议上的演讲整理而成,提供了从背景介绍到具体实施步骤的全面讲解,并附有详细的参考资料链接供进一步研究。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值