1.Description
A byte value is converted to 8 bits and output via 8 outputs. If the value is greater than 1 byte, then the "last byte" is converted.
2.Inputs
No. | Name | Initialisation | Description |
---|---|---|---|
1 | E1 (1-byte) | 0 | Byte value |
3.Outputs
No. | Name | Initialisation | SBC | Description |
---|---|---|---|---|
1 | A1 Bit 1 | 0 | s | Bit 1 (lowest bit: 0) |
2 | A2 bit 2 | 0 | s | Bit 2 |
3 | A3 bit 3 | 0 | s | Bit 3 |
4 | A4 bit 4 | 0 | s | Bit 4 |
5 | A5 bit 5 | 0 | s | Bit 5 |
6 | A6 bit 6 | 0 | s | Bit 6 |
7 | A7 bit 7 | 0 | s | Bit 7 |
8 | A8 bit 8 | 0 | s | Bit 8 (highest bit: 128) |
s = send, sbc = send by change
4.Other
Recalculation during start: | Yes |
---|---|
Module is retentive: | No |
Internal designation: | 9060 |
Category: | Converter |