Jump to content
The simFlight Network Forums

ihiyani

new Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ihiyani

  1. hello everyone , i just wanted to know how to make the tug of the pushback attach to the aircraft without move , i need to make the speed 0 so tried this code Private TugS As New Offset(Of UInteger)("tug", &H31FC, True) Dim SPD as UInteger = TextSPD.text TugS.Value = SPD FSUIPCConnection.Process("tug") it didn't work the aircraft just move forward when it's not attached to the tug . need help with that thank you at all . stay safe
  2. i tried it works for the Heading with no luck for the speed the plane doesn't move until i disconnect the tug what i want to do is to stop the pushing back while the tug still connected and re push back in button click whatever stopped or not the tug still connected so i try to make speed 0 while it connected .. thanks Paul at all
  3. Tried to set tug heading and speed controlled by integer by Private TugH As New Offset(Of UInteger)(&H31F8) Private TugS As New Offset(Of UInteger)(&H31FC) Private TugState As New Offset(Of UInteger)(&H31F4) FSUIPCConnection.Process() Dim HDG as integer = TextHDG.text Dim SPD as integer = TextSPD.text Dim Status as integer = TextSts.text FSUIPCConnection.SendControlToFS(FsControl.KEY_TUG_HEADING, HDG) FSUIPCConnection.SendControlToFS(FsControl.KEY_TUG_SPEED, SPD) TugH.value= HDG TugS.value= SPD TugState.value= Status So for the heading of the tug no one worked it just make the heading of aircraft is 357 degree whatever i change the heading in TextHDG , whatever integer i input just turn the tug to heads the aircraft to 357 . for the speed it doesn't work for the status integer : 0 Pushback Straight 1 to left 2 to right 3 stop pushback any helps plz ..
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.