Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum
  1. Home
  2. Just Flight
  3. MSFS Products
  4. Black Square Add-Ons
  5. Steam Gauge Overhaul
  6. King Air and Bonanza can´t Binding

King Air and Bonanza can´t Binding

Scheduled Pinned Locked Moved Steam Gauge Overhaul
8 Posts 3 Posters 389 Views 4 Watching
  • 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.
  • E Offline
    E Offline
    Escriba
    wrote on last edited by
    #1

    Hello
    I have the Caravan the King Air and now the Bonanza and i use most Spad.next for Binding.
    For the Caravan all bindings are easy with Spad.next and is a pleasure fly it.
    The King Air and Bonanza is not possible binding. The Master Battery works, but the rest i can´t.
    Have anyone this issue?

    Thanks
    Alex

    GunStraussG hangar_101H 2 Replies Last reply
    0
    • E Escriba

      Hello
      I have the Caravan the King Air and now the Bonanza and i use most Spad.next for Binding.
      For the Caravan all bindings are easy with Spad.next and is a pleasure fly it.
      The King Air and Bonanza is not possible binding. The Master Battery works, but the rest i can´t.
      Have anyone this issue?

      Thanks
      Alex

      GunStraussG Offline
      GunStraussG Offline
      GunStrauss
      wrote on last edited by
      #2

      Some information from the developer on this topic would be nice.

      1 Reply Last reply
      0
      • E Escriba

        Hello
        I have the Caravan the King Air and now the Bonanza and i use most Spad.next for Binding.
        For the Caravan all bindings are easy with Spad.next and is a pleasure fly it.
        The King Air and Bonanza is not possible binding. The Master Battery works, but the rest i can´t.
        Have anyone this issue?

        Thanks
        Alex

        hangar_101H Offline
        hangar_101H Offline
        hangar_101
        wrote on last edited by
        #3

        @escriba for the King Air I got the key binding working for almost all switches, knobs and buttons. There are a few that don't work 100%, I got the functionality working just fine but they do not move so I am not using them for the sake of keeping immersion as close to real as possible.

        Below follow the ones I could NOT make them work 100%

        1. Ext Power Switch
        2. Bus Sense Switch
        3. Gen Ties Switch
        4. Surface Deice Switch
        5. Batt Bus Switch

        You can still configure them using Spad.Next just setup the LVARs indicated below, just keep in mind they might not move though.

        1. Ext Power Switch
          (>B:ELECTRICAL_ExternalPower_1_Toggle)
        2. Bus Sense Switch
          RESET
          0 (>L:var_busFaultDetected, bool)
          0 (>L:var_simulatedBusFaultDetected, bool)
          TEST
          1 (>L:var_simulatedBusFaultDetected, bool)
          1 (>L:var_masterCautionLatching, number)
        3. Gen Ties Switch
          CLOSE
          1 (>L:var_busTieManClose, bool)
          0 (>L:var_busTieManOpen, bool)
          NORM
          0 (>L:var_busTieManOpen, bool)
          OPEN
          0 (>L:var_busTieManClose, bool)
          1 (>L:var_busTieManOpen, bool)
        4. Surface Deice Switch
          SINGLE CYCLE
          (A:STRUCTURAL DEICE SWITCH, Bool) ! if{ (>K:TOGGLE_STRUCTURAL_DEICE) 1 (>A:CIRCUIT SWITCH ON:89, bool) }
          120 (>L:var_surfaceDeiceTimer, number)
          1 (>L:var_manualDeiceMode, bool)
          OFF
          (L:var_manualDeiceMode, bool) if{
          0 (>L:var_surfaceDeiceTimer, number)
          (A:STRUCTURAL DEICE SWITCH, Bool) if{ (>K:TOGGLE_STRUCTURAL_DEICE) 0 (>A:CIRCUIT SWITCH ON:89, bool) }
          }
          0 (>L:var_manualDeiceMode, bool)
          MANUAL
          (A:STRUCTURAL DEICE SWITCH, Bool) ! if{ (>K:TOGGLE_STRUCTURAL_DEICE) 1 (>A:CIRCUIT SWITCH ON:89, bool) }
          10 (>L:var_surfaceDeiceTimer, number)
          0 (>L:var_manualDeiceMode, bool)
        5. Batt Bus Switch
          (L:var_batteryDisconnect, bool)

        For everything else let me know what you want to configure in Spad.Next and I will post here the setup I did (if it's in my list).

        Regards,

        Anderson

        Hangar 101

        E 1 Reply Last reply
        0
        • hangar_101H hangar_101

          @escriba for the King Air I got the key binding working for almost all switches, knobs and buttons. There are a few that don't work 100%, I got the functionality working just fine but they do not move so I am not using them for the sake of keeping immersion as close to real as possible.

          Below follow the ones I could NOT make them work 100%

          1. Ext Power Switch
          2. Bus Sense Switch
          3. Gen Ties Switch
          4. Surface Deice Switch
          5. Batt Bus Switch

          You can still configure them using Spad.Next just setup the LVARs indicated below, just keep in mind they might not move though.

          1. Ext Power Switch
            (>B:ELECTRICAL_ExternalPower_1_Toggle)
          2. Bus Sense Switch
            RESET
            0 (>L:var_busFaultDetected, bool)
            0 (>L:var_simulatedBusFaultDetected, bool)
            TEST
            1 (>L:var_simulatedBusFaultDetected, bool)
            1 (>L:var_masterCautionLatching, number)
          3. Gen Ties Switch
            CLOSE
            1 (>L:var_busTieManClose, bool)
            0 (>L:var_busTieManOpen, bool)
            NORM
            0 (>L:var_busTieManOpen, bool)
            OPEN
            0 (>L:var_busTieManClose, bool)
            1 (>L:var_busTieManOpen, bool)
          4. Surface Deice Switch
            SINGLE CYCLE
            (A:STRUCTURAL DEICE SWITCH, Bool) ! if{ (>K:TOGGLE_STRUCTURAL_DEICE) 1 (>A:CIRCUIT SWITCH ON:89, bool) }
            120 (>L:var_surfaceDeiceTimer, number)
            1 (>L:var_manualDeiceMode, bool)
            OFF
            (L:var_manualDeiceMode, bool) if{
            0 (>L:var_surfaceDeiceTimer, number)
            (A:STRUCTURAL DEICE SWITCH, Bool) if{ (>K:TOGGLE_STRUCTURAL_DEICE) 0 (>A:CIRCUIT SWITCH ON:89, bool) }
            }
            0 (>L:var_manualDeiceMode, bool)
            MANUAL
            (A:STRUCTURAL DEICE SWITCH, Bool) ! if{ (>K:TOGGLE_STRUCTURAL_DEICE) 1 (>A:CIRCUIT SWITCH ON:89, bool) }
            10 (>L:var_surfaceDeiceTimer, number)
            0 (>L:var_manualDeiceMode, bool)
          5. Batt Bus Switch
            (L:var_batteryDisconnect, bool)

          For everything else let me know what you want to configure in Spad.Next and I will post here the setup I did (if it's in my list).

          Regards,

          Anderson

          E Offline
          E Offline
          Escriba
          wrote on last edited by
          #4

          @anderson Thanks

          I could already binding the Bonanza in the most important switches so it will be fine to fly.
          Now need find a solution for the fuel selector. It doesn't move, stay always in off position. Maybe need reinstall, but is strange because yesterday work fine

          The King Air can't binding anything yet,

          hangar_101H 2 Replies Last reply
          0
          • E Escriba

            @anderson Thanks

            I could already binding the Bonanza in the most important switches so it will be fine to fly.
            Now need find a solution for the fuel selector. It doesn't move, stay always in off position. Maybe need reinstall, but is strange because yesterday work fine

            The King Air can't binding anything yet,

            hangar_101H Offline
            hangar_101H Offline
            hangar_101
            wrote on last edited by hangar_101
            #5

            @escriba for KA350i follow the thread listed bellow, I have posted some info there already

            https://community.justflight.com/topic/4441/ka350i-avionics-switch

            Regards,

            Anderson

            Hangar 101

            1 Reply Last reply
            0
            • E Escriba

              @anderson Thanks

              I could already binding the Bonanza in the most important switches so it will be fine to fly.
              Now need find a solution for the fuel selector. It doesn't move, stay always in off position. Maybe need reinstall, but is strange because yesterday work fine

              The King Air can't binding anything yet,

              hangar_101H Offline
              hangar_101H Offline
              hangar_101
              wrote on last edited by
              #6

              @escriba I posted the setup for Bonanza's fuel switch in your other thread

              https://community.justflight.com/topic/4461/bonanza-fuel-selector-doesn-t-work

              Regards,

              Anderson

              Hangar 101

              E 1 Reply Last reply
              0
              • hangar_101H hangar_101

                @escriba I posted the setup for Bonanza's fuel switch in your other thread

                https://community.justflight.com/topic/4461/bonanza-fuel-selector-doesn-t-work

                Regards,

                Anderson

                E Offline
                E Offline
                Escriba
                wrote on last edited by
                #7

                @anderson Thank you

                One last question. In the king air i can't assign the master battery
                Can you help with this
                Thanks in advance

                hangar_101H 1 Reply Last reply
                0
                • E Escriba

                  @anderson Thank you

                  One last question. In the king air i can't assign the master battery
                  Can you help with this
                  Thanks in advance

                  hangar_101H Offline
                  hangar_101H Offline
                  hangar_101
                  wrote on last edited by
                  #8

                  @escriba

                  MASTER BATTERY SWITCH ON

                  7e0c28c8-9a2a-404c-a518-ebc287be438c-image.png

                  MASTER BATTERY SWITCH OFF

                  df86a813-6757-4c0f-bcba-f335b1227234-image.png

                  Hangar 101

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users