AIRCRAFT GENERAL SYSTEM EVENTS
The event IDs listed here are those that are related to aircraft multiple smaller aircvraft systems, but that don't have so many events associated with them that they require dedicated pages.
Liquid Dropping System
These key events are all related to the Modular Liquid Dropping 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:
16383 'Scoop_1'_n (>K:2:LIQUID_DROPPING_SYSTEM_SCOOP_SET)
Event Name | Parameters | Description |
---|---|---|
LIQUID_DROPPING_SYSTEM_DOOR_CLOSE |
|
Close the named (or indexed) liquid dropping system door. |
LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_CLOSE |
|
Close all the doors that belong to the given command group index. |
LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_OPEN |
|
Open all the doors that belong to the given command group index. |
LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_SET |
|
Set all the doors that belong to the given command group index to the supplied value, where 0 is fully closed and 16384 is fully open. |
LIQUID_DROPPING_SYSTEM_DOOR_COMMAND_GROUP_TOGGLE |
|
Toggle all the doors that belong to the given command group index (so open doors will close and closed doors will open). Note that the initial position is taken from the first door found with the correct command group index, and then the toggled value for that door is applied to all doors, even if their original position was different. |
LIQUID_DROPPING_SYSTEM_DOOR_OPEN |
|
Open the named (or indexed) liquid dropping system door. |
LIQUID_DROPPING_SYSTEM_DOOR_SET |
|
Set the named (or indexed) door to the supplied value, where 0 is fully closed and +16384 is fully open. |
LIQUID_DROPPING_SYSTEM_DOOR_TOGGLE |
|
Toggle the named (or indexed) liquid dropping system door (so open doors will close and closed doors will open). |
LIQUID_DROPPING_SYSTEM_SCOOP_CLOSE |
|
Open the named (or indexed) liquid dropping system scoop. |
LIQUID_DROPPING_SYSTEM_SCOOP_OPEN |
|
Open the named (or indexed) liquid dropping system scoop. |
LIQUID_DROPPING_SYSTEM_SCOOP_SET
|
|
Set the named (or indexed) scoop to the supplied value, where 0 is fully closed and 16384 is fully open. |
LIQUID_DROPPINGSYSTEM_SCOOP_TOGGLE |
|
Toggle the named (or indexed) liquid dropping system scoop (so open scoops will close and closed scoops will open). |
SPRAY_OFF |
|
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
SPRAY_ON |
|
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
SPRAY_TOGGLE |
|
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
SPRAY_SET |
|
This event is unbound in the simulation and as such can be used for a variety of things depending on aircraft specific model behaviors. |
Pneumatics System
These key events are all related to the Modular Pneumatics 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:
16384 'Fan_1'_n (>K:2:PNEUMATICS_FAN_SET)
Event Name | Parameters | Description |
---|---|---|
PNEUMATICS_AREA_TEMPERATURE_DEC |
|
Decrements the target temperature of the specified area by the given amount. Value is given in °C. |
PNEUMATICS_AREA_TEMPERATURE_INC |
|
Increments the target temperature of the specified area by the given amount. Value is given in °C. |
PNEUMATICS_AREA_TEMPERATURE_SET |
|
Sets the target temperature of the specified area to the given amount. Value is given in °C. |
PNEUMATICS_FAN_SET |
|
Sets the the speed of the given fan to the specified ratio where 0 is off and 1 is full power. |
PNEUMATICS_JUNCTION_LINE_OPENING_STATUS_SET |
|
This is used to set how open the connection between the given junction and line components should be, where 0 is closed and 1 is fully open. |
PNEUMATICS_PACK_FLOW_AUTO_OFF |
|
Sets the given pack auto flow mode to OFF. |
PNEUMATICS_PACK_FLOW_AUTO_ON |
|
Sets the given pack auto flow mode to ON. |
PNEUMATICS_PACK_FLOW_AUTO_SET |
|
Sets the given pack auto flow mode to ON (1) or OFF (0). |
PNEUMATICS_PACK_FLOW_MODE_HIGH |
|
Sets the given pack flow state to HIGH. |
PNEUMATICS_PACK_FLOW_MODE_LOW |
|
Sets the given pack flow state to LOW. |
PNEUMATICS_PACK_FLOW_MODE_NORM |
|
Sets the given pack flow state to NORMAL. |
PNEUMATICS_PACK_FLOW_MODE_SET |
|
Sets the given pack to use a different flow state, where:
|
PNEUMATICS_PACK_OFF |
|
Turns OFF the given pack. |
PNEUMATICS_PACK_ON |
|
Turns ON the given pack. |
PNEUMATICS_PACK_SET |
|
Turns the given pack ON (1) or OFF (0) based on the supplied value. |
PNEUMATICS_PACK_TOGGLE |
|
This can be used to toggle the given pack ON (1) or OFF (0). |
PNEUMATICS_PACKS_FLOW_DEC |
|
Decrements the flow amount of the specified area by the given amount. Value should be between 0 and 1. |
PNEUMATICS_PACKS_FLOW_INC |
|
Increments the flow amount of the specified area by the given amount. Value should be between 0 and 1. |
PNEUMATICS_PACKS_FLOW_SET |
|
Increments the flow amount of the specified area by the given amount. Value should be between 0 and 1. |
PNEUMATICS_TARGET_CABIN_ALTITUDE_DEC |
|
Decrements the associated pressure target altitude for the whole aircraft by the given amount. Value is in ft. |
PNEUMATICS_TARGET_CABIN_ALTITUDE_INC |
|
Increments the associated pressure target altitude for the whole aircraft by the given amount. Value is in ft. |
PNEUMATICS_TARGET_CABIN_ALTITUDE_SET |
|
Sets the associated pressure target altitude for the whole aircraft to the given altitude. Value is in ft. |
PNEUMATICS_VALVE_CLOSE |
|
Closes the given valve. |
PNEUMATICS_VALVE_MODE_AUTO |
|
Sets the operational mode of the given valve to AUTO. |
PNEUMATICS_VALVE_MODE_CLOSED |
|
Sets the operational mode of the given valve to CLOSED. |
PNEUMATICS_VALVE_MODE_OPEN |
|
Sets the operational mode of the given valve to OPEN. |
PNEUMATICS_VALVE_MODE_SET |
|
Sets the operational mode of the given valve to the given value. The mode values are as follows:
|
PNEUMATICS_VALVE_OPEN |
|
Opens the given valve. |
PNEUMATICS_VALVE_SET |
|
Sets the given valve to the given position where a value of 0 is fully closed, and 1 is fully open. |
PNEUMATICS_VALVE_TOGGLE |
|
This can be used to toggle the given valve open (1) or closed (0). |
Hydraulics System
These key events are all related to the Modular Hydraulics 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:
'Pump_1'_n (>K:HYDRAULIC_SWITCH_TOGGLE)
Event Name | Parameters | Description |
---|---|---|
HYDRAULIC_SWITCH_TOGGLE |
|
This can be used to toggle the given hydraulic pump on or off. |
HYDRAULIC_VALVE_CLOSE |
|
This will close the given hydraulic valve. |
HYDRAULIC_VALVE_OPEN |
|
This will open the given hydraulic valve. |
HYDRAULIC_VALVE_SET |
|
Set the given valve to the supplied value, where 0 is fully closed and 16384 is fully open. |
HYDRAULIC_VALVE_TOGGLE |
|
This will toggle the given hydraulic valve open/closed. |
Landing Gear / Brakes