BALLOON SPECIFIC EVENTS

The event IDs listed here are those that are specifically tied to hot air balloon systems.

 

 

Burner System

These key events are all related to the Modular Burner System. Most of them require the name (or index) of the component that they target. This name is given using the following format:

'[COMPONENT_NAME]'_n

For example:

'Burner_1'_n (>K:BURNER_VALVE_CLOSE)

 

Event Name Parameters Description
AXIS_BURNER_PITCH_SET
  1. [0]: Burner name (or index)
  2. [1]: pitch value

Set the pitch of the given burner.

Not currently used in the simulation.

AXIS_BURNER_ROLL_SET
  1. [0]: Burner name (or index)
  2. [1]: roll value

Set the roll of the given burner.

Not currently used in the simulation.

BURNER_PITCH_DEC
  1. [0]: Burner name (or index)

Decrease the given burner pitch.

Not currently used in the simulation.

BURNER_PITCH_INC
  1. [0]: Burner name (or index)

Increase the given burner pitch.

Not currently used in the simulation.

BURNER_ROLL_DEC
  1. [0]: Burner name (or index)

Decrease the given burner roll.

Not currently used in the simulation.

BURNER_ROLL_INC
  1. [0]: Burner name (or index)

Increase the given burner roll.

Not currently used in the simulation.

BURNER_VALVE_CLOSE
  1. [0]: Valve name (or index)
Close the given burner valve.
BURNER_VALVE_OPEN
  1. [0]: Valve name (or index)
Open the given burner valve.
BURNER_VALVE_SET
  1. [0]: Valve name (or index)
  2. [1]: Valve target position (Position 16k)
Set the given burner valve to the given position, where 0 is fully closed and 16384 is fully open.
BURNER_VALVE_TOGGLE
  1. [0]: Valve name (or index)
This will toggle the given burner valve open/closed.

 

 

Envelope

These key events are used to control certain aspects of the balloon envelope.

 

Event Name Parameters Description
BALLOON_VENT_CLOSE
  1. N/A
This will close the balloon envelope vent.
BALLOON_VENT_OPEN
  1. N/A
This will open the balloon envelope vent.
BALLOON_VENT_SET
  1. [0]: Vent target position (Position 16k)
This will set the balloon envelope vent to the given position, where 0 is fully closed and 16384 is fully open.
BALLOON_VENT_TOGGLE
  1. N/A
This will toggle the balloon envelope vent between open and closed.