7. APPLICATION INSTRUCTIONS
7 − 7
MELSEC-A
(2) Program which performs logical product of the 32-bit data of D0 and 1 and the
32-bit data of D108 and 109, and sends the result to the Y100 to 11F when M16
turns on.
M16
0
P
DAND D0 D108
PK8
DMOV D108 Y100
Logical product of the 32-bit data of D0 and 1 and
the 32-bit data of D108 and 109 is performed and
the result is stored into D108 and 109.
Data of D108 and 109 is sent to the Y100 to 11F.
• Coding
0 LD M16
1 DANDP D0 D108
10 DMOVP D108 K8Y100
17 END