![Mitsubishi Electric MELSEC FX3G Programming Manual Download Page 359](http://html.mh-extra.com/html/mitsubishi-electric/melsec-fx3g/melsec-fx3g_programming-manual_239083359.webp)
357
FX
3G
/FX
3U
/FX
3UC
Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
13 High Speed Processing – FNC 50 to FNC 59
13.1 FNC 50 – REF / Refresh
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
13.1.1 What should be understood before using the REF instruction
1. Changing the input filter
The input filter value is determined by the contents of D8020 (initial value: 10 ms).
Use the MOV instruction, etc. to adjust the value in D8020, which represents the input filter value.
Target range: X000 to X017 (In inputs X020 and later, the input filter value is fixed at 10 ms and cannot
be changed.)
(The target range is X000 to X007 in the FX
3G
, FX
3U
-16M
, FX
3UC
-16M
.)
2. Output response time
After the REF instruction is executed, the output (Y) sets the output signal to ON after the response time
shown below.
→
For details, refer to the respective PLC Hardware Edition manual.
Target range: Y000 to highest connected output number
1) Relay output type
The output contact is activated after the response time of the output relay.
- Y000 and higher: Approximately 10 ms
2) Transistor output type
a) FX
3U
/FX
3UC
(D, DSS) PLC
- Y000, Y001 and Y002: 5
µ
s or less (load current = 10 mA or more, 5 to 24V DC)
- Y003 and higher: 0.2ms or less (load current = 100 mA, 24V DC)
b) FX
3UC
-32MT-LT(-2) PLC
- Y000, Y001, Y002 and Y003: 5
µ
s or less (load current = 10 mA or more, 5 to 24V DC)
- Y004 and higher: 0.2ms or less (load current = 100 mA, 24V DC)
c) FX
3G
PLC (14-point and 24-point type)
- Y000 and Y001: 5
µ
s or less (load current = 10 mA or more, 5 to 24V DC)
- Y002 and higher: 0.2ms or less (load current = 100 mA, 24V DC)
d) FX
3G
PLC (40-point and 60-point type)
- Y000, Y001 and Y002: 5
µ
s or less (load current = 10 mA or more, 5 to 24V DC)
- Y003 and higher: 0.2ms or less (load current = 100 mA, 24V DC)
3. When using the REF instruction between FOR and NEXT instructions or between a pointer
(with a lower step number) and CJ instruction (with a higher step number)
Inputs and outputs can be refreshed even when the input information or immediate output is required in the
middle of a routine program during control.
4. When using the input interrupt (I) function
When executing interrupt processing accompanied by I/O operations, I/O refresh can be executed in the
interrupt routine to receive the latest input (X) information and give the immediate output (Y) of the operation
result so that dispersion caused by the operation time is improved.