347
FX
3G
/FX
3U
/FX
3UC
Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
12 Data Operation – FNC 40 to FNC 49
12.7 FNC 46 – ANS / Timed Annunciator Set
11
FNC3
0-F
NC3
9
R
otati
on and
Shif
t
12
FNC4
0-F
NC4
9
D
ata
O
per
ati
on
13
FN
C
50-FN
C
59
H
igh Speed
Pr
ocess
ing
14
FM
C
60-
FN
C
69
H
andy
In
st
ru
ct
ion
15
FNC7
0-F
N
C7
9
Ex
ter
nal
FX
I/O
D
evice
16
FN
C
80-FN
C
89
Ext
ernal FX
De
vic
e
17
FN
C
100-
FN
C
109
Da
ta
Transf
er 2
18
FN
C
110-
FN
C
139
Fl
oati
ng Poi
nt
19
FN
C
140
-F
N
C
14
9
Da
ta
O
per
ati
on 2
20
FN
C
150-
FN
C
159
Posit
ioning
C
ontr
ol
Program example
1. Displaying a fault number using an annunciator
When the program for external fault diagnosis shown below is created and the content of D8049 (smallest
state relay number in the ON status) is monitored, the smallest state relay number in the ON status from S900
to S999 is displayed.
If two or more faults are present at the same time, the next smallest fault number is displayed after the fault of
the smallest fault number is cleared.
M8000
RUN monitor
Y005
Forward
movement
X000
FNC 46
ANS
Forward
end
X001
Upper
limit
X002
Lower
limit
FNC 46
ANS
X003
Continuous
X004
Cycle
FNC 46
ANS
M8049
Y005
X005
Forward
movement
M8048
Annunciator ON
Y006
Fault display
X007
Reset
FNC 47
ANRP
END
T 0
K 10 S900
T 1
K 20 S901
T 2
K100 S902
0
33
12
21
30
32
34
36
When M8049 turns ON, monitoring becomes valid.
If the forward end detection input X000 does not turn
ON within 1 second after the forward movement output
Y005 is driven, S900 turns ON.
If both the upper limit input X001 and the lower limit
input X002 are OFF for 2 seconds or more due to a dog
error, S901 turns ON.
The switch X004 is set to ON in one operation cycle of
the machine. If the switch X004 is not set to ON while
the continuous operation mode input X003 is ON in the
machine whose tact time is less than 10 seconds, S902
turns ON.
When one among S900 to S999 turns ON, M8048 turns
ON and the fault display output Y006 turns ON.
A state relay which was set to ON by the external fault
diagnosis program is set to OFF by the reset button
X007. Every time X007 is set to ON, an operation state
relay in the ON status with the smallest device number
is reset (set to OFF) in turn.