ROL

ROL

PROGRAM ROL_DEMO
    VAR
      WORD1,WORD2: WORD;
    INT1: INT;
   END_VAR
    WORD2:= ROL(IN:=WORD1,N:=INT1);
END_PROGRAM

The function rotates the input vector to the left.

InputType Description
IN ANY_BITInput value
N ANY_INTNumber of bits to rotate the input vector to the left
OutputType Description
ANY_BITOutput value

  • © Energocentrum Plus, s.r.o. 2017 - 2024