136
4 OPERATION CONTROL PROGRAMS
4.5 Binary Operations
Division: /
■Usable data
: Usable
■Description, data type of result
• The data specified with (S1) is divided by the data specified with (S2) to find a quotient.
• 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.
An operation error will occur if:
•(S2) is 0.
• (S1) or (S2) is an indirectly specified device and its device No. is outside the range.
■Program which divides K456 by #0 and substitutes a quotient to W0
■Program which divides #0F by #10 and substitutes a quotient to D0L
The 64-bit floating-point type data are used for division, and the quotient is converted into the 32-bit integer type and then
substituted.
Format Number of basic steps Usable steps
F/FS G
(S1)/(S2) 7
Setting
data
Usable Data
Bit
device
Word device Constant Calculation
expression
Bit
conditional
expression
Comparison
conditional
expression
16-bit
integer
type
32-bit
integer
type (L)
64-bit
floating
point
type (F)
16-bit
integer
type
(K/H)
32-bit
integer
type
(K/H, L)
64-bit
floating
point
type (K)
(S1)
(S2)
Setting data Description Data type of result
(S1) Dividend data Data type of (S1) or (S2) which is greater
(S2) Divisor data
W0 = K456 / #0
3W0
123#0
/
456
D0L /100
D1 D0
12345.789
#2 #1
123#10
#3 #0
D0L = #0F / #10
#0F
100.3722683