You are on page 1of 6

7.

USEFUL CIRCUITRY

16-point Non-lock-in Annunicator

(1) I/O assignment (2) Programming concept (Flowchart)

Input Device Start


0000 to 0015 Alarm input
(16 points)
0100 Lamp test input “0000” DM510
0101 Buzzer reset input “FFFF” DM511

Output Device
1000 to 1015 Alarm display output Lamp Alarm display output
(16 points) Test input ‘FFFF’ 02CH
1100 Alarm buzzer output 0100 (ON)

Others
25502 1-sec clock
25313 Normally ON relay 1-sec clock Alarm inputs Alarm display
25502 OCH outputs 02CH
25506 Equal (=) (ON)
25507 Less than (<)
DM000 Data memory 1
DM509 Work area
“0000” ORW data memory 1 Alarm display output
Constant OCH 02CH
DM510 “0000” Data 1
DM511 “FFFF” Data 2
0400 to 0402 Auxiliary relays
Buzzer Alarm input Data memory 1
Reset input 00CH DM000
0101 (ON)

Is there alarm Alarm buzzer output OFF 1100


input
(ON)
(YES)

Alarm input AND W data memory 1 Data memory 1


1 00CH DM000 DM000

Data
Memory 1 Alarm buzzer ON
Alarm input 1100
(<)

(2) Circuit Example


(Normally ON) MOV(21)
#0000
DM510

7-17
7. USEFUL CIRCUITRY

25313 Constant “0000” and “FFFF” are store in DM510 and DM511,
MOV(21) respectively.
#FFFF
DM511
0100
MOV(21)
#FFFF Data “FFFF” is transferred to the display output (02CH).
DM510
0100
JMP(04)

25502 MOV(21) When the 1-sec clock (auxiliary relay 25502) is ON, the contents
00 of alarm input (00CH) are transferred to the display output
(1-sec clock) 10 (02CH).
25502 ORW(35)
DM510
DM000 When the 1-sec clock (auxiliary relay 25502) is OFF, data
DM509 “0000” is Ored with the contents of DM000 and the result of the
OR operation is transferred to the alarm display output (02CH).
MOV(21)
DM509
10
0101
0400 Alarm buzzer output OFF.

MOV(21)
00 When the buzzer reset input (0101) is ON, the contents of the
DM000 alarm input (00CH) are stored in DM000.
(Normally ON) CMP(20) Check if all the contents of the alarm input (00CH) are “0000”. If
00
#0000 so, auxiliary relay 25506 is turned ON.
25313 25506
0401 Alarm buzzer output OFF.
(=)
(Normally ON) MOV(21) The contents of alarm input (00CH) are stored in data memory
00
DM509 DM509.
25313
AND W(34) When the buzzer reset input (0101) is ON, the old contents of
DM509
DM000
alarm input which were stored in DM000 ANDed with the
DM000 current contents of alarm input (00CH) and the result is stored in
DM000. If the status of the alarm input is changed, auxiliary
CMP(20) relay 25507 turns ON.
DM000
DM509
25507 (Less than)
< Alarm buzzer output
0402
ON.
0402 0400 0401
1000 Alarm buzzer output.
1000

JME(05)

Lock-In Annunicator
Description

7-18
7. USEFUL CIRCUITRY

This circuit is used to generate alarm display outputs.

Alarm input 0000

Alarm display output 10000

Alarm buzzer output 1001

Lamp test input 0001


Start

Buzzer reset input 0002


“0000” DM510
“FFFF” DM511

One-point lock-in Annunicator


Lamp ‘FFFF’ Alarm display output
(1) I/O assignment (2) Circuit
Testexample
input 02CH
This circuit0100 (ON)to CPM1A
is applicable

Input Device (OFF)


0000 Alarm input 2000 2001
Alarm input ORW data memory 1 Data memory 1
0100 Lamp test input 00CH DM000 DM0002000
0110 Buzzer reset input
0000

Output Device
1sec clock
0002 2000 Data memory 1 Alarm display
1000 Alarm display output 25502 DM000 outputs 02CH
1001 Alarm buzzer output (ON) 2001
2001
(OFF)
Others
“0000” OR W data memory 2 Alarm display output
25502 1-sec clock (1-sec clock) DM000 10
2000 Work bits 25502 2000
Alarm display
2001 1000 output

2001
Buzzer Alarm input Data memory 1
Reset input DM000 DM000
0101 (ON) Alarm input Data memory 3
0001 00CH DM001
(OFF) Alarm input Data memory 2
00CH DM002
2000 2001 Alarm buzzer output OFF
Alarm buzzer
1100
1001 output

Data memory 3 AND W data memory 2 Word area


DM002 DM001 DM509
16-point lock-in Annunicator Word area AND W data memory 1 Data memory 1
DM509 DM510 DM510
Data memory 3 AND W data memory 2 Data memory 3
(1) I/O assignment (2) Programming
DM002concept DM001
(Flowchart) DM002
Alarm input AND W data memory 2 Data memory 2
Input Device 00CH DM001 DM001

Data
Memory 2 Alarm buzzer output ON
Alarm input (<) 1100
7-19
7. USEFUL CIRCUITRY
0000 to 0015 Alarm input
(16 points)
0100 Lamp test input
0101 Buzzer reset input

Output Device
1000 to 1015 Alarm display output
(16 points)
1100 Alarm buzzer output

Others
25502 1-sec clock
25313 Normally ON relay
25506 Equal (=)
25507 Less than (<)
(Normally ON)
DM000 Data memory 1
25313
DM001 Data memory 2
DM002 Data memory 3 MOV(21)
DM509 Work area #0000
DM510
DM510 “0000” Data 1
DM511 “FFFF” Data 2 MOV(21)
0200 to 0201 Auxiliary relays #FFFF
DM511

0100 MOV(21)
DM511
02
0100
JMP(04)

25313 MOV(21)
00
DM509

ORW(35)
DM509
DM000
DM000
25502
MOV(21)
DM000
(1-sec clock)
02
25502
ORW(35)
DM510
DM001
DM509

MOV(21)
DM509
(1) Circuit Example 02
0101
0200

MOV(21)
00
DM000 Constant “0000” and “FFFF” are store in DM510 and DM511,
respectively.
MOV(21)
00
DM001

MOV(21)
00
DM002
7-20
7. USEFUL CIRCUITRY

Data “FFFF” is transferred to the alarm display output (02CH).

The contents of the alarm input (00CH) are stored in the data
memory 1 (DM000).

When the 1-sec clock (25502) is ON, the contents of the data
memory 1 (DM0000) are transferred to the alarm display output
(Normally ON)
(02CH).
25313
MOV(21)
00 When the 1-sec clock (25502) is OFF, data “0000” is Ored with
DM509 the contents of the memory 2 (DM001) and the result of the OR
operation is transferred to the alarm display output (02CH).
AND W(34)
DM002
DM509
DM509
Alarm buzzer output OFF.
COM(29)
DM509

AND W(34)
DM509
DM000 When the buzzer reset input (0101) is ON, the contents of the
DM000 alarm input (00CH) are stored in the data memories 1 to 3
AND W(34)
(DM000 to DM 002).
DM002
DM001
DM002

MOV(21)
00
DM509

AND W(34)
DM509
DM001
DM001

COM(20)
DM001
DM509

25507 (Less than)


<
0201

0201 0200
1100
The contents of the data memory 1 (DM000) are rewritten.
1100

JME(05)
7-21
7. USEFUL CIRCUITRY

The contents of the data memory 3 (DM002) are rewritten.

The contents of the data memory 2 (DM001) are rewritten.

Checks the status of the alarm input (00CH) for any change. If
any change exists, auxiliary relay 25507 is turned ON.

Alarm buzzer output ON.

Alarm buzzer output.

7-22

You might also like