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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 844
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 474
L-force | PLC Designer
IEC Operators and additional norm extending functions
DMS 3.2 EN 02/2011 TD29 473
Example in ST:
PROGRAM ror_st
VAR
in_byte : BYTE:=16#45;
in_word : WORD:=16#45;
erg_byte : BYTE;
erg_word : WORD;
n: BYTE :=2;
END_VAR
erg_byte:=ROR(in_byte,n); (* Result is 16#51 *)
erg_word:=ROR(in_word,n); (* Result is16#4011 *)
Example in FBD:
Example in IL:
LD 16#45
ROR 2
ST erg_byte
Vista de página 474
1 2 ... 470 471 472 473 474 475 476 477 478 479 480 ... 843 844

Comentários a estes Manuais

Sem comentários