<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[LVAR for MX170B tuning selection]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/black-square">@<bdi>Black-Square</bdi></a> any chance we can get an LVAR that reads the current MX170B tuning selector? I hacked it in so that I can get my external radio panel to reliably reflect the current NAV/COM selection and figured other folks might find it helpful.</p>
<pre><code>case "Button_NavComSelect":
  this.tuningSelection = !this.tuningSelection;
  SimVar.SetSimVarValue("L:var_Mx170bTuningSelection_"+this.radioIndex+"_readonly", "Bool", this.tuningSelection)
break;
</code></pre>
]]></description><link>https://community.justflight.com/topic/11316/lvar-for-mx170b-tuning-selection</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 07:11:17 GMT</lastBuildDate><atom:link href="https://community.justflight.com/topic/11316.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Sep 2026 01:09:22 GMT</pubDate><ttl>60</ttl></channel></rss>