FX3U Series Programmable Controllers
User’s Manual - Hardware Edition
391
19 FX3U-7DM (Display Module)
19.21 Specifying a Hexadecimal Current Value Display Format
11
High-Speed
Counters
12
Output Wiring
13
Wiring for
Various Uses
14
Test Run,
Maintenance,
Troubleshooting
15
IInput/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.21 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 18.21.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 19.18 for system information setting.
19.21.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.21.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.
19.21.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.