Presentation
Presentation, Index 0x8000:1D
The presentation of the measured value in the PDO Value can be changed:
Value | Name | Meaning |
---|---|---|
0 | "left aligned" | Left-aligned presentation: |
1 | "right aligned" | Right-aligned display: Full scale value corresponds to the 18 bit resolution of the measuring range. Thus 0x0003FFFF (262143dec) or 0xFFFC0000 (-262144dec). |
2 | "scaled" (default) | Scaled presentation: |
5 | "Float" | Floating-point presentation in 32 bits, corresponding to PLC format (mantissa + exponent) The PDO can be linked directly to a REAL data type in the PLC |
Tab. 4 : Presentation of the measured value
![]() | Factors are taken into account, extended measuring range Only the presentation is scaled and Float calculates the factors 0.1/1/10/100 between the measuring ranges! |