Lenze PLC Designer PLC Designer (R2-x) Manual do Utilizador Página 479

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 844
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 478
L-force | PLC Designer
IEC Operators and additional norm extending functions
DMS 3.2 EN 02/2011 TD29 477
Example in IL:
LD 90
LIMIT 30,80
ST Var1 (* Result is 80 *)
Example in ST:
Var1:=LIMIT(30,90,80); (* Result is 80 *);
Example in FBD:
9.5.5 MUX
PLC Designer IEC operator: Multiplexer
OUT := MUX(K, IN0,...,INn) means:
OUT := INK.
IN0, ...,INn and OUT can be any type of variable. K must be BYTE, WORD, DWORD, SINT,
USINT, INT, UINT, DINT or UDINT. MUX selects the Kth value from among a group of
values.
Example in IL:
LD 0
MUX 30,40,50,60,70,80
ST Var1 (* Result is 30 *)
Vista de página 478
1 2 ... 474 475 476 477 478 479 480 481 482 483 484 ... 843 844

Comentários a estes Manuais

Sem comentários