356
FX3UC Series Programmable Controllers
User’s Manual - Hardware Edition
10 Display Module (Only FX3UC-32MT-LT)
10.18 Specifying a Hexadecimal Current Value Display Format
10.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
+ 5" ON/OFF status.
The display formats which correspond to the ON and OFF statuses are shown in Subsection 10.18.1 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 10.16 for system information setting.
10.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
10.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 D90 and from M50 to M56.
10.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
D90 and from M50 to M56.
System
Information
Setting
Content
Display
Format
Display Subjects
M + 5
ON Hexadecimal
Timer (T) [current value], counter (C) [current 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 D90.
System information (system No.2) is set at M50 to M56.
RUN monitor
M8000
M55
Specifies a hexadecimal display format for current values which appear
at the Monitor/Test screen.
Initial pulse
MOV K50 D8300
MOV K50 D8301
M8002
System information (system No.1) is set at D50 to D90.
System information (system No.2) is set at M50 to M56.
RUN monitor
M8000
M55
Specifies a decimal display format for current values which appear at
the Monitor/Test screen.