Axis APPINT Instrukcja Użytkownika Strona 10

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 60
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 9
LNC-M8000
Operand Priority
186 寶元數控精密股份有限公司
LNC Technology Co., Ltd.
6.3 Logic Operation Command
(1). AND logic operation, &&
#i = #j && #k
0 for false and non-0 for true in logic operation
(2). OR logic operation, | |
#i = #j | | #k
(3). NOT logic operation, !
#i = ! #j
6.4 Compare Command
1Greater Than GT), >
#i = #j > #kIf #j is greater than #k, then the statement is true, #i=1.
2Less Than LT), <
#i = #j < #kIf #j is less than #k then the statement is true, #i=1.
3Greater Than or Equal to GE), >=
#i = #j >= #kIf #j is greater than or equal to #k, then the statement is true, #i=1.
4Less Than or Equal to LE), <=
#i = #j <= #kIf #j is less than #k, then the statement is true, #i=1.
5Equal==
#i = #j == #kIf #j is equal to #k, then the statement is true, #i=1.
6Not Equal!=
#i = #j != #kIf #j is not equal to #k, then the statement is true, #i=1.
Przeglądanie stron 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 59 60

Komentarze do niniejszej Instrukcji

Brak uwag