Axis APPINT Manuale Utente Pagina 10

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 60
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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.
Vedere la pagina 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 59 60

Commenti su questo manuale

Nessun commento