Está en la página 1de 29

INTERACTIVE FIRE ALARM SYSTEM,

POLON 4000

PMC-4000
DIGITAL FIRE MONITORING COMMUNICATION PROTOCOL

(Protocol description)

IP-E270-014

IF edition

Polon-Alfa Sp. z o.o. Sp.k. formerly known as POLON-ALFA Zakad Urzdze Dozymetrycznych Sp. z o.o.
No. 155 Glinki St., Phone: +48 52 36 39 261, Fax.: +48 52 36 39 264, www.polon-alfa.pl
IK-E326-001 2

Table of Content
1 Introduction................................................................................................................................ 3
2 Serial interface parameters........................................................................................................ 3
3 Communication controls............................................................................................................ 3
4 Protocol description................................................................................................................... 3
4.1 General................................................................................................................................. 3
4.2 Block structure....................................................................................................................... 3
4.3 Block check character........................................................................................................... 4
4.4 Communication process........................................................................................................ 4
4.4.1 Data transmission........................................................................................................................ 4

4.4.2 Transmission errors..................................................................................................................... 5

4.4.3 ENQ response not received......................................................................................................... 5

4.4.4 Buffer full..................................................................................................................................... 5

4.4.5 Link test....................................................................................................................................... 5

4.5 Protocol parameters.............................................................................................................. 5


5 Signal structure.......................................................................................................................... 6
5.1 Status checking..................................................................................................................... 6
5.1.1 Commands/ responses................................................................................................................ 6

5.1.2 Communication process.............................................................................................................. 6

5.1.3 Timing.......................................................................................................................................... 6

5.1.4 Errors........................................................................................................................................... 6

5.2 Responses and commands (Panel External entity)..........................................................7


5.2.1 Loop assignment......................................................................................................................... 7

5.2.2 Status/ event functions................................................................................................................ 8

6 Application of PMC-4000 protocol in POLON 4800...................................................................9


7 Application of PMC-4000 protocol in POLON 4200.................................................................13
8 Application of PMC-4000 protocol in POLON 4500.................................................................17
9 Application of PMC-4000 protocol in POLON 4900.................................................................22
10 Application of PMC-4000 protocol in POLON 4100.................................................................26
IK-E326-001 3

1 Introduction
This description concerns new, extended protocol for exchange of data between POLON 4000 Panel and fire
detection system via EIA RS-232 serial interface. The information is exchanged in character blocks. Each
block has block check character (BCC) protection.

2 Serial interface parameters


Parameters of EIA RS-232 serial interface.

Table 2.1
Asynchronous transmission, half-duplex
Buad rate 2400, 4800, 9600 Baud
Data bits 8
Parity bit none
Stop bits 1

3 Communication controls
Table 3.1
Character Hex Description
STX 0x02 Start of new block
ETX 0x03 End of block
EOT 0x04 End of transmission, only for testing the link, without data transmission
ENQ 0x05 Monitoring of communication, Poll
ACK 0x06 Positive acknowledgement of received block
NAK 0x15 Negative acknowledgement of received block which contains errors
DC3 0x13 Input buffer is full, no further data can be received
SYN 0x16 Ready to receive data
BCC Block check character

4 Protocol description
4.1 General
- All users have equal priority. Transmission cycle may be started by any user having the data.
- The data are transmitted in character blocks (signals) using LATIN II standard ASCII characters with
0x20 ... 0xFF, CR(0x0D) being the character to create a new line and 0x00 being end of text character.
Communication controls are not data bites.
- All numberical data and block check character are transmitted as ASCII-encoded hexadecimals ('0'-'9' and
'A'-'F' characters). The older half of the byte is transmitted first (for example numerical value 0x37 is
transmitted as two characters '3' and '7' - ASCII characters of 0x33 and 0x37 respectively).
- Each block of characters (signal) contains information on a single event (e.g., triggered detector, detector
fault, technical alarm on the control device input, etc.). The blocks are used also for transmission of
commands, including: status-inquiry signal, start and stop of status signal transmission.

4.2 Block structure


Each block is transmitted in the following form:
STX DATA ETX BCC
IK-E326-001 4

Example No. 1 command block Panel status inquiry is sent by external equipment:
STX, 'S' , '?', ETX, BCC
which upon conversion to ASCII code obtains the following form:
0x02,0x53,0x3F,0x03,0x36,0x46

Example No. 2
Panel reports alarm on call point No. 15 on Loop No. 1:
Field Data Data Bytes (characters) Notes
(decimal) (hexadecimal) encoding the data
Panel ID 0 0x00 0x30,0x30 Panel not
networked
Year 06 0x06 (BCD) 0x31,0x30 Year 2010
Month 03 0x03 (BCD) 0x30,0x33 March
Day 25 0x25 (BCD) 0x32,0x35
Hour 16 0x16 (BCD) 0x31,0x36
Minute 23 0x23 (BCD) 0x32,0x33
Second 45 0x45 (BCD) 0x34,0x35
Loop No. 1001 0x03E9 0x30,0x33,0x45,0x39 Loop No. used by
the Panel = 1
Device ID 15 0x0F 0x30,0x46
Local I/O ID 0 0x00 0x30,0x30
Status/ event type 9 0x09 0x30,0x39 Alarm
Zone No. 231 0x00E7 0x30,0x30,0x45,0x37
Auxiliary text 0 (none) 0x00 0x30,0x30 No user's text

The block check character (including ETX) is 0x73 (0x37,0x33).


The block reporting triggered initiating device has the following form:
0x02,0x30,0x30,0x31,0x30,0x30,0x33,0x32,0x35,0x31,0x36,0x32,0x33,0x34,0x35,0x30,0x33,0x45,0x39,
0x30,0x46,0x30,0x30,0x30,0x39,0x30,0x30,0x45,0x37,0x30,0x30,0x03, 0x37,0x33

4.3 Block check character


The block check character (BCC) is calculated as logical XOR operation on all the data bytes (converted to
characters) w/o STX and with ETX. Before transmission the check character is encoded to ASCII. Example:
0x1A 0x31, 0x41

4.4 Communication process


- ENQ is used to start communication,
- A data block can be send no sooner than ENQ has been acknowledged by SYN,
- Each signal must be acknowledged by the receiver,
- Blocks not acknowledged or with negative acknowledgement are retransmitted,
- If despite several attempts positive acknowledgement is not received, transmission error is signalled,
- Each ENQ must be acknowledged by the receiver,
- The maximum block length is 255 characters.

4.4.1 Data transmission

Table 4.1
Transmitter Receiver Description
ENQ
SYN Receive ready
Data block
ACK Acknowledgement
IK-E326-001 5

4.4.2 Transmission errors

Table 4.2

Transmitter Receiver Description


ENQ
SYN Receive ready
Data block
NAK Negative acknowledgement
Data block Block retransmitted
Timeout: acknowledgement not received
ENQ Start new transmission cycle
SYN Receive ready
Data block Block retransmitted
ACK Acknowledgement

4.4.3 ENQ response not received

Table 4.3
Transmitter Receiver Description
ENQ Receiver response not received within timeout
ENQ Retry

4.4.4 Buffer full

Table 4.4
Transmitter Receiver Description
ENQ
DC3 Buffer full
ENQ
DC3 Buffer still full
ENQ
SYN Receive ready

4.4.5 Link test

Table 4.5
Transmitter Receiver Description
ENQ
SYN Receive ready
EOT End of transmission no data received

4.5 Protocol parameters


Max. response wait time (SYN or DC3) - 500ms
Maximum time between two subsequent characters in a block - 100ms
Max. ACK wait time after sending a block - 500ms
Max. number of block retransmissions - unlimited
IK-E326-001 6

5 Signal structure
The Panel sends to external entity signals on the status of input devices, inputs and events.
The external entity may after start up or link failure request the Panel to sent status information.

5.1 Status checking

5.1.1 Commands/ responses

Table 5.1
Character No. Status request Start of status signal End of status transmission
External entity Panel transmission Panel External entity
Panel External entity
1 STX STX STX
2 'S' 'S' 'S'
3 '?' 'A' 'E'
4 ETX ETX ETX
5 BCCH BCCH BCCH
6 BCCL BCCL BCCL

5.1.2 Communication process

- upon switching on or communication error the external entity sends the "status request" signal to the
Panel,
- the Panels any queued signals and sends the "start transmission" signal.
- all active status signals are sent from all devices which are not in detection mode,
- the transmission ends with end of status transmission signal,
- the external entity sets all the devices whose status was not received to inactive status

5.1.3 Timing
Condition 1. Maximum time between status request command and start of status transmission
- 10sec.,
Condition 2. Maximum time between two subsequent blocks during status transmission - 5 sec.

5.1.4 Errors
- When a second status request is received during transmission the status transmission must start from
the beginning,
- Failure to meet condition 1 results in a subsequent status request and additionally error signal is
generated by the external entity,
- Failure to meet condition 2 is treated as end of status transmission and additionally error signal is
generated by the external entity,
IK-E326-001 7

5.2 Responses and commands (Panel External entity)

The records prepared for transmission comprise the fields described in Table 5.2.

Table 5.2
Field Number Number of Value range
of bytes characters
Panel ID 1 2 0 - 0xFF
Year 1 2 0 - 99 (BCD code)
Month 1 2 1 - 12 (BCD code)
Day 1 2 1 - 31 (BCD code)
Hour 1 2 0 - 24 (BCD code)
Minute 1 2 0 - 59 (BCD code)
Second 1 2 0 - 59 (BCD code)
Loop No. 2 4 0 - 0xFFFF
Device ID 1 2 0 - 0xFF
Local I/O ID* 1 2 0 - 0xFF
Status/ event type 1 2 0 - 0xFF
Zone No.** 2 4 0 - 0xFFFF
Auxiliary text Chars (max. 200 chars) 0x20-0xFF,
CR(0x0D) end of line
0x00 end of record

Notes:
*Local I/O ID is used for multiple input and/or multiple output loop devices (such as EKS 4001 which has two
inputs and one output). If the local input number assumes the value of 0 then the signal concerns a loop
device and no specific I/O.
**Zone number is an auxiliary information field (optional) In the case of input devices it defines to which zone a
given device is assigned (in POLON 4800 it can be any number in the range 1-512). In the case of devices
such as EKS-4001 this field defines logical assignment of the device (any number from 1-250 range).
Otherwise the value of 0 is input in this field.

5.2.1 Loop assignment


Use of specific loop numbers is not controlled, yet some ranges have the meaning ascribed to them in Table
5.3 below.

Table 5.3
Loop number Device number Meaning
(decimal) (decimal)
0 0 General signals from Panel, such as Acknowledge, Cancel
1 0-255 Panel signals (power failure, fault, etc.)
1000-1999 0-255 Initiating loop devices (detectors, call points, etc.)
3000-3999 0-255 All indicating loop devices with inputs and/or outputs (also
optional alarm inputs) EKS, EWS, EWK, etc.
20000-20999 0-255 Relay outputs
21000-21999 0-255 Voltage outputs
22000-22999 0-255 Control inputs

Notes:
The respective loop numbering ranges concern types of addressable devices or I/O lines to which they refer.
The loop number sent by PMC-4000 is related to the internal loop numbering of POLON 4800 by appropriate
translation vector.
IK-E326-001 8

For example EKS-4000 output device placed on loop No. 5 will be shifted on POLON 4800 by vector of 3000
and sent to GEMOS as device on loop No. 3005.
The numbers of devices and local I/O numbers in PMC-400 protocol correspond directly to the numbers used
by POLON 4800.
With the translation vector it is possible to identify the type of device describing the signal and also describe
the event in a way similar to the description in POLON 4800.

5.2.2 Status/ event functions

The status functions are described in Table 5.4 below.

Table 5.4
Status/ event type Status/ Loop
event code

No fire alarm 0x08 1000,3000


Fire alarm 0x09 1000,3000
Not energised 0x0A 3000,20000,21000
Energised 0x0B 3000,20000,21000
No test 0x0C 1000,3000,20000,21000
Test 0x0D 1000,3000,20000,21000
Enable 0x0E 1000,3000,20000,21000,22000
Disable 0x0F 1000,3000,20000,21000,22000
No monitoring alarm 0x10 1000,3000,22000
Monitoring alarm 0x11 1000,3000,22000
No fault 0x12 1, 1000,3000,20000,21000,22000
Fault 0x13 1, 1000,3000,20000,21000,22000
No non-maskable interrupt 0x14 3000,22000
Non-maskable interrupt 0x15 3000,22000

Stage 2 response - Alarm 0xD2 0


Cancel 0xD6 0
Acknowledge 0xD7 0

Reserved 0xE1 0
IK-E326-001 9

6 Application of PMC-4000 protocol in POLON 4800


POLON 4800 supports 7 active states of loop devices and I/O loops. These are:
- Fire alarm,
- Monitoring alarm,
- Enabling,
- Test,
- Disable,
- Fault,
- Non-maskable interrupt.

Each active state has its counterpart - inactive state which is reported when active state has ended.
With some states mutually exclusive (such as blocking and enabling) in many cases two states can occur in
parallel, for example fire alarm and monitoring alarm or fault and non-maskable interrupt.
Non-maskable interrupt indicates lack of trigger acknowledgement from a fire protection device controlled
by Panel output signals (such as EKS device, relay).
Stage 2 response - Alarm is a global state of the panel. Signal indicates energising outputs to the fire alarm
transmission equipment.
Cancel:
- command to the control panel: command to cancel all devices in alarm state and Alarm (stage 2).
- command from the control panel: information that a fire alarm has been Cancelled all initiating devices in
alarm state obtain "no alarm" status. Alarm (stage 2) is Cancelled in addition.
Acknowledge
- command to the control panel: command to acknowledge events such as alarm, fault.
- command from the control panel: reporting of acknowledgement of events such as alarm, control panel
fault.

The respective states and value ranges for signals from devices supported by POLON-4800 are given in Table
6.1 below.

Table 6.1 State functions of POLON 4800


Device/ signal type Loop No. Device No. I/O No. Zone No./ Status/ event Active state
(used by the logical No. type
panel)
General signals from 0 0 0 0 0xD2 Alarm (stage 2)
control panel: 0xD6 Cancel
Alarm (stage 2), 0xD7 Acknowledge
Acknowledge
Cancel
Control panel error 1 Acc. to 0 0 0x12, 0x13 Fault
signals Table 6.2 or number of
(power failure, fault, etc.) networked
panel X
Initiating loop devices 1001-1008 1-127 0 1-512 0x08, 0x09 Alarm
(detectors, call points, (1-8)* 0x0C, 0x0D Test
etc.) Disabled
0x0E, 0x0F, Monitoring alarm
0x10, 0x11 Fault
0x12, 0x13,
Devices Ref. EKS-4001 3001-3008 1-127 0-2 0-250 0x0A, 0x0B Energise,
IK-E326-001 10

Device/ signal type Loop No. Device No. I/O No. Zone No./ Status/ event Active state
(used by the logical No. type
panel)
(1-8)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Devices Ref. EKS-4001 3001-3008 1-127 0-8 0-64 0x0A, 0x0B, Energise
(1-8) 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault
Devices Ref. EKS-4001 3001-3008 1-127 0-8 0-64 0x0C, 0x0D Test
(1-8)* 0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

Indicating Devices Ref. 3001-3008 1-127 0 0-250 0x0A, 0x0B Energise


SAL-4001 (1-8) 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault
Relay outputs 20001-20016 0 0 0 0x0A, 0x0B, Energise
(1-16)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Voltage outputs 21001-21008 0 0 0 0x0A, 0x0B, Energise


(1-8)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Control inputs 22001-22008 0 0 0 0x0E, 0x0F, Disabled


(1-8)* 0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Parallel indicator 3032 1-16 0 0 0x12, 0x13 Fault
terminals, TSR-4001
*) the number in brackets is the ID of the internal loop or control panel I/O.

Note: The control panels sends to the monitoring system only signals which can be expected from the
respective loop devices. For example, EKS-4001 would not send alarm signal, etc. I/O=0 designates an event
concerning the whole multi-input/ multi-output device.

Table 6.2 gives the codes of POLON 4800 faults (loop No.=1, device No=fault code in the control panel signal,
I/O No.=0 or networked panel number X for codes 101...107).

Table 6.2
Fault code Fault description
0 "uP1 MICROPROCESSOR SYSTEM
1 "uP2 MICROPROCESSOR SYSTEM

5 "uP1 PROCESSOR EPROM "


6 CONFIGURATION MEMORY - uP1 SETUP
7 "uP1 RAM"
IK-E326-001 11

8 "uP2 PROCESSOR EPROM"


9 "CONFIGURATION MEMORY - uP2 SETUP"
10 "uP2 RAM"
11 "PSW-48 EPROM"
12 "CGR-48 EPROM"
13 "MSI-48 EPROM"
14 "MSL-1 EPROM"
15 "MSL-2 EPROM"

17 "NON-DECLARED PACKET, MSI-48"


18 "NON-DECLARED PACKET, MSL-1"
19 "NON-DECLARED PACKET, MSL-2"

21 "COMMUNICATION WITH uP1 PROCESSOR"


22 "COMMUNICATION WITH uP2 "
23 "COMMUNICATION WITH uPW"
24 "COMMUNICATION WITH MSL-1"
25 "COMMUNICATION WITH MSL-2"

27 "COMMUNICATION WITH MSI-48"


28 "LACK OF PACKET PPW-48"
29 "VALUES 11,12,13 MISSING GROUP A OR B"
30 "230 V SUPPLY",
31 "BATTERY CHARGING SYSTEM",
32 "BATTERY"
33 "+5V CONVERTER"
34 "VOLTAGE DROP AKU < 22 V"
35 "POWER SUPPLY TO EXTERNAL EQUIPMENT"
36 "TEMPERATURE PROBE"
37 "DROP (<26.5V) OR LACK OF 27V SUPPLY",
38 "RISE OF 27V SUPPLY(>28 V) "
39 "PANEL EARTH FAULT",
40 "EARTH FAULT OF DETECTION LOOP No. MSL-48",
41 "EARTH FAULT OF DETECTION LOOPS No. MIK-48, MSI-48"

45 "PRINTER MECHANISM",
46 "PRINTER NOT CONNECTED",
47 "PRINTER PAPER OUT"
48 "PRINTER NOT RESPONDING"

50 "COMMUNICATION VIA PORT No."

53 "COMMUNICATION VIA PORT No. TSR-4000"


54 "MSI-48 ID OTHER THAN DECLARED "
55 "NETWORK CONNECTION OF RING No.1",
56 "NETWORK CONNECTION OF RING No. 2"
57 "NETWORK WRONG CONNECTION OF RINGS"
IK-E326-001 12

60 "KEY No. 1 SWITCHED ON, SW1 ON PSC-48"


61 "KEY No. 2 SWITCHED ON, SW1 ON PSC-48"
62 "KEY No. 3 SWITCHED ON, SW1 ON PSC-48"
63 "KEY No. 4 SWITCHED ON, SW1 ON PSC-48"
64 "KEY No. 5 SWITCHED ON, SW1 ON PSC-48"
65 "KEY No. 6 SWITCHED ON, SW1 ON PSC-48"
66 "KEY No. 7 SWITCHED ON, SW1 ON PSC-48"
67 "KEY No. 8 SWITCHED ON, SW1 ON PSC-48"

101 "CONTROL PANEL No. X"; "SHORT-CIRCUIT OR BREAK IN RING!";


102 "CONTROL PANEL No. X"; "NUMBER DOUBLED !";
103 "CONTROL PANEL No. X"; "NOT DECLARED!"

105 "CONTROL PANEL No. X";


"COMMUNICATION FAILURE BETWEEN MSI-48 AND PSC-48 !";
106 "CONTROL PANEL No. X";
"PACKET No. MSI-48 NOT DECLARED !";
107 " CONTROL PANEL No. X"; "FAILURE OF COMMUNICATION WITH CONTROL
PANEL!";
X is the control panel ID (016) used in the protocol description.
IK-E326-001 13

7 Application of PMC-4000 protocol in POLON 4200


POLON 4200 supports 7 active states of loop devices and I/O loops. These are:
- Fire alarm,
- Monitoring alarm,
- Energised,
- Test,
- Disabled,
- Fault,
- Non-maskable interrupt,

Each active state has its counterpart inactive state which is reported when active state has ended.
With some states mutually exclusive (such as blocking and enabling) in many cases two states can occur in
parallel, for example fire alarm and monitoring alarm or fault and non-maskable interrupt.
Non-maskable interrupt indicates lack of trigger confirmation from a fire protection device controlled by Panel output
signals (such as EKS device, relay).
Stage 2 response Alarm is a general state of the panel. Signal indicates energising outputs to the fire alarm
transmission equipment.
Cancel:
- command to the control panel: command to cancel all devices in alarm state and Alarm (stage 2).
- command from the control panel: information that a fire alarm has been cancelled all initiating devices in
alarm state obtain "no alarm" status. Alarm (stage 2) is cancelled in addition.
Acknowledge:
- command to the control panel: command to acknowledge events such as alarm, fault.
- command from the control panel: reporting of acknowledgement of events such as alarm, control panel
fault.

The respective states and value ranges for signals from devices supported by POLON-4200 are given in Table
7.1.

Table 7.1 State functions of POLON 4200


Device/ signal type Loop No. Device No. I/O No. Zone No./ Status/ Active state
(used by the logical event type
panel) No.
General signals from 0 0 0 0 0xD2 Alarm (stage 2)
control panel: Alarm 0xD6, Cancel
(stage 2), 0xD7 Acknowledge
Acknowledge, Cancel 0xE1 Reserved

Panel error signals 1 Acc. to 0 0 0x12, 0x13 Fault


(power failure, fault, Table 7.2
etc.)

Initiating loop devices 1001-1004 1-64 0 1-256 0x08, 0x09 Alarm


(detectors, call points, (1-4)* 0x0C, 0x0D, Test
etc.) 0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

Devices Ref. UCS- 3001-3004 1-64 0-3 0-50 0x08, 0x09 Alarm
IK-E326-001 14

Device/ signal type Loop No. Device No. I/O No. Zone No./ Status/ Active state
(used by the logical event type
panel) No.
4000 (1-4)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

0x14, 0x15 Non-maskable


interrupt
Devices Ref. UCS- 3001-3008 (1- 1-64 UCS 0 0-50 0x08, 0x09, Alarm Energised
6000 8)* (MGS) 0x0A,0x0B, Test
MGL 1-8 0x0C,0x0D, Disabled
MPW PK1 11-14 0x0E, 0x0F, Monitoring alarm
MPW PK2 21-24 0x10, 0x11 Fault
MPD PK1 15 0x12, 0x13, Non-maskable
MPD PK2 25 0x14, 0x15 interrupt
Devices Ref. EKS- 3001-3004 (1- 1-64 0-2 0-50 0x0A,0x0B, Energised
4001 4)* 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Devices Ref. EWS- 3001-3004 (1- 1-64 0-8 0-50 0x0A,0x0B, Energised
4001 4) 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Devices Ref. EWK- 3001-3004 (1- 1-64 0-8 0-50 0x08, 0x09, Alarm Test
4001 4)* 0x0C, 0x0D, Disabled
0x0E, 0x0F, Monitoring alarm
0x10, 0x11 Fault
0x12, 0x13,

Devices Ref. SAL- 3001-3004 (1- 1-64 0 0-50 0x0A,0x0B, Energised


4001 4) 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Relay outputs 20001-20008 0 0 0 0x0A,0x0B, Energised


(1-8)* 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Voltage outputs 21001-21004 0 0 0 0x0A,0x0B, Energised


(1-4)* 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Test inputs 22001-22004 0 0 0 0x0E, 0x0F, Disabled


(1-4)* 0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Parallel indicator 3032 1-16 0 0 0x12, 0x13, Fault
terminals, TSR-4001

*) the number in brackets is the ID of the internal loop or control panel I/O.
IK-E326-001 15

Note: The control panels sends to the monitoring system only signals which can be expected from the
respective loop devices. For example, EKS-4001 would not send alarm signal, etc. I/O=0 designates an event
concerning the whole multi-input/ multi-output device.

Table 7.2 gives the codes of POLON 4800 faults (loop No.=1, device No=fault code in the control panel signal)

Table 7.2
Fault code Fault description
0 "UP1 MICROPROCESSOR SYSTEM",

5 "UP1 PROCESSOR EPROM",


6 "CONFIGURATION MEMORY - uP1 SETUP",
7 "UP1 RAM",

11 "PSW-42 EPROM ",


12 "CGR-42 EPROM ",
14 "MSL-1 EPROM",

18 "NON-DECLARED PACKET, MSL-1",

23 "COMMUNICATION WITH uPW",


24 "COMMUNICATION WITH MSL-1 ",

28 "MISSING PACKET No. PPW-42",


29 "VALUES 11,12,13 MISSING GROUP A OR B",
30 "230 V SUPPLY",
31 "BATTERY CHARGING SYSTEM",
32 "BATTERY",
33 "+5V CONVERTER",
34 "VOLTAGE DROP AKU < 22 V",
35 "POWER SUPPLY TO EXTERNAL EQUIPMENT",
36 "TEMPERATURE PROBE",
37 "DROP (<26.5V) OR LACK OF 27V SUPPLY",
38 "RISE OF 27V SUPPLY(>28 V) ",
39 "PANEL EARTH FAULT",
40 "EARTH FAULT OF DETECTION LOOP No. MSL",

45 "PRINTER MECHANISM",
46 "PRINTER NOT CONNECTED",
47 "PRINTER PAPER OUT",
48 "PRINTER NOT RESPONDING",

50 "COMMUNICATION VIA PORT No.",

53 "COMMUNICATION VIA PORT No. TSR-4000",

60 "SWITCHED ON KEY No. 1 SW1 ON PSC-42",


61 "SWITCHED ON KEY No. 2 SW1 ON PSC-42",
62 "SWITCHED ON KEY No. 3 SW1 ON PSC-42",
IK-E326-001 16

63 "SWITCHED ON KEY No. 4 SW1 ON PSC-42",


64 "SWITCHED ON KEY No. 5 SW1 ON PSC-42",
65 "SWITCHED ON KEY No. 6 SW1 ON PSC-42",
66 "SWITCHED ON KEY No. 7 SW1 ON PSC-42",
67 "SWITCHED ON KEY No. 8 SW1 ON PSC-42 ",

68 "TSG-1: GSM COMMUNICATION FAILURE "


IK-E326-001 17

8 Application of PMC-4000 protocol in POLON 4500


POLON 4500 supports 7 active states of loop devices and I/O loops. These are:
- Fire alarm,
- Monitoring alarm,
- Energised,
- Test,
- Disable,
- Fault,
- Non-maskable interrupt

Each active state has its counterpart - inactive state which is reported when active state has ended.
With some states mutually exclusive (such as blocking and enabling) in many cases two states can occur in
parallel, for example fire alarm and monitoring alarm or fault and non-maskable interrupt.
Non-maskable interrupt indicates lack of trigger confirmation from a fire protection device controlled by Panel
output signals (such as EKS device, relay).
Stage 2 response - Alarm is a global state of the panel. Signal indicates energising outputs to the fire alarm
transmission equipment.
Cancel:
- command to the panel: command to cancel all devices in alarm state and Alarm (stage 2).
- command from the control panel: information that a fire alarm has been cancelled all initiating devices in
alarm state obtain "no alarm" status. Alarm (stage 2) is cancelled in addition.
Acknowledge:
- command to the panel: command to acknowledge events such as alarm, fault.
- command from the control panel: reporting of acknowledgement of events such as alarm, control panel
fault.

The respective states and value ranges for signals from devices supported by POLON-4500 are given in Table
8.1.

Table 8.1 State functions of the detection section of POLON 4500


Device/ signal type Loop No. Device I/O No. Zone Status/ event Active state
(used by the No. No./ type
panel) logical
No.
General signals from 0 0 0 0 0xD2, 0xD6, Alarm (stage 2)
control panel: Alarm 0xD7 0xE1 Cancel
(stage 2), Acknowledge, Acknowledge
Cancel Reserved

Panel error signals 1 Acc. to 0 0 0x12, 0x13 Fault


(power failure, fault, etc.) Table 8.3 or number of
networked panel
X
Initiating loop devices 1001-1004 1-127 0 1-1024 0x08, 0x09, Alarm
(detectors, call points, (1-4)* 0x0C, 0x0D, Test
etc.) 0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

Devices Ref. 3001-3004 1-127 0-3 0-100 0x08, 0x09 Alarm


IK-E326-001 18

Device/ signal type Loop No. Device I/O No. Zone Status/ event Active state
(used by the No. No./ type
panel) logical
No.
UCS-4000 (1-4)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Devices Ref. 3001-3008 1-127 UCS 0 0-100 0x08, 0x09 Alarm
UCS-6000 (1-8)* (MGS) 0x0A, 0x0B Energised
MGL 1-8 0x0C, 0x0D Test
MPW PK1 11-14 0x0E, 0x0F Disabled
MPW PK2 21-24 0x10, 0x11 Monitoring alarm
MPD PK1 15 0x12, 0x13 Fault
MPD PK2 25 0x14, 0x15 Non-maskable
interrupt
Devices Ref. 3001-3004 1-127 0-2 0-250 0x0A, 0x0B Energised
EKS-4001 (1-4)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Devices Ref. 3001-3004 1-127 0-8 0-64 0x0A, 0x0B Energised
EWS-4001 (1-4) 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Devices Ref. 3001-3004 1-127 0-8 0-64 0x08, 0x09 Alarm


EWK-4001 (1-4)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

Devices Ref. 3001-3004 1-127 0 0-250 0x0A, 0x0B Energised


SAL-4001 (1-4) 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Relay outputs 20001-20008 0 0 0 0x0A, 0x0B, Energised


(1-8)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Voltage outputs 21001-21004 0 0 0 0x0A, 0x0B, Energised


(1-4)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Test inputs 22001-22004 0 0 0 0x0E, 0x0F, Disabled


(1-4)* 0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Parallel indicator 3032 1-16 0 0 0x12, 0x13 Fault
terminals, TSR-4001
IK-E326-001 19

*) the number in brackets is the ID of the internal loop or control panel I/O.
Note: The control panels sends to the monitoring system only signals which can be expected from the
respective loop devices. For example, EKS-4001 would not send alarm signal, etc. I/O=0 designates an event
concerning the whole multi-input/ multi-output device.

Table 8.2 gives the value ranges of signals in PMC-400 protocol and the corresponding internal values of
POLON-4500 - fire suppression zone (MSG modules).

Table 8.2 State functions for fire suppression zones of POLON 4500 coupled with MSG-45 modules.
Device/ signal type Loop No. (used Device I/O No. Fire Status/ event Active state
by MSG-45) No. suppression type
zone No.
Fire alarm signals in 1100 0 0 1-4 0x08, 0x09 Alarm
the detection section
sent via MSG-45
inputs
Relay outputs 20101-20116 (1- 0 0 1-4 0x0C, 0x0D, Energised
16)* 0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Test inputs 22101-22111 (1- 0 0 1-4 0x0E, 0x0F, Disable


11)* 0x0A, 0x0B Active
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
*) the numbers in brackets are the I/O numbers used internally by MSG-45 (module No. = suppression zone
No.).

Table 8.3 gives the codes of POLON 4500 faults (loop No.=1, device No=fault code in the control panel signal,
I/O No.=0 or networked panel number X for codes 101...107).

Table 8.3
Fault code Fault description
0 "UP1 MICROPROCESSOR SYSTEM",
1 "UP2 MICROPROCESSOR SYSTEM",

5 "UP1 PROCESSOR EPROM",


6 "CONFIGURATION MEMORY - uP1 SETUP",
7 "UP1 RAM",
8 "UP2 PROCESSOR EPROM",
9 "CONFIGURATION MEMORY - uP2 SETUP",
10 "UP2 RAM",
11 "PSW-45 EPROM ",
12 "CGR-45 EPROM ",
13 "MSI-48 EPROM",
14 "MSL-1 EPROM",

17 "NON-DECLARED PACKET, MSI-48",


18 "NON-DECLARED PACKET, MSL-1",
19 "NON-DECLARED PACKET, MSL-2",

21 "COMMUNICATION WITH uP1 PROCESSOR",


IK-E326-001 20

Fault code Fault description


22 "COMMUNICATION WITH uP2 PROCESSOR",
23 "COMMUNICATION WITH uPW",
24 "COMMUNICATION WITH MSL-1",

27 "COMMUNICATION WITH MSI-48",


28 "LACK OF PACKET PPW-48",
29 "VALUES 11,12,13 MISSING GROUP A OR B",
30 "230 V SUPPLY",
31 "BATTERY CHARGING SYSTEM",
32 "BATTERY",
33 "+5V CONVERTER",
34 "VOLTAGE DROP AKU < 22 V",
35 "POWER SUPPLY TO EXTERNAL EQUIPMENT",
36 "TEMPERATURE PROBE",
37 "DROP (<26.5V) OR LACK OF 27V SUPPLY",
38 "RISE OF 27V SUPPLY(>28 V) ",
39 "PANEL EARTH FAULT",
40 "EARTH FAULT OF DETECTION LOOP No. MSL",
41 "EARTH FAULT OF DETECTION LOOPS No. MIK-48, MSI-48",

45 "PRINTER MECHANISM",
46 "PRINTER NOT CONNECTED",
47 "PRINTER PAPER OUT",
48 "PRINTER NOT RESPONDING",

50 "COMMUNICATION VIA PORT No.",

53 "COMMUNICATION VIA PORT No. TSR-4000",


54 "MSI-48 ID OTHER THAN DECLARED,
55 "NETWORK CONNECTION OF RING No.1",
56 "NETWORK CONNECTION OF RING No. 2",
57 "NETWORK WRONG CONNECTION OF RINGS",

60 "SWITCHED ON KEY No. 1 SW1 ON PSC-45",


61 "SWITCHED ON KEY No. 2 SW1 ON PSC-45",
62 "SWITCHED ON KEY No. 3 SW1 ON PSC-45",
63 "SWITCHED ON KEY No. 4 SW1 ON PSC-45",
64 "SWITCHED ON KEY No. 5 SW1 ON PSC-45",
65 "SWITCHED ON KEY No. 6 SW1 ON PSC-45",
66 "SWITCHED ON KEY No. 7 SW1 ON PSC-45",
67 "SWITCHED ON KEY No. 8 SW1 ON PSC-45",

68 " TSG-1: GSM COMMUNICATION FAILURE "

71 "NON-DECLARED MODULE - MSG-1 ",


72 "NON-DECLARED MODULE - MSG-2 ",
73 "NON-DECLARED MODULE - MSG-3 ",
IK-E326-001 21

Fault code Fault description


74 "NON-DECLARED MODULE - MSG-4",
75 "COMMUNICATION WITH MSG-1",
76 "COMMUNICATION WITH MSG-2 ",
77 "COMMUNICATION WITH MSG-3 ",
78 "COMMUNICATION WITH MSG-4 ",

101 "CONTROL PANEL No. X; SHORT-CIRCUIT OR BREAK IN RING!";


102 "CONTROL PANEL No. X; NUMBER DOUBLED !;
103 "CONTROL PANEL No. X" "NON-DECLARED !";

105 "CONTROL PANEL No. X";


"COMMUNICATION FAILURE MSI-48 WITH PSC-45 !";
106 "CONTROL PANEL No. X";
"PACKET No. MSI-48 NOT DECLARED!";
107 "CONTROL PANEL No. X"; "FAILURE OF COMMUNICATION WITH CONTROL
PANEL!";
X is the control panel ID (0...31) used in the protocol description.
IK-E326-001 22

9 Application of PMC-4000 protocol in POLON 4900


POLON 4900 supports 7 active states of loop devices and I/O loops. These are:
- Fire alarm,
- Monitoring alarm,
- Energised,
- Test,
- Disable,
- Fault,
- Non-maskable interrupt

Each active state has its counterpart - inactive state which is reported when active state has ended.
With some states mutually exclusive (such as blocking and enabling) in many cases two states can occur in
parallel, for example fire alarm and monitoring alarm or fault and non-maskable interrupt.
Non-maskable interrupt indicates lack of trigger confirmation from a fire protection device controlled by Panel output
signals (such as EKS device, relay).
Stage 2 response - Alarm is a global state of the panel. Signal indicates energising outputs to the fire alarm
transmission equipment.
Cancel:
- command to the panel: command to cancel all devices in alarm state and Alarm (stage 2).
- command from the control panel: information that a fire alarm has been cancelled all initiating devices in
alarm state obtain "no alarm" status. Alarm (stage 2) is cancelled in addition.
Acknowledge:
command to the panel: command to acknowledge events such as alarm, fault.
command from the control panel: reporting of acknowledgement of events such as alarm, control panel fault.

The respective states and value ranges for signals from devices supported by POLON-4800 are given in Table
9.1.

Table 9.1 State functions of POLON 4900


Device/ signal type Loop No. Device I/O No. Zone Status/ event Active state
(used by the No. No./ type
panel) logical
No.
General signals from 0 0 0 0 0xD2, 0xD6, Alarm (stage 2)
control panel: Alarm 0xD7 0xE1 Cancel
(stage 2), Acknowledge, Acknowledge
Cancel Reserved

Panel error signals 1 Acc. to 0 0 0x12, 0x13 Fault


(power failure, fault, Table 9.2 or number of
etc.) networked panel
X
Initiating loop devices 1001-1008 1-127 0 0-1024 0x08, 0x09, Alarm
(detectors, call points, (1-8)* 0x0C, 0x0D, Test
etc.) 0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

Devices Ref. 3001-3008 1-127 0-3 0-100 0x08, 0x09 Alarm


UCS-4000 (1-8)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
IK-E326-001 23

Device/ signal type Loop No. Device I/O No. Zone Status/ event Active state
(used by the No. No./ type
panel) logical
No.
Devices Ref. 3001-3008 1 -127 UCS 0-100 0x08, 0x09 Alarm
UCS-6000 (1-8)* (MGS) 0 0x0A, 0x0B Energised
MGL 1-8 0x0C, 0x0D Test
MPW PK1 11-14 0x0E, 0x0F Disabled
MPW PK2 21-24 0x10, 0x11 Monitoring alarm
MPD PK1 15 0x12, 0x13 Fault
MPD PK2 25 0x14, 0x15 Non-maskable
interrupt
Devices Ref. EKS-4001 3001-3008 1-127 0-2 0-250 0x0A, 0x0B Energised
(1-8)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Devices Ref. EWS- 3001-3008 1-127 0-8 0-100 0x0A, 0x0B Energised
4001 (1-8) 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Devices Ref. EWK- 3001-3008 1-127 0-8 0-100 0x08, 0x09 Alarm
4001 (1-8)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

Devices Ref. SAL-4001 3001-3008 1-127 0 0-250 0x0A, 0x0B Energised


(1-8) 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Relay outputs 20001-20016 0 0 0 0x0A, 0x0B, Energised


(1-16)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Voltage outputs 21001-21008 0 0 0 0x0A, 0x0B, Energised


(1-8)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Test inputs 22001-22008 0 0 0 0x0E, 0x0F, Disabled


(1-8)* 0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Parallel indicator 3032 1-16 0 0
0x12, 0x13 Fault
terminals, TSR-4001
*) the number in brackets is the ID of the internal loop or control panel I/O.
Note: The control panels sends to the monitoring system only signals which can be expected from the
respective loop devices. For example, EKS-4001 would not send alarm signal, etc. I/O=0 designates an event
concerning the whole multi-input/ multi-output device.
IK-E326-001 24

Table 9.2 gives the codes of POLON 4900 faults (loop No.=1, device No=fault code in the control panel signal,
I/O No.=0 or networked panel number X for codes 101...107).

Table 9.2
Fault code Fault description
0 "UP1 MICROPROCESSOR SYSTEM",
1 "UP2 MICROPROCESSOR SYSTEM",

5 "UP1 PROCESSOR EPROM",


6 "CONFIGURATION MEMORY - uP1 SETUP",
7 "UP1 RAM",
8 "UP2 PROCESSOR EPROM",
9 "CONFIGURATION MEMORY - uP2 SETUP",
10 "UP2 RAM",

13 "MSI-48 EPROM",
14 "MSL-1 EPROM",
15 "MSL-2 EPROM",

17 "NON-DECLARED PACKET, MSI-48",


18 "NON-DECLARED PACKET, MSL-1",
19 "NON-DECLARED PACKET, MSL-2",
20 NON-DECLARED PACKET No. PPW-49",
21 "COMMUNICATION WITH uP1 PROCESSOR",
22 "COMMUNICATION WITH uP2 PROCESSOR",
23 "COMMUNICATION WITH uPW",
24 "COMMUNICATION WITH MSL-1 ",
25 "COMMUNICATION WITH MSL-2 ",
26 "COMMUNICATION WITH PPW-49",
27 "COMMUNICATION WITH MSI-48 ",
28 "MISSING PACKET No. PPW-48/PPW-49",
29 "VALUES 11,12,13 MISSING GROUP A OR B",
30 "230 V SUPPLY",
31 "BATTERY CHARGING SYSTEM",
32 "BATTERY",
33 "+5V CONVERTER",
34 "VOLTAGE DROP AKU < 22 V",
35 "POWER SUPPLY TO EXTERNAL EQUIPMENT",
36 "TEMPERATURE PROBE",
37 "DROP (<26.5V) OR LACK OF 27V SUPPLY",
38 "RISE OF 27V SUPPLY(>28 V) ",
39 "PANEL EARTH FAULT",
40 "EARTH FAULT OF DETECTION LOOP No. MSL-48",
41 "EARTH FAULT OF DETECTION LOOPS No. MIK-48, MSI-48",
42 "FAULT OF BATTERY No. 1 ON PSC-49",
43 "FAULT OF BATTERY No. 2 ON PSC-49",
45 "PRINTER MECHANISM",
46 "PRINTER NOT CONNECTED",
IK-E326-001 25

Fault code Fault description


47 "PRINTER PAPER OUT",
48 "PRINTER NOT RESPONDING",

50 "COMMUNICATION VIA PORT No.",

53 "COMMUNICATION VIA PORT No. TSR-4000",


54 "MSI-48 ID OTHER THAN DECLARED,
55 "NETWORK CONNECTION OF RING No.1",
56 "NETWORK CONNECTION OF RING No. 2",
57 "NETWORK WRONG CONNECTION OF RINGS",

60 "SWITCHED ON KEY No. 1 SW1 ON PSC-49",


61 "SWITCHED ON KEY No. 2 SW1 ON PSC-49",
62 "SWITCHED ON KEY No. 3 SW1 ON PSC-49",
63 "SWITCHED ON KEY No. 4 SW1 ON PSC-49",
64 "SWITCHED ON KEY No. 5 SW1 ON PSC-49",
65 "SWITCHED ON KEY No. 6 SW1 ON PSC-49",
66 "SWITCHED ON KEY No. 7 SW1 ON PSC-49",
67 "SWITCHED ON KEY No. 8 SW1 ON PSC-49",

68 " TSG-1: GSM COMMUNICATION FAILURE "

101 "CONTROL PANEL No. X; SHORT-CIRCUIT OR BREAK IN RING!";


102 "CONTROL PANEL No. X; NUMBER DOUBLED !;
103 "CONTROL PANEL No. X"; "NON-DECLARED !";

105 "CONTROL PANEL No. X"; "COMMUNICATION FAILURE MSI-48 WITH PSC-49!";

106 "CONTROL PANEL No. X"; "PACKET No. MSI-48 NOT DECLARED !";
107 "CONTROL PANEL No. X"; "FAILURE OF COMMUNICATION WITH CONTROL
PANEL!";
X is the control panel ID (0...31) used in the protocol description.
IK-E326-001 26

10 Application of PMC-4000 protocol in POLON 4100


POLON 4100 supports 7 active states of loop devices and I/O loops. These are:
- Fire alarm,
- Monitoring alarm,
- Energised,
- Test,
- Disable,
- Fault,
- Non-maskable interrupt

Each active state has its counterpart - inactive state which is reported when active state has ended.
With some states mutually exclusive (such as blocking and enabling) in many cases two states can occur in
parallel, for example fire alarm and monitoring alarm or fault and non-maskable interrupt.
Non-maskable interrupt indicates lack of trigger confirmation from a fire protection device controlled by FACP output
signals (such as EKS device, relay).
Stage 2 response - Alarm is a global state of the panel. Signal indicates energising outputs to the fire alarm
transmission equipment.
Cancel:
- command to the panel: command to cancel all devices in alarm state and Alarm (stage 2).
- command from the control panel: information that a fire alarm has been cancelled all initiating devices in
alarm state obtain "no alarm" status. Alarm (stage 2) is cancelled in addition.
Acknowledge
- command to the panel: command to acknowledge events such as alarm, fault.
- command from the control panel: reporting of acknowledgement of events such as alarm, control panel
fault.

The respective states and value ranges for signals for the respective devices supported by 4100 are given in
Table 10.1.

Table 10.1 State functions of POLON 4100


Device/ signal type Loop No. Device I/O No. Zone Status/ Active state
(used by the No. No./ event type
panel) logical
No.
General signals from 0 0 0 0 0xD2 Alarm (stage 2)
control panel: Alarm 0xD6, 0xD7 Cancel
(stage 2), 0xE1 Acknowledge
Acknowledge, Cancel Reserved

Panel error signals 1 Acc. to 0 0 0x12, 0x13 Fault


(power failure, fault, Table 10.2
etc.)

Initiating loop devices 1001-1002 1-64 0 0-128 0x08, 0x09, Alarm


(detectors, call points, (1-2)* 0x0C, 0x0D, Test
etc.) 0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

Devices Ref. UCS- 3001-3002 1-64 0-3 0-40 0x08, 0x09, Alarm
IK-E326-001 27

Device/ signal type Loop No. Device I/O No. Zone Status/ Active state
(used by the No. No./ event type
panel) logical
No.
4000 (1-2)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt

Devices Ref.UCS- 3001-3008 1-64 UCS 0 0-40 0x08, 0x09, Alarm


6000 (1-8)* (MGS) 0x0A,0x0B, Energised
MGL 1-8 0x0C,0x0D, Test
MPW PK1 11-14 0x0E, 0x0F, Disabled
MPW PK2 21-24 0x10, 0x11 Monitoring alarm
MPD PK1 15 0x12, 0x13, Fault
MPD PK2 25 0x14, 0x15 Non-maskable
interrupt
Devices Ref. 3001-3002 1-64 0-2 0-40 0x0A,0x0B, Energised
EKS-4001 (1-2)* 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Devices Ref. 3001-3002 1-64 0-8 0-40 0x0A,0x0B, Energised
EWS-4001 (1-2) 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault
Devices Ref. EWK- 3001-3002 1-64 0-8 0-40 0x08, 0x09, Alarm
4001 (1-2)* 0x0C, 0x0D, Test
0x0E, 0x0F, Disabled
0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault

Devices Ref. SAL- 3001-3002 1-64 0 0-40 0x0A,0x0B, Energised


4001 (1-2) 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault
Relay outputs 20001-20003 0 0 0 0x0A,0x0B, Energised
(1-3)* 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Voltage outputs 21001 0 0 0 0x0A,0x0B, Energised


1* 0x0C,0x0D, Test
0x0E, 0x0F, Disabled
0x12, 0x13, Fault

Test inputs 22001-22002 0 0 0 0x0E, 0x0F, Disabled


(1-2)* 0x10, 0x11 Monitoring alarm
0x12, 0x13, Fault
0x14, 0x15 Non-maskable
interrupt
Parallel indicator 3032 1-16 0 0 0x12, 0x13, Fault
terminals, TSR-4001
IK-E326-001 28

*) the number in brackets is the ID of the internal loop or control panel I/O.
Note: The control panels sends to the monitoring system only signals which can be expected from the
respective loop devices. For example, EKS-4001 would not send alarm signal, etc. I/O=0 designates an event
concerning the whole multi-input/ multi-output device.

Table 10.2 gives the codes of POLON 4100 faults (loop No.=1, device No=fault code in the control panel
signal)

Table 10.2
Fault code Fault description
0 "UP1 MICROPROCESSOR SYSTEM",

5 "UP1 PROCESSOR EPROM",


6 "CONFIGURATION MEMORY - uP1 SETUP",
7 "UP1 RAM",

24 "COMMUNICATION WITH MLS-41",

29 "VALUES 11,12,13 MISSING GROUP A OR B",


30 "230 V SUPPLY",
31 "BATTERY CHARGING SYSTEM",
32 "BATTERY",
33 "+5V CONVERTER",
34 "VOLTAGE DROP AKU < 22 V",
35 "POWER SUPPLY TO EXTERNAL EQUIPMENT",

37 "DROP (<26.5V) OR LACK OF 27V SUPPLY",


38 "RISE OF 27V SUPPLY(>28 V) ",
39 "PANEL EARTH FAULT",
40 "EARTH FAULT OF DETECTION LOOP No.",

48 "PRINTER NOT RESPONDING",

50 "COMMUNICATION VIA PORT No.",

53 "COMMUNICATION VIA PORT No. TSR-4000",

60 "SWITCHED ON KEY No. 1 SW1 ON PSC-41",


61 "SWITCHED ON KEY No. 2 SW1 ON PSC-41",
62 "SWITCHED ON KEY No. 3 SW1 ON PSC-41",
63 "SWITCHED ON KEY No. 4 SW1 ON PSC-41",
64 "SWITCHED ON KEY No. 5 SW1 ON PSC-41",
65 "SWITCHED ON KEY No. 6 SW1 ON PSC-41",
66 "SWITCHED ON KEY No. 7 SW1 ON PSC-41",
IK-E326-001 29

67 "SWITCHED ON KEY No. 8 SW1 ON PSC-41",

68 "TSG-1: GSM COMMUNICATION FAILURE"

Author: Krzysztof Przybecki

IP-E270-014/05.2014

También podría gustarte