50
2600T SERIES |  PRESSURE TRANSMITTERS |  OI/266/FF-EN REV. E
APPENDIX A – Device Data Blocks
The device parameters are listed in the following tables. You can access the parameters by means of the index number. The 
individual blocks each contain standard parameters, block parameters and manufacturerspecific parameters.
Using DD based configuration tools as an operating program, input screens are available as a user interface.
Analogue variable format
The output of each AI block as well as many variables calculated and available from the different blocks of the transmitter is 
composed of 5 bytes.
The Variable is of 32-bit size in Floating Point format (4 bytes) plus a Status Byte (1 Byte).
Variable format - Floating Point Format IEEE-754
Byte n Byte n + 1 Byte n + 2 Byte n + 3
     
S 
EXPONENT MANTISSA MANTISSA MANTISSA
Example: 40 F0 00 00 (hex) = 0100 000 111 000 000 000 000 000 (binary)
Calculation: Value = (-1) 
S
 * 2 
(Exponent – 127)
 * (1 + Mantissa)
Value = (-1) 
0
 * 2 
(129 – 127)
 * (1 + 2
-1
 + 2
-2
 + 2
-3
)
Value = 1 * 4 * (1 + 0.5 + 0.25 + 0.125) = 7.5
Status
The Status byte is the fifth byte of any out value and represents the Quality of the variable. Each Transducer and Function Block 
produces a specific set of Status Bytes.
IMPORTANT 
Refer to the specific Block in order to see which Status bytes it produces.