Interpretation of the measured values

The measured acceleration values can be displayed in two different ways. See chapter Display of the measured values.

The interpretation of the measured values depends on the display type.

Interpretation of the raw values

The raw values are arranged in the most significant 10 bits of the variable "Value", which is 16 bits long:

Bit:

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

Contents:

Raw value

0

0

0

0

0

0

Recommendation: in the PLC program use the function SHR() to shift a raw value to the least significant 10 bits: SHR(<measured value>,6). After shifting the raw value is easier to process.

The raw values can range between -510 and +510:

Between -510 and +510 the raw values are linear. Use the following formula to convert a raw value to a physical quantity:

 

Interpretation of the measured values 1:

a: Acceleration. Unit: g.
    1 g = 9.81 m/s2

MBE: full scale value

n: raw value

Interpretation of the physical values

The physical values have the unit mg.
1 mg = 0.001 x 9.81 m/s2