Mitsubishi MELSEC-Q/L Programming Manual page 835

Table of Contents

Advertisement

Appendix 3
Appendix 3.1
(1) Concept of programs which perform operations of X
n
X
can be operated using e
For example, the operation of 10
below.
(2) Concept of program which performs operation of
n
can be operated using
X
For example, the operation of
below.
APPLICATION PROGRAM EXAMPLES
Concept of Programs which Perform Operations of a nth
power of X, a nth root X
n
(nlogeX)
.
1.2
(1.2
loge10)
is e
, which is represented in the form of a sequence program as shown
n
X
1
( log
)
eX
.
e
n
1
3
(
log
10)
e
is
, which is represented in the form of a sequence program as shown
e
10
3
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.
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.
3
2
3
A
5
6
7
8
833

Advertisement

Table of Contents
loading

Table of Contents