Mitsubishi Electronics QSERIES Smoker User Manual


  Open as PDF
of 1204
 
App-198
Appendix 5 APPLICATION PROGRAM EXAMPLES
Appendix 5.1
Concept of Programs which Perform
Operations of X
n
,
(1) Concept of programs which perform operations of X
n
X
n
can be operated using e
(nlogeX)
.
For example, the operation of 10
1.2
is e
(1.2 loge10)
, which is represented in the form of a
sequence program as shown below.
(2) Concept of program which performs operation of
can be operated using .
For example, the operation of is , which is represented in the form of a
sequence program as shown below.
X
n
Converts 10 into a real number format data
and stores the result in D0 and D1.
Executes Loge10 operation and stores the
result in D2 and D3.
Converts 12 into a real number format data
and stores the result into D4 and D5.
Divides D4 and D5 (12) by D0 and D1 (10),
and stores the result (1, 2) in D6 and D7 (1, 2).
Multiplies D2 and D3 (Loge10) by D6 and
D7 (1, 2) and stores the result in D8 and D9.
Executes Loge(D8, D9) operation and stores
the result in D10 and D11.
X
n
X
n
(
log
eX
)
e
1
n
10
3
(
log
e
10)
e
1
3
Converts 10 into a real number format data
and stores the result in D20 and D21.
Executes Loge10 operation and stores the
result in D22 and D23.
Converts 3 into a real number type data
and stores the result in D24 and D25.
Divides
D22 and D23 (Loge10) by D24 and
D25 (3) and stores the result in D26 and D27.
Executes Loge(D26, D27) operation and
stores the result in D28 and D29.