ShiftLeft
Contents

1.Description

Pushes the value at Input 1 by n steps to the left bit by bit.

2.Inputs

No.NameInitialisationDescription
1E1 Value0
Value as integer
2E2 Shift0
Steps by which the bits are shifted to the left

3.Outputs

No.NameInitialisationSBCDescription
1A10s
Result of the shifting as integer
2A2(sbc)0sbc
Result of the shifting as integer
s = send, sbc = send by change

4.Value table as an example

ValueStepsResult
8 (I000)232 (I0 0000)
-8 (IIII I000)1-16 (IIII 0000)
15 (IIII)3120 (III I000)
15 (IIII)015 (IIII)
29 (I II0I)3232 (III0 I000)

5.Other

Recalculation during start:Yes
Module is retentive:No
Internal designation:17716
Category:Converter

6.Similar functions

Status machine, 1 outp
Status machine, 8 outp
ShiftRight
BitCutter
StringToFloat
DecToHex
TextToBase64
IntToString
StringToHex
HexToString
ChrToASCII
StringToNumber
2ByteTo16Bit
4ByteTo32Bit