342
19 Display Module (FX3G-5DM)
FX
3G
Series Programmable Controllers
User's Manual - Hardware Edition
19.14 Specified Device Monitor Function
19.14.4 Program example2 (when monitoring consecutive timers using operation keys)
In this program example, the device type to be displayed on the specified device monitor screen is set to
"timer (T)". The operation keys [+] and [-] in the display module are available to scroll device numbers T0 to
T10 during monitoring.
In this program example, system information is assigned from D50 to D54 and from M50 to M64.
Initial pulse
MOV
K50
D8300
MOV
K50
D8301
M8002
System information (system No.1) is
set at D50 to D54.
System information (system No.2) is
set at M50 to M64.
Sets the device type to "Timer".
MOV
K5
D50
RST
D51
Resets the device number D51.
INCP
D51
DECP
D51
M56
M55
M59
M55
M56
M59
MOV
K0
D51
MOV
K10
D51
=
K-1
D51
=
K11
D51
The device number is specified
within the allowable range.
The timer number is scrolled using
the [+] or [-] button while the
specified device monitor screen is
displayed.
Specified device
monitor screen
displayed
"+" button ON
"-" button ON
Specified device
monitor screen
displayed
END