Skip to content

Releases: daheise/simrate_control

Simrate Control v0.9.0

29 Jan 21:03
14d9b8b

Choose a tag to compare

Pre-release

A utility to increase and decrease sim rate while following a flight plan. Provides time compression while in stable flight.

Changelog

  • Add support for L-var simvars by using the MobiFlight WASM module and Python Simconnect extension. See README.md for installation instructions for dependencies.
  • Add support for FBW A32NX
  • Add support for WT G1000 NXi
  • Add support for WT CJ4
  • Add support for Salty 747
  • Add check for landing lights off before acceleration (gated on check_cruise_configuration)
  • Update README.md
  • Update config.ini

Simrate Control v0.8.1

18 Sep 21:29
be4f102

Choose a tag to compare

Pre-release

A utility to increase and decrease sim rate while following a flight plan. Provides time compression while in stable flight.

Changelog

  • Fix an issue where, if waypoint-by-waypoint vnav assist was disabled decel before a waypoint was also disabled.
  • Reduce rubberbanding around waypoints.
  • Add LNAV guard toggle by keypress 'l' (lowercase L).

Simrate Control v0.8

12 Sep 22:20
f78f4b7

Choose a tag to compare

Simrate Control v0.8 Pre-release
Pre-release

A utility to increase and decrease sim rate while following a flight plan. Provides time compression while in stable flight.

Changelog

  • Tweaks to allow higher sim rates. Grab your barf bag.
  • Added several keyboard shortcuts to change settings without editing the config file. See README.
  • Add config option for setting barometer at sim rate change.
  • Added bearing info to help user hit phantom waypoints, e.g. TIMECLI (see README Known Issues for intended use)
  • Added "cautious" simrate configuration. Used for constraint violations that are stable at low sim rates.
  • Add option to disable approach hold acceleration constraint
  • Added constraints for for "cruise configuration," e.g. flaps at 0%, with option to disable
  • Maximum configured sim rate is not displayed.
  • Default configuration tweaks.
  • Assorted code cleanup and bug fixes

Simrate Control v0.7.1

06 Sep 17:36
3771261

Choose a tag to compare

Pre-release

A small utility to increase and decrease sim rate while following a flight plan. Provides time compression while in stable flight.

  • Add configuration option to disable LNAV autopilot check.
  • Add configuration option for heuristic altitude that detects arrival waypoints.
  • Make building from source easier by search for SimConnect.dll across the entire PYTHONPATH
  • Make it possible to work around Working Title flight plan sync issues.
  • Change some UI messages.

Simrate Control v0.7

04 Sep 02:28
44946cf

Choose a tag to compare

Simrate Control v0.7 Pre-release
Pre-release

A small utility to increase and decrease sim rate while following a flight plan. Provides time compression while in stable flight.

  • Curses based UI, increasing the availability of information.
  • Improved approach handling. Once waypoints are near the ground, the total distance between the plane and destination is estimated, and this is used for flight level change detection.
  • Can now accelerate ascents and descents by staying above (below) required FPM to meet the waypoint target altitude.
  • Numerous crash fixes
  • Improved (re)connectivity
  • Quit by pressing q or Ctrl + C
  • Keeps barometer up to date at sim rate transitions.

Simrate Control v0.6

12 Jun 15:45
6a4b73a

Choose a tag to compare

Simrate Control v0.6 Pre-release
Pre-release

A small utility to increase sim rate during autopilot cruise and decrease sim rate at critical moments.

Changelog

  • Now checks the next waypoint altitude and will decelerate when a flight level change is needed. See known issues for caveats.
  • Slows down a configurable time prior to the flight level change start point. This gives time to set up the autopilot.
  • Use indicated altitude instead of MSL altitude.
  • Added new configuration options related to FLC.

Simrate Control v0.5.1

08 Nov 18:56
99999c8

Choose a tag to compare

Pre-release

A small utility to increase and decrease sim rate while following a flight plan. Attempts to provide time compression while in stable flight.

Changelog

  • Fix an issue where "Pause at TOD" would trigger if an error was encountered getting data from SimConnect.

Simrate Control v0.5

05 Nov 00:43
c183ff9

Choose a tag to compare

Simrate Control v0.5 Pre-release
Pre-release

A small utility to increase and decrease sim rate while following a flight plan. Attempts to provide time compression while in stable flight.

Changelog

  • Add configuration option to pause at initial approach detection.

Simrate Control v0.4

03 Nov 23:57
ee3949a

Choose a tag to compare

Simrate Control v0.4 Pre-release
Pre-release

A small utility to increase and decrease sim rate while following a flight plan. Attempts to provide time compression and flight stability.

Changelog

  • Add configuration parameter for audible simrate change annunciations.
  • Calculate target descent rate.
  • Allow up to 16x acceleration.
  • Fix regression in altitude based arrival detection.

Simrate Control v0.3

03 Nov 01:10
4a2977c

Choose a tag to compare

Simrate Control v0.3 Pre-release
Pre-release

A small utility to increase and decrease sim rate while following a flight plan. Attempts to provide time compression and flight stability.

Changelog

  • Total rework of TOD calculation.