Steam Gauge Overhaul

352 Topics 1.7k Posts
  • BKSQ Analog Baron, circuit breaker variables?

    1
    0 Votes
    1 Posts
    76 Views
    No one has replied
  • Honecomb bind to C208

    3
    0 Votes
    3 Posts
    95 Views

    @casperchen0211 for the condition lever below follows the events you can use. I setup them using a lever axis though, you just need to assign the cutoff event to the button you want to use instead.

    CUT OFF
    dd4e3793-5907-438a-a245-2cef5464e9f9-image.png

    LOW IDLE
    7c6cad0c-2e79-4d93-a8fb-603875224702-image.png

    HIGH IDLE
    720e9263-9ef9-4c79-8d90-3d0c6c825b0c-image.png

  • Recharge battery

    3
    0 Votes
    3 Posts
    164 Views

    @fakeflyer737 said in Recharge battery:

    This topic is old and the developers never answer the question and I have to same one.

    https://community.justflight.com/topic/2/product-support

    If you have any issues with games Just Flight or Just Trains makes or ones that they publish, your best bet is always to contact their Support team. There are links on both websites - www.justflight.com and www.justtrains.net

    https://www.justflight.com/support

  • 0 Votes
    14 Posts
    339 Views

    @voice-of-reason Thanks a lot for your valuable answer. I've just finished my second flight since the latest MSFS2020 update and I'm not experiencing this issue anymore.

    IMO, It's doesn't maky sense a MSFS update to solve this specific issue, but it seems okay for me now.

    Have a good weekend!

  • WB sim Cessna 172 upgrade installer problem

    3
    0 Votes
    3 Posts
    124 Views

    @voice-of-reason
    Thanks for the reply, I tried to update this post a few days ago as I tried again and it installed without a problem, but on here I couldn't post anything or even delete my initial post.
    Weird.

  • A/C Switch Bonanza

    2
    0 Votes
    2 Posts
    138 Views

    From the developer...

    The air conditioner simply requires toggling the following circuit 23. This can be accomplished by setting it with (>A:CIRCUIT SWITCH ON:23, bool) in RPN, or using >K:ELECTRICAL_CIRCUIT_TOGGLE with the parameter 23 in other 3rd party controls software.

  • Dead battery Bonanza

    2
    0 Votes
    2 Posts
    138 Views

    Developer message for you on this one...

    ' While this is not officially supported (I haven't tested it), I believe that using K:TOGGLE_EXTERNAL_POWER should allow you to connect external power to the aircraft and recharge the battery. Keep in mind that recharging a dead battery with ground power can lead to excessive battery heating and damage, which is modeled in some Black Square aircraft. '

  • Bonanza TC Power Settings

    5
    0 Votes
    5 Posts
    325 Views

    From the developer for you...

    ' I would just like to confirm that the power settings and performance of the Turbonormalized Analog Bonanza should match that of the Tornado Alley Whirlwind STC on a IO-550-B engine linked above. I just avoided naming a particular brand in my documentation. I can also assure you that there is no confusion between turbonormalizing and ground-boosted turbocharging systems on my part. It is my understanding that there is technically no Bonanza with an airworthiness certificate that says "A36TN", as the factory never produced a turbonormalized model. Since the turbonormalizing package is installed as an STC on an A36TC aircraft, the original model of the aircraft, as certified, does not change. This is alluded to in the document from Tornado Alley linked above, which contains specifications for every model of Bonanza to which the STC is applicable, including the A36TC, with no mention of an A36TN. Please correct me if I am wrong, for I fear that a turbocharged-anything is still out of my price range as an aircraft owner. '

  • King Air FD Disconnect key?

    5
    0 Votes
    5 Posts
    161 Views

    From the developer for you...

    This has bothered me in my own flying too. I should have implemented it with an L:Var, or added a key binding. K:TOGGLE_FLIGHT_DIRECTOR should work, except when the Working Title GNS530 is in use as NAV/COM 1. This is a known bug with WT's custom autopilot implementation that I have mentioned to them in the past. I will bring it up again next time we are talking, which should be soon. For the sake of completeness for anyone trying to build a home cockpit setup for the King Air, here is the RPN code that is run when the autopilot disconnect button is pressed. The top is for the first press, and the bottom is for the second.

    (A:AUTOPILOT MASTER, bool) if{
    (>K:AP_MASTER)
    (A:AUTOPILOT YAW DAMPER, Bool) if{ (>K:YAW_DAMPER_TOGGLE) }
    2 (>L:BKSQ_AUTOPILOT_DISCONNECT_SOUND, bool)
    }
    els{
    (A:AUTOPILOT FLIGHT DIRECTOR ACTIVE, Bool) if{ (>K:TOGGLE_FLIGHT_DIRECTOR) }
    (A:AUTOPILOT HEADING LOCK,bool) if{ (>K:AP_HDG_HOLD) }
    (A:AUTOPILOT NAV1 LOCK,bool) if{ (>K:AP_NAV1_HOLD) }
    (A:AUTOPILOT APPROACH HOLD,bool) if{ (>K:AP_APR_HOLD) }
    (A:AUTOPILOT ALTITUDE LOCK,bool) if{ (>K:AP_ALT_HOLD) }
    (A:AUTOPILOT GLIDESLOPE HOLD,bool) if{ (>K:AP_LOC_HOLD) }
    (A:AUTOPILOT FLIGHT LEVEL CHANGE,bool) if{ (>K:AP_FLIGHT_LEVEL_CHANGE_OFF) }
    0 (>L:var_iasHoldMode, bool)
    }

  • KingAir 350i - Avionics Master Switch

    7
    0 Votes
    7 Posts
    305 Views

    @prdant disregard the condition, it's specific to the hardware I use. You must replace it to whatever button/switch from your hardware you want to bind to this specific function.

  • 0 Votes
    4 Posts
    185 Views

    @jbbz Thanks for replying. No, it turned out to be an outdated GTN750 mod.

  • KingAir350i Anti-ice and Bleed system Question

    2
    0 Votes
    2 Posts
    239 Views

    @casperchen0211

    The King Air is one of the most complex aircraft one can fly single pilot, but it is not that hard when you understand the systems and why they exist. As I had similar questions I can provide you with answers I found... As I am no King Air pilot in real life there may be errors.

    Enviromental - Bleed Air Switches
    The Bleed Air System has 3 positions because the KingAir uses bleed air not only for pressurization. It is using air also for air conditioning (Temperature inside the cabin) and Instruments (some analog instruments use a vacuum). With this switch in the Envir Off position for example, you switch off the cabin air conditioning for startup because if the engine starts burning during startup you dont want smoke inside the cabin.
    With the switch all the way down you switch off air for air conditioning AND air for instruments.

    Anti Icing - Engine Anti Ice
    The engine anti ice on the King Air works a little different then on other aircraft. As far as I know the main air inlet on the engine is always heated with warm engine bleed air, you can not switch this off or on.
    The engine anti ice switches are activating a system called "Inertial Seperator" - You can imagine a "plate" which is moved into the air stream which enters the engine from the front. This plate is positioned in a way that it deflects debris (like parts of ice) away from the inner workings of the engine. It is normaly also set to on when on ground outside of icing conditions because it also deflects foreign objects like stones or other debris from the ground. Because this plate limits the air entering the engine you can also see a little loss or gain of Torque when turn this system on or off in flight.
    The ACTUATORS STBY switch just activates the second set of motors which move this plate. This is in case the main motors stop working.

    Anti Icing - General, Prop, Wing
    All in all, if the static air temp is below 10°C and there are signs of water in the air (Rain,Snow,Clouds,Mist....) you should turn on anti icing equipment.
    BUT: On the King Air this only counts for the Prop Heat in my opinion because the Surface De-Ice is already giving you a hint of what it does - it DE-ices the wings.
    Normally you turn this system on if you can see ice build up on the leading edge of the wings (for the night there are ICE LIGHTS which illuminate the wings). I also have read that you should wait for enough ice to build up on the wings because the de-ice effect works better in this case (I dont think this is modeled in the sim).
    This system is pretty simple. The leading edges of the wings are covered with a rubber material which inflates a bit when you turn it on. This brakes any ice that has built up which flys off with the airstream over the wings.

    Anti Icing - Other Switches or "The hot 5"
    All the other switches are systems which you need for every flight - normally turned on just before takeoff or taxi. These warm up vents and probes which are essential for every flight. They are called the "Hot 5" because these are 5 switches you always turn on. These are: 2x Fuel Vents, 2x Pitot Heat and the heating for the stall warning sensor.
    For the windshield anti icing you can use the same margins as for the prop heat I think - OAT below 10°C and water in the air. Or if you see ice build up on the windshield. I always switch it to normal when I switch on the Hot 5.

    Prop Sync
    I dont know HOW this system actually works (there is some engineering magic behind it) but it syncronizes something on the propellers so that they are quiter for pilots and passengers. This has something to do with sound waves and how they wander thru the air. I always thought this has something to do with the actual prop setting, but it exists to make the cabin a quieter place - because two Turboprops are already loud enough.
    I turn it on in climb and turn it off before approach.

    I hope this helps! Have Fun!

  • Missing LVARs for numerous switches

    13
    1 Votes
    13 Posts
    752 Views

    Hello Anderson

    Further to my previous post, I've figured out why it wasn't working! I put "Yes" for end of processing and now it is working very well

  • 0 Votes
    1 Posts
    94 Views
    No one has replied
  • Takeoff Distance for the King Air

    3
    0 Votes
    3 Posts
    187 Views

    Wow, that is so awesome. Thanks a lot!

  • BARON ignition and pitot LVAR

    3
    0 Votes
    3 Posts
    148 Views

    Hello
    I found the solution to use a rotary switch to replace the switch panel.
    Position 0 of the rotary switch :
    941fd1b6-f795-4aef-a7ff-0b4c69bba1a5-image.png
    Position 1 :
    abce0c12-f71d-4f80-ba74-7531a1ef2f3e-image.png
    ......and so on until position 3.
    Position 4 (START) :
    34356667-0ffc-4995-8100-57b2e5a48a3f-image.png
    before going to position 4, I put the power at 0, I engage the start, then I put the power back. I come back to position 3 when the engine is started.

  • Engine wear not state saving?

    8
    0 Votes
    8 Posts
    346 Views

    @voice-of-reason said in Engine wear not state saving?:

    @aceridgey There will be an update yes, can't give a timescale just at the moment though, sorry.

    no worries, thank you

  • Bonanza - GNS750 - not engaging GPS nav

    10
    0 Votes
    10 Posts
    388 Views

    @voice-of-reason
    After the latest msfs update - everything works fine!
    Great aircraft......

  • 0 Votes
    2 Posts
    176 Views

    @lemny see below

    Rudder Boost
    6792ae7a-1a66-47a9-82d5-5ada312ab57e-image.png
    92a00de1-e999-4ef7-96cb-78ab595a899a-image.png

    Electric Trim
    bc8bd58b-826c-4c6d-a3ea-9769534f2256-image.png
    c39dfc40-beff-4177-ac94-3659d715934d-image.png

    Pressurization Switch
    fed6b6df-719a-4c2f-85ab-212d9f56e0ef-image.png
    cc01d9f3-a9a1-463e-a129-5f77eee46864-image.png
    f53874e1-3307-4ad7-a872-70ef1e7ec23e-image.png
    e37ce0c0-5558-44a5-8c47-7a3894d17e42-image.png

    Bleed Air
    463e8495-7caf-40d5-a684-7e623eb96eee-image.png
    01e1945a-ab2e-48d2-8bf4-6491f37d4f87-image.png
    63960328-3464-4a32-8e1a-a519e8723383-image.png
    9c43f03c-807e-40d8-9bb1-6ec644a5c9a7-image.png
    48a45c73-b5f4-4f55-b9e2-be6593b8ae54-image.png
    222cc6fa-136b-422a-8f83-2f493c213049-image.png

    For more information check out these threads

    https://community.justflight.com/topic/3885/missing-lvars-for-numerous-switches/10
    https://community.justflight.com/topic/4706/ka350-condition-levers/14
    https://community.justflight.com/topic/4441/ka350i-avionics-switch/7
    https://community.justflight.com/topic/4643/honeycomb-bravo-with-black-square-caravan

    These I managed to get them working but the switches don't move in the game

    External power
    Gen Ties
    Fuel Switch

    The inverters I got them working as well but I cannot verify the state, I can only run a toggle command likewise. It would be nice to be able to check for the correct switch position thru a LVAR perhaps.

    Regards

    Anderson

  • What Is this?

    2
    0 Votes
    2 Posts
    150 Views

    @meh1951 Nav source... where the HSI get it's data from. GPS or VOR/LOC