
4.OUTLINE OF HANDY MACHINE OPERATOR'S PANEL FUNCTIONS PMC PROGRAMMING B-63753EN/01
- 74 -
• The location where numeric variable code (16) was specified is
substituted for the character strings which displays numeric
variable (X+21 to X+31). When the numeric variable is shown
by two or more digits, the characters following the numeric
variable code are also substituted. When a numeric variable is
illegal, the location where numeric variable code was specified
becomes blank (32).
(Example) The value of numeric variable is -12.3
Address
Y+5 Y+6 Y+7 Y+8 Y+9 Y+10 Y+11 Y+12 -- Y+20
Char.-code
88 61 16 32 32 32 32 32 -- 32
Displayed char.
X = (Space) (Space) (Space) (Space) (Space) (Space) (Space)
↓
LCD column
12345678--16
LCD displays
X = - 1 2 . 3 (Space) (Space)
NOTE
In this case, the number of digits to display numeric
variable data is 5, and the number of decimal digits
is 1.
• The location where the transparent character-code (31) was
specified leaves the last character
(Example)
LCD column
123456-16
Current LCD displays
Y=6ABC P
+
Address
Y+5 Y+6 Y+7 Y+8 Y+9 Y+10 - Y+20
Char.-code
31 31 31 90 61 52 - 32
Displayed char.
(trans.) (trans.) (trans.) Z = 4 (space)
↓
LCD column
123456-16
Next LCD displays
Y = 6 Z = 4 (space)
• Only one numeric variable can be specified by one display
request. When two or more numeric variables are specified for
one line, it is necessary to overwrite selected line two or more
times by using the transparent character-code (31).