Steam Gauge Overhaul

427 Topics 2.1k Posts
  • Bonanza and Baron starters

    9
    0 Votes
    9 Posts
    400 Views

    @meh1951 this solution works just fine. Thank you!

    I just changed it a little bit in order to use the button held and button release events instead.

    9b126d6c-d8df-4aac-a3dd-65e377a32b06-image.png

    note: disregard the LOCAL:JOY_0X07380XA221_BUTTON_36 condition, it's an internal solution of mine to reuse the same button for multiple functions

  • KING AIR: CRS & HDG Switches

    3
    0 Votes
    3 Posts
    213 Views

    I just added to that original thread. Looking forward to any feedback from the developer.

  • Analog Baron Heading Knob

    18
    0 Votes
    18 Posts
    544 Views

    In the WB-Sim Cessna, they use animation events called:

    CDI1: (L:INSTRUMENT_CDI_KNOB_COURSE_1_1, Number)
    CDI2: (L:INSTRUMENT_CDI_KNOB_COURSE_2_1, Number)
    HDG: (L:INSTRUMENT_HeadingIndicator_Knob_Heading_1, Number)

    It makes sense that the animation should be controlled by a separate event, as the course itself can, and should be adjusted by incrementing and decrementing the events with some acceleration, independent of the movement of the knob. I increment and decrement the following data events with acceleration:

    NAV OBS:1
    NAV OBS:2
    AUTOPILOT HEADLOCK DIR

    I'm not sure if the former mentioned events that control the animation in the WB-Sim Cessna are default events, but at least these latter data events are the same I use to control the content of the knobs in the Black Square aircraft.

    For knob-animation in the Black Square aircraft, it would be great if a similar approach as used by WB-Sim could be utilised in the upcoming Dukes - and in the updates of the previous aircrafts following...

  • 0 Votes
    5 Posts
    343 Views

    @GunStrauss For me a failure reset in the failure system now helped. After that and after pushing back a popped out breaker, the GNS530 went over the startup and welcome screen again.

  • Radio setup (input device)

    10
    0 Votes
    10 Posts
    412 Views

    NAV3 standby was added to their database after I made a request.

  • Manually set engine condition.

    2
    0 Votes
    2 Posts
    144 Views

    Sorry that you're one of the unlucky ones with the state saving. My beta testers for the Dukes report that my new method for state saving is much more consistent for them. I'll port this backwards to my older aircraft in their next updates for the important things like engine condition.

    In the meantime, yes there is a very easy way to check and set engine condition! It's contained in the L:Var "L:var_engineDamage" from 0-100. For my multiengine aircraft, just add "_L" or "_R" for the left or right engines. Let me know if you need any more help with that!

  • Bonanza Compass Light

    3
    0 Votes
    3 Posts
    119 Views

    I thought I remember there being something somewhere, that was it! I couldn't find it because I normally turn off my yoke.

  • Failures

    2
    0 Votes
    2 Posts
    110 Views

    From the manual:

    "To access the “FAILURES” menu, rotate the mode knob on the weather radar to “LOG”. On the screen shown, you will be presented with a segmented bar graph indicating the current global failure rate as a multiplier of real-time. [...] Random failures can be completely disabled by pressing the indicated decrease key until the global failure rate indicates “NO FAILURES”."

  • Black Square Flight Plan

    2
    0 Votes
    2 Posts
    150 Views

    Are you using the default GNS 530? That GPS, enhanced by Working Title, should automatically generate the plan into the unit.

  • Circuit Breaker Caravan

    3
    0 Votes
    3 Posts
    136 Views

    Thanks for the tip. All is well.
    :)

  • LVAR:BKSQ_BONANZA_FUELFLOW_1 not working

    8
    0 Votes
    8 Posts
    271 Views

    @Black-Square
    Thanks for the tips. I will check them out.

    Thank you so much for another way of seeing these variables. As it turns out it is SPAD v9.15.54 that is not seeing the variable change.

    Thanks again
    m

  • Baron Autopilot Not Working

    20
    0 Votes
    20 Posts
    1k Views

    Great! Glad to hear it! That file should be overwritten when you download Sim Update 15, but if you have any issues after that, just delete the file altogether. This will force the launcher to download a new version.

  • 0 Votes
    1 Posts
    99 Views
    No one has replied
  • Baron cabin temperature control

    2
    0 Votes
    2 Posts
    262 Views

    I've learned more about the temperature control system in specifically the Baron, and I need to improve it with an update. As it is, you shouldn't need to turn the heater on and off, though. The cabin heat pull-knob on the bottom left of the panel is used to control the admittance of heated air into the cabin. Here's the relevant section of the manual:

    The cabin is heated via a combustion heater in the aircraft’s nose, and funneled to the cabin via
    the “CABIN HEAT” pull knob under the pilot’s subpanel. The combustion heater is ignited with
    the “HTR” switch, and will consume fuel from the left main tank only at a rate of about one-half
    gallon per hour. The exchanged air can be very hot, so operators should take caution when
    applying the cabin heat to reduce pilot workload during critical phases of flight, and also to limit
    the possibility of a cabin fire. The rate of heating is controlled via the cabin vents and heater
    blower, as with equalization and air conditioning.

    Do not confuse "rate of heating/cooling" (rate of change) with the target temperature. Turn on the combustion heater to enable heating, and then pull the cabin heat pull-handle until the cabin is at your desired temperature. If it's too hot, push the knob back in.

  • 0 Votes
    2 Posts
    120 Views

    The easiest solution is to look at the L:Vars "L:var_radio1Mode", and "L:var_radio2Mode"; however the meaning of those variables can change across my aircraft. I would recommend using the variables for each specific GPS (as I've been doing more myself, as my aircraft become more complicated). Those are...

    WT GNS 530:
    L:XMLVAR_GPS_DISABLED_AS530_1
    L:XMLVAR_GPS_DISABLED_AS530_2

    WT GNS 430:
    L:XMLVAR_GPS_DISABLED_AS430_1
    L:XMLVAR_GPS_DISABLED_AS430_2 (does not exist in any of my aircraft yet)

    TDS GTNxi 750:
    TDSGTNXI_Inactive750U1
    TDSGTNXI_Inactive750U2 (does not exist in any of my aircraft yet)

    TDS GTNxi 650:
    TDSGTNXI_Inactive650U1
    TDSGTNXI_Inactive650U2 (does not exist in any of my aircraft yet)

    PMS50 GTN 750:
    L:XMLVAR_GPS_DISABLED_GTN750_1
    L:XMLVAR_GPS_DISABLED_GTN750_2 (does not exist in any of my aircraft yet)

    PMS50 GTN 650:
    L:XMLVAR_GPS_DISABLED_GTN650_1
    L:XMLVAR_GPS_DISABLED_GTN650_2 (does not exist in any of my aircraft yet)

    KLN90B:
    L:KLN90B_Disabled

  • Release on Xbox?

    2
    0 Votes
    2 Posts
    117 Views

    Oh and the Bonanza Overhaul addon or the Bonanza and Baron Bundle. 👍

  • AP climbs through limiter

    1
    0 Votes
    1 Posts
    75 Views
    No one has replied
  • King Air Autopilot IAS hold

    7
    0 Votes
    7 Posts
    425 Views

    @kityatyi, the MSFS/FSX/P3D version will be adequate to get you started. There is a 14 day free trial so you can try it out before spending the money for a license.

  • Garmin GMA 340 Audio Panel but no GPS

    2
    0 Votes
    2 Posts
    124 Views

    There is no built-in method to do this, but I can offer you an easy solution to implement in the code yourself. First, you must locate the appropriate behaviors XML file for the aircraft you're interested in, such as "AnalogBaron.XML". Search for for "Gma340Location" and "Kma24Location" within the file.

    If you want the GMA340 to always be visible, and never show the KMA24, then replace the two blocks of code you found above with the following:

    <Component ID="Gma340Location" Node="Gma340Location"> <UseTemplate Name="ASOBO_GT_Visibility_Code"> <VISIBILITY_CODE> 1 </VISIBILITY_CODE> </UseTemplate> </Component> <Component ID="Kma24Location" Node="Kma24Location"> <UseTemplate Name="ASOBO_GT_Visibility_Code"> <VISIBILITY_CODE> 0 </VISIBILITY_CODE> </UseTemplate> </Component>
  • 0 Votes
    3 Posts
    140 Views

    That worked like a charm, thanks!