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. ADF suggestions, tweaks, and ideas

ADF suggestions, tweaks, and ideas

Scheduled Pinned Locked Moved Black Square Add-Ons
25 Posts 7 Posters 431 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.
  • C Offline
    C Offline
    CdnCptMoustache
    wrote last edited by
    #10

    Oh and while we're on it and I've got permission to be extra picky, the needles move too quickly overall. Thinking back to my avionics days, the number of 25 degrees of rotation per second sticks out. I'll do some more digging on that too. That would, of course, vary from unit to unit and there was apparently a capacitor mod that could be done to some of the Bendix/King units to speed them but but I never saw that in action.

    1 Reply Last reply
    0
    • C CdnCptMoustache

      @Black-Square

      Ah ha. Found it on the KI-229

      https://www.scribd.com/document/687669843/Installation-Manual-KI229-RMI

      439f5ce7-375f-4e9e-bada-b08ed6636a79-image.png

      Black SquareB Offline
      Black SquareB Offline
      Black Square
      Black Square Developer
      wrote last edited by
      #11

      @CdnCptMoustache Wonderful!! Both pointing to the right? I would have assumed one right and one left. So it shall be!

      That's some pretty impressive RPN for someone who claims not to be an expert in RPN. The challenge is that I'm already doing a lot of signal attenuation calculations in my javascript based on position relative to the station and its emission pattern, not just the signal strength variable, which I have found to be unreliable in MSFS. In theory, my code should do the exact same thing that yours does, minus the banking effect, and only with random noise, instead of pseudo-random sinusoid addition. The banking effect should be very easy to add. I will see about that sometime soon!

      C 1 Reply Last reply
      0
      • Black SquareB Black Square

        @CdnCptMoustache Wonderful!! Both pointing to the right? I would have assumed one right and one left. So it shall be!

        That's some pretty impressive RPN for someone who claims not to be an expert in RPN. The challenge is that I'm already doing a lot of signal attenuation calculations in my javascript based on position relative to the station and its emission pattern, not just the signal strength variable, which I have found to be unreliable in MSFS. In theory, my code should do the exact same thing that yours does, minus the banking effect, and only with random noise, instead of pseudo-random sinusoid addition. The banking effect should be very easy to add. I will see about that sometime soon!

        C Offline
        C Offline
        CdnCptMoustache
        wrote last edited by
        #12

        @Black-Square Yes, both pointing to the right

        That "impressive" RPN was many hours and many times walking away from it. There may have been some whiskey involved too. That was also a year or more ago so I've forgotten how to do it for the most part. However, my plan from the start was to add the bank error in as an after-thought once the main signal is determined.

        As a few basics, and to get your head around it, turning errors have a few gotchas. Thinking of it like compass dip helps. At a Relative Bearing (RB) of 270 or 90, you'll get basically no bank error at all. You'll get it the worst at 0 or 180 RB and high over (ie close to) a station. Taking it to the extreme, if you're almost over the station at a RB of 0 and bank 90 degrees to the left, the needle will show 270. Ditto with 180.

        The additional fun comes when you realize that pitch angles will behave the same, just the most at 90 or 270 RB. It's conceivable you could be very high over a station with a RB of 0, pitch up enough and watch the needle go to 180 early. But I'm less concerned about that. Generally you're not using large amounts of pitch (as compared to roll) when navigating via NDBs or VORs on the RMI.

        I'm sure somewhere someone has made an equation that will figure out the needle indication based on relative bearing, relative altitude, bank angle, pitch angle, etc but I haven't gone looking

        1 Reply Last reply
        0
        • Black SquareB Offline
          Black SquareB Offline
          Black Square
          Black Square Developer
          wrote last edited by
          #13

          Since you were on such a roll later, could you take a look for anything regarding the parking positions for the Collins RMI-30? That's the only other RMI that I've modeled, and I've already made the changes to the Bendix/King units in my other aircraft. Sorry to ask for help on this one. I'm trying to fit this in before the Baron and Bonanza are released, but I'm a little busy this week, as you can imagine.

          C 1 Reply Last reply
          0
          • Black SquareB Black Square

            Since you were on such a roll later, could you take a look for anything regarding the parking positions for the Collins RMI-30? That's the only other RMI that I've modeled, and I've already made the changes to the Bendix/King units in my other aircraft. Sorry to ask for help on this one. I'm trying to fit this in before the Baron and Bonanza are released, but I'm a little busy this week, as you can imagine.

            C Offline
            C Offline
            CdnCptMoustache
            wrote last edited by
            #14

            @Black-Square Super easy. Barely an inconvenience

            https://www.scribd.com/document/862377894/RMI-30-MM

            b2084b10-a8e8-4a70-92e8-cb1059a95f6e-image.png

            a6f5755b-75cf-486c-b43d-f3344482f40b-image.png

            Looks like the needles respond very quickly in the RMI-30, upwards of 180 degrees per second

            YankeeTendy35Y 1 Reply Last reply
            2
            • C Offline
              C Offline
              CdnCptMoustache
              wrote last edited by
              #15

              As an added tidbit and if it helps with your ADF functionality, an ADF set to ANT mode will mildly boost audio receive while parking the needle at 90 degrees, even with a good signal. It won't point in that mode. Because of that, ANT mode can be briefly used to ensure you are actually getting a good signal and that the unit itself hasn't died or is drifting towards something else

              1 Reply Last reply
              1
              • Black SquareB Offline
                Black SquareB Offline
                Black Square
                Black Square Developer
                wrote last edited by
                #16

                Thank you so much for finding that! I'm ashamed at how easy that seems, but when you're trying to keep track of some 20,000 lines of code per aircraft and everything else, it can be very easy to let something like this hold over from years ago. I've been meaning to implement the voice receive mode, since that's something I'm very familiar with myself. I'll add that to the list to do at the same time as the banking error. As you can imagine, the real time sink is not the coding, it's the testing. That's the fun of turning your hobby into a business, unfortunately. Thanks so much! You have been one of the most helpful and knowledgeable contributors of ideas that I've had in a while!

                C 1 Reply Last reply
                0
                • C Offline
                  C Offline
                  CdnCptMoustache
                  wrote last edited by
                  #17

                  My pleasure! If you need any testing done, please let me know. My years of knowledge have to pay off somewhere. Oh and you can expect this level of detail with the Turbo Commander tips too. It's my curse

                  1 Reply Last reply
                  0
                  • R Offline
                    R Offline
                    RPGamerous
                    wrote last edited by
                    #18

                    I'm not a RL pilot, but in-sim I love conventional nav and fiddly stuff, so this is right up my alley. And watching the magic happen here in this thread is cool, too -- so hats off and thanks to both of you. Super excited for the Baron & Bonanza release, and further on, the Caravan.

                    1 Reply Last reply
                    0
                    • C CdnCptMoustache

                      @Black-Square Super easy. Barely an inconvenience

                      https://www.scribd.com/document/862377894/RMI-30-MM

                      b2084b10-a8e8-4a70-92e8-cb1059a95f6e-image.png

                      a6f5755b-75cf-486c-b43d-f3344482f40b-image.png

                      Looks like the needles respond very quickly in the RMI-30, upwards of 180 degrees per second

                      YankeeTendy35Y Offline
                      YankeeTendy35Y Offline
                      YankeeTendy35
                      wrote last edited by
                      #19

                      @CdnCptMoustache I don't have anything to contribute to this, I just wanted to know I appreciated your Pitch Meeting reference 😄

                      C 1 Reply Last reply
                      0
                      • YankeeTendy35Y YankeeTendy35

                        @CdnCptMoustache I don't have anything to contribute to this, I just wanted to know I appreciated your Pitch Meeting reference 😄

                        C Offline
                        C Offline
                        CdnCptMoustache
                        wrote last edited by
                        #20

                        @YankeeTendy35 My humour may be terrible, but it sure is obscure. Glad someone caught it

                        1 Reply Last reply
                        1
                        • M Online
                          M Online
                          MiRexer
                          wrote last edited by MiRexer
                          #21

                          Count me as an old school ifr pilot who loves shooting ndb approaches in sims. Even had an instructor one time give me an engine failure (twin), vacuum failure (partial panel) and simulated icing in a Frasca shooting an ndb approach back in the day 😉

                          DrZGardD 1 Reply Last reply
                          1
                          • Black SquareB Black Square

                            Thank you so much for finding that! I'm ashamed at how easy that seems, but when you're trying to keep track of some 20,000 lines of code per aircraft and everything else, it can be very easy to let something like this hold over from years ago. I've been meaning to implement the voice receive mode, since that's something I'm very familiar with myself. I'll add that to the list to do at the same time as the banking error. As you can imagine, the real time sink is not the coding, it's the testing. That's the fun of turning your hobby into a business, unfortunately. Thanks so much! You have been one of the most helpful and knowledgeable contributors of ideas that I've had in a while!

                            C Offline
                            C Offline
                            CdnCptMoustache
                            wrote last edited by
                            #22

                            @Black-Square One more little thing for you. The double needle on the KI-229 should have a teeny tiny little "ADF" in it

                            f6fc1802-0413-450a-9d38-e52b94f31ca1-ki229-1359203424.jpg

                            I've also sent you an email

                            1 Reply Last reply
                            1
                            • C Offline
                              C Offline
                              CdnCptMoustache
                              wrote last edited by
                              #23

                              Oh and as an added thing, the VOR needle shouldn't be impacted by banking errors (or any of the other common ADF/NDB errors). Not that it is now, of course, but before you go nuts adding banking errors to needles

                              1 Reply Last reply
                              0
                              • M MiRexer

                                Count me as an old school ifr pilot who loves shooting ndb approaches in sims. Even had an instructor one time give me an engine failure (twin), vacuum failure (partial panel) and simulated icing in a Frasca shooting an ndb approach back in the day 😉

                                DrZGardD Offline
                                DrZGardD Offline
                                DrZGard
                                wrote last edited by
                                #24

                                @MiRexer said in ADF suggestions, tweaks, and ideas:

                                Count me as an old school ifr pilot who loves shooting ndb approaches in sims. Even had an instructor one time give me an engine failure (twin), vacuum failure (partial panel) and simulated icing in a Frasca shooting an ndb approach back in the day 😉

                                ...with an 18 knot quartering crosswind component gusting to 26 knots, night IMC heavy precip so landing lights and strobes also are messing with you!

                                1 Reply Last reply
                                0
                                • C Offline
                                  C Offline
                                  CdnCptMoustache
                                  wrote last edited by
                                  #25

                                  Some light reading here

                                  ADF Attitude-Induced Errors

                                  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