MSFSTouchPortalPlugin Versions Save

The goal of this repository is to create a connection between Touch Portal and MSFS through SimConnect in order to allow users to create buttons to control or view data for your aircraft. While this is for MSFS, in theory it could be used with other SimConnect compatible games.

0.5.3

3 years ago

0.5.3 (4-13-2021)

  • Replaced TouchPortalAPI with TouchPortalSDK for better TouchPortal resiliency.
  • Added rolling log file.
  • Updated to .NET 5.0.
  • New plane icon for action categories when editing a button.
  • Added new variables that contain the following information:
    • AtcType - Type of aircraft used by ATC
    • AtcModel - Model of aircraft used by ATC
    • AtcId - Aircraft Id used by ATC
    • AtcAirline -- Airline used by ATC
    • AtcFlightNumber - Flight Number used by ATC
    • AircraftTitle - Aircraft Title

If you enjoy this plugin, donations always help keep the caffeine flowing! Donate through Paypal Donate through Square

0.5.2

3 years ago

0.5.2 (10-13-2020)

  • Modified states to not have units. These can be added through Touch Portal if user chooses.
  • De-Ice engine actions have been combined. Will require re-configuring on Page.

New/Modified Actions

  • Flaps - Up, Down, Increase, Decrease, 1, 2, 3
  • Parking Brake - Toggle
  • Rudder Trim - Left / Right
  • Elevator Trim - Up / Down
  • Aileron Trim - Left / Right
  • Throttle All Engines - Full, Increase, Increase Small, Decrease, Decrease Small, Cut, 10%-90%
  • Throttle Specific - Full, Increase, Increase Small, Decrease, Decrease Small, Cut
  • Anti-Ice - Toggle / On / Off
  • Anti-Ice Engine - Toggle for engines 1, 2, 3, 4
  • PitotHeat - Toggle / On / Off

New/Modified States

  • Aileron Trim
  • Elevator Trim
  • Flaps Handle Percentage
  • Parking Brake Indicator
  • Rudder Trim
  • MixtureEngine1
  • MixtureEngine2
  • MixtureEngine3
  • MixtureEngine4
  • PropellerEngine1
  • PropellerEngine2
  • PropellerEngine3
  • PropellerEngine4
  • RPMN1Engine1
  • RPMN1Engine2
  • RPMN1Engine3
  • RPMN1Engine4
  • ThrottleEngine1
  • ThrottleEngine2
  • ThrottleEngine3
  • ThrottleEngine4
  • AntiIceEng1
  • AntiIceEng2
  • AntiIceEng3
  • AntiIceEng4
  • PitotHeat
  • AirSpeedIndicated
  • AirSpeedMach
  • AirSpeedTrue
  • FlapSpeedExceeded
  • OverspeedWarning
  • StallWarning
  • VerticalSpeed

0.5.1

3 years ago

Entry.tp file is now properly alphabetized.

  • New States:

    • SimulationRate
    • Com1ActiveFrequency
    • Com1StandbyFrequency
    • Com2ActiveFrequency
    • Com2StandbyFrequency
    • Nav1ActiveFrequency
    • Nav1StandbyFrequency
    • Nav2ActiveFrequency
    • Nav2StandbyFrequency
  • New Actions:

    • Simulation Rate - Increase / Decrease
    • Radio Interaction
      • COM1/COM2/NAV1/NAV2 - Increase/Decrease 25 KHz/1 MHz / Carry Digits / Standby Swap
  • Fixed Auto Throttle Go Around, it was previously sharing a state value with the Auto Throttle Arm.

0.5.0

3 years ago
  • Added Vertical Speed Hold Toggle
  • Fixed plugin connected status states
  • Improved startup and resiliency

0.4.0

3 years ago
  • Now only allows for a single instance of the executable to run.
  • Exe will keep running. Will properly disconnect from MSFS when you quit MSFS and then you can start up the simulator again and it will reconnect without having to restart the plugin.
  • Aileron/Rudder/Elevator values
  • More Autopilot related button states
  • Landing gear state - 1 means extended.

0.3.0

3 years ago

More controls, many button states, and flight instrument variables.

Polling of state data is done at 250ms intervals. Should update quick enough.

0.2.2

3 years ago

Fixed path for the plugin start command.

0.2.1

3 years ago

Added Yaw Dampener controls.

0.2.0

3 years ago

Expanded with lots of controls for Flight Control Systems and Electrical.

  • Trimming
  • Flaps
  • Brakes
  • Gear
  • Lights
  • Additional Auto Pilot options and settings
  • More!

0.1.0

3 years ago

This release is primarily as a test run. It Supports a handful of Autopilot functions and a Fuel Selector. AddFuel doesn't work at the moment.