Communication
C3I22T11
336 192-120114 N5 C3I22T11 June 2008
Bit 5: Meaning of scaling factor:
Bit 5 = "0": decimal factors 1, 1/10, 1/100, ..
Bit 0 .. Bit 4: Scaling factor
# Bit 0...4 Factor dec (Bit 5 = 0) yy0x xxxx
0 00000 10
0
1
1 00001 10
–1
0,1
2 00010 10
–2
0,01
3 00011 10
–3
0,001
4 00100 10
–4
0,0001
5 00101 10
–5
0,00001
6 00110 10
–6
0,000001
7 00111 10
–7
0,0000001
8 01000 10
–8
0,00000001
9 01001 10
–9
0,000000001
Bit 5 = "1": binary factors 1, 1/2, 1/4, 1/8, ...
Bit 0 ... Bit 4: Scaling factor
# Bit 0...4 Factor bin (Bit 5 = 1) yy1x xxxx
32 00000 2
0
1
33 00001 2
–1
0,5
34 00010 2
–2
0,25
35 00011 2
–3
0,125
36 00100 2
–4
0,0625
37 00101 2
–5
0,03125
38 00110 2
–6
0,015625
39 00111 2
–7
0,0078125
40 01000 2
–8
0,00390625
41 01001 2
–9
0,001953125
42 01010 2
–10
0,0009765625
43 01011 2
–11
0,00048828125
44 01100 2
–12
0,000244140625
45 01101 2
–13
0,0001220703125
46 01110 2
–14
0,00006103515625
47 01111 2
–15
0,000030517578125
48 10000 2
–16
0,0000152587890625
49 10001 2
–17
0,00000762939453125
50 10010 2
–18
0,000003814697265625
51 10011 2
–19
0,0000019073486328125
20 10100 2
–20
0,00000095367431640625
21 10101 2–
21
0,000000476837158203125
22 10110 2
–22
0,0000002384185791015625
23 10111 2
–23
0,00000011920928955078125
24 11000 2
–24
0,000000059604644775390625
Bit 6 ... Bit 15: Reserved
Bit sequence V2
The V2 bus format is a bit sequence with a length of 16 bits.
Byte string OS
Octet string OS: String with variable length.
Meaning of scaling
factors