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
How to calculate a decimal number 16-bit value from two 8-bit values ? Print
Modified on: Mon, 22 Aug, 2022 at 8:58 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.