#X-plane zibo 737-800, Vertical Speed

1 messages · Page 1 of 1 (latest)

hollow galleon
#

Do you know how to configure the Vertical Speed ​​in mobiflight to show the values ​​on a 7sec display? I configured it as in the screenshot but it does not show the values ​​of the selected VS in the MCU

bright stratus
#

Use this dataref instead: sim/cockpit2/autopilot/vvi_dial_fpm

#

To make it more professional, you can blank it when it is blank in the sim.

#

To do this:

#
  1. create an output for the "VAR_SHOW_VS"
    using this dataref: laminar/B738/autopilot/vs_status
#

The display tab can be empty.

#
  1. Modify your 7 segment output config in the "Modify" tab
#

Here the tranformation is the key part.
If the mode=1 it displays the V/S value (the $ referrs to it). Otherwise it displays an empty string or in my case a simply dot (". " ).

#

+1) similarly a show IAS variable can be created like this (for blanking the IAS display.

#

+2) just to confirm use this dataref for IAS:
laminar/B738/autopilot/mcp_speed_dial_kts_mach

hollow galleon
#

Tks so much.... @bright stratus the vs speed works great... and show ias to..... but ias speed don't put blank... in the transformation who is "mode" is another variable?

bright stratus
#

@hollow galleon Create VAR_SHOW_IAS output like on the last screenshot.

#

Then on the 7seg IAS output create a transformation similar to the V/S transformation.
I leave you the joy to create yourself 🙂