TOP
How to Receive
DAQ FRAM Initial Data Format
Format
Message Mode
Conversion function is appeared as follows.
-
Gyro sensor angular velocity conversion function
Convertion function for obtaining angular elocity of satellite is appeared.
Please convert 1st byte to decimal number. It is GyroX.
Please convert 2nd byte to decimal number. It is GyroY.
Please convert 3rd byte to decimal number. It is GyroZ.
ex. When These data , 0x34,0x56,0x78 , comes,
GyroX = HEX2DEC(34) = 52
GyroY = HEX2DEC(56) = 86
GyroZ = HEX2DEC(78) = 120
【Gyro sensor angular velocity conversion function】
Gyro_SensorX [rad/s] = 0.029038159 * GyroX - 3.70980569
Gyro_SensorY [rad/s] = -{ 0.029180808 * GyroY - 3.750884884 }
Gyro_SensorZ [rad/s] = -{ 0.029113848 * GyroZ - 3.444105122 }
-
Copyright ©, Tokyo Institute of Technology, All Rights Reserved.