Skip to content

Commit

Permalink
Update State.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvmx authored Jan 18, 2021
1 parent 632f75c commit dda64ec
Showing 1 changed file with 43 additions and 23 deletions.
66 changes: 43 additions & 23 deletions State/State.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,51 @@
```json
{
"valid":true,
"aileron, %":0,
"elevator, %":-6,
"rudder, %":-1,
"H, m":132,
"TAS, km/h":264,
"IAS, km/h":262,
"M":0.22,
"aileron, %":-0,
"elevator, %":-20,
"rudder, %":-0,
"flaps, %":0,
"H, m":4936,
"TAS, km/h":237,
"IAS, km/h":185,
"M":0.20,
"AoA, deg":1.1,
"AoS, deg":-0.0,
"Ny":1.03,
"Vy, m/s":3.3,
"Wx, deg/s":0,
"Mfuel, kg":63,
"Mfuel0, kg":210,
"throttle 1, %":86,
"radiator 1, %":0,
"AoS, deg":-0.1,
"Ny":1.00,
"Vy, m/s":3.2,
"Wx, deg/s":-0,
"Mfuel, kg":750,
"Mfuel0, kg":2620,
"throttle 1, %":100,
"mixture 1, %":100,
"magneto 1":3,
"power 1, hp":486.7,
"RPM 1":2034,
"manifold pressure 1, atm":1.05,
"water temp 1, C":90,
"oil temp 1, C":61,
"pitch 1, deg":31.0,
"thrust 1, kgs":431,
"efficiency 1, %":85
"power 1, hp":484.0,
"RPM 1":1957,
"manifold pressure 1, atm":0.81,
"oil temp 1, C":73,
"pitch 1, deg":28.2,
"thrust 1, kgs":473,
"efficiency 1, %":85,
"throttle 2, %":100,
"mixture 2, %":100,
"magneto 2":3,
"power 2, hp":501.2,
"RPM 2":2016,
"manifold pressure 2, atm":0.82,
"oil temp 2, C":75,
"pitch 2, deg":28.2,
"thrust 2, kgs":488,
"efficiency 2, %":84,
"throttle 3, %":100,
"mixture 3, %":100,
"magneto 3":3,
"power 3, hp":483.9,
"RPM 3":1957,
"manifold pressure 3, atm":0.81,
"oil temp 3, C":73,
"pitch 3, deg":28.2,
"thrust 3, kgs":473,
"efficiency 3, %":85
}
```

Expand Down

0 comments on commit dda64ec

Please sign in to comment.