Axis APPINT Manual do Utilizador Página 10

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 60
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 59 60

Comentários a estes Manuais

Sem comentários