Chapter 8 Logic Instructions
8-131
Shift Instructions
FB/FC
FC
SHL is used to shift all bits of a variable or constant by the specified number
of bits to the left and the result is output to Out.
-06
Parameters
Meaning
Description Valid range
In Data to shift Input
The original data to shift
to the left
Depends on the data type of the
variable that the input parameter is
Num
Number to
shift
Input
which all bits of the
original data are shifted
Depends on the data type of the
variable that the input parameter is
connected to.
Out Result Output
bits of the original data by
the number of bits
specified by Num to the
Depends on the data type of the
variable that the output parameter is
connected to.
Boolean
Bit string Integer
Real
number
Time, date
String
WORD
LWORD
UINT
UDINT
ULINT
SINT
INT
DINT
LINT
REAL
TIME
TOD
DT
STRING
In
●
● ● ● ● ● ● ●
Num
●
Out
Out
In
Note:
The symbol ● indicates that the parameter is allowed to connect to the variable or constant of the data
type.
Function Explanation
SHL is used to shift all bits of the value of In by the number of bits specified by Num to the left and the
result is output to Out.