Yaskawa MotionSuite Series Machine Controller Programming Instrukcja Użytkownika Strona 147

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 187
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 146
MotionSuite™ Series Machine Controller Motion Programming Manual Chapter 4: Sequence Commands
4-15
4.3.4 NOT (!)
!
!!
! Outline
Invert a designated register data, and leave the calculation result. The real number register
cannot be used.
!
!!
! Detailed Explanation
Command Method
Data Type
* It is impossible to designate a bit-type constant.
!
!!
! Program Example
Bit (B) Integer (W) 32-bit Integer (L) Real (F) Constant
$
*
$$
×∇
Type Motion Program Ladder Program
B MB001000=!MB001010;
W MW00100=!MW00101;
L ML00100=!ML00102;
F—
MB001000=!MW00101;
MW00100=!MW00101;
ML00100=!ML00102;
$
MB001010 MB001000
MW00101 COM MW00100
ML00102 COM ML00100
(Ex.)
MW00100=!MW00101;
0001 0010 0011 0100
MW00101
(1234H)
1110 1101 1100 1011
MW00100
0EDCBH
Przeglądanie stron 146
1 2 ... 142 143 144 145 146 147 148 149 150 151 152 ... 186 187

Komentarze do niniejszej Instrukcji

Brak uwag