Mitsubishi Electronics FX3G Universal Remote User Manual


 
19 Display Module (FX3G-5DM)
339
FX
3G
Series Programmable Controllers
User's Manual - Hardware Edition
11
High-Speed
Counters
12
Output Wiring
13
Wiring for
Various Uses
14
Test Run,
Maintenance,
Troubleshooting
15
Input/Output
Powered
Extension Units
16
Input/Output
Extension
Blocks
17
Extension
Power Supply
Unit
18
Other Extension
Units and
Options
19
Display Module
20
Terminal Block
19.14 Specified Device Monitor Function
19.14.5 Program example3 (when monitoring non-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 T1, T5,
T10 and T20 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 Z0
MOV K1 D100
MOV K5 D101
MOV K10 D102
MOV K20 D103
Transfers the timer device numbers
to D100 to D103.
INCP Z0
DECP Z0
M56 M55 M59
M55 M56 M59
MOV K0 Z0
MOV K3 Z0= K-1 Z0
= K4 Z0
MOV D100Z0 D51
M8000
RUN monitor
The device number is specified
within the allowable range.
The device number to be
displayed is specified.
Resets the index register.
The timer number is scrolled using
the [+] or [-] button while the
specified device monitor screen is
displayed.
"+" button ON
"-" button ON
Specified device
monitor screen
displayed
Specified device
monitor screen
displayed
END