The values on DEIF’s product are often 16-bit, and when you're using Profibus you read 8-bit values. The lowest address is the MSB (Most Significant Byte) and the highest address is the LSB (Least Significant Byte).
The value is calculated as:

MSB * 256 + LSB = Value