Falcon BMS Forum
    • Register
    • Login
    • Search
    • Categories
    • Unread
    • Recent
    • Unsolved
    • Popular
    • Website
    • Wiki
    • Discord

    X65f mini stick issue

    Saitek
    6
    6
    321
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      snakepit1 last edited by

      Something is up with my mini stick on the throttle. I use it for my radar courser, but now it seems, it has gone funked up.

      symptom’s: it will constantly move the courser up and to the left making it impossible to maintain a constant radar picture.

      I have set all dead zone to max in the Saitek control panel and to large in bms but no joy.

      has anybody encountered this before? or know of any fixes for this problem

      cheers
      Snakepit

      1 Reply Last reply Reply Quote 0
      • drtbkj
        drtbkj last edited by

        @snakepit1:

        Something is up with my mini stick on the throttle. I use it for my radar courser, but now it seems, it has gone funked up.

        symptom’s: it will constantly move the courser up and to the left making it impossible to maintain a constant radar picture.

        I have set all dead zone to max in the Saitek control panel and to large in bms but no joy.

        has anybody encountered this before? or know of any fixes for this problem

        cheers
        Snakepit

        Snake, I had tried both the microstick and the mode switch mods, and neither was successful. My microstick acted just like yours. One, or the other mod, also made my -65 crash, and I had to completely redo the pr0. I know a lot of people have done these mods, but I couldn’t get them to work.
        I can tell you that converting the microstick to a 4- way(via STT) IS stable. I use that for my speedbrake. Iv’e thought about using the non-axis approach for cursor control on the microstick, but I’ve gotten used to having that on Hat 4
        EDIT/UPDATE- I did set up the microstick as a banded “4 way switch” and it did work.

        Proud member of the BMS Other Fighters Mafia, join us at Discord - https://discord.gg/WDFhckSnzv
        The Mafia Files(Mediafile)- https://www.mediafire.com/folder/fr34rj0apgr4j/BMS+Mafia+Files
        Mafia Files(Gitlab)- https://gitlab.com/musurca/bms-mafia/
        "You see, Iron Hand's my thing". And, "SAM's, if they're in a million pieces, they're suppressed". Also, known to be Koan

        T 1 Reply Last reply Reply Quote 0
        • T
          Triplenuts @drtbkj last edited by

          I have a solution to the ministick issue that I would like to share. It is a three step process.

          I. In your SST programming software set your ministick axis’ to bands. I created three bands 0-23%, 23-77%, and 77-100%. You will assign a function to RDR CRS left/right in the 0-23% and 77-100% respectively only, you will not assign a function to the middle range 23-77%. Do this for both X and Y axis.

          II. Go into BMS setup and change the default shift arrow key assignment to any single key assignments not already being used. I used the arrow keys by themselves, left, right , up , down.

          III. With the single key assignment in your setup its just a matter of assigning those 0-23% and 77-100% bands in the X and Y axis to those keys you assigned in setup.

          Be sure to launch your SST with those assignments berfore flying the actual sim.

          Happy flying!

          1 Reply Last reply Reply Quote 0
          • Grizzly
            Grizzly last edited by

            @snakepit1:

            Something is up with my mini stick on the throttle. I use it for my radar courser, but now it seems, it has gone funked up.

            symptom’s: it will constantly move the courser up and to the left making it impossible to maintain a constant radar picture.

            I have set all dead zone to max in the Saitek control panel and to large in bms but no joy.

            has anybody encountered this before? or know of any fixes for this problem

            cheers
            Snakepit

            For the x65f you have to create a new advanced command.
            Enter the keystroke this will create 4 boxes. shft, arrow, shft, arrow.
            select the 2 last boxes and click “cut”
            and “paste” those in the release box and then click “OK”. Done…

            arrow19 1 Reply Last reply Reply Quote 0
            • arrow19
              arrow19 @Grizzly last edited by

              You can turn it into proper axis and revert it.

              C 1 Reply Last reply Reply Quote 0
              • C
                countzerobah @arrow19 last edited by

                hello folks:

                using your registry, you can change the way the mini stick is seen.

                You can use my registry edits below.

                the first one, will RESET everything back to the first setup. the second one,
                will take away the RUDDER axis for ministick, the third will take away one of the TWO THROTTLE AXIS.

                I like to take away the throttle axis as F-16 is single engine anyways.

                copy between the code to a .reg file and then load into your registry.

                Number 1 File:
                REVERT.REG

                Windows Registry Editor Version 5.00
                
                [-HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes]
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes]
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\0]
                @="X"
                "Attributes"=hex:01,81,00,00,01,00,30,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\1]
                @="Y"
                "Attributes"=hex:01,81,00,00,01,00,31,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\2]
                @="Throttle 1"
                "Attributes"=hex:01,81,00,00,01,00,32,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\3]
                @="Rotary 1"
                "Attributes"=hex:01,81,00,00,01,00,33,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\4]
                @="Rotary 2"
                "Attributes"=hex:01,81,00,00,01,00,34,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\5]
                @="Rudder"
                "Attributes"=hex:01,81,00,00,01,00,35,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\6]
                @="Throttle 2"
                "Attributes"=hex:01,81,00,00,01,00,36,00
                

                Number 2 File:
                NORUDDER.REG

                Windows Registry Editor Version 5.00
                
                [-HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes]
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes]
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\0]
                @="X"
                "Attributes"=hex:01,81,00,00,01,00,30,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\1]
                @="Y"
                "Attributes"=hex:01,81,00,00,01,00,31,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\2]
                @="Throttle 1"
                "Attributes"=hex:01,81,00,00,01,00,32,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\3]
                @="Rotary 1"
                "Attributes"=hex:01,81,00,00,05,00,24,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\4]
                @="Rotary 2"
                "Attributes"=hex:01,81,00,00,05,00,26,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\5]
                @="Rudder"
                "Attributes"=hex:01,81,00,00,01,00,36,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\6]
                @="Throttle 2"
                "Attributes"=hex:01,81,00,00,01,00,34,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\7]
                @="ExtraAxis"
                "Attributes"=hex:01,81,00,00,01,00,33,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\8]
                @="InvisibleAxis"
                "Attributes"=hex:01,81,00,00,01,00,35,00
                

                Number 3 File:
                NOLEFTTHROTTLE.REG

                Windows Registry Editor Version 5.00
                
                [-HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes]
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes]
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\0]
                @="X"
                "Attributes"=hex:01,81,00,00,01,00,30,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\1]
                @="Y"
                "Attributes"=hex:01,81,00,00,01,00,31,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\2]
                @="Throttle 1"
                "Attributes"=hex:01,81,00,00,01,00,35,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\3]
                @="Rotary 1"
                "Attributes"=hex:01,81,00,00,05,00,24,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\4]
                @="Rotary 2"
                "Attributes"=hex:01,81,00,00,05,00,26,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\5]
                @="Rudder"
                "Attributes"=hex:01,81,00,00,01,00,36,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\6]
                @="Throttle 2"
                "Attributes"=hex:01,81,00,00,01,00,34,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\7]
                @="ExtraAxis"
                "Attributes"=hex:01,81,00,00,01,00,33,00
                
                [HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_06A3&PID_0B6A\Axes\8]
                @="InvisibleAxis"
                "Attributes"=hex:01,81,00,00,01,00,32,00
                
                1 Reply Last reply Reply Quote 0
                • First post
                  Last post

                61
                Online

                10.6k
                Users

                21.0k
                Topics

                348.7k
                Posts

                Benchmark Sims - All rights reserved ©