11 reset bit (r{ }), 1) overview, 2) format – Yaskawa MP2000 Series: User's Manual for Motion Programming User Manual
Page 255: 3) programming examples, 2) format (3) programming examples

8 Command Reference
8.9.11 Reset Bit (R{ })
8-148
8.9.11 Reset Bit (R{ })
(1) Overview
This command turns OFF the specified bit if the logical operation result is true. It does not turn ON the specified
bit, even if the logical operation result is false.
(2) Format
(3) Programming Examples
Reset Bit command (R{ }) programming examples are shown below.
Motion Programs
Sequence Programs
Applicable
Applicable
R { MB001000 } = MB001010 & MB001011;
A B
Item
Description
Usable Registers
A
Specified bit
• All bit type registers (Excluding # and C registers)
• The above registers with subscript
B
Logic
expression
• All bit type registers (Excluding # and C registers)
• The above registers with subscript
• Constants
Type
Motion Programs/
Sequence Programs
Ladder Programs
B
R{MB001000}=MB001010&
MB001011;
W
−
−
L
−
−
F
−
−
EXAMPLE