<?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[Magnetos assignment]]></title><description><![CDATA[<p dir="auto">I'm having trouble getting the magnetos to increase/decrease. In FSUIPC magnetos  increase/decrease goes from off, 1, 2, Start and backs off from Start on release of button. Then from 2, 1, Off.<br />
But not in the 114! Of course we need one of those fancy L:VAR or suchlike. Where do I find such an animal and how do I apply it?<br />
At the moment I'm using BKSQ MAGNETOCONTROLLER but that only does part of the job.</p>
<p dir="auto">Mixture lever works though. <img src="https://community.justflight.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f923.png?v=75b85052940" class="not-responsive emoji emoji-emoji-one emoji--rolling_on_the_floor_laughing" style="height:23px;width:auto;vertical-align:middle" title="🤣" alt="🤣" /></p>
]]></description><link>https://community.justflight.com/topic/11250/magnetos-assignment</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 03:00:54 GMT</lastBuildDate><atom:link href="https://community.justflight.com/topic/11250.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Aug 2026 23:00:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Magnetos assignment on Sun, 23 Aug 2026 00:35:10 GMT]]></title><description><![CDATA[<p dir="auto">Ron,</p>
<p dir="auto">Did we have a conversation about this when the Bonanza released?</p>
<p dir="auto">Here are the magneto increase/decrease events I put together for FSUIPC for the Bonanza; I looked and the Commander Lvar looks to be the same.  I remember testing these with the Bonanza, and I don't see why they shouldn't work with the Commander, however I have a button box with a key switch that I have bound to the individual positions, so I don't actively use this.</p>
<p dir="auto">BT36_Magneto_Increase#(L:BKSQ_IgnitionPosition_1, number) ++ 4 == if{ 5 (&gt;L:BKSQ_IgnitionPosition_1, number) } els{ (L:BKSQ_IgnitionPosition_1, number) ++ 5 min (&gt;L:BKSQ_IgnitionPosition_1, number) }</p>
<p dir="auto">BT36_Magneto_Decrease#(L:BKSQ_IgnitionPosition_1, number) -- 0 max (&gt;L:BKSQ_IgnitionPosition_1, number)</p>
<p dir="auto">Calling Magneto_Increase should increment the L:BKSQ_IgnitionPosition_1 LVar by 1 and max out at 5 (start), and Magneto_Decrease should decrement it by 1 to a minimum of 0.</p>
<p dir="auto">Drop the two of them into myevents.txt and reload your presets, you should be able to bind them to something and give them a whirl.</p>
]]></description><link>https://community.justflight.com/post/54118</link><guid isPermaLink="true">https://community.justflight.com/post/54118</guid><dc:creator><![CDATA[jmarkows]]></dc:creator><pubDate>Sun, 23 Aug 2026 00:35:10 GMT</pubDate></item></channel></rss>