1.Descrizione
Il valore corrispondente a un byte viene ricalcolato in 8 bit e viene emesso su 8 uscite. Se il valore è maggiore di 1 byte, viene convertito solo l'"ultimo byte".
2.Ingressi
N. | Nome | Init | Descrizione |
---|---|---|---|
1 | E1 (1 byte) | 0 | Valore del byte |
3.Uscite
N. | Nome | Init | SBC | Descrizione |
---|---|---|---|---|
1 | A1 bit 1 | 0 | s | Bit 1 (bit più basso: 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 (bit più alto: 128) |
s = send, sbc = send by change
4.Altro
Ricalcolo all'avvio: | Sì |
---|---|
Il modulo è permanente: | No |
Denominazione interna: | 9060 |
Categoria: | Convertitore |