#Turn off 7-Segment Displays in 737 MCP
1 messages · Page 1 of 1 (latest)
For turning off 7-segment displays, read this https://discordapp.com/channels/608690978081210392/1139182169063956523/1236385172342050957
Turn off 7-Segment Displays in 737 MCP
The special values of -1 and -20000 can serve as triggers to turn off the displays with a Transform.
This isn't descriptive enough for me. I understand what to do but I don't know how to do it.
you want to write blanks to the displays whenever the ias/mach value is -1
and you want to write blanks to the display whenever the VS is -20000
that can be done with a Transform
or with a Comparison
Transform for IAS
if($=-1,' ',$)
this is using the second method mentioned in the pinned thread.
Ok, I understand now. Thank you very much.
@next mirageis this resolved?
Yes, Resolved.