4  OPERATION CONTROL PROGRAMS
4.11  Bit Device Controls
181
4
Device output: DOUT
■Usable Data
: Usable
■Description, data type of result
 • The data specified with (S) is output to the bit data specified with (D).
 • Specify a multiple of 16 as the device No. of the bit data specified with (D).
 • If the type of (S) is a 16-bit integer type, 16 points of the (S) data, starting at the least significant bit, are output in order to 
the bit devices headed by the one specified with (D).
 • If the type of (S) is a 32-bit integer type, 32 points of the (S) data, starting at the least significant bit, are output in order to 
the bit devices headed by the one specified with (D).
An operation error will occur if:
 • (D) or (S) is an indirectly specified device and its device No. is outside the range.
 • (D) is an indirectly specified device and its device No. is not a multiple of 16.
■Program which outputs the data of D0 to Y0-YF
Format Number of basic steps Usable steps
F/FS G
DOUT (D),(S) 8 
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)
(D)   
(S)   
Setting data Description Data type of result
(D) Output destination bit data Batch bit
(S) Output source data
DOUT Y0, D0
0D0
111001
b15 b0
YF Y0
000100 111
0
111001000100 111