Mitsubishi Electronics QnUCPU Home Theater Server User Manual


 
1
2
3
APPEN-
DIX
6
7
8
Appendix 3 Method of Replacing Basic Model QCPU or High Performance Model QCPU with Universal
Model QCPU
Appendix 3.3 Instructions
APPENDICES
App - 39
2) Subroutine program
In the subroutine program, ASCII codes specified by an argument are added to the input data area and
the completion status is checked.
Specify the following arguments for the subroutine program.
First argument ASCII code input from the input module (K2Xn) (Input)
Second argument Number of digits to be input (Input)
Third argument Indirect address of the input data area (Input)
Fourth argument Bit device to be turned on when input is completed (Output)
Figure App.18 Sample program
Numeric entry is ended when
the at-completion on signal is
on or 0DH is input.
Addresses of the input data
area are saved in the work
devices.
The 1st to 4th digit numerals
in (input data area +2) are
shifted for one digit to the left.
Numeral entered in ASCII code
is converted into one numera
l
in BIN data using the HABIN
instruction.
The 5th to 8th digit numerals
in (input data area +1) are
shifted for one digit to the left
and the converted numeral is
set to the 8th digit.
The
number of digits to be input
in (input data area +0) is
incremented by one.
The at-completion on signal
is turned on when the input
processing for specified digits
is completed.