# CFG Files Obsolete Parameters This section of the documentation lists the various sections and parameters that have been made **obsolete** in Microsoft Flight Simulator 2024. These parameters no longer exist in the simulation code and as such should never need to be used in any of the various CFG files used by your SimObjects (contrary to **legacy** / deprecated parameters which may still have a use). ### ai.cfg #### [TAKEOFF] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="takeoffVerticalSpeedGround" />}}`takeoffVerticalSpeedGround` | Not currently used by the simulation. | Float | No | | {{< anchor id="takeoffVerticalSpeedAir" />}}`takeoffVerticalSpeedAir` | Not currently used by the simulation. | Float | No | | {{< anchor id="takeoffAirspeedAirMultiplier" />}}`takeoffAirspeedAirMultiplier` | Not currently used by the simulation. | Float | No | {{< /table-wrapper >}} #### [LANDING] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="horizontalSpeedErrorMultiplier" />}}`horizontalSpeedErrorMultiplier` | Not currently used by the simulation. | Float | No | | {{< anchor id="maxThrottleRate" />}}`maxThrottleRate` | Not currently used by the simulation. | Float | No | | {{< anchor id="maxThrottleSlope" />}}`maxThrottleSlope` | Not currently used by the simulation. | Float | No | | {{< anchor id="correctPitchDeltaMultiplier" />}}`correctPitchDeltaMultiplier` | Not currently used by the simulation. | Float | No | {{< /table-wrapper >}} #### [SIMPLIFIEDSIM] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="brakesMultiplier" />}}`brakesMultiplier` | **Not currently used by the simulation.** | Float | No | | {{< anchor id="throttleFactor" />}}`throttleFactor` | **Not currently used by the simulation.** | Float | No | | {{< anchor id="portanceFactor" />}}`portanceFactor` | **Not currently used by the simulation.** | Float | No | | {{< anchor id="spoilersPortance" />}}`spoilersPortance` | **Not currently used by the simulation.** | Float | No | | {{< anchor id="flapsPortance" />}}`flapsPortance` | **Not currently used by the simulation.** | Float | No | | {{< anchor id="airResistanceFactorXYZ" />}}`airResistanceFactorXYZ` | **Not currently used by the simulation.** | [List](../cfg-files-general-information/#list) of 3 Floats | No | | {{< anchor id="spoilersXYZFactor" />}}`spoilersXYZFactor` | **Not currently used by the simulation.** | [List](../cfg-files-general-information/#list) of 3 Floats | No | | {{< anchor id="flapsXYZFactor" />}}`flapsXYZFactor` | **Not currently used by the simulation.** | [List](../cfg-files-general-information/#list) of 3 Floats | No | {{< /table-wrapper >}} #### [TOWPLANE] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="turnFrequency" />}}`turnFrequency` | ***Not currently used in the simulation.*** | Float | No | | {{< anchor id="turnDeltaHeader" />}}`turnDeltaHeader` | ***Not currently used in the simulation.*** | Float | No | | {{< anchor id="climbPitchDegrees" />}}`climbPitchDegrees` | ***Not currently used in the simulation.*** | Float | No | | {{< anchor id="takeoffThrottle" />}}`takeoffThrottle` | ***Not currently used in the simulation.*** | Float | No | {{< /table-wrapper >}} #### [STICKANDRUDDER] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="brakeDifferentialPID" />}}`brakeDifferentialPID` | {{< glossterm >}}PID{{< /glossterm >}} to adjust the differential braking controls on ground to stay on the centerline when taking off or taxiing using copilot and/or autopilot controls.Input is the heading rotational speed error, output is the target delta between brakes.Default is: `0.001, 0.001, 0.8, 1.0, 5.0` | [List](../cfg-files-general-information/#list) of Floats | No | | {{< anchor id="throttleDifferentialPID" />}}`throttleDifferentialPID` | {{< glossterm >}}PID{{< /glossterm >}} to adjust the differential throttle controls on ground to stay on the centerline when taking off or taxiing using copilot and/or autopilot controls.Input is the heading rotational speed error, output is the increase in throttle.Default is: `10.0, 0.001, 20.0, 10.0, 40.0` | [List](../cfg-files-general-information/#list) of Floats | No | {{< /table-wrapper >}} ### aircraft.cfg #### [GENERAL] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="DistanceToNotAnimate" />}}`DistanceToNotAnimate` | This is the distance (in meters) to turn off animation and model behavior systems, which lowers the processing overheads for the aircraft. The approximate values by category would be:{{< params/smallfont-list >}} - AircraftPilot = 100 meters - FlyingAnimals = 250 meters - All others = 1000 meters{{< /params/smallfont-list >}}Default is 1000. | Float | No | | {{< anchor id="Availability" />}}`Availability` | If TRUE the aircraft is available for user selection within the sim, if FALSE it can only be used as AI aircraft.Default is 1 (TRUE). | Bool | No | | {{< anchor id="performance" />}}`performance` | This is a legacy entry that was used to provide an alternative description for an aircraft. | String | No | | {{< anchor id="wip_indicator" />}}`wip_indicator` | This one is for developers and can be used to indicate whether an aircraft is a work in progress or not and what state it is in. Should be omitted if the aircraft is not a work in progress.Default is 0. | Integer:{{< params/smallfont-list >}}0 (Bad)1 (WIP)2 (Good){{< /params/smallfont-list >}} | No | {{< /table-wrapper >}} #### [FLTSIM.N] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | | |---|---|---|---| | {{< anchor id="atc_id_enable" />}}`atc_id_enable` | ***Not currently used in the simulation.*** | Bool | Yes | | {{< anchor id="atc_id_color" />}}`atc_id_color` | ***Not currently used in the simulation.*** | String | Yes | | {{< anchor id="atc_id_font" />}}`atc_id_font` | ***Not currently used in the simulation.*** | String | Yes | {{< /table-wrapper >}} #### [LOADING] Set an image to be used when starting a flight with the aircraft, along with one or more accompanying "tips" texts. The available parameters are: {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="ImageName" />}}`ImageName` | The relative path and filename of the loading image to use for the aircraft when starting a free flight. Images should be PNG or JPEG format and 3840*2160px in size. Note that you can use `LOADING_FREEFLIGHT` instead of a path to get generic freeflight images instead. | String | Yes | | {{< anchor id="TipsN" />}}`Tips*N*` | This is a "tip" text that will be shown along with the loading image. You can have multiple tips for any image, counted from 0, and these tips can be localisable. For example:`Tips0=TT:LOADING.TIPS.AIRCRAFTNAME_000``Tips1=TT:LOADING.TIPS.AIRCRAFTNAME_001``Tips2=TT:LOADING.TIPS.AIRCRAFTNAME_002`Tips (whether localised or not) are comprised of a comma separated list, which can be formatted in the following ways:{{< params/smallfont-list >}} - "[PackageName],[text]" - The package name the text comes from comes first and is prefixed by @. - "[text],[category]" - The text is assigned a category (categories are listed below) and will only be shown ¡f the flight is of that category. - "[PackageName],[text],[category]" - Text comes from the specified package and will only be shown if the flight is one of the given categories.{{< /params/smallfont-list >}}The available categories are as follows:{{< params/smallfont-list >}} - "TipsCategory_Default" - "TipsCategory_Flight" - "TipsCategory_Aircraft" - "TipsCategory_Activity" - "TipsCategory_Weather" - "TipsCategory_Location"{{< /params/smallfont-list >}} | String | No | {{< /table-wrapper >}} ### sim.cfg #### [Pilot.N] {{< table-wrapper "200px" "100px" "" "100px" "100px" >}} | Parameter | Used By | Description | Type | Required | |---|---|---|---|:---:| | {{< anchor id="name" />}}`name` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | This is a localisable string that gives the pilot a name. | String | Yes | | {{< anchor id="image" />}}`image` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | This defines the path (relative to the `sim.cfg` file) used to illustrate the pilot character in the simulation menu. | String | Yes | | {{< anchor id="biography" />}}`biography` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | Here you can give a short (localisable) text to describe the pilot. | String | Yes | | {{< anchor id="pilot" />}}`pilot` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | When set to 1, this pilot character can also be selected as a pilot. | Boolean | Yes | | {{< anchor id="copilot" />}}`copilot` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | When set to 1, this pilot character can also be selected as a copilot. | Boolean | Yes | | {{< anchor id="instructor" />}}`instructor` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | When set to 1, this pilot character can also be selected as an instructor. | Boolean | Yes | | {{< anchor id="female" />}}`female` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | When set to 1, the pilot character is flagged as female. | Boolean | No | | {{< anchor id="military" />}}`military` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | When set to 1, the pilot character is flagged as military. | Boolean | No | | {{< anchor id="TTSNeuralVoice" />}}`TTSNeuralVoice` | {{< params/smallfont-list >}} - "GroundVehicle" - "AircraftPilot" - "GroundVehiclePilot"{{< /params/smallfont-list >}} | This is a TTS voice that will be used for the character. Can be either "Boyd" or "Jenny". | String | No | {{< /table-wrapper >}} ### cameras.cfg #### [CAMERADEFINITION.N] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="MomentumEffect" />}}`MomentumEffect` | ***Not currently used in the simulation.*** | Bool | No | | {{< anchor id="SnapPbhAdjust" />}}`SnapPbhAdjust` | ***Not currently used in the simulation.*** | String:{{< params/smallfont-list >}} - **None**- Commands are ignored (position remains fixed). - **Ordinal**- Camera moves to the next ordinal compass position in the direction of the command. - **Swivel**- Camera moves incrementally in the direction of the command. - **Orthogonal**- Camera rotates in the direction of the command (used in top-down view).{{< /params/smallfont-list >}} | No | | {{< anchor id="SnapPbhReturn" />}}`SnapPbhReturn` | ***Not currently used in the simulation.*** | Bool | No | | {{< anchor id="PanPbhAdjust" />}}`PanPbhAdjust` | ***Not currently used in the simulation.*** | String:{{< params/smallfont-list >}} - None - Ordinal - Swivel - Orthogonal{{< /params/smallfont-list >}} | No | | {{< anchor id="PanPbhReturn" />}}`PanPbhReturn` | ***Not currently used in the simulation.*** | Bool | No | | {{< anchor id="Track" />}}`Track` | ***Not currently used in the simulation.*** | {{< params/smallfont-list >}} - String: - **None** - No tracking behavior. User has manual control over the camera. - **FlyBy** - Fly-by mode; the camera is positioned away from the user aircraft (at a location given by ChaseDistance, ChaseAltitude and ChaseHeading values) and tracks the aircraft for ChaseTime seconds before computing a new position. - **Track** - Camera tracks the object while maintaining its position. - **TrackBank** - Camera tracks the object while maintaining its position. - **FlatChase** - Camera moves with the object, maintaining a fixed distance from it. Camera movements are dampened. - **FlatChaseLocked** - Camera moves with the object, maintaining a fixed distance from it. Camera movements are rigid.{{< /params/smallfont-list >}} | No | | {{< anchor id="ClipMode" />}}`ClipMode` | This setting is used to control how the clip planes are computed. Clip planes are used to set the minimum and maximum distances for rendering in a 3D graphics program. The relative location of these planes determines how precise the graphics engine can maintain the Z-order of objects. A discussion of clip plane management is beyond the scope of this document, however the concept is relevant to the camera system because it determines whether the camera favors near or far objects in the view.Default value is "Normal". | String:{{< params/smallfont-list >}} - "Normal" – The near clip plane is scaled along with the zoom level. Useful for most views. - "Minimum" – Clamps the near clip plane at its absolute minimum value (1 meter). Useful for cameras where the camera is placed close to object geometry (e.g., aircraft cameras). - "Spot" – Favors distant objects by scaling the near clip plane with altitude and distance. Useful when the camera is positioned a reasonable distance away from the target object (e.g., spot view). - "Tower" – Favors near objects by scaling the near clip plane by one-half the zoom level and clamping the far plane based on visibility settings with an absolute limit of 20km. Useful when objects at the limits of visibility aren't important.{{< /params/smallfont-list >}} | No | | {{< anchor id="ShowAxis" />}}`ShowAxis` | ***Not currently used in the simulation.*** | Enum:{{< params/smallfont-list >}} - - NO / OFF - - FrontOnly - - YES / ON / TRUE / Always{{< /params/smallfont-list >}} | No | | {{< anchor id="AllowZoom" />}}`AllowZoom` | ***Not currently used in the simulation.*** | Bool | No | | {{< anchor id="ZoomPanScalar" />}}`ZoomPanScalar` | ***Not currently used in the simulation.*** | Bool | No | | {{< anchor id="ShowWeather" />}}`ShowWeather` | ***Not currently used in the simulation.*** | Bool | No | | {{< anchor id="XyzAdjust" />}}`XyzAdjust` | ***Not currently used in the simulation.*** | Bool | No | | {{< anchor id="ShowLensFlare" />}}`ShowLensFlare` | ***Not currently used in the simulation.*** | Bool | No | | {{< anchor id="PitchPanRate" />}}`PitchPanRate` | ***Not currently used in the simulation.*** | Float 0.0 - 100.0 | No | | {{< anchor id="HeadingPanRate" />}}`HeadingPanRate` | ***Not currently used in the simulation.*** | Float 0.0 - 100.0 | No | {{< /table-wrapper >}} ### engines.cfg #### [PROPELLER] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="defeathering_accumulators_available" />}}`defeathering_accumulators_available` | Value to indicate if de-feathering oil accumulators are available (TRUE, 1) or not (FALSE, 0).Default value is 0 (FALSE). | Bool | No | | {{< anchor id="advance_ratio_on_effective_beta" />}}`advance_ratio_on_effective_beta` | This is the factor of the advance ratio on the effective beta.Default value is 0.2.**No longer used by Microsoft Flight Simulator 2024.** For legacy aircraft this has been replaced by the table `prop_power_cf`, or is internally calculated when using the modern flight model. | Float | No | {{< /table-wrapper >}} #### [TURBOPROP_ENGINE] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="engine_friction_table" />}}`engine_friction_table` | Defines the friction/torque applied to the engine - especially when shutting down - using a 1D Curve of up to 8 paired values. Values are {{< glossterm >}}ftlbs{{< /glossterm >}} for torques, and {{< glossterm >}}rpm{{< /glossterm >}} for engine rotation speeds.Default values are:`engine_friction_table = -1000:0.3, 0:0.3, 1000:0.3, 2000:0.3, 3000:0.3, 4000:0.3, 6000:0.3` | [1D Curve](../cfg-files-general-information/#1d_curve) of Floats | No | {{< /table-wrapper >}} ### flight_model.cfg #### [AIRPLANE_GEOMETRY] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="wing_pos_apex_lon" />}}`wing_pos_apex_lon` | Longitudinal (z) distance of the wing apex - as measured at the centerline of the aircraft - from the [Datum Reference Point](../modular-simobjects/aircraft/modular-aircraft-simobjects/#datum-reference-point) point in {{< glossterm >}}ft{{< /glossterm >}}. This distance is measured positive in the forward (aircraft nose) direction. Note that this value will have no effect if the [`compute_aero_center`](../flight_model.cfg/#compute_aero_center) value is 0 - which is generally how it should be.**Currently not used in Microsoft Flight Simulator 2024.** Instead you should be using the [`aero_center_lift`](../flight_model.cfg/#aero_center_lift) parameter. | Float | No | {{< /table-wrapper >}} #### [CONTACT_POINTS] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="max_number_of_points" />}}`max_number_of_points` | The number of contact points for the aircraft. Note that if this parameter is omitted, then the maximum will be set to 25 and any defined points above this value will be ignored. It should also be noted that the simulation will expect the exact number of [`point.N`](../flight_model.cfg/#point.N) definitions as the maximum given here. So, if you have this set to 10, you will need to have defined 10 points (0 - 9).Default value is 25. | Integer | No | {{< /table-wrapper >}} #### [HELICOPTER] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="reference_length" />}}`reference_length` | The overall length of the helicopter fuselage (excluding rotors), in {{< glossterm >}}ft{{< /glossterm >}}. | Float | Yes | | {{< anchor id="reference_frontal_area" />}}`reference_frontal_area` | The front facing area of the helicopter fuselage (excluding rotors), in {{< glossterm >}}sqft{{< /glossterm >}}. | Float | Yes | | {{< anchor id="reference_side_area" />}}`reference_side_area` | The lateral facing area of the helicopter fuselage (excluding rotors), in {{< glossterm >}}sqft{{< /glossterm >}}. | Float | Yes | | {{< anchor id="lift_aero_center" />}}`lift_aero_center` | The longitudinal position, in feet, from the [Datum Reference Point](../../modular-simobjects/aircraft/modular-aircraft-simobjects/#datum-reference-point) of the helicopter that represents the vertical aerodynamic center.Default value is the Z component of the [Datum Reference Point](../../modular-simobjects/aircraft/modular-aircraft-simobjects/#datum-reference-point). | Float | No | | {{< anchor id="side_aero_center" />}}`side_aero_center` | The longitudinal position, in feet, from the [Datum Reference Point](../../modular-simobjects/aircraft/modular-aircraft-simobjects/#datum-reference-point) of the helicopter that represents the lateral aerodynamic center.Default value is the Z component of the [Datum Reference Point](../../modular-simobjects/aircraft/modular-aircraft-simobjects/#datum-reference-point). | Float | No | | {{< anchor id="correlator_available" />}}`correlator_available` | This defines whether the helicopter has a correlator that maps the throttle onto the collective (1, TRUE), or not (0, FALSE).**NOTE**: This parameter will no longer work and should not be used. It has been deprecated in favour of [`collective_to_throttle_correlator`](../flight_model.cfg/#collective_to_throttle_correlator) parameters.Default value is 1 (TRUE). | Bool | | {{< /table-wrapper >}} ### systems.cfg #### [RADIOS] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="CollisionAvoidance" />}}`CollisionAvoidance` | This parameter can be used to indicate the presence of TCAS and / or FLARM systems. If supplying this parameter you give two values separated with a comma (`val1, val2`) where the first corresponds to the TCAS and the second to the FLARM. For the TCAS you can give one of the following values:{{< params/smallfont-list >}} - 0 - No TCAS capability (no transponder) - 1 - Only transponder responses - 2 - Standard TCAS - 3 - External TCAS{{< /params/smallfont-list >}}This parameter can be used to indicate the presence of a FLARM system. It can have the following values:{{< params/smallfont-list >}} - 0 - No Flarm - 1 - Flarm installed{{< /params/smallfont-list >}} | [List](../cfg-files-general-information/#list) of Integers | No | {{< /table-wrapper >}} #### [AUTOPILOT] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="autoland_available" />}}`autoland_available` | Setting this to 1 (TRUE) makes the autopilot autoland system available to the aircraft, otherwise set it to 0 (FALSE) to disable autoland. | Bool | No | | {{< anchor id="pitch_use_trim" />}}`pitch_use_trim` | When set to 1 (TRUE) the autopilot will use the trim to hold pitch, and when set to 0 (FALSE) it will use the elevator directly. | Bool | No | | {{< anchor id="max_throttle_rate" />}}`max_throttle_rate` | This value sets the maximum rate at which the autothrottle will move the throttle position. | Float | No | | {{< anchor id="pitch_proportional_control" />}}`pitch_proportional_control` | Pitch proportional controller constant. | Float | No | | {{< anchor id="pitch_integrator_control" />}}`pitch_integrator_control` | Pitch integral controller constant. | Float | No | | {{< anchor id="pitch_derivative_control" />}}`pitch_derivative_control` | Pitch derivative controller constant. | Float | No | | {{< anchor id="pitch_integrator_boundary" />}}`pitch_integrator_boundary` | The boundary, or maximum signal error, in degrees in which the pitch integrator function is active. | Float | No | | {{< anchor id="pitch_derivative_boundary" />}}`pitch_derivative_boundary` | The boundary, or maximum signal error, in degrees in which the pitch derivative function is active. | Float | No | | {{< anchor id="roll_proportional_control" />}}`roll_proportional_control` | Roll proportional controller constant. | Float | No | | {{< anchor id="roll_integrator_control" />}}`roll_integrator_control` | Roll integral controller constant. | Float | No | | {{< anchor id="roll_derivative_control" />}}`roll_derivative_control` | Roll derivative controller constant. | Float | No | | {{< anchor id="roll_integrator_boundary" />}}`roll_integrator_boundary` | The boundary, or maximum signal error, in degrees in which the roll integrator function is active. | Float | No | | {{< anchor id="roll_derivative_boundary" />}}`roll_derivative_boundary` | The boundary, or maximum signal error, in degrees in which the roll derivative function is active. | Float | No | | {{< anchor id="hdg_proportional_control" />}}`hdg_proportional_control` | Heading proportional controller constant. | Float | No | | {{< anchor id="hdg_integrator_control" />}}`hdg_integrator_control` | Heading integral controller constant. | Float | No | | {{< anchor id="hdg_derivative_control" />}}`hdg_derivative_control` | Heading derivative controller constant. | Float | No | | {{< anchor id="hdg_integrator_boundary" />}}`hdg_integrator_boundary` | The boundary, or maximum signal error, in degrees in which the heading integrator function is active. | Float | No | | {{< anchor id="hdg_derivative_boundary" />}}`hdg_derivative_boundary` | The boundary, or maximum signal error, in degrees in which the heading derivative function is active. | Float | No | | {{< anchor id="vs_proportional_control" />}}`vs_proportional_control` | Vertical speed proportional controller constant. | Float | No | | {{< anchor id="vs_integrator_control" />}}`vs_integrator_control` | Vertical speed integral controller constant. | Float | No | | {{< anchor id="vs_derivative_control" />}}`vs_derivative_control` | Vertical speed derivative controller constant. | Float | No | | {{< anchor id="vs_integrator_boundary" />}}`vs_integrator_boundary` | The boundary, or maximum signal error, in degrees in which the vertical speed integrator function is active. | Float | No | | {{< anchor id="vs_derivative_boundary" />}}`vs_derivative_boundary` | The boundary, or maximum signal error, in degrees in which the vertical speed derivative function is active. | Float | No | | {{< anchor id="nav_proportional_control_ex1" />}}`nav_proportional_control_ex1` | Proportional controller constant in lateral navigation modes. | Float | No | | {{< anchor id="nav_integrator_control_ex1" />}}`nav_integrator_control_ex1` | Integral controller constant in lateral navigation modes. | Float | No | | {{< anchor id="nav_derivative_control_ex1" />}}`nav_derivative_control_ex1` | Derivative controller constant in lateral navigation modes. | Float | No | | {{< anchor id="nav_integrator_boundary_ex1" />}}`nav_integrator_boundary_ex1` | The boundary, or maximum signal error, in degrees in which the integrator function is active. | Float | No | | {{< anchor id="nav_derivative_boundary_ex1" />}}`nav_derivative_boundary_ex1` | The boundary, or maximum signal error, in degrees in which the derivative function is active. | Float | No | | {{< anchor id="nav_yaw_proportional_control" />}}`nav_yaw_proportional_control` | Proportional controller constant in yaw navigation modes. | Float | No | | {{< anchor id="nav_yaw_integrator_control" />}}`nav_yaw_integrator_control` | Integral controller constant in yaw navigation modes. | Float | No | | {{< anchor id="nav_yaw_derivative_control" />}}`nav_yaw_derivative_control` | Derivative controller constant in yaw navigation modes. | Float | No | | {{< anchor id="nav_yaw_integrator_boundary" />}}`nav_yaw_integrator_boundary` | The boundary, or maximum signal error, in degrees in which the yaw integrator function is active. | Float | No | | {{< anchor id="nav_yaw_derivative_boundary" />}}`nav_yaw_derivative_boundary` | The boundary, or maximum signal error, in degrees in which the yaw derivative function is active. | Float | No | | {{< anchor id="gs_proportional_control" />}}`gs_proportional_control` | Proportional controller constant in glideslope mode. | Float | No | | {{< anchor id="gs_integrator_control" />}}`gs_integrator_control` | Integral controller constant in glideslope mode. | Float | No | | {{< anchor id="gs_derivative_control" />}}`gs_derivative_control` | Derivative controller constant in glideslope mode. | Float | No | | {{< anchor id="gs_integrator_boundary" />}}`gs_integrator_boundary` | The boundary, or maximum signal error, in degrees in which the glideslope integrator function is active. | Float | No | | {{< anchor id="gs_derivative_boundary" />}}`gs_derivative_boundary` | The boundary, or maximum signal error, in degrees in which the derivative function is active. | Float | No | | {{< anchor id="flc_proportional_control" />}}`flc_proportional_control` | The {{< glossterm >}}FLC{{< /glossterm >}} proportional control mode value.Default is 20.0. | Float | No | | {{< anchor id="flc_integrator_control" />}}`flc_integrator_control` | The {{< glossterm >}}FLC{{< /glossterm >}} integrator control mode value.Default is 1.0. | Float | No | | {{< anchor id="flc_derivative_control" />}}`flc_derivative_control` | The {{< glossterm >}}FLC{{< /glossterm >}} derivative control mode value.Default is 50.0. | Float | No | | {{< anchor id="flc_integrator_boundary" />}}`flc_integrator_boundary` | The {{< glossterm >}}FLC{{< /glossterm >}} integrator control boundary.Default is 100.0. | Float | No | | {{< anchor id="flc_derivative_boundary" />}}`flc_derivative_boundary` | The {{< glossterm >}}FLC{{< /glossterm >}} derivative control boundary.Default is 1000.0. | Float | No | {{< /table-wrapper >}} ### attached_objects.cfg #### [SIM_ATTACHMENT.N] {{< table-wrapper "300px" "" "100px" "100px" >}} | Parameter | Description | Type | Required | |---|---|---|:---:| | {{< anchor id="always_execute_associate_js" />}}`always_execute_associate_js` | When set to 1 (TRUE), this will force the SimAttachment to run any JS used by the attachment when it is *hidden* in the simulation.Default value is 0 (FALSE). | Boolean | No | {{< /table-wrapper >}}