Designated bit off (r{ }) -40, 11 designated bit off (r{ }) ! ! ! ! outline, Detailed explanation – Yaskawa MotionSuite Series Machine Controller Programming Manual User Manual
Page 172: Program example
Advertising

MotionSuite™ Series Machine Controller Motion Programming Manual
Chapter 4: Sequence Commands
4-40
4.6.11 Designated Bit OFF (R{ })
!
!
!
! Outline
The Designated Bit OFF (R{}) command turns a designated bit OFF if the Logical
Calculation result is true. However, it does not turn a designated bit OFF if the result is
false.
!
!
!
! Detailed Explanation
Command Method
Data Type
$ = Yes
× = No
!
!
!
! Program Example
Bit (B)
Integer (W)
32-bit Integer (L)
Real (F)
Constant
Designated Bit
$
×
×
×
×
Logical Calculation Format
$
$
$
×
$
Type
Motion Program
Ladder Program
B
R{MB001000}=MB001010&MB001011
—
W
—
—
L
—
—
F
—
—
R{MB001000}=MB001010&MB001011
A
B
A: Designated bit
C: Logical Calculation format
Advertising