Presentation, index 0x80n0:02
The measured value output is set in factory to two's complement representation (signed integer).
Index 0x80n0:02 offers the possibility to change the method of representation of the measured value.
Signed integer representation
The negative output value is represented in two’s complement (negated + 1).
Maximum representation range for 16 bits = -32768dec to +32767dec
Input signal | Value | |||||
---|---|---|---|---|---|---|
EL310x | EL311x, EL314x | EL3112-0011 | EL312x, EL315x | EL316x | Decimal | Hexadecimal |
10 V | 20 mA | 20 mA | 20 mA | 10 V | 32767 | 0x7FFF |
5 V | 10 mA | 10 mA | 12 mA | 5 V | 16383 | 0x3FFF |
0 V | 0 mA | 0 mA | 4 mA | 0 V | 0 | 0x0000 |
-5 V | - | -10 mA | - | - | -16383 | 0xC001 |
-10 V | - | -20 mA | - | - | -32768 | 0x8000 |
Input signal EL3174, EL3174-0002, EL3174-0090 | Value | ||||||
---|---|---|---|---|---|---|---|
±10 V | 0..10 V | ±20 mA | 0..20 mA | 4..20 mA | 4..20 mA | Decimal | Hexadecimal |
10,737 V | 10,737 V | 21, 474 mA | 21,474 mA | 21,179 mA | - | 32767 | 0x7FFF |
10 V | 10 V | 20 mA | 20 mA | 20 mA | 20 mA | 30518 | 0x7736 |
0 V | 0 V | 0 mA | 0 mA | 4 mA | 4 mA | 0 | 0x0000 |
- | - | - | - | 0 mA | - | -7629 | 0xE233 |
-10 V | - | -20 mA | - | - | - | -30518 | 0x88CA |
-10,737 V | - | -21, 474 mA | - | - | - | -32768 | 0x8000 |
Input signal EL3174-0032 | Value | ||||||
---|---|---|---|---|---|---|---|
±3 V | 0..3 V | ±20 mA | 0..20 mA | 4..20 mA | 4..20 mA | Decimal | Hexadecimal |
3,221 V | 3, 221 V | 21, 474 mA | 21,474 mA | 21,179 mA | - | 32767 | 0x7FFF |
3 V | 3 V | 20 mA | 20 mA | 20 mA | 20 mA | 30518 | 0x7736 |
0 V | 0 V | 0 mA | 0 mA | 4 mA | 4 mA | 0 | 0x0000 |
- | - | - | - | 0 mA | - | -7629 | 0xE233 |
-3 V | - | -20 mA | - | - | - | -30518 | 0x88CA |
-3, 221 V | - | -21, 474 mA | - | - | - | -32768 | 0x8000 |
Input signal EL3174-0042 | Value | ||
---|---|---|---|
±60 V | ±30 V | Decimal | Hexadecimal |
64.41 V | 32.21 V | 32767 | 0x7FFF |
60 V | 30 V | 30518 | 0x7736 |
0 V | 0 V | 0 | 0x0000 |
- | - | -7629 | 0xE233 |
-60 V | -30 V | -30518 | 0x88CA |
--64.41 V | -32.21 V | -32768 | 0x8000 |
Overview of further representations
Unsigned integer representation
The output value is represented with 15-bit resolution without sign, therefore polarity detection is no longer possible.
Maximum representation range for 16 bits = 0 to +32767dec
Absolute value with MSB as sign - representation
The output value is displayed in magnitude-sign format: MSB=1 (highest bit) in the case of negative values.
Maximum representation range for 16 bits = -32767dec to +32767dec
Legacy Range | Extended Range | Representation (values dec. / values hex.) | |||
---|---|---|---|---|---|
unsigned interger | abs. value w. MSB as sign | ||||
Dec. | Hex. | Dec. | Hex. | ||
100% | 107,37% | 32767 | 0x7FFF | 32767 | 0x7FFF |
- | 100% | 30518 | 0x7736 | 30518 | 0x7736 |
0% | 0% | 0 | 0x0000 | 0 | 0x0000 |
- | -100% | 30518 | 0x7736 | [-30518] | 0xF736 |
-100% | -107,37% | 32767 | 0x7FFF | [-32767] | 0xFFFF |
Presentation types The presentation types "Unsigned integer" and "Absolute value with MSB as sign" have no function for unipolar terminals. There is no change in the presentation in the positive range. |