Support Magneto Key on e.g. C152 C172

Support for KnobFS, share your experience and KnobFS modes.

Moderators: russ, Ralph

Post Reply
Message
Author
stefanbode
Posts: 11
Joined: Thu Jan 05, 2023 3:18 pm

Support Magneto Key on e.g. C152 C172

#1 Post by stefanbode »

With the key normally you have 4 position to start the engine. The next turn left or turn right event is dependent on the last state. Do we have a chance to implement this in the JSON format. I would currently assume not.

I have seen a Starter Knob (Potentiometer) with the following definition:
https://hubhop.mobiflight.com/preset/?i ... 40ce5a00e5
@ 200 < if{ 0 g1 }
@ 400 < if{ 1 g1 }
@ 600 < if{ 2 g1 }
@ 800 < if{ 3 } els{ 4 }
:1 (>K:MAGNETO1_SET)

On the Microsoft side I do see
https://docs.flightsimulator.com/html/P ... Events.htm
MAGNETO_DECR
MAGNETO_INCR

User avatar
Ralph
Posts: 7876
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Support Magneto Key on e.g. C152 C172

#2 Post by Ralph »

There's already a starter function as far as I know... ?

stefanbode
Posts: 11
Joined: Thu Jan 05, 2023 3:18 pm

Re: Support Magneto Key on e.g. C152 C172

#3 Post by stefanbode »

Agree. Newbie mistake. not hard to find

Post Reply