Skip to content

Commit

Permalink
Fuel-cell message
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 20, 2024
1 parent c96e875 commit c0444ec
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion message_definitions/v1.0/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,17 @@
<field name="energy" type="float" unit="Wh">Accumulated consumed energy</field>
</message>

<!-- 13 is free-->
<message name="FUELCELL" id="13">
<field name="pressure" type="uint8" unit="%">Cylinder Pressure Percentage</field>
<field name="press_reg" type="float" unit="Bar">Regulator Output Voltage</field>
<field name="volt_bat" type="float" unit="V">Support Battery</field>
<field name="power_out" type="float" unit="W">Total Output Power</field>
<field name="power_cell" type="float" unit="W">Fuell Cell Power</field>
<field name="power_batt" type="float" unit="W">Battery Power</field>
<field name="state" type="uint8">PSU State</field>
<field name="error" type="uint8">Main error code</field>
<field name="suberror" type="uint8">Subcode</field>
</message>

<message name="CALIBRATION" id="14">
<field name="climb_sum_err" type="float" format="%.1f"/>
Expand Down

0 comments on commit c0444ec

Please sign in to comment.