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. Caravan Professional
  6. STBY ELEC PWR INOP light during preflight

STBY ELEC PWR INOP light during preflight

Scheduled Pinned Locked Moved Caravan Professional
19 Posts 7 Posters 577 Views 3 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.
  • P Offline
    P Offline
    Piper201
    wrote last edited by
    #10

    Still acting up...Funny thing is, is that the Cargo variants are fine???????

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

      Turn the knob on the amm/voltmeter on the left side to the Gen and Alt positions and show screenshots. I mixed up the above screenshots and didn't realize one was saying PWR ON, I thought it was OFF and INOP, so unless the generator is failed, which I doubt given that you've been looking at the failure screen, I'm curious what the generator and alternator power draws are.

      V 1 Reply Last reply
      0
      • J jmarkows

        Turn the knob on the amm/voltmeter on the left side to the Gen and Alt positions and show screenshots. I mixed up the above screenshots and didn't realize one was saying PWR ON, I thought it was OFF and INOP, so unless the generator is failed, which I doubt given that you've been looking at the failure screen, I'm curious what the generator and alternator power draws are.

        V Offline
        V Offline
        V1RotateAP
        wrote last edited by
        #12

        @jmarkows hey, I'm not OP but having the same issue so I'll pick up where he left off.
        I just have a picture with the amm/voltmeter switch in the Gen position, but switching to Alt does not cause the needle to move at all. Both show the same reading. Also, moving the Gen switch to Reset and Trip have no effect on the amm/voltmeter.
        Image

        1 Reply Last reply
        0
        • P Offline
          P Offline
          pyarb15
          wrote last edited by
          #13

          I have a similar in that mine STBY ELEC PWR on will not clear no matter what I do. I do the comple run up check list. If I turn off the standby alt power, I get the "STBY ELEC PWR INOP" warning light. What has me wondering is that I start my flight in MSFS 2024 on the runway rather than a cold start. Is that what is causing the issue?

          R 1 Reply Last reply
          0
          • P pyarb15

            I have a similar in that mine STBY ELEC PWR on will not clear no matter what I do. I do the comple run up check list. If I turn off the standby alt power, I get the "STBY ELEC PWR INOP" warning light. What has me wondering is that I start my flight in MSFS 2024 on the runway rather than a cold start. Is that what is causing the issue?

            R Offline
            R Offline
            RealPax
            wrote last edited by
            #14

            @pyarb15 My guess would be the generator is not running. If I got you correct you start on the runway. If the "STBY ELEC PWR INOP" is on this would indicate the generator is not running or does not produce sufficient power for all your aktiv systems.

            First step would be to push the Generator Button to "Reset" once. This should aktivate the generator. Make sure your power lever is at least at idle better above (try 70% power just to be sure). And your mixture is at "High Idle". This should give you enough power from the generator.
            Check also your failure page on the panel, maybe there is a generator failure.

            P 1 Reply Last reply
            0
            • R RealPax

              @pyarb15 My guess would be the generator is not running. If I got you correct you start on the runway. If the "STBY ELEC PWR INOP" is on this would indicate the generator is not running or does not produce sufficient power for all your aktiv systems.

              First step would be to push the Generator Button to "Reset" once. This should aktivate the generator. Make sure your power lever is at least at idle better above (try 70% power just to be sure). And your mixture is at "High Idle". This should give you enough power from the generator.
              Check also your failure page on the panel, maybe there is a generator failure.

              P Offline
              P Offline
              pyarb15
              wrote last edited by
              #15

              @RealPax, no, actually, it shows STBY ELEC PWR ON was saying if I flip the the stby elec pwr to off, then it shows STBY ELEC PWR INOP, which I think would be expected. My issue is that the STBY ELEC PWR ON will not clear even after going through the run-up checklist, which includes the reset (I am also outside the beta range while doing so). No failures indicated, and even went as far as resetting the engine health.

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

                I just reviewed the code to see what I could find here. I've only seen a handful of reports about this, while it seems to be working for most users. My immediate thought was the usual hardware bindings. After my code review, I'm sill inclined to believe that is where the issue lies.

                The light will illuminate only when...

                • The standby alternator bus is connected to the main bus (will happen when the switch is thrown)
                • The main bus is at at least 16V (should always be the case during normal operation)
                • When the alternator is energized.

                This last point is likely where the issue is. This can happen in two ways...

                1. When hardware/software is sending the associated alternator event to activate the alternator.
                2. When correctly set by the code in the aircraft, when...
                  a. The main generator is off.
                  b. The main generator is on, but the battery is discharging at more than 5A.

                If you cannot find any type of hardware or software input that might be affecting any of the conditions listed above, then the best thing to do would be to sent me screenshots of everything you can think of. This would include the tablet's live schematic, the multi-meter, the whole panel with all the annunciators and engine instruments, and if anyone is ambitious, perhaps some of the underlying variables discussed above, if you're familiar with reading them in 3rd party applications. Thanks for any help!

                V 1 Reply Last reply
                0
                • Black SquareB Black Square

                  I just reviewed the code to see what I could find here. I've only seen a handful of reports about this, while it seems to be working for most users. My immediate thought was the usual hardware bindings. After my code review, I'm sill inclined to believe that is where the issue lies.

                  The light will illuminate only when...

                  • The standby alternator bus is connected to the main bus (will happen when the switch is thrown)
                  • The main bus is at at least 16V (should always be the case during normal operation)
                  • When the alternator is energized.

                  This last point is likely where the issue is. This can happen in two ways...

                  1. When hardware/software is sending the associated alternator event to activate the alternator.
                  2. When correctly set by the code in the aircraft, when...
                    a. The main generator is off.
                    b. The main generator is on, but the battery is discharging at more than 5A.

                  If you cannot find any type of hardware or software input that might be affecting any of the conditions listed above, then the best thing to do would be to sent me screenshots of everything you can think of. This would include the tablet's live schematic, the multi-meter, the whole panel with all the annunciators and engine instruments, and if anyone is ambitious, perhaps some of the underlying variables discussed above, if you're familiar with reading them in 3rd party applications. Thanks for any help!

                  V Offline
                  V Offline
                  V1RotateAP
                  wrote last edited by
                  #17

                  @Black-Square Thank you for the response. Here are some more photos showing different switch configurations and their Ammeter readings. All photos taken while in cruise. I do use a couple peripherals but i double-checked my bindings and i have nothing bound related to the alternator, generator, or anything electrical, except lights.
                  Let me know if i can get you any more info.
                  alt textalt textalt textalt textalt textalt text

                  V Black SquareB 2 Replies Last reply
                  0
                  • V V1RotateAP

                    @Black-Square Thank you for the response. Here are some more photos showing different switch configurations and their Ammeter readings. All photos taken while in cruise. I do use a couple peripherals but i double-checked my bindings and i have nothing bound related to the alternator, generator, or anything electrical, except lights.
                    Let me know if i can get you any more info.
                    alt textalt textalt textalt textalt textalt text

                    V Offline
                    V Offline
                    V1RotateAP
                    wrote last edited by
                    #18

                    Wow, those photos uploaded really blurry. Here is a link to where they are hosted for full quality. link text

                    1 Reply Last reply
                    0
                    • V V1RotateAP

                      @Black-Square Thank you for the response. Here are some more photos showing different switch configurations and their Ammeter readings. All photos taken while in cruise. I do use a couple peripherals but i double-checked my bindings and i have nothing bound related to the alternator, generator, or anything electrical, except lights.
                      Let me know if i can get you any more info.
                      alt textalt textalt textalt textalt textalt text

                      Black SquareB Online
                      Black SquareB Online
                      Black Square
                      Black Square Developer
                      wrote last edited by
                      #19

                      @V1RotateAP Thanks for the screenshots. That's exactly what I was looking for. Here is what I have been able to determine from my testing:

                      • The standby alternator is energized, and contributing power to the aircraft.

                      • The two annunciator lights are behaving correctly, as all conditions appear to be met.

                      • Indications on the tablet are confused, because my variable L:var_AlternatorOnline is not true. We can see this with the red line through the ammeter (reading zero), which both rely on this variable.

                      There are two avenues we could pursue from here:

                      1. Why is L:var_AlternatorOnline not being set correctly, despite all conditions appearing to be met.

                      2. Why is the alternator energized to begin with.

                      I'm inclined to investigate the first point, since, technically, L:var_AlternatorOnline should have no impact other than the visuals displayed on the tablet, while the electrical system is causing the annunciators to illuminate, and causing unexpected electrical behavior.

                      Again, here is where I would suspect a hardware issue (even though I emulated this in my testing, and it caused L:var_AlternatorOnline to be set correctly.

                      To further test this, I would recommend temporarily binding a key combo to Toggle Alternator 2 in the simulator's controls menu. Then, try toggling the alternator manually and see what happens. Either, it will...

                      1. Toggle back on by itself.

                      2. Remain toggled off.

                      If #1, then it's more likely a code-side problem.

                      If #2, then it's more likely a user-side problem.

                      I really appreciate the help, and the testing above would provide exactly the kind of information I need next. Thank you so much!

                      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