Designated bit on (s{ }) -39, 10 designated bit on (s{ }) ! ! ! ! outline, Detailed explanation – Yaskawa MotionSuite Series Machine Controller Programming Manual User Manual

Page 171: Program example

Advertising
background image

MotionSuite™ Series Machine Controller Motion Programming Manual

Chapter 4: Sequence Commands

4-39

4.6.10 Designated Bit ON (S{ })

!

!

!

! Outline

The Designated Bit ON (S{}) command turns a designated bit ON 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

S{MB001000}=MB001010&MB001011

W

L

F

S{MB001000}=MB001010&MB001011

A

B

A: Designated bit
C: Logical Calculation format

Advertising