Multiplication - Mitsubishi Electric R16MTCPU Programming Manual

Hide thumbs Also See for R16MTCPU:
Table of Contents

Advertisement

Multiplication: *

Format
(S1)*(S2)
Setting data
■Usable data
: Usable
Setting
Usable Data
data
Bit
Word device
device
16-bit
integer
type
(S1)
(S2)
■Description, data type of result
Setting data
Description
(S1)
Multiplicand data
(S2)
Multiplier data
Processing details
• The data specified with (S1) is multiplied by the data specified with (S2).
• When (S1) and (S2) differ in data type, the data of the smaller data type is converted into that of the greater type before
operation is performed.
Operation error
An operation error will occur if:
• (S1) or (S2) is an indirectly specified device and its device No. is outside the range.
Program example
■Program which substitutes the result of multiplying K123 by #0 to W0
W0 = K123*#0
W0
56088
■Program which substitutes the result of multiplying #0F by #10 to D0L
D0L = #0F*#10
D1
D0
D0L
1518532
The 64-bit floating-point type data are used for multiplication, and the result is converted into the 32-bit integer type and then
substituted.
Number of basic steps
7
Constant
32-bit
64-bit
16-bit
integer
floating
integer
type (L)
point
type
type (F)
(K/H)
123
#0
456
#3
#0F
1518532.047
Usable steps
F/FS
Calculation
expression
32-bit
64-bit
integer
floating
type
point
(K/H, L)
type (K)
*
#2
#1
#0
12345.789
*
#10
123
4 OPERATION CONTROL PROGRAMS
G
Bit
Comparison
conditional
conditional
expression
expression
Data type of result
Data type of (S1) or (S2) which is greater
4.5 Binary Operations
4
135

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

R64mtcpuMelsec iq-r seriesR32mtcpu

Table of Contents