367
FX3UC Series Programmable Controllers
User’s Manual - Hardware Edition
10 Display Module (Only FX3UC-32MT-LT)
10.21 User Message Display Function
1
Outline
2
External
Dimensions
3
Generic
Specifications
4
Power Supply
Specifications
5
Input
Specifications
6
Output
Specifications
7
Examples of
Wiring for
Various Uses
8
Terminal Block
9
CC-Link/LT
Master FX
3UC
(LT only)
10
Display module
FX
3UC
(LT only)
Continued from previous page
Continued on next page
FEND
P0
RUN
monitor
INC D106
M8000
MOV K0 Z0
MOV K0 Z1
= K1 D106
MOV K2 Z0
MOV K10 Z1
= K2 D106
MOV K4 Z0
MOV K20 Z1
= K3 D106
RST D106
RUN
monitor
RST D101
M8000
RST D103
RST D105
RST V0
D100Z0 D108DBCD
M8161
M8161
M8000
D111 K5D108ASCI
Processing preparation program
for data generating program.
Program that converts the 5-digit
numeric value to ASCII code.
(Converts the BCD code saved at
"D109, D108" to ASCII code which
is saved at the D111 to D115
lower order bytes.
Zero-suppress program.
(Replaces "0 (30H) " with a space
(20H).)
H20 D111MOV=
=
H20 D110MOV
H30 D113
H30 D111
H20 D112MOVH30 D112=
M60
H20 D113MOV
M60
= H30 D114 H20 D114MOV
Adds space data.
MOV D201 D104
CALL P0
D160 D88 K3BMOV
Starts a sub-routine program that
adds a space (20H) to the
remaining quantity (D201) current
value (max. 5 digits) to generate 6-
character data.
Saves the generated character
data at the user message display
position.