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. Commander 114
  6. Magnetos assignment

Magnetos assignment

Scheduled Pinned Locked Moved Commander 114
10 Posts 2 Posters 154 Views 1 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.
  • Ron AttwoodR Offline
    Ron AttwoodR Offline
    Ron Attwood
    wrote last edited by
    #1

    I'm having trouble getting the magnetos to increase/decrease. In FSUIPC magnetos increase/decrease goes from off, 1, 2, Start and backs off from Start on release of button. Then from 2, 1, Off.
    But not in the 114! Of course we need one of those fancy L:VAR or suchlike. Where do I find such an animal and how do I apply it?
    At the moment I'm using BKSQ MAGNETOCONTROLLER but that only does part of the job.

    Mixture lever works though. 🤣

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jmarkows
      wrote last edited by
      #2

      Ron,

      Did we have a conversation about this when the Bonanza released?

      Here are the magneto increase/decrease events I put together for FSUIPC for the Bonanza; I looked and the Commander Lvar looks to be the same. I remember testing these with the Bonanza, and I don't see why they shouldn't work with the Commander, however I have a button box with a key switch that I have bound to the individual positions, so I don't actively use this.

      BT36_Magneto_Increase#(L:BKSQ_IgnitionPosition_1, number) ++ 4 == if{ 5 (>L:BKSQ_IgnitionPosition_1, number) } els{ (L:BKSQ_IgnitionPosition_1, number) ++ 5 min (>L:BKSQ_IgnitionPosition_1, number) }

      BT36_Magneto_Decrease#(L:BKSQ_IgnitionPosition_1, number) -- 0 max (>L:BKSQ_IgnitionPosition_1, number)

      Calling Magneto_Increase should increment the L:BKSQ_IgnitionPosition_1 LVar by 1 and max out at 5 (start), and Magneto_Decrease should decrement it by 1 to a minimum of 0.

      Drop the two of them into myevents.txt and reload your presets, you should be able to bind them to something and give them a whirl.

      1 Reply Last reply
      0
      • Ron AttwoodR Offline
        Ron AttwoodR Offline
        Ron Attwood
        wrote last edited by
        #3

        Tinkle tinkle. Rings a bell. I've just checked my Bonanza buttons and it says:
        2=PE,2,C65635,0 -{MAGNETO_INCR}-
        3=PE,3,C65634,0 -{MAGNETO_DECR}-
        They are just the bog standard inputs.
        I'll give the ones you mentioned a shot. Thanks

        1 Reply Last reply
        0
        • Ron AttwoodR Offline
          Ron AttwoodR Offline
          Ron Attwood
          wrote last edited by
          #4

          Over an hour later I've given up. There are people who understand L:VARS and where to find them etc. and thems that don't. I'm obviously one of the latter.
          I'll stick with BKSQ:MAGNETOCONTROLLER. They work; sorta.

          Thanks for caring though.🙂

          1 Reply Last reply
          0
          • J Offline
            J Offline
            jmarkows
            wrote last edited by
            #5

            You have a file called myevents.txt in your FSUIPC folder, yes? Add this section to it:

            //Black Square/Bonanza/Engine
            BT36_Magneto_Increase#(L:BKSQ_IgnitionPosition_1, number) ++ 4 == if{ 5 (>L:BKSQ_IgnitionPosition_1, number) } els{ (L:BKSQ_IgnitionPosition_1, number) ++ 5 min (>L:BKSQ_IgnitionPosition_1, number) }
            BT36_Magneto_Decrease#(L:BKSQ_IgnitionPosition_1, number) -- 0 max (>L:BKSQ_IgnitionPosition_1, number)

            That will add those two presets to it under the Black Square/Bonanza/Engine labels (the fact that it's the Bonanza is just a label for sorting here).

            Replace (but save off just in case) the two lines you posted above in your Commander profile with these:
            2=PE,2,CPBT36_Magneto_Increase,0 -{Preset Control}-
            3=PE,3,CPBT36_Magneto_Decrease,0 -{Preset Control}-

            And see what happens. If that doesn't work I can give them a shot later and see if I need to change something for the Commander.

            1 Reply Last reply
            0
            • Ron AttwoodR Offline
              Ron AttwoodR Offline
              Ron Attwood
              wrote last edited by
              #6

              Your name isn't Jove is it? 'cos you certainly have the patience of him!

              1 Reply Last reply
              0
              • Ron AttwoodR Offline
                Ron AttwoodR Offline
                Ron Attwood
                wrote last edited by
                #7

                Well I'll be darned! I simply replaced those 2 presets in the 114 profile (commenting out the originals) and the now work as they should! Brilliant. It was like having a stone in my shoe. Irritating but I could still walk.
                If there was a 'Buy me a coffee' button I'd press it.
                You've made an old man very happy. 😃

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jmarkows
                  wrote last edited by
                  #8

                  Good to hear! I actually just finished testing them myself and came to report they should work, glad to hear you're up and running!

                  1 Reply Last reply
                  0
                  • Ron AttwoodR Offline
                    Ron AttwoodR Offline
                    Ron Attwood
                    wrote last edited by
                    #9

                    It's on the cards you may well hear from me again! 😎

                    1 Reply Last reply
                    0
                    • Ron AttwoodR Offline
                      Ron AttwoodR Offline
                      Ron Attwood
                      wrote last edited by
                      #10

                      The more observant will have seen that I meant Job not Jove

                      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