#X-plane zibo 737-800, Vertical Speed
1 messages · Page 1 of 1 (latest)
Hi,
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:
- create an output for the "VAR_SHOW_VS"
using this dataref: laminar/B738/autopilot/vs_status
The display tab can be empty.
- 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
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?