Configurable data log probes to be used inside Simulink
<fieldname="fl_1"type="float">Log value 1 </field>
<fieldname="fl_2"type="float">Log value 2 </field>
<fieldname="fl_3"type="float">Log value 3 </field>
<fieldname="fl_4"type="float">Log value 4 </field>
<fieldname="fl_5"type="float">Log value 5 </field>
<fieldname="fl_6"type="float">Log value 6 </field>
</message>
<messagename="FILTERED_DATA"id="178">
Measured value from the IMU in units after sensor calibration and temperature compensation. Note that this IS NOT the output of the attitude filter, for that see messages 30 and 33.
<fieldname="aX"type="float">Accelerometer X value (m/s^2) </field>
<fieldname="aY"type="float">Accelerometer Y value (m/s^2)</field>
<fieldname="aZ"type="float">Accelerometer Z value (m/s^2)</field>
<fieldname="gX"type="float">Gyro X value (rad/s) </field>
<fieldname="gY"type="float">Gyro Y value (rad/s)</field>
<fieldname="gZ"type="float">Gyro Z value (rad/s)</field>
<fieldname="mX"type="float">Magnetometer X (normalized to 1) </field>
<fieldname="mY"type="float">Magnetometer Y (normalized to 1) </field>
<fieldname="mZ"type="float">Magnetometer Z (normalized to 1) </field>
</message>
<messagename="GPS_DATE_TIME"id="179">
Pilot console PWM messges.
<fieldname="year"type="uint8_t">Year reported by Gps </field>
<fieldname="month"type="uint8_t">Month reported by Gps </field>
<fieldname="day"type="uint8_t">Day reported by Gps </field>
<fieldname="hour"type="uint8_t">Hour reported by Gps </field>
<fieldname="min"type="uint8_t">Min reported by Gps </field>
<fieldname="sec"type="uint8_t">Sec reported by Gps </field>
<fieldname="visSat"type="uint8_t">Visible sattelites reported by Gps </field>
</message>
<messagename="MID_LVL_CMDS"id="180">
Mid Level commands sent from the GS to the autopilot. These are only sent when being opperated in mid-level commands mode from the ground; for periodic report of these commands generated from the autopilot see message XXXX.
<fieldname="target"type="uint8_t">The system setting the commands</field>
<fieldname="uCommand"type="float">Log value 2 </field>
<fieldname="rCommand"type="float">Log value 3 </field>
</message>
<messagename="CTRL_SRFC_PT"id="181">
This message configures the Selective Passthrough mode. it allows to select which control surfaces the Pilot can control from his console. It is implemented as a bitfield as follows:
Position Bit Code
=================================
15-8 Reserved
7 dt_pass 128
6 dla_pass 64
5 dra_pass 32
4 dr_pass 16
3 dle_pass 8
2 dre_pass 4
1 dlf_pass 2
0 drf_pass 1
Where Bit 15 is the MSb. 0 = AP has control of the surface; 1 = Pilot Console has control of the surface.
<fieldname="target"type="uint8_t">The system setting the commands</field>
<fieldname="bitfieldPt"type="uint16_t">Bitfield containing the PT configuration</field>
</message>
<messagename="PID"id="182">
Configure a PID loop.
<fieldname="target"type="uint8_t">The system setting the PID values</field>