User Tools

Site Tools


av_manual:retransmission

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

av_manual:retransmission [2015/09/30 16:21]
av_manual:retransmission [2022/04/01 10:42] (current)
Line 1: Line 1:
 +====== Retransmission ======
  
 +Retransmission - retransmission of telecommunication packets that have been damaged or lost. This is the basic mechanism used by communication protocols to ensure reliable communication. Protocols that ensure reliable communication in such networks use retransmission of missing and/or damaged packets to ensure reliability.
 +
 +ActiveView can retransmit events and alarms using the Surguard protocol. Surguard messages are sent through a dedicated device. Client software which understands the Surguard protocol should be connected to the device. If you want to start using this functionality, contact your ActiveView administrator. Retransmission can be enabled for devices ex20. 
 +
 +Retransmission configuration allows you to set parameters used in Surguard messages. To open it, select //Administration -> Retransmission// from the main menu.
 +
 +{{ av_manual:retransmission.png |Retransmission panel}} 
 +
 +===== Retransmission configuration =====
 +
 +**Retransmission configuration panel** contains the following elements:
 +  * **Retransmission enabled** – decides if retransmission is on or off.
 +  * **Receiver number** – a four-digit number. A constant part of every Surguard message (see below).
 +  * **Device number** – serial number of the device used by ActiveView to send Surguard messages (read only, defined by the administrator).
 +  * **Device type** – type of the device used by ActiveView to send Surguard messages (read only, defined by the administrator).
 +  * **events/alarms list** – a list containing all possible events and alarms. It comprises the following columns:
 +    * **Name** – event/alarm name.
 +    * **Qualifier** - event/alarm retransmission qualifier (for usage see below).
 +    * **Code** – event/alarm retransmission code (for usage see below).
 +    * **Zone** – zone assigned to event/alarm (for usage see below).
 +    * **Enabled** – if ticked the event/alarm is retransmitted.
 +
 +===== Surguard messages =====
 +
 +Surguard (Contact ID) messages sent by ActiveView have the following form:
 +  5RRLLs18AAAAQXXXYYZZZ
 +  
 +The RRLL part is event/alarm-independent. It is the receiver number set in the retransmission configuration.
 +
 +The meanings of other parts depend on the type of the event/alarm:
 +  * patrol start/end:
 +    * AAAA – retransmission code of the [[Sites|site]]
 +    * QXXX – qualifier and code of the event (see above)
 +    * YYZZZ – retransmission code of the [[Routes|route]]
 +  * checkpoint passed:
 +    * AAAA – retransmission code of the [[Sites|site]]
 +    * QXXX – qualifier and code of the event (see above)
 +    * YYZZZ – retransmission code of the [[routes#route_definition_checkpoints|checkpoint]]
 +  * patrol failed, simple route:
 +    * AAAA – retransmission code of the [[Sites|site]]
 +    * QXXX – qualifier and code of the alarm (see above)
 +    * YYZZZ – retransmission code of the [[Routes|route]]
 +  * patrol failed, advanced route:
 +    * AAAA – retransmission code of the [[Sites|site]]
 +    * QXXX – qualifier and code of the alarm (see above)
 +    * YYZZZ – retransmission code of the [[Routes|route]]
 +  * alarm/event from a device linked to a site:
 +    * AAAA – retransmission code of the [[Sites|site]]
 +    * QXXX – qualifier and code of the event/alarm (see above)
 +    * YYZZZ – retransmission code of the [[Devices|device]]
 +  * alarm/event from a device not linked to a site:
 +    * AAAA – 4 last digits of retransmission code of the [[Devices|device]]
 +    * QXXX – qualifier and code of the event/alarm (see above)
 +    * YYZZZ – retransmission code of the [[Devices|device]]