Vibration velocity VX(mm/S)=((VXH << 8)| VXL)
Vibration velocity VY(mm/S) =((VYH << 8)| VYL)
Vibration velocity VZ(mm/S) =((VZH << 8)| VZL)
Example:55 61 11 00 16 00 02 00 02 00 00 00 01 00 E6 0A 43 00 47 00 0A 00 25 00 25 00 25 00
VXL: 0x11 VXH: 0x00 VYL: 0x16 VYH: 0x00 VZL: 0x02 VZH: 0x00
Vibration velocity VX(mm/s)=(((short)VXH << 8)| VXL) = 0x0011 = 17(mm/s)
Vibration velocity VX(mm/s)=(((short)VXH << 8)| VXL) = 0x0016 = 22(mm/s)
Vibration velocity VX(mm/s)=(((short)VXH << 8)| VXL) = 0x0002 = 2(mm/s)
Vibration Angle calculation method: Unit (°)
Register name: ADX~ADZ
Register address: 61~63(0x3D~0x3F)
Read/write direction: R
Default value: 0x0000
Vibration Angle ADX(°)=((ADXH << 8)| ADXL)/32768*180
Vibration Angle ADY(°)=((ADYH << 8)| ADYL)/32768*180
Vibration Angle ADZ(°)=((ADZH << 8)| ADZL)/32768*180
Example:55 61 11 00 16 00 02 00 02 00 00 00 01 00 E6 0A 43 00 47 00 0A 00 25 00 25 00 25 00
ADXL: 0x02 ADXH: 0x00 ADYL: 0x00 ADYH: 0x00 ADZL: 0x01 ADZH: 0x00
Vibration velocity ADX =(((short)ADXH << 8)| ADXL) /32768*180 = 0x0002/32768*180 = 0.011(°)
Vibration velocity ADX =(((short)ADXH << 8)| ADXL) /32768*180 = 0x0000/32768*180 = 0.00(°)
Vibration velocity ADX =(((short)ADXH << 8)| ADXL) /32768*180 = 0x0001/32768*180 = 0.005(°)
Temperature calculation method: Unit (℃)
Register name: TEMP
Register address: 64 (0x40)
Read/write direction: R
Default value: 0x0000