2.Inputs
No. | Name | Initialisation | Description |
---|---|---|---|
1 | E1 Value | 0 | Value as integer |
2 | E2 Shift | 0 | Steps by which the bits are shifted to the left |
3.Outputs
No. | Name | Initialisation | SBC | Description |
---|---|---|---|---|
1 | A1 | 0 | s | Result of the shifting as integer |
2 | A2(sbc) | 0 | sbc | Result of the shifting as integer |
s = send, sbc = send by change
4.Value table as an example
Value | Steps | Result |
---|---|---|
8 (I000) | 2 | 32 (I0 0000) |
-8 (IIII I000) | 1 | -16 (IIII 0000) |
15 (IIII) | 3 | 120 (III I000) |
15 (IIII) | 0 | 15 (IIII) |
29 (I II0I) | 3 | 232 (III0 I000) |
5.Other
Recalculation during start: | Yes |
---|---|
Module is retentive: | No |
Internal designation: | 17716 |
Category: | Converter |