User Tools

Site Tools


flightsim:msfs2020:minitiller

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
flightsim:msfs2020:minitiller [2023/01/10 00:42]
dwheele created
flightsim:msfs2020:minitiller [2023/01/10 00:52] (current)
dwheele
Line 16: Line 16:
 ^5|LED White| ^5|LED White|
 ^7|LED Red| ^7|LED Red|
 +
 +The trick was to get MobiFlight to properly read and interpolate the Tiller. Initially I was trying to output values in the -16384 to 16384 range, but the Event I am now using requires 0 to 1023 range. I kept getting a UInt32 error being outside the range. "U" is for unsigned so 0 and positive only.
 +
 +^Event^Description^Range^
 +^STEERING SET|Nose Gear Steering|0 - 1023|
 +
 +
 +<code>
 +          <interpolation active="True">
 +            <value x="294" y="0" />
 +            <value x="397" y="64" />
 +            <value x="438" y="128" />
 +            <value x="467" y="192" />
 +            <value x="494" y="256" />
 +            <value x="504" y="320" />
 +            <value x="509" y="384" />
 +            <value x="514" y="448" />
 +            <value x="516" y="512" />
 +            <value x="521" y="512" />
 +            <value x="523" y="576" />
 +            <value x="528" y="640" />
 +            <value x="533" y="704" />
 +            <value x="538" y="768" />
 +            <value x="559" y="831" />
 +            <value x="582" y="895" />
 +            <value x="645" y="959" />
 +            <value x="715" y="1023" />
 +          </interpolation>
 +
 +</code>
 +
  
  
flightsim/msfs2020/minitiller.1673311355.txt.gz · Last modified: 2023/01/10 00:42 by dwheele