<?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[Starship Generator Switch Configuration in SPAD.neXt]]></title><description><![CDATA[<p dir="auto">I'm trying to configure the alternator switch in my flight sim cockpit for the Starship using SPAD.neXt.<br />
The commands I have implemented so far are shown below.<br />
I can't get past the issue indicated.</p>
<p dir="auto">Switched ON<br />
Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 1	;Turns the Left Generator switch to the ON position<br />
Delay execution for 500 ms							;Pause execution momentarily to see each action happen<br />
Set LVAR:var GeneratorReset L to 1					;Set the Left Generator switch to the RESET position<br />
Delay execution for 500 ms							;Pause execution momentarily to see each action happen<br />
Set LVAR:var GeneratorReset L to 0					;Return the Left Generator switch to the ON position (Intent)</p>
<p dir="auto">Switched OFF<br />
Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 0	;Turns the Left Generator switch to the OFF position</p>
<p dir="auto">ISSUE:<br />
Setting LVAR:var GeneratorReset L to 0 turns the Generator switch to OFF, not back to the ON position.<br />
Without the Set LVAR:var GeneratorReset L to 0 command, the Generator switch stays stuck in the RESET position.<br />
Adding another Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 1 in place of the Set LVAR:var GeneratorReset L to 0 command doesn't resolve it either. It still stays stuck in the RESET position.</p>
<p dir="auto">Do you have any thoughts on how to resolve this?</p>
]]></description><link>https://community.justflight.com/topic/11206/starship-generator-switch-configuration-in-spad.next</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 04:24:00 GMT</lastBuildDate><atom:link href="https://community.justflight.com/topic/11206.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Aug 2026 17:24:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Starship Generator Switch Configuration in SPAD.neXt on Sun, 16 Aug 2026 19:51:27 GMT]]></title><description><![CDATA[<p dir="auto">Nick,<br />
I tried the following as you suggested.</p>
<p dir="auto">Switched ON<br />
Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 1 ;Turns the Left Generator switch to the ON position<br />
Delay execution for 500 ms ;Pause execution momentarily to see each action happen<br />
Set LVAR:var GeneratorTrip L to 0</p>
<p dir="auto">This functionally worked, but it doesn't display the switch being put up into the Reset position, and then back to the On position.</p>
<p dir="auto">What I ended up doing was the following.<br />
It puts the switch into the on position, momentarily into the Reset position, then "visually" back to the on position.<br />
Removing the delays after setting LVAR:var GeneratorReset L to 0 prevents me from "seeing" the switch actually turn back off and then back on. The first Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 1 leaves the switch in the off position for some reason (I don't know why), but the second Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 1 moves it back to the on position as desired. Then the Set LVAR:var GeneratorTrip L to 0 tells the system that the reset was done.<br />
I published a snippet online in SPAD for just this switch, so anybody else that ran into this issue can use this solution.</p>
<p dir="auto">I'm glad that I was finally able to get this working. Thanks for your help.</p>
<p dir="auto">Switched ON<br />
Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 1 ;Turns the Left Generator switch to the ON position<br />
Delay execution for 500 ms<br />
Set LVAR:var GeneratorReset L to 1 ;Set the Left Generator switch to the RESET position<br />
Delay execution for 500 ms<br />
Set LVAR:var GeneratorReset L to 0 ;Return the Left Generator switch to the ON position (Actually turns it off)<br />
Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 1 ;Turns the Left Generator switch to the ON position<br />
Set SIMCONNECT:GENERAL ENG MASTER ALTERNATOR:1 to 1 ;Turns the Left Generator switch to the ON position<br />
Set LVAR:var GeneratorTrip L to 0 ; Tells the system that the reset was done.<img src="https://communityuploads.justflight.com/files/12968/c9c170c7-1b24-45f5-a58c-be145747dbdc.jpg" alt="Staarship Generator Switch - SPAD.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.justflight.com/post/53846</link><guid isPermaLink="true">https://community.justflight.com/post/53846</guid><dc:creator><![CDATA[Henkerhaus]]></dc:creator><pubDate>Sun, 16 Aug 2026 19:51:27 GMT</pubDate></item><item><title><![CDATA[Reply to Starship Generator Switch Configuration in SPAD.neXt on Fri, 14 Aug 2026 19:16:00 GMT]]></title><description><![CDATA[<p dir="auto">Try monitoring the status of the L:Var <code>L:var_GeneratorTrip_L</code> while you're trying to get this to work.  I think that's what the reset position is actually toggling (with some other logic), so you should be able to turn the alternator on, the set <code>L:var_GeneratorTrip_L</code> to zero, and that should have the same effect as moving the switch to the reset position.</p>
]]></description><link>https://community.justflight.com/post/53790</link><guid isPermaLink="true">https://community.justflight.com/post/53790</guid><dc:creator><![CDATA[Black Square]]></dc:creator><pubDate>Fri, 14 Aug 2026 19:16:00 GMT</pubDate></item><item><title><![CDATA[Reply to Starship Generator Switch Configuration in SPAD.neXt on Fri, 14 Aug 2026 18:33:38 GMT]]></title><description><![CDATA[<p dir="auto">I think I had a similar issue as you do, I posted about it a while ago here: https://community.justflight.com/post/47344</p>
<p dir="auto">I did not end up resolving it, I mostly abandoned my Starship checklist for SI in favor of just doing it myself.</p>
]]></description><link>https://community.justflight.com/post/53788</link><guid isPermaLink="true">https://community.justflight.com/post/53788</guid><dc:creator><![CDATA[jmarkows]]></dc:creator><pubDate>Fri, 14 Aug 2026 18:33:38 GMT</pubDate></item></channel></rss>