2.Inputs
| No. | Name | Initialisation | Description |
|---|---|---|---|
| 1 | E1 Value | 0 | Value as integer |
| 2 | E2 Shift | 0 | Number of steps by which the bits have been shifted to the right |
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 | 2 (I0) |
| -8 (IIII I000) | 1 | -4 (IIII II00) |
| 15 (IIII) | 3 | 1 (I) |
| 15 (IIII) | 4 | 0 (0) |
| 29 (I II0I) | 3 | 3 (II) |
5.Other
| Recalculation during start: | Yes |
|---|---|
| Module is retentive: | No |
| Internal designation: | 17717 |
| Category: | Converter |