Files
PX4-Autopilot/docs/en/msg_docs/HeaterStatus.md
PX4BuildBot be784e21f7 docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
2026-05-27 02:57:43 +00:00

3.5 KiB

pageClass
pageClass
is-wide-page

HeaterStatus (UORB message)

TOPICS: heater_status

Fields

Name Type Unit [Frame] Range/Enum Description
timestamp uint64 time since system start (microseconds)
device_id uint32
heater_on bool
temperature_target_met bool
temperature_sensor float32
temperature_target float32
controller_period_usec uint32
controller_time_on_usec uint32
proportional_value float32
integrator_value float32
feed_forward_value float32
supply_voltage float32 Supply voltage (V)
heater_current float32 Heater current (A)
nominal_multiplier float32
mode uint8
temperature_source uint8

Constants

Name Type Value Description
MODE_GPIO uint8 1
MODE_PX4IO uint8 2
TEMPERATURE_SOURCE_IMU uint8 0
TEMPERATURE_SOURCE_HYGRO uint8 1

Source Message

Source file (GitHub)

::: details Click here to see original file

uint64 timestamp	# time since system start (microseconds)

uint32 device_id

bool heater_on
bool temperature_target_met

float32 temperature_sensor
float32 temperature_target

uint32 controller_period_usec
uint32 controller_time_on_usec

float32 proportional_value
float32 integrator_value
float32 feed_forward_value

float32 supply_voltage		# Supply voltage (V)
float32 heater_current		# Heater current (A)
float32 nominal_multiplier

uint8 MODE_GPIO  = 1
uint8 MODE_PX4IO = 2
uint8 mode

uint8 TEMPERATURE_SOURCE_IMU   = 0
uint8 TEMPERATURE_SOURCE_HYGRO = 1
uint8 temperature_source

:::