Mitsubishi Electronics FX3G Universal Remote User Manual


 
348
19 Display Module (FX3G-5DM)
FX
3G
Series Programmable Controllers
User's Manual - Hardware Edition
19.18 Specifying a Hexadecimal Current Value Display Format
19.18 Specifying a Hexadecimal Current Value Display Format
The procedure for specifying a hexadecimal display format for current values which display at the "Monitor/
Test" menu explained below. The display format is specified by the system information's (system signal 2)
"M +8" ON/OFF status.
The display formats which correspond to the ON and OFF statuses are shown in Section 19.13 below. The
display format should either be fixed as decimal or hexadecimal. Switching between the two should be
possible by an external operation.
Refer to Section 19.13 for system information setting.
19.18.1 System information - specifying a hexadecimal current value display format
1. System signal 1
System signal 1 is unrelated to this function.
2. System signal 2
19.18.2 Program example 1 (specifying a hexadecimal data display format)
The following program example specifies a hexadecimal display format for current values and setting values
which display at the "Monitor/Test" screen. In this program example, system information is assigned from D50
to D54 and from M50 to M64.
19.18.3 Program example 2 (specifying a decadal data display format)
The following program example specifies a decimal display format for current values and setting values which
appear at the "Monitor/Test" screen. In this program example, system information is assigned from D50 to
D54 and from M50 to M64.
System
Information
Setting
Content
Display
Format
Display Subjects
M+8
ON Hexadecimal
Timer (T) [current value/setting value], counter (C) [current value/setting value], data
register (D) [16-bit/32-bit], extended register (R) [16-bit/32-bit], and extended file register
(ER) [16-bit/32-bit]
OFF Decimal
Initial pulse
END
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.
RUN monitor
M8000
M58
Specifies a hexadecimal display format for current values which appea
r
at the Monitor/Test screen.
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.
RUN monitor
M8000
M58
Specifies a decimal display format for current values which appear at
the Monitor/Test screen.