Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.

How do i program P8/RP48 pushbuttons

i have programmed the majority of switches but cant get the pushbuttons to work the way i want, i can switch on battery etc on the p8/rp48 but it turn off as soon as i release the button, i have tried mouseclick and every other option, i just cant get this to work

Comments

  • this is for the Milviz732 and p3dv2.5
  • edited September 2015

    Push buttons should only have the "ON" event used.

    They need toggle type simconnect events such as YAW_DAMPER_TOGGLE since push buttons are on whilst pressed and off when released.

    If using bespoke events, you need the bespoke event to be intelligent so it needs to check an appropriate lvar variable to determine which event to send. E.g. if the "yaw damper state" is on send the "yaw damper off" event and if its off, send the "yaw damper on" event.

    The Event Action should be set to NOTHING.

    Best wishes

    Steve


Sign In or Register to comment.