Compare commits
65 Commits
ea788bdd04
..
2024
| Author | SHA1 | Date | |
|---|---|---|---|
| 122a93461d | |||
| 310b5f39dc | |||
| 3b003f3363 | |||
| 818277edcf | |||
| 73ebaa311b | |||
| d96ea55b31 | |||
| b379a6dccd | |||
| 766d956008 | |||
| ec9facd4d9 | |||
| d805d315f8 | |||
| ccb96e15e2 | |||
| f708bbf72c | |||
| 695e02d143 | |||
| 22a41749d6 | |||
| cd1f2048b0 | |||
| dcc1161012 | |||
| 98f72d5c83 | |||
| 5e60d0d45e | |||
| 872161bc8a | |||
| 9432dd1d84 | |||
| 5ad5f16bdb | |||
| 3d2e439674 | |||
| 5a80249f0e | |||
| 16de21ffec | |||
| b266a82905 | |||
| e27aee0f14 | |||
| ee43ae9363 | |||
| acf4b9ee47 | |||
| 04e5ec4251 | |||
| dee5447bed | |||
| 9000d516ae | |||
| d75518517a | |||
| 95637c9f7f | |||
| 1c7caf986a | |||
| 95aef94c71 | |||
| 4ad0f4e3d6 | |||
| fcfb674522 | |||
| 22b5617e39 | |||
| d2a4846df6 | |||
| a5802f46d5 | |||
| d59ffb5e76 | |||
| 57186d44b9 | |||
| c7e9bff5e2 | |||
| 9bb92371bc | |||
| 09397edef9 | |||
| 8952aba12d | |||
| 6e6a5b6103 | |||
| ed48918831 | |||
| a8a827b253 | |||
| 93c7815d96 | |||
| 80cb726501 | |||
| 2047c84d8d | |||
| 390edd29b8 | |||
| 4b60f8eec2 | |||
| 9da2abdad7 | |||
| cbd7d4e0ae | |||
| c394cd4d7b | |||
| f7304c5c7b | |||
| 8975ea17af | |||
| 896a459bba | |||
| 890622453e | |||
| ee46d0bff1 | |||
| 9224300c85 | |||
| a34c532484 | |||
| 0297cfb600 |
@@ -0,0 +1,6 @@
|
||||
---
|
||||
BasedOnStyle: LLVM
|
||||
ColumnLimit: 130
|
||||
IndentCaseLabels: true
|
||||
AllowShortIfStatementsOnASingleLine: Always
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
+19
-1
@@ -1,6 +1,24 @@
|
||||
Packages
|
||||
_PackageInt
|
||||
PackagesMetadata
|
||||
PackageSources/js-bundle/__generated__
|
||||
PackageSources/js-bundle/.rollup.cache
|
||||
PackageSources/js-bundle/node_modules
|
||||
PackageSources/html_ui
|
||||
PackageSources/html_ui
|
||||
PackageSources/wasm-module/.vs
|
||||
PackageSources/wasm-module/MSFS
|
||||
PackageSources/wasm-module/x64
|
||||
|
||||
node_modules
|
||||
|
||||
*.blend1
|
||||
*.tsbuildinfo
|
||||
|
||||
PackageSources/SimObjects/Airplanes/**/panel/*.wasm
|
||||
EFB/efb.css
|
||||
EFB/efb.js
|
||||
EFB/efb.html
|
||||
EFB/efb.index.js
|
||||
EFB/patched/
|
||||
|
||||
*.su
|
||||
Vendored
+3
@@ -18,5 +18,8 @@
|
||||
},
|
||||
"[xml]": {
|
||||
"editor.defaultFormatter": "redhat.vscode-xml"
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
Index: EFB.html
|
||||
===================================================================
|
||||
--- EFB.html
|
||||
+++ EFB.html
|
||||
@@ -4,7 +4,8 @@
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
||||
-<script type="text/html" import-async="false" import-script="/Pages/VCockpit/Instruments/aircraft_efb/TFDi_MD11_efb/efb.index.js"></script>
|
||||
+<script type="text/html" import-async="false" import-script="/Pages/VCockpit/Instruments/aircraft_efb/KH_TFDi_MD11_efb/efb.index.js"></script>
|
||||
|
||||
-<link rel="stylesheet" href="/Pages/VCockpit/Instruments/aircraft_efb/TFDi_MD11_efb/efb.css" />
|
||||
+<link rel="stylesheet" href="/Pages/VCockpit/Instruments/aircraft_efb/KH_TFDi_MD11_efb/efb.css" />
|
||||
+<link rel="stylesheet" href="/Pages/VCockpit/Instruments/aircraft_efb/KH_TFDi_MD11_efb/App.css" />
|
||||
@@ -0,0 +1,15 @@
|
||||
Index: EFB.index.js
|
||||
===================================================================
|
||||
--- EFB.index.js
|
||||
+++ EFB.index.js
|
||||
@@ -27,9 +27,9 @@
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
super.connectedCallback();
|
||||
- Include.addScript("/Pages/VCockpit/Instruments/aircraft_efb/TFDi_MD11_efb/efb.js");
|
||||
+ Include.addScript("/Pages/VCockpit/Instruments/aircraft_efb/KH_TFDi_MD11_efb/efb.js");
|
||||
}
|
||||
|
||||
Update() {
|
||||
super.Update();
|
||||
@@ -0,0 +1,46 @@
|
||||
Index: EFB.js
|
||||
===================================================================
|
||||
--- EFB.js
|
||||
+++ EFB.js
|
||||
@@ -40265,11 +40265,11 @@
|
||||
),
|
||||
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
||||
"button",
|
||||
{
|
||||
- onClick: loadPayload,
|
||||
+ onClick: () => dispatch(setRoute({ path: "/payload" })),
|
||||
className: "middle none center rounded-lg bg-green-700 px-6 py-3 font-sans text-xs font-bold uppercase text-white shadow-md shadow-green-500/20 transition-all hover:shadow-lg hover:shadow-green-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none",
|
||||
- children: "Set payload & fuel"
|
||||
+ children: "Manage payload & fuel"
|
||||
}
|
||||
),
|
||||
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
||||
"button",
|
||||
@@ -40767,8 +40767,27 @@
|
||||
] })
|
||||
] }) }) });
|
||||
}
|
||||
|
||||
+// Exports for add. script
|
||||
+ window.reactExports = __toESM(require_react());
|
||||
+ window.reactDomExports = __toESM(require_react_dom());
|
||||
+ window.jsxRuntimeExports = __toESM(require_jsx_runtime());
|
||||
+ window.useSelector = useSelector;
|
||||
+ window.v4 = v4_default;
|
||||
+ window.ArrowBigUp = ArrowBigUp;
|
||||
+ window.Delete = Delete;
|
||||
+ window.Space = Space;
|
||||
+ window.X = X;
|
||||
+ // Include
|
||||
+ var script = document.createElement('script');
|
||||
+ script.onload = function () {
|
||||
+ console.log("LM App injected");
|
||||
+ routes["/payload"].page = window.KH_LM
|
||||
+ };
|
||||
+ script.src = "/Pages/VCockpit/Instruments/aircraft_efb/KH_TFDi_MD11_efb/App.js";
|
||||
+ document.head.appendChild(script); //or something of the likes
|
||||
+
|
||||
// src/components/Router.tsx
|
||||
init_common();
|
||||
var import_jsx_runtime15 = __toESM(require_jsx_runtime());
|
||||
var routes = {
|
||||
@@ -0,0 +1,26 @@
|
||||
const { createTwoFilesPatch } = require("diff");
|
||||
const fs = require("fs");
|
||||
|
||||
// HTML
|
||||
|
||||
let file1Contents = fs.readFileSync("EFB.html").toString();
|
||||
let file2Contents = fs.readFileSync("patched/EFB.html").toString();
|
||||
let patch = createTwoFilesPatch(
|
||||
"EFB.html",
|
||||
"EFB.html",
|
||||
file1Contents,
|
||||
file2Contents
|
||||
);
|
||||
fs.writeFileSync("efb-html.patch", patch);
|
||||
|
||||
// JS
|
||||
|
||||
file1Contents = fs.readFileSync("EFB.index.js").toString();
|
||||
file2Contents = fs.readFileSync("patched/EFB.index.js").toString();
|
||||
patch = createTwoFilesPatch("EFB.index.js", "EFB.index.js", file1Contents, file2Contents);
|
||||
fs.writeFileSync("efb-index-js.patch", patch);
|
||||
|
||||
file1Contents = fs.readFileSync("EFB.js").toString();
|
||||
file2Contents = fs.readFileSync("patched/EFB.js").toString();
|
||||
patch = createTwoFilesPatch("EFB.js", "EFB.js", file1Contents, file2Contents);
|
||||
fs.writeFileSync("efb-js.patch", patch);
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 475 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
Mains y: 457,626
|
||||
Mains X:
|
||||
|
||||
344,088 + (1126,566 - 344,088) / 2
|
||||
|
||||
1126,566 + (1910,904 - 1126,566) / 2
|
||||
|
||||
1910,904 + (2693,220 - 1910,904) / 2
|
||||
|
||||
2693,220 + (3477,993 - 2693,220) / 2
|
||||
|
||||
|
||||
|
||||
Lower y: 623,816
|
||||
Lower Y:
|
||||
|
||||
679,888 + (1734,862 - 679,888) / 2
|
||||
|
||||
2392,429 + (3409,288 - 2392,429) / 2
|
||||
@@ -0,0 +1,196 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="4002"
|
||||
height="780"
|
||||
viewBox="0 0 4002 780"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="MD11_Profile.svg"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"
|
||||
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
|
||||
inkscape:export-filename="MD11_Profile_EXP.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||
id="namedview2"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.5"
|
||||
inkscape:cx="3634"
|
||||
inkscape:cy="345"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1009"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer7"
|
||||
inkscape:export-bgcolor="#ffffff00" /><defs
|
||||
id="defs1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer6"
|
||||
inkscape:label="Static"><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:176px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="-17.1875"
|
||||
y="280.10175"
|
||||
id="text1-3"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan1-9"
|
||||
x="-17.1875"
|
||||
y="280.10175">Pilots & Crew:</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:176px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="-9.8828125"
|
||||
y="130.625"
|
||||
id="text1"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan1"
|
||||
x="-9.8828125"
|
||||
y="130.625">OEW:</tspan></text></g><g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer7"
|
||||
inkscape:label="Generics"><text
|
||||
xml:space="preserve"
|
||||
style="font-size:176px;line-height:1.25;font-family:sans-serif"
|
||||
x="1476.2501"
|
||||
y="276.92206"
|
||||
id="text2"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan2"
|
||||
x="1476.2501"
|
||||
y="276.92206">9999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-size:176px;line-height:1.25;font-family:sans-serif"
|
||||
x="1252.4691"
|
||||
y="130.53906"
|
||||
id="text3"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3"
|
||||
x="1252.4691"
|
||||
y="130.53906">999999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-size:133.333px;line-height:1.25;font-family:sans-serif;stroke-width:0.999998"
|
||||
x="3752.9043"
|
||||
y="778.24402"
|
||||
id="text4"><tspan
|
||||
sodipodi:role="line"
|
||||
x="3752.9043"
|
||||
y="778.24402"
|
||||
style="font-size:133.333px;stroke-width:0.999998"
|
||||
id="tspan6">LBS</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-size:176px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif"
|
||||
x="3518"
|
||||
y="320"
|
||||
id="text7"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan7"
|
||||
x="3518"
|
||||
y="320">ER</tspan></text></g><g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="Stations"><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:176px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;-inkscape-font-specification:'sans-serif, Normal';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal"
|
||||
x="725.61609"
|
||||
y="591.34473"
|
||||
id="text5"
|
||||
inkscape:label="upper1"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5"
|
||||
x="725.61609"
|
||||
y="591.34473">999/999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:176px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="-179.32031"
|
||||
y="143.71875"
|
||||
id="text5-8"
|
||||
inkscape:label="upper1"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5-3"
|
||||
x="-179.32031"
|
||||
y="143.71875"
|
||||
style="text-align:start;text-anchor:start" /></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:176px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="1509.024"
|
||||
y="591.34473"
|
||||
id="text5-5"
|
||||
inkscape:label="upper1"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5-8"
|
||||
x="1509.024"
|
||||
y="591.34473">999/999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:176px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="2292.3511"
|
||||
y="591.34473"
|
||||
id="text5-6"
|
||||
inkscape:label="upper1"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5-7"
|
||||
x="2292.3511"
|
||||
y="591.34473">999/999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:176px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="3075.8955"
|
||||
y="591.34473"
|
||||
id="upper4"
|
||||
inkscape:label="upper4"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5-0"
|
||||
x="3075.8955"
|
||||
y="591.34473">999/999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:176px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="1197.6641"
|
||||
y="754.35504"
|
||||
id="upper4-2"
|
||||
inkscape:label="lower1"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5-0-0"
|
||||
x="1197.6641"
|
||||
y="754.35504">99999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:176px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
|
||||
x="2891.1475"
|
||||
y="754.35504"
|
||||
id="lower1"
|
||||
inkscape:label="upper4"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5-0-03"
|
||||
x="2891.1475"
|
||||
y="754.35504">99999</tspan></text></g><g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer3"
|
||||
inkscape:label="Sketch"><path
|
||||
id="path5"
|
||||
style="display:inline;fill:none;stroke:#646464;stroke-width:3.97267;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 1748.2487,624.45529 v 83.5816 z m 653.1368,98.40409 v 43.08593 z"
|
||||
transform="matrix(1.0068517,0,0,1.0069072,-24.265193,-12.003831)"
|
||||
inkscape:label="Dashed"
|
||||
sodipodi:nodetypes="cccccc" /><path
|
||||
id="path10"
|
||||
style="display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:3.97527;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 119.50997,573.71703 h 128.0729 v 29.07865 h 119.1481 M 1922.9882,624.6584 V 378.08519 Z M 1143.9838,378.54476 v 246.57126 z m 1556.0004,1.0854 3e-4,245.70686 0.01,-245.70686 z M 119.47872,507.3493 V 686.42638 Z M 681.8277,784.08016 C 550.68986,778.56008 459.37243,767.83734 325.24777,742.2102 247.12441,727.28325 163.85922,704.53832 115.68874,684.96689 65.272866,664.48337 30.640554,635.98924 26.748642,611.79065 c -3.768329,-23.42962 7.455828,-38.32595 50.49813,-67.01953 6.041298,-4.02691 12.708263,-9.27073 14.816577,-11.65295 2.108023,-2.3822 4.524361,-4.48001 4.524361,-4.48001 0,0 45.05507,-44.22564 69.74451,-58.59581 72.48275,-42.18783 238.75927,-76.44031 425.63149,-87.67895 14.00372,-0.84197 33.99829,-2.07064 44.43261,-2.72959 26.21726,-1.65646 1973.24248,-2.45294 2062.36198,-0.84445 156.7316,2.82998 269.5005,7.74134 530.5511,23.10724 47.1495,2.7752 85.8534,4.90642 86.012,4.73564 0.6463,-0.69433 3.18,-46.35302 2.6116,-47.00235 -0.3392,-0.38606 -8.4798,-1.63074 -18.0917,-2.7653 -35.3422,-4.17401 -67.399,-11.82474 -77.0779,-18.39697 -3.9158,-2.65808 -3.9645,-3.95085 -1.9416,-51.11949 2.108,-49.16104 3.1187,-81.48815 3.1285,-100.00521 0,-21.77363 -0.1657,-21.37816 11.1206,-24.94772 37.4058,-11.83133 117.8811,-11.06942 171.1122,1.62031 15.227,3.62986 19.589,3.51496 35.5372,-0.93615 21.7001,-6.05753 21.0601,-5.51568 96.6373,-82.052719 33.1386,-33.558758 68.757,-66.037569 68.757,-66.037569 0,0 83.3796,-1.079949 169.2388,-1.079949 136.9782,0 171.6165,0.253341 171.2179,1.25017 -4.4107,11.004128 -56.5812,125.499597 -58.6917,128.808777 -4.6101,7.22481 -3.2139,7.88313 16.7587,7.90201 9.0622,0.008 22.5343,1.10293 37.2289,3.0234 4.1187,0.5386 15.3536,1.65343 24.9606,2.47749 9.6122,0.82422 19.8325,1.75756 22.7175,2.07418 5.0681,0.55713 9.0514,198.40717 3.9934,198.38178 -3.6049,-0.0227 -31.7008,3.23584 -34.6991,4.01865 -1.9198,0.50162 -6.9752,1.19264 -11.2312,1.53478 -7.7386,0.62215 -7.7386,0.62215 -7.7386,8.4184 0,8.93284 0.045,8.97847 9.985,9.03089 7.595,0.034 9.8124,1.63453 3.4137,2.45321 -2.7018,0.34575 -6.0356,0.83238 -7.4075,1.08266 -1.3721,0.25018 -13.4624,0.89408 -26.8658,1.43238 -13.4009,0.53851 -28.9024,1.4418 -34.4462,2.00812 -15.6072,1.59497 -41.7208,3.01042 -55.6346,3.01554 -20.6343,0.008 -19.0304,-1.48851 -18.6619,17.4164 0.3714,19.01843 2.3134,23.86211 11.5516,28.7958 5.5848,2.98376 0.3035,2.54795 88.3399,7.28999 84.7141,4.56302 75.158,-2.81091 75.158,57.97778 0,54.09028 0.038,53.96894 -18.7912,59.84504 -20.4081,6.36957 -118.4497,34.30825 -182.9044,52.12181 -74.4105,20.56545 -152.6321,42.51798 -160.2541,44.9738 -10.5871,3.41069 -57.1162,16.38817 -105.4333,29.40502 -184.6228,49.73829 -402.0471,89.78228 -516.1218,95.05681 -19.1654,0.88577 -2300.07154,1.25614 -2320.9699,0.37695 z m 1714.3911,-15.93638 c 14.3101,-1.72862 35.0046,-5.59211 45.932,-8.57466 47.3734,-12.93067 34.3571,-20.57346 -70.3941,-41.33854 -9.3343,-1.85054 -21.9156,-4.53045 -27.9568,-5.955 -119.2244,-28.11802 -135.9358,-31.16723 -227.3866,-41.48667 -32.4779,-3.66487 -84.0049,-11.3955 -126.5748,-18.9901 -77.6003,-13.84405 -129.5471,-21.9553 -156.762,-24.47858 -178.2016,-16.52165 -260.2497,38.68714 -109.1224,73.42801 7.2586,1.66798 18.9422,5.29576 25.9629,8.06195 39.3007,15.48166 111.0211,26.35086 233.4296,35.37682 97.5092,7.1897 247.1876,10.13705 247.9345,4.88196 0.6641,-4.66361 1.511,-4.79998 36.7154,-5.88569 22.9808,-0.70847 26.3783,-0.21481 26.3783,3.83836 0,2.5877 2.9594,14.02473 3.8762,14.97665 0.4007,0.41452 15.6685,2.27843 33.9288,4.14116 18.264,1.86268 33.4272,3.60903 33.698,3.88056 0.7657,0.76635 16.5438,-0.20912 30.341,-1.87623 z m -2029.36746,-359.3222 -0.0248,215.97654 1275.64716,-4.1e-4 h 1275.1949 l 132.9522,-2.46652 132.952,-2.4665 147.9241,-11.4452 147.9243,-11.4452 1.0236,-90.88061 1.0235,-90.88061 -83.3015,-4.35422 -83.3014,-4.35424 m -2614.52231,217.81122 -5e-5,159.11801 z M 1748.1434,708.5565 v 75.45385 z m 1663.0399,-106.30033 -1e-4,113.31756 z m -1009.9445,22.54108 v 99.39317 z m -4e-4,143.38207 v 15.78331 z"
|
||||
sodipodi:nodetypes="ccccccccccccccccccscscccccccsccccsccscscsccsssccssscsssssscsssssssccssscsscccscsscscsccccccccccccccccccccccccccc"
|
||||
transform="matrix(1.0068517,0,0,1.0069072,-24.265193,-12.003831)"
|
||||
inkscape:label="Solid" /></g></svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="4002"
|
||||
height="780"
|
||||
viewBox="0 0 4002 780"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xml:space="preserve"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:160px;line-height:1.25;font-family:sans-serif;text-anchor:end;display:inline"
|
||||
x="1476.2501"
|
||||
y="276.92206"
|
||||
id="text2"><tspan
|
||||
id="tspan2"
|
||||
x="1476.2501"
|
||||
y="276.92206">9999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-size:160px;line-height:1.25;font-family:sans-serif;text-anchor:end;display:inline"
|
||||
x="1476.2501"
|
||||
y="130.53906"
|
||||
id="text3"><tspan
|
||||
id="tspan3"
|
||||
x="1476.2501"
|
||||
y="130.53906">999999</tspan></text><text
|
||||
xml:space="preserve"
|
||||
style="font-size:133.333px;line-height:1.25;font-family:sans-serif;display:inline;stroke-width:0.999998"
|
||||
x="3752.9043"
|
||||
y="778.24402"
|
||||
id="text4"><tspan
|
||||
x="3752.9043"
|
||||
y="778.24402"
|
||||
style="font-size:133.333px;stroke-width:0.999998"
|
||||
id="tspan6">LBS</tspan></text><path
|
||||
id="text7"
|
||||
style="font-size:160px;line-height:1.25;-inkscape-font-specification:sans-serif;display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:7.99861;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 3616.1269,203.67131 -115.4682,116.32951 h 76.6132 l 13.6484,-13.75016 h -61.1499 l 42.8836,-43.20365 h 61.1499 l 13.6485,-13.75016 h -61.1499 l 31.6393,-31.87538 h 61.1499 l 13.6484,-13.75016 z m 101.1357,0 -115.4682,116.32951 h 15.4631 l 45.9082,-46.25055 h 21.7891 l -7.0158,46.25055 h 20.0709 l 6.7491,-50.85999 c 10.2365,-2.8646 20.2552,-7.10948 30.0559,-12.73452 9.8522,-5.67714 18.9402,-12.70852 27.2636,-21.09401 6.1521,-6.19797 10.0211,-11.30222 11.6068,-15.31268 1.6896,-4.06255 1.7441,-7.42197 0.1635,-10.07824 -1.4223,-2.34378 -4.0367,-3.95839 -7.8438,-4.84382 -3.7552,-0.93749 -9.1472,-1.40626 -16.176,-1.40625 z m 2.2801,13.2814 h 18.1967 c 4.165,0 7.4735,0.31252 9.9248,0.93751 2.5032,0.57292 4.1244,1.61462 4.8641,3.12503 0.9495,1.77087 0.7045,3.9584 -0.735,6.56258 -1.3356,2.55212 -3.6579,5.49487 -6.9666,8.82824 -4.3426,4.37505 -8.5084,7.9949 -12.4972,10.8595 -3.8849,2.81253 -8.0847,5.31258 -12.5989,7.50009 -4.8776,2.34378 -9.5781,3.95838 -14.1015,4.84381 -4.4716,0.83333 -9.1546,1.25002 -14.0487,1.25002 h -15.6194 z" /><path
|
||||
id="path10"
|
||||
style="display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:4.00262;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 96.063623,565.67598 H 225.01404 v 29.2795 H 344.97851 M 1911.8987,616.96921 V 368.69287 Z m -784.3419,-247.8136 v 248.27438 z m 1566.6617,1.0929 3e-4,247.40401 0.01,-247.40401 z M 96.032159,498.84983 v 180.314 z M 662.23419,777.49213 C 530.19783,771.93392 438.25472,761.13712 303.21108,735.33296 224.55244,720.30291 140.71674,697.40088 92.216212,677.69426 41.454903,657.06926 6.5853009,628.37831 2.6667227,604.01258 -1.1274258,580.42113 10.173636,565.4219 53.510851,536.53013 c 6.082691,-4.05472 12.795336,-9.33476 14.918095,-11.73344 2.122467,-2.39865 4.555361,-4.51095 4.555361,-4.51095 0,0 45.363773,-44.53112 70.222383,-59.00054 72.97938,-42.47923 240.39517,-76.9683 428.54778,-88.28457 14.09967,-0.84779 34.23124,-2.08494 44.73705,-2.74844 26.3969,-1.66791 1986.76258,-2.46989 2076.49268,-0.85029 157.8055,2.84953 271.347,7.79481 534.1863,23.26685 47.4725,2.79437 86.4416,4.94031 86.6013,4.76835 0.6507,-0.69913 3.2018,-46.67319 2.6295,-47.32701 -0.3415,-0.38872 -8.5379,-1.642 -18.2157,-2.7844 -35.5843,-4.20284 -67.8608,-11.90641 -77.606,-18.52404 -3.9426,-2.67644 -3.9916,-3.97814 -1.9549,-51.47258 2.1225,-49.50061 3.1401,-82.051 3.1499,-100.69597 0,-21.92402 -0.1668,-21.52582 11.1968,-25.12003 37.6621,-11.91306 118.6888,-11.14588 172.2847,1.6315 15.3313,3.65493 19.7232,3.53924 35.7806,-0.94262 21.8488,-6.09937 21.2044,-5.55378 97.2995,-82.619473 33.3656,-33.790555 69.2278,-66.4937035 69.2278,-66.4937035 0,0 83.9512,-1.0874084 170.3986,-1.0874084 137.9168,0 172.7927,0.2550909 172.3914,1.2588052 -4.4409,11.0801357 -56.9692,126.3664497 -59.0942,129.6984897 -4.6416,7.27471 -3.2359,7.93758 16.8736,7.95659 9.1243,0.008 22.6887,1.11054 37.484,3.04428 4.1469,0.54232 15.4587,1.66485 25.1316,2.4946 9.678,0.82991 19.9684,1.7697 22.8731,2.08851 5.1029,0.56098 9.1134,199.77761 4.0208,199.75204 -3.6296,-0.0229 -31.918,3.25819 -34.9369,4.04641 -1.9329,0.50508 -7.023,1.20088 -11.3081,1.54538 -7.7916,0.62645 -7.7916,0.62645 -7.7916,8.47655 0,8.99454 0.045,9.04048 10.0534,9.09327 7.647,0.0342 9.8796,1.64582 3.4371,2.47015 -2.7203,0.34814 -6.077,0.83813 -7.4583,1.09014 -1.3815,0.25191 -13.5546,0.90025 -27.0499,1.44227 -13.4927,0.54223 -29.1004,1.45176 -34.6822,2.02199 -15.7141,1.60599 -42.0066,3.03122 -56.0158,3.03637 -20.7756,0.008 -19.1608,-1.49879 -18.7897,17.5367 0.3739,19.14979 2.3292,24.02693 11.6307,28.9947 5.6231,3.00437 0.3056,2.56555 88.9452,7.34034 85.2945,4.59454 75.673,-2.83032 75.673,58.37825 0,54.46389 0.038,54.34171 -18.92,60.2584 -20.5479,6.41356 -119.2613,34.54522 -184.1576,52.48182 -74.9203,20.7075 -153.6779,42.81166 -161.3521,45.28445 -10.6597,3.43424 -57.5076,16.50136 -106.1557,29.60812 -185.8878,50.08185 -404.8018,90.40243 -519.6581,95.71339 -19.2967,0.89189 -2315.83097,1.26482 -2336.87252,0.37955 z M 2388.3718,761.44567 c 14.4081,-1.74056 35.2444,-5.63073 46.2467,-8.63389 47.698,-13.01998 34.5925,-20.71556 -70.8764,-41.62407 -9.3983,-1.86332 -22.0658,-4.56174 -28.1484,-5.99613 -120.0413,-28.31224 -136.8672,-31.38251 -228.9446,-41.77323 -32.7004,-3.69018 -84.5804,-11.47421 -127.442,-19.12127 -78.132,-13.93967 -130.4347,-22.10695 -157.8361,-24.64765 -179.4226,-16.63577 -262.0329,38.95436 -109.8701,73.93519 7.3084,1.6795 19.072,5.33234 26.1408,8.11763 39.57,15.5886 111.7818,26.53287 235.029,35.62118 98.1773,7.23936 248.8813,10.20707 249.6333,4.91568 0.6686,-4.69582 1.5213,-4.83314 36.9669,-5.92635 23.1383,-0.71336 26.5591,-0.21629 26.5591,3.86488 0,2.60557 2.9797,14.1216 3.9027,15.08009 0.4035,0.41739 15.7759,2.29417 34.1613,4.16977 18.3891,1.87554 33.6562,3.63396 33.9289,3.90736 0.7709,0.77164 16.6571,-0.21056 30.5489,-1.88919 z M 345.0997,399.64156 l -0.025,217.46833 1284.3875,-4.1e-4 h 1283.9322 l 133.8631,-2.48356 133.863,-2.48353 148.9376,-11.52426 148.9379,-11.52425 1.0306,-91.50834 1.0305,-91.50834 -83.8723,-4.3843 -83.8721,-4.38431 m -2632.43629,219.31568 -5e-5,160.21707 z M 1735.856,701.44681 v 75.97503 z m 1674.4345,-107.03457 -1e-4,114.10027 z m -1016.8643,22.69678 v 100.0797 z m -4e-4,144.37244 v 15.89233 z" /><path
|
||||
id="path5"
|
||||
style="display:inline;fill:none;stroke:#646464;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 1735.962,616.7647 v 84.15891 z m 657.6119,99.08378 v 43.38354 z" /></svg>
|
||||
|
After Width: | Height: | Size: 6.8 KiB |
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<AssetPackage Version="0.1.0">
|
||||
<AssetPackage Version="1.1.0">
|
||||
<ItemSettings>
|
||||
<ContentType>MISC</ContentType>
|
||||
<Title>TFDi Design MD-11 Load Manager</Title>
|
||||
@@ -10,31 +10,34 @@
|
||||
<VisibleInStore>false</VisibleInStore>
|
||||
<CanBeReferenced>false</CanBeReferenced>
|
||||
</Flags>
|
||||
<PackageOrderHint>CUSTOM_SIMOBJECTS_PATCH</PackageOrderHint>
|
||||
<AssetGroups>
|
||||
<AssetGroup Name="ContentInfo">
|
||||
<Type>ContentInfo</Type>
|
||||
<Type Version="0">ContentInfo</Type>
|
||||
<Flags>
|
||||
<FSXCompatibility>false</FSXCompatibility>
|
||||
</Flags>
|
||||
<AssetDir>PackageDefinitions\xkhofmann-tfdidesign-md11-load-manager\ContentInfo</AssetDir>
|
||||
<OutputDir>ContentInfo\xkhofmann-tfdidesign-md11-load-manager</OutputDir>
|
||||
<AssetDir>PackageDefinitions\xkhofmann-tfdidesign-md11-load-manager\ContentInfo\</AssetDir>
|
||||
<OutputDir>ContentInfo\xkhofmann-tfdidesign-md11-load-manager\</OutputDir>
|
||||
</AssetGroup>
|
||||
<AssetGroup Name="html-ui">
|
||||
<Type>Copy</Type>
|
||||
<Type Version="0">Copy</Type>
|
||||
<Flags>
|
||||
<FSXCompatibility>false</FSXCompatibility>
|
||||
</Flags>
|
||||
<AssetDir>PackageSources\html_ui\</AssetDir>
|
||||
<OutputDir>html_ui\</OutputDir>
|
||||
<Config>
|
||||
<Exclude>vendor-*</Exclude>
|
||||
</Config>
|
||||
</AssetGroup>
|
||||
<AssetGroup Name="load-manager-panel">
|
||||
<Type>SPB</Type>
|
||||
<AssetGroup Name="md-11-panel-config">
|
||||
<Type Version="0">Copy</Type>
|
||||
<Flags>
|
||||
<FSXCompatibility>false</FSXCompatibility>
|
||||
</Flags>
|
||||
<AssetDir>PackageSources\load-manager-panel\</AssetDir>
|
||||
<OutputDir>InGamePanels\</OutputDir>
|
||||
<AssetDir>PackageSources\SimObjects\Airplanes\</AssetDir>
|
||||
<OutputDir>SimObjects\Airplanes\</OutputDir>
|
||||
</AssetGroup>
|
||||
</AssetGroups>
|
||||
</AssetPackage>
|
||||
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
// Panel Configuration File
|
||||
// TFDi Design MD-11
|
||||
|
||||
[VCockpit01]
|
||||
size_mm=2048,2048
|
||||
visible=1
|
||||
pixel_size=2048,2048
|
||||
texture=vc1
|
||||
background_color=0,0,0
|
||||
htmlgauge00=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=Core, 0,0,509,510
|
||||
htmlgauge01=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=DU1,0,0,508,508
|
||||
htmlgauge02=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=DU2,514,0,510,510
|
||||
htmlgauge03=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=DU3,1027,0,510,510
|
||||
htmlgauge04=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=DU4,1539,0,510,508
|
||||
htmlgauge05=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=DU5,0,513,511,509
|
||||
htmlgauge06=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=DU6,513,512,510,511
|
||||
htmlgauge07=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=LMCDU, 0,1050,666,574
|
||||
htmlgauge08=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=RMCDU,678,1050,666,574
|
||||
htmlgauge09=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=CMCDU,1353,1050,666,574
|
||||
htmlgauge10=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=ISFD,1032,519,544,505
|
||||
//KH new gauge
|
||||
htmlgauge11=WasmInstrument/WasmInstrument.html?wasm_module=load-manager.wasm&wasm_gauge=Load_Manager,0,0,509,510
|
||||
|
||||
[VIEWS]
|
||||
VIEW_FORWARD_DIR=2.000, 0.000, 0.000
|
||||
|
||||
[Color]
|
||||
Day=255,255,255
|
||||
Night=255,255,255
|
||||
Luminous=201,64,64
|
||||
|
||||
[Vcockpit02]
|
||||
Background_color=0,0,0
|
||||
size_mm=1024,1024
|
||||
visible=1
|
||||
pixel_size=1024,1024
|
||||
texture=vc2
|
||||
|
||||
htmlgauge00=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=AFS,3,0,1015,185
|
||||
htmlgauge01=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=FUEL,4,200,1016,196
|
||||
//above should actually be 3,192,1018,199 - moved due to visual offset
|
||||
|
||||
[Vcockpit03]
|
||||
Background_color=0,0,0
|
||||
size_mm=1024,1024
|
||||
visible=1
|
||||
pixel_size=1024,1024
|
||||
texture=RADIOS_XPNDR
|
||||
|
||||
htmlgauge00=WasmInstrument/WasmInstrument.html?wasm_module=md11host.wasm&wasm_gauge=RADIOS_XPNDR,0,5,1019,295
|
||||
|
||||
[VCockpit04]
|
||||
Background_color=0,0,0
|
||||
size_mm=1536,1024
|
||||
visible=1
|
||||
pixel_size=1536,1024
|
||||
texture=EFB
|
||||
|
||||
htmlgauge00=aircraft_efb/KH_TFDi_MD11_efb/efb.html,0,0,1536,1024
|
||||
+418
@@ -0,0 +1,418 @@
|
||||
//TFDi Designs MD-11 (GE CF6-80C2D1F) vRC1.8.0_GE 04FEB26
|
||||
|
||||
[VERSION]
|
||||
//KH Bump major
|
||||
major = 4
|
||||
minor = 8
|
||||
|
||||
[WEIGHT_AND_BALANCE]
|
||||
max_gross_weight = 630500
|
||||
empty_weight = 283975
|
||||
reference_datum_position = 0, 0, 0
|
||||
empty_weight_CG_position = -10.0, 0, 0
|
||||
CG_forward_limit = 0.12
|
||||
CG_aft_limit = 0.34
|
||||
empty_weight_pitch_MOI = 20897456
|
||||
empty_weight_roll_MOI = 6368555
|
||||
empty_weight_yaw_MOI = 40761191
|
||||
empty_weight_coupled_MOI = 0
|
||||
activate_mach_limit_based_on_cg = 0
|
||||
activate_cg_limit_based_on_mach = 0
|
||||
max_number_of_stations = 21
|
||||
//KH START Empty default
|
||||
station_load.0=190, 82.0, -2.0, 4.0, Pilot, 1
|
||||
station_load.1=190, 82.0, 2.0, 4.0, First Officer, 2
|
||||
station_load.2=190, 80.0, 3.3, 4.0, Engineer, 0
|
||||
station_load.3=760, 66.0, 0.0, 4.0, Cabin crew 1, 0
|
||||
station_load.4=0, 45.0, -5.0, 4.0, Business 1 L, 4
|
||||
station_load.5=0, 45.0, 0.0, 4.0, Business 1 C, 4
|
||||
station_load.6=0, 45.0, 5.0, 4.0, Business 1 R, 4
|
||||
station_load.7=0, 25.0, -5.0, 4.0, Business 2 L, 4
|
||||
station_load.8=0, 25.0, 0.0, 4.0, Business 2 C, 4
|
||||
station_load.9=0, 25.0, 5.0, 4.0, Business 2 R, 4
|
||||
station_load.10=0, -20.0, -5.0, 4.0, Economy 3 L, 3
|
||||
station_load.11=0, -20.0, 0.0, 4.0, Economy 3 C, 3
|
||||
station_load.12=0, -20.0, 5.0, 4.0, Economy 3 R, 3
|
||||
station_load.13=0, -50.0, -5.0, 4.0, Economy 4 L, 5
|
||||
station_load.14=0, -50.0, 0.0, 4.0, Economy 4 C, 5
|
||||
station_load.15=0, -50.0, 5.0, 4.0, Economy 4 R, 5
|
||||
station_load.16=760, -55.0, 0.0, 4.0, Cabin crew 2, 0
|
||||
station_load.17=0, 30.0, 0.0, -4.5, Forward cargo, 6
|
||||
station_load.18=0, -30.0, 0.0, -4.5, Rear cargo, 6
|
||||
station_load.19=0, 5.0, -2.0, -4.5, Left aux tank, 0
|
||||
station_load.20=0, 5.0, 2.0, -4.5, Right aux tank, 0
|
||||
//KH END
|
||||
|
||||
[CONTACT_POINTS]
|
||||
static_pitch = 0
|
||||
static_cg_height = 16.4
|
||||
gear_system_type = 1
|
||||
tailwheel_lock = 0
|
||||
max_number_of_points = 16
|
||||
gear_locked_on_ground = 0
|
||||
gear_locked_above_speed = -1
|
||||
max_speed_full_steering = 25
|
||||
min_available_steering_angle_pct = 0.2
|
||||
max_speed_decreasing_steering = 45
|
||||
max_speed_full_steering_castering = 20
|
||||
max_speed_decreasing_steering_castering = 35
|
||||
emergency_extension_type = 2
|
||||
hyd_need_power_to_function= 0
|
||||
min_castering_angle = 0.05236
|
||||
max_castering_angle = 3.142
|
||||
allow_stopped_steering = 1
|
||||
point.0 = 1, 64.22, 0.00, -17.31, 1500, 0, 1.67, 70, 1.15, 1.183, 0.9, 49, 50, 0, 200, 250, 8
|
||||
point.1 = 1, -19.00, -17.15, -18.02, 2000, 1, 2.25, 0, 1.60, 1.116, 0.9, 51, 52, 2, 200, 250, 8
|
||||
point.2 = 1, -19.00, 17.15, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 53, 54, 3, 200, 250, 8
|
||||
point.3 = 1, -19.00, 0.00, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 55, 56, 3, 200, 250, 8
|
||||
point.4 = 2, 93.0, 0.0, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.5 = 2, -48, -82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 5, 0, 0, 1
|
||||
point.6 = 2, -48, 82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 6, 0, 0, 1
|
||||
point.7 = 2, 60, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.8 = 2, 60, 0.0, 11.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.9 = 2, 16.0, -28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.10 = 2, 16.0, 28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.11 = 2, -110.0, 0.00, 14.20, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.12 = 2, -96.5, 0.0, 42.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.13 = 2, -94.5, -30.0, 8.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.14 = 2, -94.5, 30.0, 8.05, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.15 = 2, -52.0, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
|
||||
[FUEL]
|
||||
LeftMain = -20.00, -38.00, -1.0, 8938, 10.00
|
||||
RightMain = -20.00, 38.00, -1.0, 8938, 10.00
|
||||
Center1 = 10.00, 0.00, -3.00, 13000.00, 10.00
|
||||
Center2 = 0.00, 0.00, -1.00, 1642.00, 10.00
|
||||
Center3 = 0.00, 0.00, -5.00, 1958.00, 11.00
|
||||
LeftTip = -39.00, -74.00, 0.00, 884.00, 10.00
|
||||
RightTip = -39.00, 74.00, 0.00, 884.00, 10.00
|
||||
External1 = -70.00, 0.00, -3.00, 2371.00, 10.00
|
||||
//KH From 5.00, -2.00, -3.00, 0.00, 10.00
|
||||
LeftAux = 5.00, -2.00, -3.00, 1973.00, 10.00
|
||||
//KH From 5.00, 2.00, -3.00, 0.00, 10.0
|
||||
RightAux = 5.00, 2.00, -3.00, 1973.00, 10.00
|
||||
fuel_type = 2
|
||||
number_of_tank_selectors = 3
|
||||
electric_pump = 0
|
||||
engine_driven_pump = 1
|
||||
manual_transfer_pump = 0
|
||||
manual_pump = 0
|
||||
anemometer_pump = 0
|
||||
fuel_dump_rate = 0.02
|
||||
default_fuel_tank_selector.1 = 1
|
||||
default_fuel_tank_selector.2 = 1
|
||||
default_fuel_tank_selector.3 = 1
|
||||
|
||||
[AIRPLANE_GEOMETRY]
|
||||
wing_area = 3648
|
||||
wing_span = 170.5
|
||||
wing_root_chord = 34.68
|
||||
wing_camber = 1
|
||||
wing_thickness_ratio = 0.04
|
||||
wing_dihedral = 2.2
|
||||
wing_incidence = 1.5
|
||||
wing_twist = -0.5
|
||||
oswald_efficiency_factor = 0.72
|
||||
wing_winglets_flag = 1
|
||||
wing_sweep = 38
|
||||
wing_pos_apex_lon = 1
|
||||
wing_pos_apex_vert = -2.75
|
||||
htail_area = 920
|
||||
htail_span = 59.5
|
||||
htail_pos_lon = -88
|
||||
htail_pos_vert = 5.0
|
||||
htail_incidence = 0.8
|
||||
htail_sweep = 36.5
|
||||
htail_thickness_ratio = 0.02
|
||||
vtail_area = 760
|
||||
vtail_span = 28.1
|
||||
vtail_sweep = 43
|
||||
vtail_pos_lon = -79.5
|
||||
vtail_pos_vert = 28
|
||||
vtail_thickness_ratio = 0.03
|
||||
fuselage_length = 202.16
|
||||
fuselage_diameter = 19.75
|
||||
fuselage_center_pos = 10, 0, 1.0
|
||||
elevator_area = 327.0
|
||||
aileron_area = 225.0
|
||||
rudder_area = 190.0
|
||||
elevator_up_limit = 25
|
||||
elevator_down_limit = 15
|
||||
aileron_up_limit = 25
|
||||
aileron_down_limit = 15
|
||||
rudder_limit = 23
|
||||
rudder_trim_limit = 20
|
||||
elevator_trim_limit = 30
|
||||
spoiler_limit = 60
|
||||
spoilerons_available = 1
|
||||
aileron_to_spoileron_gain = 3
|
||||
min_ailerons_for_spoilerons = 10
|
||||
min_flaps_for_spoilerons = 0
|
||||
spoiler_extension_time = 2.0
|
||||
spoiler_handle_available = 1
|
||||
auto_spoiler_available = 1
|
||||
auto_spoiler_auto_retracts = 0
|
||||
auto_spoiler_min_speed = 72
|
||||
positive_g_limit_flaps_up = 5.0
|
||||
positive_g_limit_flaps_down = 4.0
|
||||
negative_g_limit_flaps_up = -4.0
|
||||
negative_g_limit_flaps_down = -3.0
|
||||
load_safety_factor = 1.5
|
||||
elevator_trim_neutral = -1
|
||||
aileron_to_rudder_scale = 0
|
||||
flap_to_aileron_scale = 0
|
||||
fly_by_wire = 0
|
||||
elevator_elasticity_table = 0:0.7, 87:0.3, 210:0.5, 315:0.5
|
||||
aileron_elasticity_table = 0:1, 300:0.7, 600:0.6, 1500:0.4
|
||||
rudder_elasticity_table = 0:1, 300:1, 800:1, 1000:0.7
|
||||
elevator_trim_elasticity_table = 0:0.0, 87:0.40, 240:0.60, 295:1.00, 315:1.00
|
||||
|
||||
[AERODYNAMICS]
|
||||
lift_coef_pitch_rate = -8.09375
|
||||
lift_coef_daoa = 2.68359
|
||||
lift_coef_delta_elevator = -0.28906
|
||||
lift_coef_horizontal_incidence = 0.91357
|
||||
lift_coef_flaps = 1
|
||||
lift_coef_spoilers = 0
|
||||
drag_coef_zero_lift = 0.02539
|
||||
drag_coef_flaps = 0.1339
|
||||
drag_coef_gear = 0.0549
|
||||
drag_coef_spoilers = 0.05207
|
||||
side_force_slip_angle = -0.77392
|
||||
side_force_roll_rate = 0.15478
|
||||
side_force_yaw_rate = 0
|
||||
side_force_delta_rudder = -0.14746
|
||||
pitch_moment_horizontal_incidence = 4.24755
|
||||
pitch_moment_delta_elevator = -2.37011
|
||||
pitch_moment_delta_trim = 0
|
||||
pitch_moment_pitch_damping = -214.1455
|
||||
pitch_moment_aoa_0 = 0.11621
|
||||
pitch_moment_daoa = 8.87255
|
||||
pitch_moment_flaps = 0.0105
|
||||
pitch_moment_gear = 0.0171
|
||||
pitch_moment_spoilers = 0
|
||||
pitch_moment_delta_elevator_propwash = -2.37011
|
||||
pitch_moment_pitch_propwash = -214.1455
|
||||
roll_moment_slip_angle = 0.26855
|
||||
roll_moment_roll_damping = -3.40869
|
||||
roll_moment_yaw_rate = -0.27197
|
||||
roll_moment_spoilers = 0.07
|
||||
roll_moment_delta_aileron = -0.34521
|
||||
roll_moment_delta_rudder = 0.01660
|
||||
roll_moment_delta_aileron_trim_scalar = -0.2
|
||||
yaw_moment_slip_angle = 0.18066
|
||||
yaw_moment_roll = 0.07470
|
||||
yaw_moment_yaw_damping = -2.49023
|
||||
yaw_moment_yaw_propwash = 0
|
||||
yaw_moment_delta_aileron = -0.00683
|
||||
yaw_moment_delta_rudder = 0.07128
|
||||
yaw_moment_delta_rudder_propwash = 0.075
|
||||
yaw_moment_delta_rudder_trim_scalar = -0.2
|
||||
compute_aero_center = 0
|
||||
aero_center_lift = -13.75
|
||||
lift_coef_aoa_table = -3.15:0, -2.36:0.36, -1.57:0, -0.349:-1.2, 0:-0.022, 0.0314:0.6082, 0.221:2.049, 0.244:1.15, 0.349:0.6, 0.436:0.5, 0.698:0.1, 1.963:-0.359, 2.356:-0.5, 3.15:0
|
||||
lift_coef_ground_effect_mach_table = 0.06:0.50, 0.227:0.80, 0.242:0.80, 0.3:1.0, 0.9:1.0
|
||||
lift_coef_mach_table = 0:1
|
||||
lift_coef_delta_elevator_mach_table = 0:0
|
||||
lift_coef_daoa_mach_table = 0:0
|
||||
lift_coef_pitch_rate_mach_table = 0:0
|
||||
lift_coef_horizontal_incidence_mach_table = 0:0
|
||||
drag_coef_zero_lift_mach_tab = 0:0, 0.4:0.0054, 0.5:0.0056, 0.6:0.0059, 0.7:0.0062, 0.72:0.0062, 0.8:0.0063, 0.8:0.0063, 1:0.0337, 1.2:0.0337, 1.4:0.0337, 1.6:0.0337, 1.8:0.0337, 2.0:0.0337
|
||||
side_force_slip_angle_mach_table = 0:0
|
||||
side_force_delta_rudder_mach_table = 0:0
|
||||
side_force_yaw_rate_mach_table = 0:0
|
||||
side_force_roll_rate_mach_table = 0:0
|
||||
pitch_moment_aoa_table = -3.15:-2, -0.436:-0.626, -0.262:-0.434, 0:-0.146, 0.087:-0.05, 0.175:0.0466, 0.262:0.143, 0.314:0.2, 0.349:0.1, 0.436:0.15, 3.15:2
|
||||
pitch_moment_delta_elevator_aoa_table = -180:-1, -40:0.05, -20:0.455, -14:0.853, -7:1.007, 0:1, 7:0.839, 14:0.693, 20:0.381, 40:-0.08, 180:-1
|
||||
pitch_moment_horizontal_incidence_aoa_table = 0:1
|
||||
pitch_moment_daoa_aoa_table = 0:1
|
||||
pitch_moment_pitch_alpha_table = 0:1
|
||||
pitch_moment_delta_elevator_mach_table = 0:0
|
||||
pitch_moment_daoa_mach_table = 0:0
|
||||
pitch_moment_pitch_rate_mach_table = 0:0
|
||||
pitch_moment_horizontal_incidence_mach_table = 0:0
|
||||
pitch_moment_aoa_0_mach_table = 0:0
|
||||
roll_moment_aoa_table = 0:0
|
||||
roll_moment_slip_angle_aoa_table = 0:1
|
||||
roll_moment_roll_rate_aoa_table = 0:1
|
||||
roll_moment_delta_aileron_aoa_table = 0:1
|
||||
roll_moment_slip_angle_mach_table = 0:0
|
||||
roll_moment_delta_rudder_mach_table = 0:0
|
||||
roll_moment_delta_aileron_mach_table = 0:0
|
||||
roll_moment_yaw_rate_mach_table = 0:0
|
||||
roll_moment_roll_rate_mach_table = 0:0
|
||||
yaw_moment_aoa_table = 0:0
|
||||
yaw_moment_slip_angle_aoa_table = 0:1
|
||||
yaw_moment_yaw_rate_aoa_table = 0:1
|
||||
yaw_moment_delta_rudder_aoa_table = 0:1
|
||||
yaw_moment_slip_angle_mach_table = 0:0
|
||||
yaw_moment_delta_rudder_mach_table = 0:0
|
||||
yaw_moment_delta_aileron_mach_table = 0:0
|
||||
yaw_moment_yaw_rate_mach_table = 0:0
|
||||
yaw_moment_roll_rate_mach_table = 0:0
|
||||
elevator_scaling_table = -0.785:0.5, -0.524:0.85, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.85, 0.785:0.5 ; 0:1
|
||||
aileron_scaling_table = -0.785:1 ;0:1
|
||||
rudder_scaling_table = -0.785:0.5, -0.524:0.6, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.6, 0.785:0.5 ;0:1
|
||||
elevator_lift_coef=3
|
||||
rudder_lift_coef=2
|
||||
aileron_load_factor_effectiveness_table = 0:1
|
||||
lift_coef_at_drag_zero = 0.1
|
||||
lift_coef_at_drag_zero_flaps = 0.1
|
||||
|
||||
[FLIGHT_TUNING]
|
||||
modern_fm_only = 1
|
||||
cruise_lift_scalar = 1
|
||||
parasite_drag_scalar = 1
|
||||
induced_drag_scalar = 1
|
||||
flap_induced_drag_scalar = 1
|
||||
elevator_effectiveness = 1.1
|
||||
elevator_maxangle_scalar = 1
|
||||
aileron_effectiveness = 1
|
||||
rudder_effectiveness = 1
|
||||
rudder_maxangle_scalar = 1
|
||||
pitch_stability = 5
|
||||
roll_stability = 1
|
||||
yaw_stability = 1
|
||||
pitch_gyro_stability = 1
|
||||
roll_gyro_stability = 1
|
||||
yaw_gyro_stability = 1
|
||||
empty_CG_deviation_limit=0
|
||||
elevator_trim_effectiveness = 1.5
|
||||
aileron_trim_effectiveness = 1
|
||||
rudder_trim_effectiveness = 1
|
||||
hi_alpha_on_roll = 0
|
||||
hi_alpha_on_yaw = 0
|
||||
p_factor_on_yaw = 0
|
||||
torque_on_roll = 0
|
||||
gyro_precession_on_roll = 0
|
||||
gyro_precession_on_yaw = 0
|
||||
engine_wash_on_roll = 0
|
||||
wingflex_scalar = 2
|
||||
wingflex_offset = 0
|
||||
stall_coef_at_min_weight = 0.71
|
||||
ground_crosswind_effect_zero_speed=10
|
||||
ground_crosswind_effect_max_speed=150
|
||||
ground_high_speed_steeringwheel_static_friction_scalar=1.5
|
||||
ground_high_speed_otherwheel_static_friction_scalar=1.2
|
||||
|
||||
[REFERENCE SPEEDS]
|
||||
full_flaps_stall_speed = 115
|
||||
flaps_up_stall_speed = 149
|
||||
cruise_speed = 345
|
||||
cruise_mach = 0.85
|
||||
crossover_speed = 330
|
||||
max_mach = 0.9
|
||||
max_indicated_speed = 395
|
||||
max_flaps_extended = 170
|
||||
normal_operating_speed = 325
|
||||
airspeed_indicator_max = 562.5
|
||||
rotation_speed_min = 145
|
||||
climb_speed = 250
|
||||
cruise_alt = 41000
|
||||
takeoff_speed = 165
|
||||
spawn_cruise_altitude = 5000
|
||||
spawn_descent_altitude = 500
|
||||
best_angle_climb_speed = 0
|
||||
approach_speed = 0
|
||||
best_glide = 0
|
||||
max_gear_extended = 200
|
||||
|
||||
[INTERACTIVE POINTS]
|
||||
number_of_interactive_points = 13
|
||||
interactive_point.0 = 0.4,75.650002,-7.92,-0.567,2,0,0,-75,33,2,33,2,2,33,-1
|
||||
interactive_point.1 = 0.4,75.650002,7.92,-0.567,0,0,0,75,33,2,33,2,2,33,-1
|
||||
interactive_point.2 = 0.4,33.299999,6.28,-7.18,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.3 = 0.4,-51.700363,6.28,-7.180745,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.4 = 0.4,-68.277824,-2.822939,-5.923376,1,2.395636,12.258935,79.089348,0,0,0,0,0,0,-1
|
||||
interactive_point.5 = 0,85.062134,-3.882079,4.412694,2,-0,-29.85655,42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.6 = 0,85.062134,3.882079,4.412694,2,-0,29.85655,-42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.7 = 0.4,44.150002,-10.05,-0.567,0,0,0,-88,35,0,35,0,2,33,-1
|
||||
interactive_point.8 = 0.4,44.150002,10.05,-0.567,0,0,0,88,35,0,35,0,2,33,-1
|
||||
interactive_point.9 = 0.4,-2.869313,-10.049908,-0.566572,0,0,0,-90,35,0,35,0,2,33,-1
|
||||
interactive_point.10 = 0.4,-2.869313,10.049908,-0.566572,0,0,0,90,35,0,35,0,2,33,-1
|
||||
interactive_point.11 = 0.4,-62.995712,-8.519092,-0.565611,0,0,0,-100,35,0,35,0,2,33,-1
|
||||
interactive_point.12 = 0.4,-62.995712,8.519092,-0.565611,0,0,0,100,35,0,35,0,2,33,-1
|
||||
|
||||
[STALL PROTECTION]
|
||||
stall_protection = 1 ; Alpha Protection
|
||||
off_limit = 11.5 ; Alpha below which the Alpha Protection can be disabled (If also below off_yoke_limit)
|
||||
off_yoke_limit = 1 ; Yoke position (in Pct) below which the Alpha Protection can be disabled (If also below off_limit)
|
||||
on_limit = 14 ; Alpha above which the Alpha Protection timer starts
|
||||
on_goal = 10 ; The alpha that the Alpha Protection will attempt to reach when triggered
|
||||
timer_trigger = 1.0 ; Duration (in Sec) the alpha must be above on_limit before the Alpha Protection is triggered
|
||||
|
||||
;===================== FLAPS =====================
|
||||
|
||||
[FLAPS.0]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.25
|
||||
extending-time = 22
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
|
||||
[FLAPS.1]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 23
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
|
||||
[FLAPS.2]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.2
|
||||
extending-time = 8
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
|
||||
[FLAPS.3]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 21
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
+418
@@ -0,0 +1,418 @@
|
||||
//TFDi Designs MD-11 (GE CF6-80C2D1F) vRC1.8.0_GE 04FEB26
|
||||
|
||||
[VERSION]
|
||||
//KH Bump major
|
||||
major = 4
|
||||
minor = 8
|
||||
|
||||
[WEIGHT_AND_BALANCE]
|
||||
max_gross_weight = 630500
|
||||
empty_weight = 283975
|
||||
reference_datum_position = 0, 0, 0
|
||||
empty_weight_CG_position = -10.0, 0, 0
|
||||
CG_forward_limit = 0.12
|
||||
CG_aft_limit = 0.34
|
||||
empty_weight_pitch_MOI = 20897456
|
||||
empty_weight_roll_MOI = 6368555
|
||||
empty_weight_yaw_MOI = 40761191
|
||||
empty_weight_coupled_MOI = 0
|
||||
activate_mach_limit_based_on_cg = 0
|
||||
activate_cg_limit_based_on_mach = 0
|
||||
max_number_of_stations = 21
|
||||
//KH START Empty default
|
||||
station_load.0=190, 82.0, -2.0, 4.0, Pilot, 1
|
||||
station_load.1=190, 82.0, 2.0, 4.0, First Officer, 2
|
||||
station_load.2=190, 80.0, 3.3, 4.0, Engineer, 0
|
||||
station_load.3=760, 66.0, 0.0, 4.0, Cabin crew 1, 0
|
||||
station_load.4=0, 45.0, -5.0, 4.0, Business 1 L, 4
|
||||
station_load.5=0, 45.0, 0.0, 4.0, Business 1 C, 4
|
||||
station_load.6=0, 45.0, 5.0, 4.0, Business 1 R, 4
|
||||
station_load.7=0, 25.0, -5.0, 4.0, Business 2 L, 4
|
||||
station_load.8=0, 25.0, 0.0, 4.0, Business 2 C, 4
|
||||
station_load.9=0, 25.0, 5.0, 4.0, Business 2 R, 4
|
||||
station_load.10=0, -20.0, -5.0, 4.0, Economy 3 L, 3
|
||||
station_load.11=0, -20.0, 0.0, 4.0, Economy 3 C, 3
|
||||
station_load.12=0, -20.0, 5.0, 4.0, Economy 3 R, 3
|
||||
station_load.13=0, -50.0, -5.0, 4.0, Economy 4 L, 5
|
||||
station_load.14=0, -50.0, 0.0, 4.0, Economy 4 C, 5
|
||||
station_load.15=0, -50.0, 5.0, 4.0, Economy 4 R, 5
|
||||
station_load.16=760, -55.0, 0.0, 4.0, Cabin crew 2, 0
|
||||
station_load.17=0, 30.0, 0.0, -4.5, Forward cargo, 6
|
||||
station_load.18=0, -30.0, 0.0, -4.5, Rear cargo, 6
|
||||
station_load.19=0, 5.0, -2.0, -4.5, Left aux tank, 0
|
||||
station_load.20=0, 5.0, 2.0, -4.5, Right aux tank, 0
|
||||
//KH END
|
||||
|
||||
[CONTACT_POINTS]
|
||||
static_pitch = 0
|
||||
static_cg_height = 16.4
|
||||
gear_system_type = 1
|
||||
tailwheel_lock = 0
|
||||
max_number_of_points = 16
|
||||
gear_locked_on_ground = 0
|
||||
gear_locked_above_speed = -1
|
||||
max_speed_full_steering = 25
|
||||
min_available_steering_angle_pct = 0.2
|
||||
max_speed_decreasing_steering = 45
|
||||
max_speed_full_steering_castering = 20
|
||||
max_speed_decreasing_steering_castering = 35
|
||||
emergency_extension_type = 2
|
||||
hyd_need_power_to_function= 0
|
||||
min_castering_angle = 0.05236
|
||||
max_castering_angle = 3.142
|
||||
allow_stopped_steering = 1
|
||||
point.0 = 1, 64.22, 0.00, -17.31, 1500, 0, 1.67, 70, 1.15, 1.183, 0.9, 49, 50, 0, 200, 250, 8
|
||||
point.1 = 1, -19.00, -17.15, -18.02, 2000, 1, 2.25, 0, 1.60, 1.116, 0.9, 51, 52, 2, 200, 250, 8
|
||||
point.2 = 1, -19.00, 17.15, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 53, 54, 3, 200, 250, 8
|
||||
point.3 = 1, -19.00, 0.00, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 55, 56, 3, 200, 250, 8
|
||||
point.4 = 2, 93.0, 0.0, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.5 = 2, -48, -82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 5, 0, 0, 1
|
||||
point.6 = 2, -48, 82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 6, 0, 0, 1
|
||||
point.7 = 2, 60, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.8 = 2, 60, 0.0, 11.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.9 = 2, 16.0, -28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.10 = 2, 16.0, 28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.11 = 2, -110.0, 0.00, 14.20, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.12 = 2, -96.5, 0.0, 42.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.13 = 2, -94.5, -30.0, 8.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.14 = 2, -94.5, 30.0, 8.05, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.15 = 2, -52.0, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
|
||||
[FUEL]
|
||||
LeftMain = -20.00, -38.00, -1.0, 8938, 10.00
|
||||
RightMain = -20.00, 38.00, -1.0, 8938, 10.00
|
||||
Center1 = 10.00, 0.00, -3.00, 13000.00, 10.00
|
||||
Center2 = 0.00, 0.00, -1.00, 1642.00, 10.00
|
||||
Center3 = 0.00, 0.00, -5.00, 1958.00, 11.00
|
||||
LeftTip = -39.00, -74.00, 0.00, 884.00, 10.00
|
||||
RightTip = -39.00, 74.00, 0.00, 884.00, 10.00
|
||||
External1 = -70.00, 0.00, -3.00, 2371.00, 10.00
|
||||
//KH From 5.00, -2.00, -3.00, 0.00, 10.00
|
||||
LeftAux = 5.00, -2.00, -3.00, 1973.00, 10.00
|
||||
//KH From 5.00, 2.00, -3.00, 0.00, 10.0
|
||||
RightAux = 5.00, 2.00, -3.00, 1973.00, 10.00
|
||||
fuel_type = 2
|
||||
number_of_tank_selectors = 3
|
||||
electric_pump = 0
|
||||
engine_driven_pump = 1
|
||||
manual_transfer_pump = 0
|
||||
manual_pump = 0
|
||||
anemometer_pump = 0
|
||||
fuel_dump_rate = 0.02
|
||||
default_fuel_tank_selector.1 = 1
|
||||
default_fuel_tank_selector.2 = 1
|
||||
default_fuel_tank_selector.3 = 1
|
||||
|
||||
[AIRPLANE_GEOMETRY]
|
||||
wing_area = 3648
|
||||
wing_span = 170.5
|
||||
wing_root_chord = 34.68
|
||||
wing_camber = 1
|
||||
wing_thickness_ratio = 0.04
|
||||
wing_dihedral = 2.2
|
||||
wing_incidence = 1.5
|
||||
wing_twist = -0.5
|
||||
oswald_efficiency_factor = 0.72
|
||||
wing_winglets_flag = 1
|
||||
wing_sweep = 38
|
||||
wing_pos_apex_lon = 1
|
||||
wing_pos_apex_vert = -2.75
|
||||
htail_area = 920
|
||||
htail_span = 59.5
|
||||
htail_pos_lon = -88
|
||||
htail_pos_vert = 5.0
|
||||
htail_incidence = 0.8
|
||||
htail_sweep = 36.5
|
||||
htail_thickness_ratio = 0.02
|
||||
vtail_area = 760
|
||||
vtail_span = 28.1
|
||||
vtail_sweep = 43
|
||||
vtail_pos_lon = -79.5
|
||||
vtail_pos_vert = 28
|
||||
vtail_thickness_ratio = 0.03
|
||||
fuselage_length = 202.16
|
||||
fuselage_diameter = 19.75
|
||||
fuselage_center_pos = 10, 0, 1.0
|
||||
elevator_area = 327.0
|
||||
aileron_area = 225.0
|
||||
rudder_area = 190.0
|
||||
elevator_up_limit = 25
|
||||
elevator_down_limit = 15
|
||||
aileron_up_limit = 25
|
||||
aileron_down_limit = 15
|
||||
rudder_limit = 23
|
||||
rudder_trim_limit = 20
|
||||
elevator_trim_limit = 30
|
||||
spoiler_limit = 60
|
||||
spoilerons_available = 1
|
||||
aileron_to_spoileron_gain = 3
|
||||
min_ailerons_for_spoilerons = 10
|
||||
min_flaps_for_spoilerons = 0
|
||||
spoiler_extension_time = 2.0
|
||||
spoiler_handle_available = 1
|
||||
auto_spoiler_available = 1
|
||||
auto_spoiler_auto_retracts = 0
|
||||
auto_spoiler_min_speed = 72
|
||||
positive_g_limit_flaps_up = 5.0
|
||||
positive_g_limit_flaps_down = 4.0
|
||||
negative_g_limit_flaps_up = -4.0
|
||||
negative_g_limit_flaps_down = -3.0
|
||||
load_safety_factor = 1.5
|
||||
elevator_trim_neutral = -1
|
||||
aileron_to_rudder_scale = 0
|
||||
flap_to_aileron_scale = 0
|
||||
fly_by_wire = 0
|
||||
elevator_elasticity_table = 0:0.7, 87:0.3, 210:0.5, 315:0.5
|
||||
aileron_elasticity_table = 0:1, 300:0.7, 600:0.6, 1500:0.4
|
||||
rudder_elasticity_table = 0:1, 300:1, 800:1, 1000:0.7
|
||||
elevator_trim_elasticity_table = 0:0.0, 87:0.40, 240:0.60, 295:1.00, 315:1.00
|
||||
|
||||
[AERODYNAMICS]
|
||||
lift_coef_pitch_rate = -8.09375
|
||||
lift_coef_daoa = 2.68359
|
||||
lift_coef_delta_elevator = -0.28906
|
||||
lift_coef_horizontal_incidence = 0.91357
|
||||
lift_coef_flaps = 1
|
||||
lift_coef_spoilers = 0
|
||||
drag_coef_zero_lift = 0.02539
|
||||
drag_coef_flaps = 0.1339
|
||||
drag_coef_gear = 0.0549
|
||||
drag_coef_spoilers = 0.05207
|
||||
side_force_slip_angle = -0.77392
|
||||
side_force_roll_rate = 0.15478
|
||||
side_force_yaw_rate = 0
|
||||
side_force_delta_rudder = -0.14746
|
||||
pitch_moment_horizontal_incidence = 4.24755
|
||||
pitch_moment_delta_elevator = -2.37011
|
||||
pitch_moment_delta_trim = 0
|
||||
pitch_moment_pitch_damping = -214.1455
|
||||
pitch_moment_aoa_0 = 0.11621
|
||||
pitch_moment_daoa = 8.87255
|
||||
pitch_moment_flaps = 0.0105
|
||||
pitch_moment_gear = 0.0171
|
||||
pitch_moment_spoilers = 0
|
||||
pitch_moment_delta_elevator_propwash = -2.37011
|
||||
pitch_moment_pitch_propwash = -214.1455
|
||||
roll_moment_slip_angle = 0.26855
|
||||
roll_moment_roll_damping = -3.40869
|
||||
roll_moment_yaw_rate = -0.27197
|
||||
roll_moment_spoilers = 0.07
|
||||
roll_moment_delta_aileron = -0.34521
|
||||
roll_moment_delta_rudder = 0.01660
|
||||
roll_moment_delta_aileron_trim_scalar = -0.2
|
||||
yaw_moment_slip_angle = 0.18066
|
||||
yaw_moment_roll = 0.07470
|
||||
yaw_moment_yaw_damping = -2.49023
|
||||
yaw_moment_yaw_propwash = 0
|
||||
yaw_moment_delta_aileron = -0.00683
|
||||
yaw_moment_delta_rudder = 0.07128
|
||||
yaw_moment_delta_rudder_propwash = 0.075
|
||||
yaw_moment_delta_rudder_trim_scalar = -0.2
|
||||
compute_aero_center = 0
|
||||
aero_center_lift = -13.75
|
||||
lift_coef_aoa_table = -3.15:0, -2.36:0.36, -1.57:0, -0.349:-1.2, 0:-0.022, 0.0314:0.6082, 0.221:2.049, 0.244:1.15, 0.349:0.6, 0.436:0.5, 0.698:0.1, 1.963:-0.359, 2.356:-0.5, 3.15:0
|
||||
lift_coef_ground_effect_mach_table = 0.06:0.50, 0.227:0.80, 0.242:0.80, 0.3:1.0, 0.9:1.0
|
||||
lift_coef_mach_table = 0:1
|
||||
lift_coef_delta_elevator_mach_table = 0:0
|
||||
lift_coef_daoa_mach_table = 0:0
|
||||
lift_coef_pitch_rate_mach_table = 0:0
|
||||
lift_coef_horizontal_incidence_mach_table = 0:0
|
||||
drag_coef_zero_lift_mach_tab = 0:0, 0.4:0.0054, 0.5:0.0056, 0.6:0.0059, 0.7:0.0062, 0.72:0.0062, 0.8:0.0063, 0.8:0.0063, 1:0.0337, 1.2:0.0337, 1.4:0.0337, 1.6:0.0337, 1.8:0.0337, 2.0:0.0337
|
||||
side_force_slip_angle_mach_table = 0:0
|
||||
side_force_delta_rudder_mach_table = 0:0
|
||||
side_force_yaw_rate_mach_table = 0:0
|
||||
side_force_roll_rate_mach_table = 0:0
|
||||
pitch_moment_aoa_table = -3.15:-2, -0.436:-0.626, -0.262:-0.434, 0:-0.146, 0.087:-0.05, 0.175:0.0466, 0.262:0.143, 0.314:0.2, 0.349:0.1, 0.436:0.15, 3.15:2
|
||||
pitch_moment_delta_elevator_aoa_table = -180:-1, -40:0.05, -20:0.455, -14:0.853, -7:1.007, 0:1, 7:0.839, 14:0.693, 20:0.381, 40:-0.08, 180:-1
|
||||
pitch_moment_horizontal_incidence_aoa_table = 0:1
|
||||
pitch_moment_daoa_aoa_table = 0:1
|
||||
pitch_moment_pitch_alpha_table = 0:1
|
||||
pitch_moment_delta_elevator_mach_table = 0:0
|
||||
pitch_moment_daoa_mach_table = 0:0
|
||||
pitch_moment_pitch_rate_mach_table = 0:0
|
||||
pitch_moment_horizontal_incidence_mach_table = 0:0
|
||||
pitch_moment_aoa_0_mach_table = 0:0
|
||||
roll_moment_aoa_table = 0:0
|
||||
roll_moment_slip_angle_aoa_table = 0:1
|
||||
roll_moment_roll_rate_aoa_table = 0:1
|
||||
roll_moment_delta_aileron_aoa_table = 0:1
|
||||
roll_moment_slip_angle_mach_table = 0:0
|
||||
roll_moment_delta_rudder_mach_table = 0:0
|
||||
roll_moment_delta_aileron_mach_table = 0:0
|
||||
roll_moment_yaw_rate_mach_table = 0:0
|
||||
roll_moment_roll_rate_mach_table = 0:0
|
||||
yaw_moment_aoa_table = 0:0
|
||||
yaw_moment_slip_angle_aoa_table = 0:1
|
||||
yaw_moment_yaw_rate_aoa_table = 0:1
|
||||
yaw_moment_delta_rudder_aoa_table = 0:1
|
||||
yaw_moment_slip_angle_mach_table = 0:0
|
||||
yaw_moment_delta_rudder_mach_table = 0:0
|
||||
yaw_moment_delta_aileron_mach_table = 0:0
|
||||
yaw_moment_yaw_rate_mach_table = 0:0
|
||||
yaw_moment_roll_rate_mach_table = 0:0
|
||||
elevator_scaling_table = -0.785:0.5, -0.524:0.85, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.85, 0.785:0.5 ; 0:1
|
||||
aileron_scaling_table = -0.785:1 ;0:1
|
||||
rudder_scaling_table = -0.785:0.5, -0.524:0.6, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.6, 0.785:0.5 ;0:1
|
||||
elevator_lift_coef=3
|
||||
rudder_lift_coef=2
|
||||
aileron_load_factor_effectiveness_table = 0:1
|
||||
lift_coef_at_drag_zero = 0.1
|
||||
lift_coef_at_drag_zero_flaps = 0.1
|
||||
|
||||
[FLIGHT_TUNING]
|
||||
modern_fm_only = 1
|
||||
cruise_lift_scalar = 1
|
||||
parasite_drag_scalar = 1
|
||||
induced_drag_scalar = 1
|
||||
flap_induced_drag_scalar = 1
|
||||
elevator_effectiveness = 1.1
|
||||
elevator_maxangle_scalar = 1
|
||||
aileron_effectiveness = 1
|
||||
rudder_effectiveness = 1
|
||||
rudder_maxangle_scalar = 1
|
||||
pitch_stability = 5
|
||||
roll_stability = 1
|
||||
yaw_stability = 1
|
||||
pitch_gyro_stability = 1
|
||||
roll_gyro_stability = 1
|
||||
yaw_gyro_stability = 1
|
||||
empty_CG_deviation_limit=0
|
||||
elevator_trim_effectiveness = 1.5
|
||||
aileron_trim_effectiveness = 1
|
||||
rudder_trim_effectiveness = 1
|
||||
hi_alpha_on_roll = 0
|
||||
hi_alpha_on_yaw = 0
|
||||
p_factor_on_yaw = 0
|
||||
torque_on_roll = 0
|
||||
gyro_precession_on_roll = 0
|
||||
gyro_precession_on_yaw = 0
|
||||
engine_wash_on_roll = 0
|
||||
wingflex_scalar = 2
|
||||
wingflex_offset = 0
|
||||
stall_coef_at_min_weight = 0.71
|
||||
ground_crosswind_effect_zero_speed=10
|
||||
ground_crosswind_effect_max_speed=150
|
||||
ground_high_speed_steeringwheel_static_friction_scalar=1.5
|
||||
ground_high_speed_otherwheel_static_friction_scalar=1.2
|
||||
|
||||
[REFERENCE SPEEDS]
|
||||
full_flaps_stall_speed = 115
|
||||
flaps_up_stall_speed = 149
|
||||
cruise_speed = 345
|
||||
cruise_mach = 0.85
|
||||
crossover_speed = 330
|
||||
max_mach = 0.9
|
||||
max_indicated_speed = 395
|
||||
max_flaps_extended = 170
|
||||
normal_operating_speed = 325
|
||||
airspeed_indicator_max = 562.5
|
||||
rotation_speed_min = 145
|
||||
climb_speed = 250
|
||||
cruise_alt = 41000
|
||||
takeoff_speed = 165
|
||||
spawn_cruise_altitude = 5000
|
||||
spawn_descent_altitude = 500
|
||||
best_angle_climb_speed = 0
|
||||
approach_speed = 0
|
||||
best_glide = 0
|
||||
max_gear_extended = 200
|
||||
|
||||
[INTERACTIVE POINTS]
|
||||
number_of_interactive_points = 13
|
||||
interactive_point.0 = 0.4,75.650002,-7.92,-0.567,2,0,0,-75,33,2,33,2,2,33,-1
|
||||
interactive_point.1 = 0.4,75.650002,7.92,-0.567,0,0,0,75,33,2,33,2,2,33,-1
|
||||
interactive_point.2 = 0.4,33.299999,6.28,-7.18,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.3 = 0.4,-51.700363,6.28,-7.180745,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.4 = 0.4,-68.277824,-2.822939,-5.923376,1,2.395636,12.258935,79.089348,0,0,0,0,0,0,-1
|
||||
interactive_point.5 = 0,85.062134,-3.882079,4.412694,2,-0,-29.85655,42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.6 = 0,85.062134,3.882079,4.412694,2,-0,29.85655,-42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.7 = 0.4,44.150002,-10.05,-0.567,0,0,0,-88,35,0,35,0,2,33,-1
|
||||
interactive_point.8 = 0.4,44.150002,10.05,-0.567,0,0,0,88,35,0,35,0,2,33,-1
|
||||
interactive_point.9 = 0.4,-2.869313,-10.049908,-0.566572,0,0,0,-90,35,0,35,0,2,33,-1
|
||||
interactive_point.10 = 0.4,-2.869313,10.049908,-0.566572,0,0,0,90,35,0,35,0,2,33,-1
|
||||
interactive_point.11 = 0.4,-62.995712,-8.519092,-0.565611,0,0,0,-100,35,0,35,0,2,33,-1
|
||||
interactive_point.12 = 0.4,-62.995712,8.519092,-0.565611,0,0,0,100,35,0,35,0,2,33,-1
|
||||
|
||||
[STALL PROTECTION]
|
||||
stall_protection = 1 ; Alpha Protection
|
||||
off_limit = 11.5 ; Alpha below which the Alpha Protection can be disabled (If also below off_yoke_limit)
|
||||
off_yoke_limit = 1 ; Yoke position (in Pct) below which the Alpha Protection can be disabled (If also below off_limit)
|
||||
on_limit = 14 ; Alpha above which the Alpha Protection timer starts
|
||||
on_goal = 10 ; The alpha that the Alpha Protection will attempt to reach when triggered
|
||||
timer_trigger = 1.0 ; Duration (in Sec) the alpha must be above on_limit before the Alpha Protection is triggered
|
||||
|
||||
;===================== FLAPS =====================
|
||||
|
||||
[FLAPS.0]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.25
|
||||
extending-time = 22
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
|
||||
[FLAPS.1]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 23
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
|
||||
[FLAPS.2]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.2
|
||||
extending-time = 8
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
|
||||
[FLAPS.3]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 21
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
+417
@@ -0,0 +1,417 @@
|
||||
; TFDi Designs MD-11 (PW4462) vRC1.8.0_PW 04FEB26
|
||||
|
||||
[MODULAR_MERGE]
|
||||
auto = true
|
||||
|
||||
[VERSION]
|
||||
//KH Bump major
|
||||
major = 4
|
||||
minor = 8
|
||||
|
||||
[WEIGHT_AND_BALANCE]
|
||||
max_gross_weight = 630500
|
||||
empty_weight = 283975
|
||||
reference_datum_position = 0, 0, 0
|
||||
empty_weight_CG_position = -10.0, 0, 0
|
||||
CG_forward_limit = 0.12
|
||||
CG_aft_limit = 0.34
|
||||
empty_weight_pitch_MOI = 20897456
|
||||
empty_weight_roll_MOI = 6368555
|
||||
empty_weight_yaw_MOI = 40761191
|
||||
empty_weight_coupled_MOI = 0
|
||||
activate_mach_limit_based_on_cg = 0
|
||||
activate_cg_limit_based_on_mach = 0
|
||||
max_number_of_stations = 21
|
||||
//KH START Empty default
|
||||
station_load.0=190, 82.0, -2.0, 4.0, Pilot, 1
|
||||
station_load.1=190, 82.0, 2.0, 4.0, First Officer, 2
|
||||
station_load.2=190, 80.0, 3.3, 4.0, Engineer, 0
|
||||
station_load.3=760, 66.0, 0.0, 4.0, Cabin crew 1, 0
|
||||
station_load.4=0, 45.0, -5.0, 4.0, Business 1 L, 4
|
||||
station_load.5=0, 45.0, 0.0, 4.0, Business 1 C, 4
|
||||
station_load.6=0, 45.0, 5.0, 4.0, Business 1 R, 4
|
||||
station_load.7=0, 25.0, -5.0, 4.0, Business 2 L, 4
|
||||
station_load.8=0, 25.0, 0.0, 4.0, Business 2 C, 4
|
||||
station_load.9=0, 25.0, 5.0, 4.0, Business 2 R, 4
|
||||
station_load.10=0, -20.0, -5.0, 4.0, Economy 3 L, 3
|
||||
station_load.11=0, -20.0, 0.0, 4.0, Economy 3 C, 3
|
||||
station_load.12=0, -20.0, 5.0, 4.0, Economy 3 R, 3
|
||||
station_load.13=0, -50.0, -5.0, 4.0, Economy 4 L, 5
|
||||
station_load.14=0, -50.0, 0.0, 4.0, Economy 4 C, 5
|
||||
station_load.15=0, -50.0, 5.0, 4.0, Economy 4 R, 5
|
||||
station_load.16=760, -55.0, 0.0, 4.0, Cabin crew 2, 0
|
||||
station_load.17=0, 30.0, 0.0, -4.5, Forward cargo, 6
|
||||
station_load.18=0, -30.0, 0.0, -4.5, Rear cargo, 6
|
||||
station_load.19=0, 5.0, -2.0, -4.5, Left aux tank, 0
|
||||
station_load.20=0, 5.0, 2.0, -4.5, Right aux tank, 0
|
||||
//KH END
|
||||
|
||||
[CONTACT_POINTS]
|
||||
static_pitch = 0
|
||||
static_cg_height = 16.4
|
||||
gear_system_type = 1
|
||||
tailwheel_lock = 0
|
||||
max_number_of_points = 16
|
||||
gear_locked_on_ground = 0
|
||||
gear_locked_above_speed = -1
|
||||
max_speed_full_steering = 25
|
||||
min_available_steering_angle_pct = 0.2
|
||||
max_speed_decreasing_steering = 45
|
||||
max_speed_full_steering_castering = 20
|
||||
max_speed_decreasing_steering_castering = 35
|
||||
emergency_extension_type = 2
|
||||
hyd_need_power_to_function= 0
|
||||
min_castering_angle = 0.05236
|
||||
max_castering_angle = 3.142
|
||||
allow_stopped_steering = 1
|
||||
point.0 = 1, 64.22, 0.00, -17.31, 1500, 0, 1.67, 70, 1.15, 1.183, 0.9, 49, 50, 0, 200, 250, 8
|
||||
point.1 = 1, -19.00, -17.15, -18.02, 2000, 1, 2.25, 0, 1.60, 1.116, 0.9, 51, 52, 2, 200, 250, 8
|
||||
point.2 = 1, -19.00, 17.15, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 53, 54, 3, 200, 250, 8
|
||||
point.3 = 1, -19.00, 0.00, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 55, 56, 3, 200, 250, 8
|
||||
point.4 = 2, 93.0, 0.0, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.5 = 2, -48, -82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 5, 0, 0, 1
|
||||
point.6 = 2, -48, 82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 6, 0, 0, 1
|
||||
point.7 = 2, 60, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.8 = 2, 60, 0.0, 11.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.9 = 2, 16.0, -28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.10 = 2, 16.0, 28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.11 = 2, -110.0, 0.00, 14.20, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.12 = 2, -96.5, 0.0, 42.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.13 = 2, -94.5, -30.0, 8.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.14 = 2, -94.5, 30.0, 8.05, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.15 = 2, -52.0, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
|
||||
[FUEL]
|
||||
LeftMain = -20.00, -38.00, -1.0, 8938, 10.00
|
||||
RightMain = -20.00, 38.00, -1.0, 8938, 10.00
|
||||
Center1 = 10.00, 0.00, -3.00, 13000.00, 10.00
|
||||
Center2 = 0.00, 0.00, -1.00, 1642.00, 10.00
|
||||
Center3 = 0.00, 0.00, -5.00, 1958.00, 11.00
|
||||
LeftTip = -39.00, -74.00, 0.00, 884.00, 10.00
|
||||
RightTip = -39.00, 74.00, 0.00, 884.00, 10.00
|
||||
External1 = -70.00, 0.00, -3.00, 2371.00, 10.00
|
||||
LeftAux = 5.00, -2.00, -3.00, 1973.00, 10.00
|
||||
RightAux = 5.00, 2.00, -3.00, 1973.00, 10.00
|
||||
fuel_type = 2
|
||||
number_of_tank_selectors = 3
|
||||
electric_pump = 0
|
||||
engine_driven_pump = 1
|
||||
manual_transfer_pump = 0
|
||||
manual_pump = 0
|
||||
anemometer_pump = 0
|
||||
fuel_dump_rate = 0.02
|
||||
default_fuel_tank_selector.1 = 1
|
||||
default_fuel_tank_selector.2 = 1
|
||||
default_fuel_tank_selector.3 = 1
|
||||
|
||||
[AIRPLANE_GEOMETRY]
|
||||
wing_area = 3648
|
||||
wing_span = 170.5
|
||||
wing_root_chord = 34.68
|
||||
wing_camber = 1
|
||||
wing_thickness_ratio = 0.04
|
||||
wing_dihedral = 2.2
|
||||
wing_incidence = 1.5
|
||||
wing_twist = -0.5
|
||||
oswald_efficiency_factor = 0.72
|
||||
wing_winglets_flag = 1
|
||||
wing_sweep = 38
|
||||
wing_pos_apex_lon = 1
|
||||
wing_pos_apex_vert = -2.75
|
||||
htail_area = 920
|
||||
htail_span = 59.5
|
||||
htail_pos_lon = -88
|
||||
htail_pos_vert = 5.0
|
||||
htail_incidence = 0.8
|
||||
htail_sweep = 36.5
|
||||
htail_thickness_ratio = 0.02
|
||||
vtail_area = 760
|
||||
vtail_span = 28.1
|
||||
vtail_sweep = 43
|
||||
vtail_pos_lon = -79.5
|
||||
vtail_pos_vert = 28
|
||||
vtail_thickness_ratio = 0.03
|
||||
fuselage_length = 200.92
|
||||
fuselage_diameter = 19.75
|
||||
fuselage_center_pos = 10, 0, 1.0
|
||||
elevator_area = 327.0
|
||||
aileron_area = 225.0
|
||||
rudder_area = 190.0
|
||||
elevator_up_limit = 25
|
||||
elevator_down_limit = 15
|
||||
aileron_up_limit = 25
|
||||
aileron_down_limit = 15
|
||||
rudder_limit = 23
|
||||
rudder_trim_limit = 20
|
||||
elevator_trim_limit = 30
|
||||
spoiler_limit = 60
|
||||
spoilerons_available = 1
|
||||
aileron_to_spoileron_gain = 3
|
||||
min_ailerons_for_spoilerons = 10
|
||||
min_flaps_for_spoilerons = 0
|
||||
spoiler_extension_time = 2.0
|
||||
spoiler_handle_available = 1
|
||||
auto_spoiler_available = 1
|
||||
auto_spoiler_auto_retracts = 0
|
||||
auto_spoiler_min_speed = 72
|
||||
positive_g_limit_flaps_up = 5.0
|
||||
positive_g_limit_flaps_down = 4.0
|
||||
negative_g_limit_flaps_up = -4.0
|
||||
negative_g_limit_flaps_down = -3.0
|
||||
load_safety_factor = 1.5
|
||||
elevator_trim_neutral = -1
|
||||
aileron_to_rudder_scale = 0
|
||||
flap_to_aileron_scale = 0
|
||||
fly_by_wire = 0
|
||||
elevator_elasticity_table = 0:0.7, 87:0.3, 210:0.5, 315:0.5
|
||||
aileron_elasticity_table = 0:1, 300:0.7, 600:0.6, 1500:0.4
|
||||
rudder_elasticity_table = 0:1, 300:1, 800:1, 1000:0.7
|
||||
elevator_trim_elasticity_table = 0:0.0, 87:0.40, 240:0.60, 295:1.00, 315:1.00
|
||||
|
||||
[AERODYNAMICS]
|
||||
lift_coef_pitch_rate = -8.09375
|
||||
lift_coef_daoa = 2.68359
|
||||
lift_coef_delta_elevator = -0.28906
|
||||
lift_coef_horizontal_incidence = 0.91357
|
||||
lift_coef_flaps = 1
|
||||
lift_coef_spoilers = 0
|
||||
drag_coef_zero_lift = 0.02539
|
||||
drag_coef_flaps = 0.1339
|
||||
drag_coef_gear = 0.0549
|
||||
drag_coef_spoilers = 0.05207
|
||||
side_force_slip_angle = -0.77392
|
||||
side_force_roll_rate = 0.15478
|
||||
side_force_yaw_rate = 0
|
||||
side_force_delta_rudder = -0.14746
|
||||
pitch_moment_horizontal_incidence = 4.24755
|
||||
pitch_moment_delta_elevator = -2.37011
|
||||
pitch_moment_delta_trim = 0
|
||||
pitch_moment_pitch_damping = -214.1455
|
||||
pitch_moment_aoa_0 = 0.11621
|
||||
pitch_moment_daoa = 8.87255
|
||||
pitch_moment_flaps = 0.0105
|
||||
pitch_moment_gear = 0.0171
|
||||
pitch_moment_spoilers = 0
|
||||
pitch_moment_delta_elevator_propwash = -2.37011
|
||||
pitch_moment_pitch_propwash = -214.1455
|
||||
roll_moment_slip_angle = 0.26855
|
||||
roll_moment_roll_damping = -3.40869
|
||||
roll_moment_yaw_rate = -0.27197
|
||||
roll_moment_spoilers = 0.07
|
||||
roll_moment_delta_aileron = -0.34521
|
||||
roll_moment_delta_rudder = 0.01660
|
||||
roll_moment_delta_aileron_trim_scalar = -0.2
|
||||
yaw_moment_slip_angle = 0.18066
|
||||
yaw_moment_roll = 0.07470
|
||||
yaw_moment_yaw_damping = -2.49023
|
||||
yaw_moment_yaw_propwash = 0
|
||||
yaw_moment_delta_aileron = -0.00683
|
||||
yaw_moment_delta_rudder = 0.07128
|
||||
yaw_moment_delta_rudder_propwash = 0.075
|
||||
yaw_moment_delta_rudder_trim_scalar = -0.2
|
||||
compute_aero_center = 0
|
||||
aero_center_lift = -13.75
|
||||
lift_coef_aoa_table = -3.15:0, -2.36:0.36, -1.57:0, -0.349:-1.2, 0:-0.022, 0.0314:0.6082, 0.221:2.049, 0.244:1.15, 0.349:0.6, 0.436:0.5, 0.698:0.1, 1.963:-0.359, 2.356:-0.5, 3.15:0
|
||||
lift_coef_ground_effect_mach_table = 0.06:0.50, 0.227:0.80, 0.242:0.80, 0.3:1.0, 0.9:1.0
|
||||
lift_coef_mach_table = 0:1
|
||||
lift_coef_delta_elevator_mach_table = 0:0
|
||||
lift_coef_daoa_mach_table = 0:0
|
||||
lift_coef_pitch_rate_mach_table = 0:0
|
||||
lift_coef_horizontal_incidence_mach_table = 0:0
|
||||
drag_coef_zero_lift_mach_tab = 0:0, 0.4:0.0054, 0.5:0.0056, 0.6:0.0059, 0.7:0.0062, 0.72:0.0062, 0.8:0.0063, 0.8:0.0063, 1:0.0337, 1.2:0.0337, 1.4:0.0337, 1.6:0.0337, 1.8:0.0337, 2.0:0.0337
|
||||
side_force_slip_angle_mach_table = 0:0
|
||||
side_force_delta_rudder_mach_table = 0:0
|
||||
side_force_yaw_rate_mach_table = 0:0
|
||||
side_force_roll_rate_mach_table = 0:0
|
||||
pitch_moment_aoa_table = -3.15:-2, -0.436:-0.626, -0.262:-0.434, 0:-0.146, 0.087:-0.05, 0.175:0.0466, 0.262:0.143, 0.314:0.2, 0.349:0.1, 0.436:0.15, 3.15:2
|
||||
pitch_moment_delta_elevator_aoa_table = -180:-1, -40:0.05, -20:0.455, -14:0.853, -7:1.007, 0:1, 7:0.839, 14:0.693, 20:0.381, 40:-0.08, 180:-1
|
||||
pitch_moment_horizontal_incidence_aoa_table = 0:1
|
||||
pitch_moment_daoa_aoa_table = 0:1
|
||||
pitch_moment_pitch_alpha_table = 0:1
|
||||
pitch_moment_delta_elevator_mach_table = 0:0
|
||||
pitch_moment_daoa_mach_table = 0:0
|
||||
pitch_moment_pitch_rate_mach_table = 0:0
|
||||
pitch_moment_horizontal_incidence_mach_table = 0:0
|
||||
pitch_moment_aoa_0_mach_table = 0:0
|
||||
roll_moment_aoa_table = 0:0
|
||||
roll_moment_slip_angle_aoa_table = 0:1
|
||||
roll_moment_roll_rate_aoa_table = 0:1
|
||||
roll_moment_delta_aileron_aoa_table = 0:1
|
||||
roll_moment_slip_angle_mach_table = 0:0
|
||||
roll_moment_delta_rudder_mach_table = 0:0
|
||||
roll_moment_delta_aileron_mach_table = 0:0
|
||||
roll_moment_yaw_rate_mach_table = 0:0
|
||||
roll_moment_roll_rate_mach_table = 0:0
|
||||
yaw_moment_aoa_table = 0:0
|
||||
yaw_moment_slip_angle_aoa_table = 0:1
|
||||
yaw_moment_yaw_rate_aoa_table = 0:1
|
||||
yaw_moment_delta_rudder_aoa_table = 0:1
|
||||
yaw_moment_slip_angle_mach_table = 0:0
|
||||
yaw_moment_delta_rudder_mach_table = 0:0
|
||||
yaw_moment_delta_aileron_mach_table = 0:0
|
||||
yaw_moment_yaw_rate_mach_table = 0:0
|
||||
yaw_moment_roll_rate_mach_table = 0:0
|
||||
elevator_scaling_table = -0.785:0.5, -0.524:0.85, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.85, 0.785:0.5 ; 0:1
|
||||
aileron_scaling_table = -0.785:1 ;0:1
|
||||
rudder_scaling_table = -0.785:0.5, -0.524:0.6, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.6, 0.785:0.5 ;0:1
|
||||
elevator_lift_coef=3
|
||||
rudder_lift_coef=2
|
||||
aileron_load_factor_effectiveness_table = 0:1
|
||||
lift_coef_at_drag_zero = 0.1
|
||||
lift_coef_at_drag_zero_flaps = 0.1
|
||||
|
||||
[FLIGHT_TUNING]
|
||||
modern_fm_only = 1
|
||||
cruise_lift_scalar = 1
|
||||
parasite_drag_scalar = 1
|
||||
induced_drag_scalar = 1
|
||||
flap_induced_drag_scalar = 1
|
||||
elevator_effectiveness = 1.1
|
||||
elevator_maxangle_scalar = 1
|
||||
aileron_effectiveness = 1
|
||||
rudder_effectiveness = 1
|
||||
rudder_maxangle_scalar = 1
|
||||
pitch_stability = 5
|
||||
roll_stability = 1
|
||||
yaw_stability = 1
|
||||
pitch_gyro_stability = 1
|
||||
roll_gyro_stability = 1
|
||||
yaw_gyro_stability = 1
|
||||
empty_CG_deviation_limit=0
|
||||
elevator_trim_effectiveness = 1.5
|
||||
aileron_trim_effectiveness = 1
|
||||
rudder_trim_effectiveness = 1
|
||||
hi_alpha_on_roll = 0
|
||||
hi_alpha_on_yaw = 0
|
||||
p_factor_on_yaw = 0
|
||||
torque_on_roll = 0
|
||||
gyro_precession_on_roll = 0
|
||||
gyro_precession_on_yaw = 0
|
||||
engine_wash_on_roll = 0
|
||||
wingflex_scalar = 2
|
||||
wingflex_offset = 0
|
||||
stall_coef_at_min_weight = 0.71
|
||||
ground_crosswind_effect_zero_speed=10
|
||||
ground_crosswind_effect_max_speed=150
|
||||
ground_high_speed_steeringwheel_static_friction_scalar=1.5
|
||||
ground_high_speed_otherwheel_static_friction_scalar=1.2
|
||||
|
||||
[REFERENCE SPEEDS]
|
||||
full_flaps_stall_speed = 115
|
||||
flaps_up_stall_speed = 149
|
||||
cruise_speed = 345
|
||||
cruise_mach = 0.85
|
||||
crossover_speed = 330
|
||||
max_mach = 0.9
|
||||
max_indicated_speed = 395
|
||||
max_flaps_extended = 170
|
||||
normal_operating_speed = 325
|
||||
airspeed_indicator_max = 562.5
|
||||
rotation_speed_min = 145
|
||||
climb_speed = 250
|
||||
cruise_alt = 41000
|
||||
takeoff_speed = 165
|
||||
spawn_cruise_altitude = 5000
|
||||
spawn_descent_altitude = 500
|
||||
best_angle_climb_speed = 0
|
||||
approach_speed = 0
|
||||
best_glide = 0
|
||||
max_gear_extended = 200
|
||||
|
||||
[INTERACTIVE POINTS]
|
||||
number_of_interactive_points = 13
|
||||
interactive_point.0 = 0.4,75.650002,-7.92,-0.567,2,0,0,-75,33,2,33,2,2,33,-1
|
||||
interactive_point.1 = 0.4,75.650002,7.92,-0.567,0,0,0,75,33,2,33,2,2,33,-1
|
||||
interactive_point.2 = 0.4,33.299999,6.28,-7.18,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.3 = 0.4,-51.700363,6.28,-7.180745,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.4 = 0.4,-68.277824,-2.822939,-5.923376,1,2.395636,12.258935,79.089348,0,0,0,0,0,0,-1
|
||||
interactive_point.5 = 0,85.062134,-3.882079,4.412694,2,-0,-29.85655,42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.6 = 0,85.062134,3.882079,4.412694,2,-0,29.85655,-42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.7 = 0.4,44.150002,-10.05,-0.567,0,0,0,-88,35,0,35,0,2,33,-1
|
||||
interactive_point.8 = 0.4,44.150002,10.05,-0.567,0,0,0,88,35,0,35,0,2,33,-1
|
||||
interactive_point.9 = 0.4,-2.869313,-10.049908,-0.566572,0,0,0,-90,35,0,35,0,2,33,-1
|
||||
interactive_point.10 = 0.4,-2.869313,10.049908,-0.566572,0,0,0,90,35,0,35,0,2,33,-1
|
||||
interactive_point.11 = 0.4,-62.995712,-8.519092,-0.565611,0,0,0,-100,35,0,35,0,2,33,-1
|
||||
interactive_point.12 = 0.4,-62.995712,8.519092,-0.565611,0,0,0,100,35,0,35,0,2,33,-1
|
||||
|
||||
[STALL PROTECTION]
|
||||
stall_protection = 1 ; Alpha Protection
|
||||
off_limit = 11.5 ; Alpha below which the Alpha Protection can be disabled (If also below off_yoke_limit)
|
||||
off_yoke_limit = 1 ; Yoke position (in Pct) below which the Alpha Protection can be disabled (If also below off_limit)
|
||||
on_limit = 14 ; Alpha above which the Alpha Protection timer starts
|
||||
on_goal = 10 ; The alpha that the Alpha Protection will attempt to reach when triggered
|
||||
timer_trigger = 1.0 ; Duration (in Sec) the alpha must be above on_limit before the Alpha Protection is triggered
|
||||
|
||||
;===================== FLAPS =====================
|
||||
|
||||
[FLAPS.0]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.25
|
||||
extending-time = 22
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.1]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 23
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.2]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.2
|
||||
extending-time = 8
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
|
||||
[FLAPS.3]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 21
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
+419
@@ -0,0 +1,419 @@
|
||||
; TFDi Designs MD-11 (PW4462) vRC1.8.0_PW 04FEB26
|
||||
|
||||
[MODULAR_MERGE]
|
||||
auto = true
|
||||
|
||||
[VERSION]
|
||||
//KH Bump major
|
||||
major = 4
|
||||
minor = 8
|
||||
|
||||
[WEIGHT_AND_BALANCE]
|
||||
max_gross_weight = 630500
|
||||
empty_weight = 283975
|
||||
reference_datum_position = 0, 0, 0
|
||||
empty_weight_CG_position = -10.0, 0, 0
|
||||
CG_forward_limit = 0.12
|
||||
CG_aft_limit = 0.34
|
||||
empty_weight_pitch_MOI = 20897456
|
||||
empty_weight_roll_MOI = 6368555
|
||||
empty_weight_yaw_MOI = 40761191
|
||||
empty_weight_coupled_MOI = 0
|
||||
activate_mach_limit_based_on_cg = 0
|
||||
activate_cg_limit_based_on_mach = 0
|
||||
max_number_of_stations = 21
|
||||
//KH START Empty default
|
||||
station_load.0=190, 82.0, -2.0, 4.0, Pilot, 1
|
||||
station_load.1=190, 82.0, 2.0, 4.0, First Officer, 2
|
||||
station_load.2=190, 80.0, 3.3, 4.0, Engineer, 0
|
||||
station_load.3=760, 66.0, 0.0, 4.0, Cabin crew 1, 0
|
||||
station_load.4=0, 45.0, -5.0, 4.0, Business 1 L, 4
|
||||
station_load.5=0, 45.0, 0.0, 4.0, Business 1 C, 4
|
||||
station_load.6=0, 45.0, 5.0, 4.0, Business 1 R, 4
|
||||
station_load.7=0, 25.0, -5.0, 4.0, Business 2 L, 4
|
||||
station_load.8=0, 25.0, 0.0, 4.0, Business 2 C, 4
|
||||
station_load.9=0, 25.0, 5.0, 4.0, Business 2 R, 4
|
||||
station_load.10=0, -20.0, -5.0, 4.0, Economy 3 L, 3
|
||||
station_load.11=0, -20.0, 0.0, 4.0, Economy 3 C, 3
|
||||
station_load.12=0, -20.0, 5.0, 4.0, Economy 3 R, 3
|
||||
station_load.13=0, -50.0, -5.0, 4.0, Economy 4 L, 5
|
||||
station_load.14=0, -50.0, 0.0, 4.0, Economy 4 C, 5
|
||||
station_load.15=0, -50.0, 5.0, 4.0, Economy 4 R, 5
|
||||
station_load.16=760, -55.0, 0.0, 4.0, Cabin crew 2, 0
|
||||
station_load.17=0, 30.0, 0.0, -4.5, Forward cargo, 6
|
||||
station_load.18=0, -30.0, 0.0, -4.5, Rear cargo, 6
|
||||
station_load.19=0, 5.0, -2.0, -4.5, Left aux tank, 0
|
||||
station_load.20=0, 5.0, 2.0, -4.5, Right aux tank, 0
|
||||
//KH END
|
||||
|
||||
[CONTACT_POINTS]
|
||||
static_pitch = 0
|
||||
static_cg_height = 16.4
|
||||
gear_system_type = 1
|
||||
tailwheel_lock = 0
|
||||
max_number_of_points = 16
|
||||
gear_locked_on_ground = 0
|
||||
gear_locked_above_speed = -1
|
||||
max_speed_full_steering = 25
|
||||
min_available_steering_angle_pct = 0.2
|
||||
max_speed_decreasing_steering = 45
|
||||
max_speed_full_steering_castering = 20
|
||||
max_speed_decreasing_steering_castering = 35
|
||||
emergency_extension_type = 2
|
||||
hyd_need_power_to_function= 0
|
||||
min_castering_angle = 0.05236
|
||||
max_castering_angle = 3.142
|
||||
allow_stopped_steering = 1
|
||||
point.0 = 1, 64.22, 0.00, -17.31, 1500, 0, 1.67, 70, 1.15, 1.183, 0.9, 49, 50, 0, 200, 250, 8
|
||||
point.1 = 1, -19.00, -17.15, -18.02, 2000, 1, 2.25, 0, 1.60, 1.116, 0.9, 51, 52, 2, 200, 250, 8
|
||||
point.2 = 1, -19.00, 17.15, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 53, 54, 3, 200, 250, 8
|
||||
point.3 = 1, -19.00, 0.00, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 55, 56, 3, 200, 250, 8
|
||||
point.4 = 2, 93.0, 0.0, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.5 = 2, -48, -82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 5, 0, 0, 1
|
||||
point.6 = 2, -48, 82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 6, 0, 0, 1
|
||||
point.7 = 2, 60, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.8 = 2, 60, 0.0, 11.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.9 = 2, 16.0, -28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.10 = 2, 16.0, 28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.11 = 2, -110.0, 0.00, 14.20, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.12 = 2, -96.5, 0.0, 42.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.13 = 2, -94.5, -30.0, 8.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.14 = 2, -94.5, 30.0, 8.05, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.15 = 2, -52.0, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
|
||||
[FUEL]
|
||||
LeftMain = -20.00, -38.00, -1.0, 8938, 10.00
|
||||
RightMain = -20.00, 38.00, -1.0, 8938, 10.00
|
||||
Center1 = 10.00, 0.00, -3.00, 13000.00, 10.00
|
||||
Center2 = 0.00, 0.00, -1.00, 1642.00, 10.00
|
||||
Center3 = 0.00, 0.00, -5.00, 1958.00, 11.00
|
||||
LeftTip = -39.00, -74.00, 0.00, 884.00, 10.00
|
||||
RightTip = -39.00, 74.00, 0.00, 884.00, 10.00
|
||||
External1 = -70.00, 0.00, -3.00, 2371.00, 10.00
|
||||
//KH From 5.00, -2.00, -3.00, 0.00, 10.00
|
||||
LeftAux = 5.00, -2.00, -3.00, 1973.00, 10.00
|
||||
//KH From 5.00, 2.00, -3.00, 0.00, 10.0
|
||||
RightAux = 5.00, 2.00, -3.00, 1973.00, 10.00
|
||||
fuel_type = 2
|
||||
number_of_tank_selectors = 3
|
||||
electric_pump = 0
|
||||
engine_driven_pump = 1
|
||||
manual_transfer_pump = 0
|
||||
manual_pump = 0
|
||||
anemometer_pump = 0
|
||||
fuel_dump_rate = 0.02
|
||||
default_fuel_tank_selector.1 = 1
|
||||
default_fuel_tank_selector.2 = 1
|
||||
default_fuel_tank_selector.3 = 1
|
||||
|
||||
[AIRPLANE_GEOMETRY]
|
||||
wing_area = 3648
|
||||
wing_span = 170.5
|
||||
wing_root_chord = 34.68
|
||||
wing_camber = 1
|
||||
wing_thickness_ratio = 0.04
|
||||
wing_dihedral = 2.2
|
||||
wing_incidence = 1.5
|
||||
wing_twist = -0.5
|
||||
oswald_efficiency_factor = 0.72
|
||||
wing_winglets_flag = 1
|
||||
wing_sweep = 38
|
||||
wing_pos_apex_lon = 1
|
||||
wing_pos_apex_vert = -2.75
|
||||
htail_area = 920
|
||||
htail_span = 59.5
|
||||
htail_pos_lon = -88
|
||||
htail_pos_vert = 5.0
|
||||
htail_incidence = 0.8
|
||||
htail_sweep = 36.5
|
||||
htail_thickness_ratio = 0.02
|
||||
vtail_area = 760
|
||||
vtail_span = 28.1
|
||||
vtail_sweep = 43
|
||||
vtail_pos_lon = -79.5
|
||||
vtail_pos_vert = 28
|
||||
vtail_thickness_ratio = 0.03
|
||||
fuselage_length = 200.92
|
||||
fuselage_diameter = 19.75
|
||||
fuselage_center_pos = 10, 0, 1.0
|
||||
elevator_area = 327.0
|
||||
aileron_area = 225.0
|
||||
rudder_area = 190.0
|
||||
elevator_up_limit = 25
|
||||
elevator_down_limit = 15
|
||||
aileron_up_limit = 25
|
||||
aileron_down_limit = 15
|
||||
rudder_limit = 23
|
||||
rudder_trim_limit = 20
|
||||
elevator_trim_limit = 30
|
||||
spoiler_limit = 60
|
||||
spoilerons_available = 1
|
||||
aileron_to_spoileron_gain = 3
|
||||
min_ailerons_for_spoilerons = 10
|
||||
min_flaps_for_spoilerons = 0
|
||||
spoiler_extension_time = 2.0
|
||||
spoiler_handle_available = 1
|
||||
auto_spoiler_available = 1
|
||||
auto_spoiler_auto_retracts = 0
|
||||
auto_spoiler_min_speed = 72
|
||||
positive_g_limit_flaps_up = 5.0
|
||||
positive_g_limit_flaps_down = 4.0
|
||||
negative_g_limit_flaps_up = -4.0
|
||||
negative_g_limit_flaps_down = -3.0
|
||||
load_safety_factor = 1.5
|
||||
elevator_trim_neutral = -1
|
||||
aileron_to_rudder_scale = 0
|
||||
flap_to_aileron_scale = 0
|
||||
fly_by_wire = 0
|
||||
elevator_elasticity_table = 0:0.7, 87:0.3, 210:0.5, 315:0.5
|
||||
aileron_elasticity_table = 0:1, 300:0.7, 600:0.6, 1500:0.4
|
||||
rudder_elasticity_table = 0:1, 300:1, 800:1, 1000:0.7
|
||||
elevator_trim_elasticity_table = 0:0.0, 87:0.40, 240:0.60, 295:1.00, 315:1.00
|
||||
|
||||
[AERODYNAMICS]
|
||||
lift_coef_pitch_rate = -8.09375
|
||||
lift_coef_daoa = 2.68359
|
||||
lift_coef_delta_elevator = -0.28906
|
||||
lift_coef_horizontal_incidence = 0.91357
|
||||
lift_coef_flaps = 1
|
||||
lift_coef_spoilers = 0
|
||||
drag_coef_zero_lift = 0.02539
|
||||
drag_coef_flaps = 0.1339
|
||||
drag_coef_gear = 0.0549
|
||||
drag_coef_spoilers = 0.05207
|
||||
side_force_slip_angle = -0.77392
|
||||
side_force_roll_rate = 0.15478
|
||||
side_force_yaw_rate = 0
|
||||
side_force_delta_rudder = -0.14746
|
||||
pitch_moment_horizontal_incidence = 4.24755
|
||||
pitch_moment_delta_elevator = -2.37011
|
||||
pitch_moment_delta_trim = 0
|
||||
pitch_moment_pitch_damping = -214.1455
|
||||
pitch_moment_aoa_0 = 0.11621
|
||||
pitch_moment_daoa = 8.87255
|
||||
pitch_moment_flaps = 0.0105
|
||||
pitch_moment_gear = 0.0171
|
||||
pitch_moment_spoilers = 0
|
||||
pitch_moment_delta_elevator_propwash = -2.37011
|
||||
pitch_moment_pitch_propwash = -214.1455
|
||||
roll_moment_slip_angle = 0.26855
|
||||
roll_moment_roll_damping = -3.40869
|
||||
roll_moment_yaw_rate = -0.27197
|
||||
roll_moment_spoilers = 0.07
|
||||
roll_moment_delta_aileron = -0.34521
|
||||
roll_moment_delta_rudder = 0.01660
|
||||
roll_moment_delta_aileron_trim_scalar = -0.2
|
||||
yaw_moment_slip_angle = 0.18066
|
||||
yaw_moment_roll = 0.07470
|
||||
yaw_moment_yaw_damping = -2.49023
|
||||
yaw_moment_yaw_propwash = 0
|
||||
yaw_moment_delta_aileron = -0.00683
|
||||
yaw_moment_delta_rudder = 0.07128
|
||||
yaw_moment_delta_rudder_propwash = 0.075
|
||||
yaw_moment_delta_rudder_trim_scalar = -0.2
|
||||
compute_aero_center = 0
|
||||
aero_center_lift = -13.75
|
||||
lift_coef_aoa_table = -3.15:0, -2.36:0.36, -1.57:0, -0.349:-1.2, 0:-0.022, 0.0314:0.6082, 0.221:2.049, 0.244:1.15, 0.349:0.6, 0.436:0.5, 0.698:0.1, 1.963:-0.359, 2.356:-0.5, 3.15:0
|
||||
lift_coef_ground_effect_mach_table = 0.06:0.50, 0.227:0.80, 0.242:0.80, 0.3:1.0, 0.9:1.0
|
||||
lift_coef_mach_table = 0:1
|
||||
lift_coef_delta_elevator_mach_table = 0:0
|
||||
lift_coef_daoa_mach_table = 0:0
|
||||
lift_coef_pitch_rate_mach_table = 0:0
|
||||
lift_coef_horizontal_incidence_mach_table = 0:0
|
||||
drag_coef_zero_lift_mach_tab = 0:0, 0.4:0.0054, 0.5:0.0056, 0.6:0.0059, 0.7:0.0062, 0.72:0.0062, 0.8:0.0063, 0.8:0.0063, 1:0.0337, 1.2:0.0337, 1.4:0.0337, 1.6:0.0337, 1.8:0.0337, 2.0:0.0337
|
||||
side_force_slip_angle_mach_table = 0:0
|
||||
side_force_delta_rudder_mach_table = 0:0
|
||||
side_force_yaw_rate_mach_table = 0:0
|
||||
side_force_roll_rate_mach_table = 0:0
|
||||
pitch_moment_aoa_table = -3.15:-2, -0.436:-0.626, -0.262:-0.434, 0:-0.146, 0.087:-0.05, 0.175:0.0466, 0.262:0.143, 0.314:0.2, 0.349:0.1, 0.436:0.15, 3.15:2
|
||||
pitch_moment_delta_elevator_aoa_table = -180:-1, -40:0.05, -20:0.455, -14:0.853, -7:1.007, 0:1, 7:0.839, 14:0.693, 20:0.381, 40:-0.08, 180:-1
|
||||
pitch_moment_horizontal_incidence_aoa_table = 0:1
|
||||
pitch_moment_daoa_aoa_table = 0:1
|
||||
pitch_moment_pitch_alpha_table = 0:1
|
||||
pitch_moment_delta_elevator_mach_table = 0:0
|
||||
pitch_moment_daoa_mach_table = 0:0
|
||||
pitch_moment_pitch_rate_mach_table = 0:0
|
||||
pitch_moment_horizontal_incidence_mach_table = 0:0
|
||||
pitch_moment_aoa_0_mach_table = 0:0
|
||||
roll_moment_aoa_table = 0:0
|
||||
roll_moment_slip_angle_aoa_table = 0:1
|
||||
roll_moment_roll_rate_aoa_table = 0:1
|
||||
roll_moment_delta_aileron_aoa_table = 0:1
|
||||
roll_moment_slip_angle_mach_table = 0:0
|
||||
roll_moment_delta_rudder_mach_table = 0:0
|
||||
roll_moment_delta_aileron_mach_table = 0:0
|
||||
roll_moment_yaw_rate_mach_table = 0:0
|
||||
roll_moment_roll_rate_mach_table = 0:0
|
||||
yaw_moment_aoa_table = 0:0
|
||||
yaw_moment_slip_angle_aoa_table = 0:1
|
||||
yaw_moment_yaw_rate_aoa_table = 0:1
|
||||
yaw_moment_delta_rudder_aoa_table = 0:1
|
||||
yaw_moment_slip_angle_mach_table = 0:0
|
||||
yaw_moment_delta_rudder_mach_table = 0:0
|
||||
yaw_moment_delta_aileron_mach_table = 0:0
|
||||
yaw_moment_yaw_rate_mach_table = 0:0
|
||||
yaw_moment_roll_rate_mach_table = 0:0
|
||||
elevator_scaling_table = -0.785:0.5, -0.524:0.85, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.85, 0.785:0.5 ; 0:1
|
||||
aileron_scaling_table = -0.785:1 ;0:1
|
||||
rudder_scaling_table = -0.785:0.5, -0.524:0.6, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.6, 0.785:0.5 ;0:1
|
||||
elevator_lift_coef=3
|
||||
rudder_lift_coef=2
|
||||
aileron_load_factor_effectiveness_table = 0:1
|
||||
lift_coef_at_drag_zero = 0.1
|
||||
lift_coef_at_drag_zero_flaps = 0.1
|
||||
|
||||
[FLIGHT_TUNING]
|
||||
modern_fm_only = 1
|
||||
cruise_lift_scalar = 1
|
||||
parasite_drag_scalar = 1
|
||||
induced_drag_scalar = 1
|
||||
flap_induced_drag_scalar = 1
|
||||
elevator_effectiveness = 1.1
|
||||
elevator_maxangle_scalar = 1
|
||||
aileron_effectiveness = 1
|
||||
rudder_effectiveness = 1
|
||||
rudder_maxangle_scalar = 1
|
||||
pitch_stability = 5
|
||||
roll_stability = 1
|
||||
yaw_stability = 1
|
||||
pitch_gyro_stability = 1
|
||||
roll_gyro_stability = 1
|
||||
yaw_gyro_stability = 1
|
||||
empty_CG_deviation_limit=0
|
||||
elevator_trim_effectiveness = 1.5
|
||||
aileron_trim_effectiveness = 1
|
||||
rudder_trim_effectiveness = 1
|
||||
hi_alpha_on_roll = 0
|
||||
hi_alpha_on_yaw = 0
|
||||
p_factor_on_yaw = 0
|
||||
torque_on_roll = 0
|
||||
gyro_precession_on_roll = 0
|
||||
gyro_precession_on_yaw = 0
|
||||
engine_wash_on_roll = 0
|
||||
wingflex_scalar = 2
|
||||
wingflex_offset = 0
|
||||
stall_coef_at_min_weight = 0.71
|
||||
ground_crosswind_effect_zero_speed=10
|
||||
ground_crosswind_effect_max_speed=150
|
||||
ground_high_speed_steeringwheel_static_friction_scalar=1.5
|
||||
ground_high_speed_otherwheel_static_friction_scalar=1.2
|
||||
|
||||
[REFERENCE SPEEDS]
|
||||
full_flaps_stall_speed = 115
|
||||
flaps_up_stall_speed = 149
|
||||
cruise_speed = 345
|
||||
cruise_mach = 0.85
|
||||
crossover_speed = 330
|
||||
max_mach = 0.9
|
||||
max_indicated_speed = 395
|
||||
max_flaps_extended = 170
|
||||
normal_operating_speed = 325
|
||||
airspeed_indicator_max = 562.5
|
||||
rotation_speed_min = 145
|
||||
climb_speed = 250
|
||||
cruise_alt = 41000
|
||||
takeoff_speed = 165
|
||||
spawn_cruise_altitude = 5000
|
||||
spawn_descent_altitude = 500
|
||||
best_angle_climb_speed = 0
|
||||
approach_speed = 0
|
||||
best_glide = 0
|
||||
max_gear_extended = 200
|
||||
|
||||
[INTERACTIVE POINTS]
|
||||
number_of_interactive_points = 13
|
||||
interactive_point.0 = 0.4,75.650002,-7.92,-0.567,2,0,0,-75,33,2,33,2,2,33,-1
|
||||
interactive_point.1 = 0.4,75.650002,7.92,-0.567,0,0,0,75,33,2,33,2,2,33,-1
|
||||
interactive_point.2 = 0.4,33.299999,6.28,-7.18,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.3 = 0.4,-51.700363,6.28,-7.180745,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.4 = 0.4,-68.277824,-2.822939,-5.923376,1,2.395636,12.258935,79.089348,0,0,0,0,0,0,-1
|
||||
interactive_point.5 = 0,85.062134,-3.882079,4.412694,2,-0,-29.85655,42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.6 = 0,85.062134,3.882079,4.412694,2,-0,29.85655,-42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.7 = 0.4,44.150002,-10.05,-0.567,0,0,0,-88,35,0,35,0,2,33,-1
|
||||
interactive_point.8 = 0.4,44.150002,10.05,-0.567,0,0,0,88,35,0,35,0,2,33,-1
|
||||
interactive_point.9 = 0.4,-2.869313,-10.049908,-0.566572,0,0,0,-90,35,0,35,0,2,33,-1
|
||||
interactive_point.10 = 0.4,-2.869313,10.049908,-0.566572,0,0,0,90,35,0,35,0,2,33,-1
|
||||
interactive_point.11 = 0.4,-62.995712,-8.519092,-0.565611,0,0,0,-100,35,0,35,0,2,33,-1
|
||||
interactive_point.12 = 0.4,-62.995712,8.519092,-0.565611,0,0,0,100,35,0,35,0,2,33,-1
|
||||
|
||||
[STALL PROTECTION]
|
||||
stall_protection = 1 ; Alpha Protection
|
||||
off_limit = 11.5 ; Alpha below which the Alpha Protection can be disabled (If also below off_yoke_limit)
|
||||
off_yoke_limit = 1 ; Yoke position (in Pct) below which the Alpha Protection can be disabled (If also below off_limit)
|
||||
on_limit = 14 ; Alpha above which the Alpha Protection timer starts
|
||||
on_goal = 10 ; The alpha that the Alpha Protection will attempt to reach when triggered
|
||||
timer_trigger = 1.0 ; Duration (in Sec) the alpha must be above on_limit before the Alpha Protection is triggered
|
||||
|
||||
;===================== FLAPS =====================
|
||||
|
||||
[FLAPS.0]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.25
|
||||
extending-time = 22
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.1]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 23
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.2]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.2
|
||||
extending-time = 8
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
|
||||
[FLAPS.3]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 21
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
+409
@@ -0,0 +1,409 @@
|
||||
; TFDi Designs MD-11F (GE CF6-80C2D1F) vRC1.8.0_GE_F 04FEB26
|
||||
|
||||
[MODULAR_MERGE]
|
||||
auto = true
|
||||
|
||||
[VERSION]
|
||||
//KH Bump major
|
||||
major = 4
|
||||
minor = 8
|
||||
|
||||
[WEIGHT_AND_BALANCE]
|
||||
max_gross_weight = 630500
|
||||
empty_weight = 248567
|
||||
reference_datum_position = 0, 0, 0
|
||||
empty_weight_CG_position = -10.0, 0, 0
|
||||
CG_forward_limit = 0.12
|
||||
CG_aft_limit = 0.34
|
||||
empty_weight_pitch_MOI = 20897456
|
||||
empty_weight_roll_MOI = 6368555
|
||||
empty_weight_yaw_MOI = 40761191
|
||||
empty_weight_coupled_MOI = 0
|
||||
activate_mach_limit_based_on_cg = 0
|
||||
activate_cg_limit_based_on_mach = 0
|
||||
max_number_of_stations = 15
|
||||
//KH START Empty default
|
||||
station_load.0=190.0, 82.0, -2.0, 4.0, Pilot, 1
|
||||
station_load.1=190.0, 82.0, 2.0, 4.0, First Officer, 2
|
||||
station_load.2=190.0, 80.0, 3.3, 4.0, Engineer, 0
|
||||
station_load.3=0, 55.0, -5.0, 4.0, Upper zone 1 L, 0
|
||||
station_load.4=0, 55.0, 5.0, 4.0, Upper zone 1 R, 0
|
||||
station_load.5=0, 20.0, -5.0, 4.0, Upper zone 2 L, 0
|
||||
station_load.6=0, 20.0, 5.0, 4.0, Upper zone 2 R, 0
|
||||
station_load.7=0, -20.0, -5.0, 4.0, Upper zone 3 L, 0
|
||||
station_load.8=0, -20.0, 5.0, 4.0, Upper zone 3 R, 0
|
||||
station_load.9=0, -50.0, -5.0, 4.0, Upper zone 4 L, 0
|
||||
station_load.10=0, -50.0, 5.0, 4.0, Upper zone 4 R, 0
|
||||
station_load.11=0, 30.0, 0.0, -4.5, Lower forward cargo, 0
|
||||
station_load.12=0, -30.0, 0.0, -4.5, Lower rear cargo, 0
|
||||
station_load.13=0, 5.0, -2.0, -4.5, Left aux tank, 0
|
||||
station_load.14=0, 5.0, 2.0, -4.5, Right aux tank, 0
|
||||
//KH END
|
||||
|
||||
[CONTACT_POINTS]
|
||||
static_pitch = 0
|
||||
static_cg_height = 16.4
|
||||
gear_system_type = 1
|
||||
tailwheel_lock = 0
|
||||
max_number_of_points = 16
|
||||
gear_locked_on_ground = 0
|
||||
gear_locked_above_speed = -1
|
||||
max_speed_full_steering = 25
|
||||
min_available_steering_angle_pct = 0.2
|
||||
max_speed_decreasing_steering = 45
|
||||
max_speed_full_steering_castering = 20
|
||||
max_speed_decreasing_steering_castering = 35
|
||||
emergency_extension_type = 2
|
||||
hyd_need_power_to_function= 0
|
||||
min_castering_angle = 0.05236
|
||||
max_castering_angle = 3.142
|
||||
allow_stopped_steering = 1
|
||||
point.0 = 1, 64.22, 0.00, -17.31, 1500, 0, 1.67, 70, 1.15, 1.183, 0.9, 49, 50, 0, 200, 250, 8
|
||||
point.1 = 1, -19.00, -17.15, -18.02, 2000, 1, 2.25, 0, 1.60, 1.116, 0.9, 51, 52, 2, 200, 250, 8
|
||||
point.2 = 1, -19.00, 17.15, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 53, 54, 3, 200, 250, 8
|
||||
point.3 = 1, -19.00, 0.00, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 55, 56, 3, 200, 250, 8
|
||||
point.4 = 2, 93.0, 0.0, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.5 = 2, -48, -82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 5, 0, 0, 1
|
||||
point.6 = 2, -48, 82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 6, 0, 0, 1
|
||||
point.7 = 2, 60, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.8 = 2, 60, 0.0, 11.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.9 = 2, 16.0, -28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.10 = 2, 16.0, 28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.11 = 2, -110.0, 0.00, 14.20, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.12 = 2, -96.5, 0.0, 42.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.13 = 2, -94.5, -30.0, 8.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.14 = 2, -94.5, 30.0, 8.05, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.15 = 2, -52.0, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
|
||||
[FUEL]
|
||||
LeftMain = -20.00, -38.00, -1.0, 8938, 10.00
|
||||
RightMain = -20.00, 38.00, -1.0, 8938, 10.00
|
||||
Center1 = 10.00, 0.00, -3.00, 13000.00, 10.00
|
||||
Center2 = 0.00, 0.00, -1.00, 1642.00, 10.00
|
||||
Center3 = 0.00, 0.00, -5.00, 1958.00, 11.00
|
||||
LeftTip = -39.00, -74.00, 0.00, 884.00, 10.00
|
||||
RightTip = -39.00, 74.00, 0.00, 884.00, 10.00
|
||||
External1 = -70.00, 0.00, -3.00, 2371.00, 10.00
|
||||
//KH From 5.00, -2.00, -3.00, 0.00, 10.00
|
||||
LeftAux = 5.00, -2.00, -3.00, 1973.00, 10.00
|
||||
//KH From 5.00, 2.00, -3.00, 0.00, 10.0
|
||||
RightAux = 5.00, 2.00, -3.00, 1973.00, 10.00
|
||||
fuel_type = 2
|
||||
number_of_tank_selectors = 3
|
||||
electric_pump = 0
|
||||
engine_driven_pump = 1
|
||||
manual_transfer_pump = 0
|
||||
manual_pump = 0
|
||||
anemometer_pump = 0
|
||||
fuel_dump_rate = 0.02
|
||||
default_fuel_tank_selector.1 = 1
|
||||
default_fuel_tank_selector.2 = 1
|
||||
default_fuel_tank_selector.3 = 1
|
||||
|
||||
[AIRPLANE_GEOMETRY]
|
||||
wing_area = 3648
|
||||
wing_span = 170.5
|
||||
wing_root_chord = 34.68
|
||||
wing_camber = 1
|
||||
wing_thickness_ratio = 0.04
|
||||
wing_dihedral = 2.2
|
||||
wing_incidence = 1.5
|
||||
wing_twist = -0.5
|
||||
oswald_efficiency_factor = 0.72
|
||||
wing_winglets_flag = 1
|
||||
wing_sweep = 38
|
||||
wing_pos_apex_lon = 1
|
||||
wing_pos_apex_vert = -2.75
|
||||
htail_area = 920
|
||||
htail_span = 59.5
|
||||
htail_pos_lon = -88
|
||||
htail_pos_vert = 5.0
|
||||
htail_incidence = 0.8
|
||||
htail_sweep = 36.5
|
||||
htail_thickness_ratio = 0.02
|
||||
vtail_area = 760
|
||||
vtail_span = 28.1
|
||||
vtail_sweep = 43
|
||||
vtail_pos_lon = -79.5
|
||||
vtail_pos_vert = 28
|
||||
vtail_thickness_ratio = 0.03
|
||||
fuselage_length = 202.16
|
||||
fuselage_diameter = 19.75
|
||||
fuselage_center_pos = 10, 0, 1.0
|
||||
elevator_area = 327.0
|
||||
aileron_area = 225.0
|
||||
rudder_area = 190.0
|
||||
elevator_up_limit = 25
|
||||
elevator_down_limit = 15
|
||||
aileron_up_limit = 25
|
||||
aileron_down_limit = 15
|
||||
rudder_limit = 23
|
||||
rudder_trim_limit = 20
|
||||
elevator_trim_limit = 30
|
||||
spoiler_limit = 60
|
||||
spoilerons_available = 1
|
||||
aileron_to_spoileron_gain = 3
|
||||
min_ailerons_for_spoilerons = 10
|
||||
min_flaps_for_spoilerons = 0
|
||||
spoiler_extension_time = 2.0
|
||||
spoiler_handle_available = 1
|
||||
auto_spoiler_available = 1
|
||||
auto_spoiler_auto_retracts = 0
|
||||
auto_spoiler_min_speed = 72
|
||||
positive_g_limit_flaps_up = 5.0
|
||||
positive_g_limit_flaps_down = 4.0
|
||||
negative_g_limit_flaps_up = -4.0
|
||||
negative_g_limit_flaps_down = -3.0
|
||||
load_safety_factor = 1.5
|
||||
elevator_trim_neutral = -1
|
||||
aileron_to_rudder_scale = 0
|
||||
flap_to_aileron_scale = 0
|
||||
fly_by_wire = 0
|
||||
elevator_elasticity_table = 0:0.7, 87:0.3, 210:0.5, 315:0.5
|
||||
aileron_elasticity_table = 0:1, 300:0.7, 600:0.6, 1500:0.4
|
||||
rudder_elasticity_table = 0:1, 300:1, 800:1, 1000:0.7
|
||||
elevator_trim_elasticity_table = 0:0.0, 87:0.40, 240:0.60, 295:1.00, 315:1.00
|
||||
|
||||
[AERODYNAMICS]
|
||||
lift_coef_pitch_rate = -8.09375
|
||||
lift_coef_daoa = 2.68359
|
||||
lift_coef_delta_elevator = -0.28906
|
||||
lift_coef_horizontal_incidence = 0.91357
|
||||
lift_coef_flaps = 1
|
||||
lift_coef_spoilers = 0
|
||||
drag_coef_zero_lift = 0.02539
|
||||
drag_coef_flaps = 0.1339
|
||||
drag_coef_gear = 0.0549
|
||||
drag_coef_spoilers = 0.05207
|
||||
side_force_slip_angle = -0.77392
|
||||
side_force_roll_rate = 0.15478
|
||||
side_force_yaw_rate = 0
|
||||
side_force_delta_rudder = -0.14746
|
||||
pitch_moment_horizontal_incidence = 4.24755
|
||||
pitch_moment_delta_elevator = -2.37011
|
||||
pitch_moment_delta_trim = 0
|
||||
pitch_moment_pitch_damping = -214.1455
|
||||
pitch_moment_aoa_0 = 0.11621
|
||||
pitch_moment_daoa = 8.87255
|
||||
pitch_moment_flaps = 0.0105
|
||||
pitch_moment_gear = 0.0171
|
||||
pitch_moment_spoilers = 0
|
||||
pitch_moment_delta_elevator_propwash = -2.37011
|
||||
pitch_moment_pitch_propwash = -214.1455
|
||||
roll_moment_slip_angle = 0.26855
|
||||
roll_moment_roll_damping = -3.40869
|
||||
roll_moment_yaw_rate = -0.27197
|
||||
roll_moment_spoilers = 0.07
|
||||
roll_moment_delta_aileron = -0.34521
|
||||
roll_moment_delta_rudder = 0.01660
|
||||
roll_moment_delta_aileron_trim_scalar = -0.2
|
||||
yaw_moment_slip_angle = 0.18066
|
||||
yaw_moment_roll = 0.07470
|
||||
yaw_moment_yaw_damping = -2.49023
|
||||
yaw_moment_yaw_propwash = 0
|
||||
yaw_moment_delta_aileron = -0.00683
|
||||
yaw_moment_delta_rudder = 0.07128
|
||||
yaw_moment_delta_rudder_propwash = 0.075
|
||||
yaw_moment_delta_rudder_trim_scalar = -0.2
|
||||
compute_aero_center = 0
|
||||
aero_center_lift = -13.75
|
||||
lift_coef_aoa_table = -3.15:0, -2.36:0.36, -1.57:0, -0.349:-1.2, 0:-0.022, 0.0314:0.6082, 0.221:2.049, 0.244:1.15, 0.349:0.6, 0.436:0.5, 0.698:0.1, 1.963:-0.359, 2.356:-0.5, 3.15:0
|
||||
lift_coef_ground_effect_mach_table = 0.06:0.50, 0.227:0.80, 0.242:0.80, 0.3:1.0, 0.9:1.0
|
||||
lift_coef_mach_table = 0:1
|
||||
lift_coef_delta_elevator_mach_table = 0:0
|
||||
lift_coef_daoa_mach_table = 0:0
|
||||
lift_coef_pitch_rate_mach_table = 0:0
|
||||
lift_coef_horizontal_incidence_mach_table = 0:0
|
||||
drag_coef_zero_lift_mach_tab = 0:0, 0.4:0.0054, 0.5:0.0056, 0.6:0.0059, 0.7:0.0062, 0.72:0.0062, 0.8:0.0063, 0.8:0.0063, 1:0.0337, 1.2:0.0337, 1.4:0.0337, 1.6:0.0337, 1.8:0.0337, 2.0:0.0337
|
||||
side_force_slip_angle_mach_table = 0:0
|
||||
side_force_delta_rudder_mach_table = 0:0
|
||||
side_force_yaw_rate_mach_table = 0:0
|
||||
side_force_roll_rate_mach_table = 0:0
|
||||
pitch_moment_aoa_table = -3.15:-2, -0.436:-0.626, -0.262:-0.434, 0:-0.146, 0.087:-0.05, 0.175:0.0466, 0.262:0.143, 0.314:0.2, 0.349:0.1, 0.436:0.15, 3.15:2
|
||||
pitch_moment_delta_elevator_aoa_table = -180:-1, -40:0.05, -20:0.455, -14:0.853, -7:1.007, 0:1, 7:0.839, 14:0.693, 20:0.381, 40:-0.08, 180:-1
|
||||
pitch_moment_horizontal_incidence_aoa_table = 0:1
|
||||
pitch_moment_daoa_aoa_table = 0:1
|
||||
pitch_moment_pitch_alpha_table = 0:1
|
||||
pitch_moment_delta_elevator_mach_table = 0:0
|
||||
pitch_moment_daoa_mach_table = 0:0
|
||||
pitch_moment_pitch_rate_mach_table = 0:0
|
||||
pitch_moment_horizontal_incidence_mach_table = 0:0
|
||||
pitch_moment_aoa_0_mach_table = 0:0
|
||||
roll_moment_aoa_table = 0:0
|
||||
roll_moment_slip_angle_aoa_table = 0:1
|
||||
roll_moment_roll_rate_aoa_table = 0:1
|
||||
roll_moment_delta_aileron_aoa_table = 0:1
|
||||
roll_moment_slip_angle_mach_table = 0:0
|
||||
roll_moment_delta_rudder_mach_table = 0:0
|
||||
roll_moment_delta_aileron_mach_table = 0:0
|
||||
roll_moment_yaw_rate_mach_table = 0:0
|
||||
roll_moment_roll_rate_mach_table = 0:0
|
||||
yaw_moment_aoa_table = 0:0
|
||||
yaw_moment_slip_angle_aoa_table = 0:1
|
||||
yaw_moment_yaw_rate_aoa_table = 0:1
|
||||
yaw_moment_delta_rudder_aoa_table = 0:1
|
||||
yaw_moment_slip_angle_mach_table = 0:0
|
||||
yaw_moment_delta_rudder_mach_table = 0:0
|
||||
yaw_moment_delta_aileron_mach_table = 0:0
|
||||
yaw_moment_yaw_rate_mach_table = 0:0
|
||||
yaw_moment_roll_rate_mach_table = 0:0
|
||||
elevator_scaling_table = -0.785:0.5, -0.524:0.85, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.85, 0.785:0.5 ; 0:1
|
||||
aileron_scaling_table = -0.785:1 ;0:1
|
||||
rudder_scaling_table = -0.785:0.5, -0.524:0.6, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.6, 0.785:0.5 ;0:1
|
||||
elevator_lift_coef=3
|
||||
rudder_lift_coef=2
|
||||
aileron_load_factor_effectiveness_table = 0:1
|
||||
lift_coef_at_drag_zero = 0.1
|
||||
lift_coef_at_drag_zero_flaps = 0.1
|
||||
|
||||
[FLIGHT_TUNING]
|
||||
modern_fm_only = 1
|
||||
cruise_lift_scalar = 1
|
||||
parasite_drag_scalar = 1
|
||||
induced_drag_scalar = 1
|
||||
flap_induced_drag_scalar = 1
|
||||
elevator_effectiveness = 1.1
|
||||
elevator_maxangle_scalar = 1
|
||||
aileron_effectiveness = 1
|
||||
rudder_effectiveness = 1
|
||||
rudder_maxangle_scalar = 1
|
||||
pitch_stability = 5
|
||||
roll_stability = 1
|
||||
yaw_stability = 1
|
||||
pitch_gyro_stability = 1
|
||||
roll_gyro_stability = 1
|
||||
yaw_gyro_stability = 1
|
||||
empty_CG_deviation_limit=0
|
||||
elevator_trim_effectiveness = 1.5
|
||||
aileron_trim_effectiveness = 1
|
||||
rudder_trim_effectiveness = 1
|
||||
hi_alpha_on_roll = 0
|
||||
hi_alpha_on_yaw = 0
|
||||
p_factor_on_yaw = 0
|
||||
torque_on_roll = 0
|
||||
gyro_precession_on_roll = 0
|
||||
gyro_precession_on_yaw = 0
|
||||
engine_wash_on_roll = 0
|
||||
wingflex_scalar = 2
|
||||
wingflex_offset = 0
|
||||
stall_coef_at_min_weight = 0.71
|
||||
ground_crosswind_effect_zero_speed=10
|
||||
ground_crosswind_effect_max_speed=150
|
||||
ground_high_speed_steeringwheel_static_friction_scalar=1.5
|
||||
ground_high_speed_otherwheel_static_friction_scalar=1.2
|
||||
|
||||
[REFERENCE SPEEDS]
|
||||
full_flaps_stall_speed = 115
|
||||
flaps_up_stall_speed = 149
|
||||
cruise_speed = 345
|
||||
cruise_mach = 0.85
|
||||
crossover_speed = 330
|
||||
max_mach = 0.9
|
||||
max_indicated_speed = 395
|
||||
max_flaps_extended = 170
|
||||
normal_operating_speed = 325
|
||||
airspeed_indicator_max = 562.5
|
||||
rotation_speed_min = 145
|
||||
climb_speed = 250
|
||||
cruise_alt = 41000
|
||||
takeoff_speed = 165
|
||||
spawn_cruise_altitude = 5000
|
||||
spawn_descent_altitude = 500
|
||||
best_angle_climb_speed = 0
|
||||
approach_speed = 0
|
||||
best_glide = 0
|
||||
max_gear_extended = 200
|
||||
|
||||
[INTERACTIVE POINTS]
|
||||
number_of_interactive_points = 8
|
||||
interactive_point.0 = 0.4,75.650002,-7.92,-0.567,0,0,0,-75,33,2,33,2,2,33,-1
|
||||
interactive_point.1 = 0.4,75.650002,7.92,-0.567,0,0,0,75,33,2,33,2,2,33,-1
|
||||
interactive_point.2 = 0.4,33.299999,6.28,-7.18,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.3 = 0.4,-51.700363,6.28,-7.180745,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.4 = 0.4,-68.277824,-2.822939,-5.923376,1,2.395636,12.258935,79.089348,0,0,0,0,0,0,-1
|
||||
interactive_point.5 = 0,85.062134,-3.882079,4.412694,2,-0,-29.85655,42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.6 = 0,85.062134,3.882079,4.412694,2,-0,29.85655,-42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.7 = 0,54.038418,-9.45901,-0.003025,1,0,0,0,0,0,0,0,0,0,-1
|
||||
|
||||
[STALL PROTECTION]
|
||||
stall_protection = 1 ; Alpha Protection
|
||||
off_limit = 11.5 ; Alpha below which the Alpha Protection can be disabled (If also below off_yoke_limit)
|
||||
off_yoke_limit = 1 ; Yoke position (in Pct) below which the Alpha Protection can be disabled (If also below off_limit)
|
||||
on_limit = 14 ; Alpha above which the Alpha Protection timer starts
|
||||
on_goal = 10 ; The alpha that the Alpha Protection will attempt to reach when triggered
|
||||
timer_trigger = 1.0 ; Duration (in Sec) the alpha must be above on_limit before the Alpha Protection is triggered
|
||||
|
||||
;===================== FLAPS =====================
|
||||
|
||||
[FLAPS.0]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.25
|
||||
extending-time = 22
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
|
||||
[FLAPS.1]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 23
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.2]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.2
|
||||
extending-time = 8
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
|
||||
[FLAPS.3]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 21
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
+409
@@ -0,0 +1,409 @@
|
||||
; TFDi Designs MD-11F (GE CF6-80C2D1F) vRC1.8.0_GE_F 04FEB26
|
||||
|
||||
[MODULAR_MERGE]
|
||||
auto = true
|
||||
|
||||
[VERSION]
|
||||
//KH Bump major
|
||||
major = 4
|
||||
minor = 8
|
||||
|
||||
[WEIGHT_AND_BALANCE]
|
||||
max_gross_weight = 630500
|
||||
empty_weight = 248567
|
||||
reference_datum_position = 0, 0, 0
|
||||
empty_weight_CG_position = -10.0, 0, 0
|
||||
CG_forward_limit = 0.12
|
||||
CG_aft_limit = 0.34
|
||||
empty_weight_pitch_MOI = 20897456
|
||||
empty_weight_roll_MOI = 6368555
|
||||
empty_weight_yaw_MOI = 40761191
|
||||
empty_weight_coupled_MOI = 0
|
||||
activate_mach_limit_based_on_cg = 0
|
||||
activate_cg_limit_based_on_mach = 0
|
||||
max_number_of_stations = 15
|
||||
//KH START Empty default
|
||||
station_load.0=190.0, 82.0, -2.0, 4.0, Pilot, 1
|
||||
station_load.1=190.0, 82.0, 2.0, 4.0, First Officer, 2
|
||||
station_load.2=190.0, 80.0, 3.3, 4.0, Engineer, 0
|
||||
station_load.3=0, 55.0, -5.0, 4.0, Upper zone 1 L, 0
|
||||
station_load.4=0, 55.0, 5.0, 4.0, Upper zone 1 R, 0
|
||||
station_load.5=0, 20.0, -5.0, 4.0, Upper zone 2 L, 0
|
||||
station_load.6=0, 20.0, 5.0, 4.0, Upper zone 2 R, 0
|
||||
station_load.7=0, -20.0, -5.0, 4.0, Upper zone 3 L, 0
|
||||
station_load.8=0, -20.0, 5.0, 4.0, Upper zone 3 R, 0
|
||||
station_load.9=0, -50.0, -5.0, 4.0, Upper zone 4 L, 0
|
||||
station_load.10=0, -50.0, 5.0, 4.0, Upper zone 4 R, 0
|
||||
station_load.11=0, 30.0, 0.0, -4.5, Lower forward cargo, 0
|
||||
station_load.12=0, -30.0, 0.0, -4.5, Lower rear cargo, 0
|
||||
station_load.13=0, 5.0, -2.0, -4.5, Left aux tank, 0
|
||||
station_load.14=0, 5.0, 2.0, -4.5, Right aux tank, 0
|
||||
//KH END
|
||||
|
||||
[CONTACT_POINTS]
|
||||
static_pitch = 0
|
||||
static_cg_height = 16.4
|
||||
gear_system_type = 1
|
||||
tailwheel_lock = 0
|
||||
max_number_of_points = 16
|
||||
gear_locked_on_ground = 0
|
||||
gear_locked_above_speed = -1
|
||||
max_speed_full_steering = 25
|
||||
min_available_steering_angle_pct = 0.2
|
||||
max_speed_decreasing_steering = 45
|
||||
max_speed_full_steering_castering = 20
|
||||
max_speed_decreasing_steering_castering = 35
|
||||
emergency_extension_type = 2
|
||||
hyd_need_power_to_function= 0
|
||||
min_castering_angle = 0.05236
|
||||
max_castering_angle = 3.142
|
||||
allow_stopped_steering = 1
|
||||
point.0 = 1, 64.22, 0.00, -17.31, 1500, 0, 1.67, 70, 1.15, 1.183, 0.9, 49, 50, 0, 200, 250, 8
|
||||
point.1 = 1, -19.00, -17.15, -18.02, 2000, 1, 2.25, 0, 1.60, 1.116, 0.9, 51, 52, 2, 200, 250, 8
|
||||
point.2 = 1, -19.00, 17.15, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 53, 54, 3, 200, 250, 8
|
||||
point.3 = 1, -19.00, 0.00, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 55, 56, 3, 200, 250, 8
|
||||
point.4 = 2, 93.0, 0.0, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.5 = 2, -48, -82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 5, 0, 0, 1
|
||||
point.6 = 2, -48, 82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 6, 0, 0, 1
|
||||
point.7 = 2, 60, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.8 = 2, 60, 0.0, 11.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.9 = 2, 16.0, -28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.10 = 2, 16.0, 28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.11 = 2, -110.0, 0.00, 14.20, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.12 = 2, -96.5, 0.0, 42.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.13 = 2, -94.5, -30.0, 8.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.14 = 2, -94.5, 30.0, 8.05, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.15 = 2, -52.0, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
|
||||
[FUEL]
|
||||
LeftMain = -20.00, -38.00, -1.0, 8938, 10.00
|
||||
RightMain = -20.00, 38.00, -1.0, 8938, 10.00
|
||||
Center1 = 10.00, 0.00, -3.00, 13000.00, 10.00
|
||||
Center2 = 0.00, 0.00, -1.00, 1642.00, 10.00
|
||||
Center3 = 0.00, 0.00, -5.00, 1958.00, 11.00
|
||||
LeftTip = -39.00, -74.00, 0.00, 884.00, 10.00
|
||||
RightTip = -39.00, 74.00, 0.00, 884.00, 10.00
|
||||
External1 = -70.00, 0.00, -3.00, 2371.00, 10.00
|
||||
//KH From 5.00, -2.00, -3.00, 0.00, 10.00
|
||||
LeftAux = 5.00, -2.00, -3.00, 1973.00, 10.00
|
||||
//KH From 5.00, 2.00, -3.00, 0.00, 10.0
|
||||
RightAux = 5.00, 2.00, -3.00, 1973.00, 10.00
|
||||
fuel_type = 2
|
||||
number_of_tank_selectors = 3
|
||||
electric_pump = 0
|
||||
engine_driven_pump = 1
|
||||
manual_transfer_pump = 0
|
||||
manual_pump = 0
|
||||
anemometer_pump = 0
|
||||
fuel_dump_rate = 0.02
|
||||
default_fuel_tank_selector.1 = 1
|
||||
default_fuel_tank_selector.2 = 1
|
||||
default_fuel_tank_selector.3 = 1
|
||||
|
||||
[AIRPLANE_GEOMETRY]
|
||||
wing_area = 3648
|
||||
wing_span = 170.5
|
||||
wing_root_chord = 34.68
|
||||
wing_camber = 1
|
||||
wing_thickness_ratio = 0.04
|
||||
wing_dihedral = 2.2
|
||||
wing_incidence = 1.5
|
||||
wing_twist = -0.5
|
||||
oswald_efficiency_factor = 0.72
|
||||
wing_winglets_flag = 1
|
||||
wing_sweep = 38
|
||||
wing_pos_apex_lon = 1
|
||||
wing_pos_apex_vert = -2.75
|
||||
htail_area = 920
|
||||
htail_span = 59.5
|
||||
htail_pos_lon = -88
|
||||
htail_pos_vert = 5.0
|
||||
htail_incidence = 0.8
|
||||
htail_sweep = 36.5
|
||||
htail_thickness_ratio = 0.02
|
||||
vtail_area = 760
|
||||
vtail_span = 28.1
|
||||
vtail_sweep = 43
|
||||
vtail_pos_lon = -79.5
|
||||
vtail_pos_vert = 28
|
||||
vtail_thickness_ratio = 0.03
|
||||
fuselage_length = 202.16
|
||||
fuselage_diameter = 19.75
|
||||
fuselage_center_pos = 10, 0, 1.0
|
||||
elevator_area = 327.0
|
||||
aileron_area = 225.0
|
||||
rudder_area = 190.0
|
||||
elevator_up_limit = 25
|
||||
elevator_down_limit = 15
|
||||
aileron_up_limit = 25
|
||||
aileron_down_limit = 15
|
||||
rudder_limit = 23
|
||||
rudder_trim_limit = 20
|
||||
elevator_trim_limit = 30
|
||||
spoiler_limit = 60
|
||||
spoilerons_available = 1
|
||||
aileron_to_spoileron_gain = 3
|
||||
min_ailerons_for_spoilerons = 10
|
||||
min_flaps_for_spoilerons = 0
|
||||
spoiler_extension_time = 2.0
|
||||
spoiler_handle_available = 1
|
||||
auto_spoiler_available = 1
|
||||
auto_spoiler_auto_retracts = 0
|
||||
auto_spoiler_min_speed = 72
|
||||
positive_g_limit_flaps_up = 5.0
|
||||
positive_g_limit_flaps_down = 4.0
|
||||
negative_g_limit_flaps_up = -4.0
|
||||
negative_g_limit_flaps_down = -3.0
|
||||
load_safety_factor = 1.5
|
||||
elevator_trim_neutral = -1
|
||||
aileron_to_rudder_scale = 0
|
||||
flap_to_aileron_scale = 0
|
||||
fly_by_wire = 0
|
||||
elevator_elasticity_table = 0:0.7, 87:0.3, 210:0.5, 315:0.5
|
||||
aileron_elasticity_table = 0:1, 300:0.7, 600:0.6, 1500:0.4
|
||||
rudder_elasticity_table = 0:1, 300:1, 800:1, 1000:0.7
|
||||
elevator_trim_elasticity_table = 0:0.0, 87:0.40, 240:0.60, 295:1.00, 315:1.00
|
||||
|
||||
[AERODYNAMICS]
|
||||
lift_coef_pitch_rate = -8.09375
|
||||
lift_coef_daoa = 2.68359
|
||||
lift_coef_delta_elevator = -0.28906
|
||||
lift_coef_horizontal_incidence = 0.91357
|
||||
lift_coef_flaps = 1
|
||||
lift_coef_spoilers = 0
|
||||
drag_coef_zero_lift = 0.02539
|
||||
drag_coef_flaps = 0.1339
|
||||
drag_coef_gear = 0.0549
|
||||
drag_coef_spoilers = 0.05207
|
||||
side_force_slip_angle = -0.77392
|
||||
side_force_roll_rate = 0.15478
|
||||
side_force_yaw_rate = 0
|
||||
side_force_delta_rudder = -0.14746
|
||||
pitch_moment_horizontal_incidence = 4.24755
|
||||
pitch_moment_delta_elevator = -2.37011
|
||||
pitch_moment_delta_trim = 0
|
||||
pitch_moment_pitch_damping = -214.1455
|
||||
pitch_moment_aoa_0 = 0.11621
|
||||
pitch_moment_daoa = 8.87255
|
||||
pitch_moment_flaps = 0.0105
|
||||
pitch_moment_gear = 0.0171
|
||||
pitch_moment_spoilers = 0
|
||||
pitch_moment_delta_elevator_propwash = -2.37011
|
||||
pitch_moment_pitch_propwash = -214.1455
|
||||
roll_moment_slip_angle = 0.26855
|
||||
roll_moment_roll_damping = -3.40869
|
||||
roll_moment_yaw_rate = -0.27197
|
||||
roll_moment_spoilers = 0.07
|
||||
roll_moment_delta_aileron = -0.34521
|
||||
roll_moment_delta_rudder = 0.01660
|
||||
roll_moment_delta_aileron_trim_scalar = -0.2
|
||||
yaw_moment_slip_angle = 0.18066
|
||||
yaw_moment_roll = 0.07470
|
||||
yaw_moment_yaw_damping = -2.49023
|
||||
yaw_moment_yaw_propwash = 0
|
||||
yaw_moment_delta_aileron = -0.00683
|
||||
yaw_moment_delta_rudder = 0.07128
|
||||
yaw_moment_delta_rudder_propwash = 0.075
|
||||
yaw_moment_delta_rudder_trim_scalar = -0.2
|
||||
compute_aero_center = 0
|
||||
aero_center_lift = -13.75
|
||||
lift_coef_aoa_table = -3.15:0, -2.36:0.36, -1.57:0, -0.349:-1.2, 0:-0.022, 0.0314:0.6082, 0.221:2.049, 0.244:1.15, 0.349:0.6, 0.436:0.5, 0.698:0.1, 1.963:-0.359, 2.356:-0.5, 3.15:0
|
||||
lift_coef_ground_effect_mach_table = 0.06:0.50, 0.227:0.80, 0.242:0.80, 0.3:1.0, 0.9:1.0
|
||||
lift_coef_mach_table = 0:1
|
||||
lift_coef_delta_elevator_mach_table = 0:0
|
||||
lift_coef_daoa_mach_table = 0:0
|
||||
lift_coef_pitch_rate_mach_table = 0:0
|
||||
lift_coef_horizontal_incidence_mach_table = 0:0
|
||||
drag_coef_zero_lift_mach_tab = 0:0, 0.4:0.0054, 0.5:0.0056, 0.6:0.0059, 0.7:0.0062, 0.72:0.0062, 0.8:0.0063, 0.8:0.0063, 1:0.0337, 1.2:0.0337, 1.4:0.0337, 1.6:0.0337, 1.8:0.0337, 2.0:0.0337
|
||||
side_force_slip_angle_mach_table = 0:0
|
||||
side_force_delta_rudder_mach_table = 0:0
|
||||
side_force_yaw_rate_mach_table = 0:0
|
||||
side_force_roll_rate_mach_table = 0:0
|
||||
pitch_moment_aoa_table = -3.15:-2, -0.436:-0.626, -0.262:-0.434, 0:-0.146, 0.087:-0.05, 0.175:0.0466, 0.262:0.143, 0.314:0.2, 0.349:0.1, 0.436:0.15, 3.15:2
|
||||
pitch_moment_delta_elevator_aoa_table = -180:-1, -40:0.05, -20:0.455, -14:0.853, -7:1.007, 0:1, 7:0.839, 14:0.693, 20:0.381, 40:-0.08, 180:-1
|
||||
pitch_moment_horizontal_incidence_aoa_table = 0:1
|
||||
pitch_moment_daoa_aoa_table = 0:1
|
||||
pitch_moment_pitch_alpha_table = 0:1
|
||||
pitch_moment_delta_elevator_mach_table = 0:0
|
||||
pitch_moment_daoa_mach_table = 0:0
|
||||
pitch_moment_pitch_rate_mach_table = 0:0
|
||||
pitch_moment_horizontal_incidence_mach_table = 0:0
|
||||
pitch_moment_aoa_0_mach_table = 0:0
|
||||
roll_moment_aoa_table = 0:0
|
||||
roll_moment_slip_angle_aoa_table = 0:1
|
||||
roll_moment_roll_rate_aoa_table = 0:1
|
||||
roll_moment_delta_aileron_aoa_table = 0:1
|
||||
roll_moment_slip_angle_mach_table = 0:0
|
||||
roll_moment_delta_rudder_mach_table = 0:0
|
||||
roll_moment_delta_aileron_mach_table = 0:0
|
||||
roll_moment_yaw_rate_mach_table = 0:0
|
||||
roll_moment_roll_rate_mach_table = 0:0
|
||||
yaw_moment_aoa_table = 0:0
|
||||
yaw_moment_slip_angle_aoa_table = 0:1
|
||||
yaw_moment_yaw_rate_aoa_table = 0:1
|
||||
yaw_moment_delta_rudder_aoa_table = 0:1
|
||||
yaw_moment_slip_angle_mach_table = 0:0
|
||||
yaw_moment_delta_rudder_mach_table = 0:0
|
||||
yaw_moment_delta_aileron_mach_table = 0:0
|
||||
yaw_moment_yaw_rate_mach_table = 0:0
|
||||
yaw_moment_roll_rate_mach_table = 0:0
|
||||
elevator_scaling_table = -0.785:0.5, -0.524:0.85, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.85, 0.785:0.5 ; 0:1
|
||||
aileron_scaling_table = -0.785:1 ;0:1
|
||||
rudder_scaling_table = -0.785:0.5, -0.524:0.6, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.6, 0.785:0.5 ;0:1
|
||||
elevator_lift_coef=3
|
||||
rudder_lift_coef=2
|
||||
aileron_load_factor_effectiveness_table = 0:1
|
||||
lift_coef_at_drag_zero = 0.1
|
||||
lift_coef_at_drag_zero_flaps = 0.1
|
||||
|
||||
[FLIGHT_TUNING]
|
||||
modern_fm_only = 1
|
||||
cruise_lift_scalar = 1
|
||||
parasite_drag_scalar = 1
|
||||
induced_drag_scalar = 1
|
||||
flap_induced_drag_scalar = 1
|
||||
elevator_effectiveness = 1.1
|
||||
elevator_maxangle_scalar = 1
|
||||
aileron_effectiveness = 1
|
||||
rudder_effectiveness = 1
|
||||
rudder_maxangle_scalar = 1
|
||||
pitch_stability = 5
|
||||
roll_stability = 1
|
||||
yaw_stability = 1
|
||||
pitch_gyro_stability = 1
|
||||
roll_gyro_stability = 1
|
||||
yaw_gyro_stability = 1
|
||||
empty_CG_deviation_limit=0
|
||||
elevator_trim_effectiveness = 1.5
|
||||
aileron_trim_effectiveness = 1
|
||||
rudder_trim_effectiveness = 1
|
||||
hi_alpha_on_roll = 0
|
||||
hi_alpha_on_yaw = 0
|
||||
p_factor_on_yaw = 0
|
||||
torque_on_roll = 0
|
||||
gyro_precession_on_roll = 0
|
||||
gyro_precession_on_yaw = 0
|
||||
engine_wash_on_roll = 0
|
||||
wingflex_scalar = 2
|
||||
wingflex_offset = 0
|
||||
stall_coef_at_min_weight = 0.71
|
||||
ground_crosswind_effect_zero_speed=10
|
||||
ground_crosswind_effect_max_speed=150
|
||||
ground_high_speed_steeringwheel_static_friction_scalar=1.5
|
||||
ground_high_speed_otherwheel_static_friction_scalar=1.2
|
||||
|
||||
[REFERENCE SPEEDS]
|
||||
full_flaps_stall_speed = 115
|
||||
flaps_up_stall_speed = 149
|
||||
cruise_speed = 345
|
||||
cruise_mach = 0.85
|
||||
crossover_speed = 330
|
||||
max_mach = 0.9
|
||||
max_indicated_speed = 395
|
||||
max_flaps_extended = 170
|
||||
normal_operating_speed = 325
|
||||
airspeed_indicator_max = 562.5
|
||||
rotation_speed_min = 145
|
||||
climb_speed = 250
|
||||
cruise_alt = 41000
|
||||
takeoff_speed = 165
|
||||
spawn_cruise_altitude = 5000
|
||||
spawn_descent_altitude = 500
|
||||
best_angle_climb_speed = 0
|
||||
approach_speed = 0
|
||||
best_glide = 0
|
||||
max_gear_extended = 200
|
||||
|
||||
[INTERACTIVE POINTS]
|
||||
number_of_interactive_points = 8
|
||||
interactive_point.0 = 0.4,75.650002,-7.92,-0.567,0,0,0,-75,33,2,33,2,2,33,-1
|
||||
interactive_point.1 = 0.4,75.650002,7.92,-0.567,0,0,0,75,33,2,33,2,2,33,-1
|
||||
interactive_point.2 = 0.4,33.299999,6.28,-7.18,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.3 = 0.4,-51.700363,6.28,-7.180745,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.4 = 0.4,-68.277824,-2.822939,-5.923376,1,2.395636,12.258935,79.089348,0,0,0,0,0,0,-1
|
||||
interactive_point.5 = 0,85.062134,-3.882079,4.412694,2,-0,-29.85655,42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.6 = 0,85.062134,3.882079,4.412694,2,-0,29.85655,-42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.7 = 0,54.038418,-9.45901,-0.003025,1,0,0,0,0,0,0,0,0,0,-1
|
||||
|
||||
[STALL PROTECTION]
|
||||
stall_protection = 1 ; Alpha Protection
|
||||
off_limit = 11.5 ; Alpha below which the Alpha Protection can be disabled (If also below off_yoke_limit)
|
||||
off_yoke_limit = 1 ; Yoke position (in Pct) below which the Alpha Protection can be disabled (If also below off_limit)
|
||||
on_limit = 14 ; Alpha above which the Alpha Protection timer starts
|
||||
on_goal = 10 ; The alpha that the Alpha Protection will attempt to reach when triggered
|
||||
timer_trigger = 1.0 ; Duration (in Sec) the alpha must be above on_limit before the Alpha Protection is triggered
|
||||
|
||||
;===================== FLAPS =====================
|
||||
|
||||
[FLAPS.0]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.25
|
||||
extending-time = 22
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
|
||||
[FLAPS.1]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 23
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.2]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.2
|
||||
extending-time = 8
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
|
||||
[FLAPS.3]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 21
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
+408
@@ -0,0 +1,408 @@
|
||||
; TFDi Designs MD-11F (P&W PW4662) vRC1.8.0_PW_F 04FEB26
|
||||
|
||||
[MODULAR_MERGE]
|
||||
auto = true
|
||||
|
||||
[VERSION]
|
||||
//KH Bump major
|
||||
major = 4
|
||||
minor = 8
|
||||
|
||||
[WEIGHT_AND_BALANCE]
|
||||
max_gross_weight = 630500
|
||||
empty_weight = 248567
|
||||
reference_datum_position = 0, 0, 0
|
||||
empty_weight_CG_position = -10.0, 0, 0
|
||||
CG_forward_limit = 0.12
|
||||
CG_aft_limit = 0.34
|
||||
empty_weight_pitch_MOI = 20897456
|
||||
empty_weight_roll_MOI = 6368555
|
||||
empty_weight_yaw_MOI = 40761191
|
||||
empty_weight_coupled_MOI = 0
|
||||
activate_mach_limit_based_on_cg = 0
|
||||
activate_cg_limit_based_on_mach = 0
|
||||
max_number_of_stations = 15
|
||||
//KH START Empty default
|
||||
station_load.0=190.0, 82.0, -2.0, 4.0, Pilot, 1
|
||||
station_load.1=190.0, 82.0, 2.0, 4.0, First Officer, 2
|
||||
station_load.2=190.0, 80.0, 3.3, 4.0, Engineer, 0
|
||||
station_load.3=0, 55.0, -5.0, 4.0, Upper zone 1 L, 0
|
||||
station_load.4=0, 55.0, 5.0, 4.0, Upper zone 1 R, 0
|
||||
station_load.5=0, 20.0, -5.0, 4.0, Upper zone 2 L, 0
|
||||
station_load.6=0, 20.0, 5.0, 4.0, Upper zone 2 R, 0
|
||||
station_load.7=0, -20.0, -5.0, 4.0, Upper zone 3 L, 0
|
||||
station_load.8=0, -20.0, 5.0, 4.0, Upper zone 3 R, 0
|
||||
station_load.9=0, -50.0, -5.0, 4.0, Upper zone 4 L, 0
|
||||
station_load.10=0, -50.0, 5.0, 4.0, Upper zone 4 R, 0
|
||||
station_load.11=0, 30.0, 0.0, -4.5, Lower forward cargo, 0
|
||||
station_load.12=0, -30.0, 0.0, -4.5, Lower rear cargo, 0
|
||||
station_load.13=0, 5.0, -2.0, -4.5, Left aux tank, 0
|
||||
station_load.14=0, 5.0, 2.0, -4.5, Right aux tank, 0
|
||||
//KH END
|
||||
|
||||
[CONTACT_POINTS]
|
||||
static_pitch = 0
|
||||
static_cg_height = 16.4
|
||||
gear_system_type = 1
|
||||
tailwheel_lock = 0
|
||||
max_number_of_points = 16
|
||||
gear_locked_on_ground = 0
|
||||
gear_locked_above_speed = -1
|
||||
max_speed_full_steering = 25
|
||||
min_available_steering_angle_pct = 0.2
|
||||
max_speed_decreasing_steering = 45
|
||||
max_speed_full_steering_castering = 20
|
||||
max_speed_decreasing_steering_castering = 35
|
||||
emergency_extension_type = 2
|
||||
hyd_need_power_to_function= 0
|
||||
min_castering_angle = 0.05236
|
||||
max_castering_angle = 3.142
|
||||
allow_stopped_steering = 1
|
||||
point.0 = 1, 64.22, 0.00, -17.31, 1500, 0, 1.67, 70, 1.15, 1.183, 0.9, 49, 50, 0, 200, 250, 8
|
||||
point.1 = 1, -19.00, -17.15, -18.02, 2000, 1, 2.25, 0, 1.60, 1.116, 0.9, 51, 52, 2, 200, 250, 8
|
||||
point.2 = 1, -19.00, 17.15, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 53, 54, 3, 200, 250, 8
|
||||
point.3 = 1, -19.00, 0.00, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 55, 56, 3, 200, 250, 8
|
||||
point.4 = 2, 93.0, 0.0, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.5 = 2, -48, -82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 5, 0, 0, 1
|
||||
point.6 = 2, -48, 82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 6, 0, 0, 1
|
||||
point.7 = 2, 60, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.8 = 2, 60, 0.0, 11.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.9 = 2, 16.0, -28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.10 = 2, 16.0, 28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.11 = 2, -110.0, 0.00, 14.20, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.12 = 2, -96.5, 0.0, 42.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.13 = 2, -94.5, -30.0, 8.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.14 = 2, -94.5, 30.0, 8.05, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.15 = 2, -52.0, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
|
||||
[FUEL]
|
||||
LeftMain = -20.00, -38.00, -1.0, 8938, 10.00
|
||||
RightMain = -20.00, 38.00, -1.0, 8938, 10.00
|
||||
Center1 = 10.00, 0.00, -3.00, 13000.00, 10.00
|
||||
Center2 = 0.00, 0.00, -1.00, 1642.00, 10.00
|
||||
Center3 = 0.00, 0.00, -5.00, 1958.00, 11.00
|
||||
LeftTip = -39.00, -74.00, 0.00, 884.00, 10.00
|
||||
RightTip = -39.00, 74.00, 0.00, 884.00, 10.00
|
||||
External1 = -70.00, 0.00, -3.00, 2371.00, 10.00
|
||||
//KH From 5.00, -2.00, -3.00, 0.00, 10.00
|
||||
LeftAux = 5.00, -2.00, -3.00, 1973.00, 10.00
|
||||
//KH From 5.00, 2.00, -3.00, 0.00, 10.0
|
||||
RightAux = 5.00, 2.00, -3.00, 1973.00, 10.00
|
||||
fuel_type = 2
|
||||
number_of_tank_selectors = 3
|
||||
electric_pump = 0
|
||||
engine_driven_pump = 1
|
||||
manual_transfer_pump = 0
|
||||
manual_pump = 0
|
||||
anemometer_pump = 0
|
||||
fuel_dump_rate = 0.02
|
||||
default_fuel_tank_selector.1 = 1
|
||||
default_fuel_tank_selector.2 = 1
|
||||
default_fuel_tank_selector.3 = 1
|
||||
|
||||
[AIRPLANE_GEOMETRY]
|
||||
wing_area = 3648
|
||||
wing_span = 170.5
|
||||
wing_root_chord = 34.68
|
||||
wing_camber = 1
|
||||
wing_thickness_ratio = 0.04
|
||||
wing_dihedral = 2.2
|
||||
wing_incidence = 1.5
|
||||
wing_twist = -0.5
|
||||
oswald_efficiency_factor = 0.72
|
||||
wing_winglets_flag = 1
|
||||
wing_sweep = 38
|
||||
wing_pos_apex_lon = 1
|
||||
wing_pos_apex_vert = -2.75
|
||||
htail_area = 920
|
||||
htail_span = 59.5
|
||||
htail_pos_lon = -88
|
||||
htail_pos_vert = 5.0
|
||||
htail_incidence = 0.8
|
||||
htail_sweep = 36.5
|
||||
htail_thickness_ratio = 0.02
|
||||
vtail_area = 760
|
||||
vtail_span = 28.1
|
||||
vtail_sweep = 43
|
||||
vtail_pos_lon = -79.5
|
||||
vtail_pos_vert = 28
|
||||
vtail_thickness_ratio = 0.03
|
||||
fuselage_length = 200.92
|
||||
fuselage_diameter = 19.75
|
||||
fuselage_center_pos = 10, 0, 1.0
|
||||
elevator_area = 327.0
|
||||
aileron_area = 225.0
|
||||
rudder_area = 190.0
|
||||
elevator_up_limit = 25
|
||||
elevator_down_limit = 15
|
||||
aileron_up_limit = 25
|
||||
aileron_down_limit = 15
|
||||
rudder_limit = 23
|
||||
rudder_trim_limit = 20
|
||||
elevator_trim_limit = 30
|
||||
spoiler_limit = 60
|
||||
spoilerons_available = 1
|
||||
aileron_to_spoileron_gain = 3
|
||||
min_ailerons_for_spoilerons = 10
|
||||
min_flaps_for_spoilerons = 0
|
||||
spoiler_extension_time = 2.0
|
||||
spoiler_handle_available = 1
|
||||
auto_spoiler_available = 1
|
||||
auto_spoiler_auto_retracts = 0
|
||||
auto_spoiler_min_speed = 72
|
||||
positive_g_limit_flaps_up = 5.0
|
||||
positive_g_limit_flaps_down = 4.0
|
||||
negative_g_limit_flaps_up = -4.0
|
||||
negative_g_limit_flaps_down = -3.0
|
||||
load_safety_factor = 1.5
|
||||
elevator_trim_neutral = -1
|
||||
aileron_to_rudder_scale = 0
|
||||
flap_to_aileron_scale = 0
|
||||
fly_by_wire = 0
|
||||
elevator_elasticity_table = 0:0.7, 87:0.3, 210:0.5, 315:0.5
|
||||
aileron_elasticity_table = 0:1, 300:0.7, 600:0.6, 1500:0.4
|
||||
rudder_elasticity_table = 0:1, 300:1, 800:1, 1000:0.7
|
||||
elevator_trim_elasticity_table = 0:0.0, 87:0.40, 240:0.60, 295:1.00, 315:1.00
|
||||
|
||||
[AERODYNAMICS]
|
||||
lift_coef_pitch_rate = -8.09375
|
||||
lift_coef_daoa = 2.68359
|
||||
lift_coef_delta_elevator = -0.28906
|
||||
lift_coef_horizontal_incidence = 0.91357
|
||||
lift_coef_flaps = 1
|
||||
lift_coef_spoilers = 0
|
||||
drag_coef_zero_lift = 0.02539
|
||||
drag_coef_flaps = 0.1339
|
||||
drag_coef_gear = 0.0549
|
||||
drag_coef_spoilers = 0.05207
|
||||
side_force_slip_angle = -0.77392
|
||||
side_force_roll_rate = 0.15478
|
||||
side_force_yaw_rate = 0
|
||||
side_force_delta_rudder = -0.14746
|
||||
pitch_moment_horizontal_incidence = 4.24755
|
||||
pitch_moment_delta_elevator = -2.37011
|
||||
pitch_moment_delta_trim = 0
|
||||
pitch_moment_pitch_damping = -214.1455
|
||||
pitch_moment_aoa_0 = 0.11621
|
||||
pitch_moment_daoa = 8.87255
|
||||
pitch_moment_flaps = 0.0105
|
||||
pitch_moment_gear = 0.0171
|
||||
pitch_moment_spoilers = 0
|
||||
pitch_moment_delta_elevator_propwash = -2.37011
|
||||
pitch_moment_pitch_propwash = -214.1455
|
||||
roll_moment_slip_angle = 0.26855
|
||||
roll_moment_roll_damping = -3.40869
|
||||
roll_moment_yaw_rate = -0.27197
|
||||
roll_moment_spoilers = 0.07
|
||||
roll_moment_delta_aileron = -0.34521
|
||||
roll_moment_delta_rudder = 0.01660
|
||||
roll_moment_delta_aileron_trim_scalar = -0.2
|
||||
yaw_moment_slip_angle = 0.18066
|
||||
yaw_moment_roll = 0.07470
|
||||
yaw_moment_yaw_damping = -2.49023
|
||||
yaw_moment_yaw_propwash = 0
|
||||
yaw_moment_delta_aileron = -0.00683
|
||||
yaw_moment_delta_rudder = 0.07128
|
||||
yaw_moment_delta_rudder_propwash = 0.075
|
||||
yaw_moment_delta_rudder_trim_scalar = -0.2
|
||||
compute_aero_center = 0
|
||||
aero_center_lift = -13.75
|
||||
lift_coef_aoa_table = -3.15:0, -2.36:0.36, -1.57:0, -0.349:-1.2, 0:-0.022, 0.0314:0.6082, 0.221:2.049, 0.244:1.15, 0.349:0.6, 0.436:0.5, 0.698:0.1, 1.963:-0.359, 2.356:-0.5, 3.15:0
|
||||
lift_coef_ground_effect_mach_table = 0.06:0.50, 0.227:0.80, 0.242:0.80, 0.3:1.0, 0.9:1.0
|
||||
lift_coef_mach_table = 0:1
|
||||
lift_coef_delta_elevator_mach_table = 0:0
|
||||
lift_coef_daoa_mach_table = 0:0
|
||||
lift_coef_pitch_rate_mach_table = 0:0
|
||||
lift_coef_horizontal_incidence_mach_table = 0:0
|
||||
drag_coef_zero_lift_mach_tab = 0:0, 0.4:0.0054, 0.5:0.0056, 0.6:0.0059, 0.7:0.0062, 0.72:0.0062, 0.8:0.0063, 0.8:0.0063, 1:0.0337, 1.2:0.0337, 1.4:0.0337, 1.6:0.0337, 1.8:0.0337, 2.0:0.0337
|
||||
side_force_slip_angle_mach_table = 0:0
|
||||
side_force_delta_rudder_mach_table = 0:0
|
||||
side_force_yaw_rate_mach_table = 0:0
|
||||
side_force_roll_rate_mach_table = 0:0
|
||||
pitch_moment_aoa_table = -3.15:-2, -0.436:-0.626, -0.262:-0.434, 0:-0.146, 0.087:-0.05, 0.175:0.0466, 0.262:0.143, 0.314:0.2, 0.349:0.1, 0.436:0.15, 3.15:2
|
||||
pitch_moment_delta_elevator_aoa_table = -180:-1, -40:0.05, -20:0.455, -14:0.853, -7:1.007, 0:1, 7:0.839, 14:0.693, 20:0.381, 40:-0.08, 180:-1
|
||||
pitch_moment_horizontal_incidence_aoa_table = 0:1
|
||||
pitch_moment_daoa_aoa_table = 0:1
|
||||
pitch_moment_pitch_alpha_table = 0:1
|
||||
pitch_moment_delta_elevator_mach_table = 0:0
|
||||
pitch_moment_daoa_mach_table = 0:0
|
||||
pitch_moment_pitch_rate_mach_table = 0:0
|
||||
pitch_moment_horizontal_incidence_mach_table = 0:0
|
||||
pitch_moment_aoa_0_mach_table = 0:0
|
||||
roll_moment_aoa_table = 0:0
|
||||
roll_moment_slip_angle_aoa_table = 0:1
|
||||
roll_moment_roll_rate_aoa_table = 0:1
|
||||
roll_moment_delta_aileron_aoa_table = 0:1
|
||||
roll_moment_slip_angle_mach_table = 0:0
|
||||
roll_moment_delta_rudder_mach_table = 0:0
|
||||
roll_moment_delta_aileron_mach_table = 0:0
|
||||
roll_moment_yaw_rate_mach_table = 0:0
|
||||
roll_moment_roll_rate_mach_table = 0:0
|
||||
yaw_moment_aoa_table = 0:0
|
||||
yaw_moment_slip_angle_aoa_table = 0:1
|
||||
yaw_moment_yaw_rate_aoa_table = 0:1
|
||||
yaw_moment_delta_rudder_aoa_table = 0:1
|
||||
yaw_moment_slip_angle_mach_table = 0:0
|
||||
yaw_moment_delta_rudder_mach_table = 0:0
|
||||
yaw_moment_delta_aileron_mach_table = 0:0
|
||||
yaw_moment_yaw_rate_mach_table = 0:0
|
||||
yaw_moment_roll_rate_mach_table = 0:0
|
||||
elevator_scaling_table = -0.785:0.5, -0.524:0.85, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.85, 0.785:0.5 ; 0:1
|
||||
aileron_scaling_table = -0.785:1 ;0:1
|
||||
rudder_scaling_table = -0.785:0.5, -0.524:0.6, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.6, 0.785:0.5 ;0:1
|
||||
elevator_lift_coef=3
|
||||
rudder_lift_coef=2
|
||||
aileron_load_factor_effectiveness_table = 0:1
|
||||
lift_coef_at_drag_zero = 0.1
|
||||
lift_coef_at_drag_zero_flaps = 0.1
|
||||
|
||||
[FLIGHT_TUNING]
|
||||
modern_fm_only = 1
|
||||
cruise_lift_scalar = 1
|
||||
parasite_drag_scalar = 1
|
||||
induced_drag_scalar = 1
|
||||
flap_induced_drag_scalar = 1
|
||||
elevator_effectiveness = 1.1
|
||||
elevator_maxangle_scalar = 1
|
||||
aileron_effectiveness = 1
|
||||
rudder_effectiveness = 1
|
||||
rudder_maxangle_scalar = 1
|
||||
pitch_stability = 5
|
||||
roll_stability = 1
|
||||
yaw_stability = 1
|
||||
pitch_gyro_stability = 1
|
||||
roll_gyro_stability = 1
|
||||
yaw_gyro_stability = 1
|
||||
empty_CG_deviation_limit=0
|
||||
elevator_trim_effectiveness = 1.5
|
||||
aileron_trim_effectiveness = 1
|
||||
rudder_trim_effectiveness = 1
|
||||
hi_alpha_on_roll = 0
|
||||
hi_alpha_on_yaw = 0
|
||||
p_factor_on_yaw = 0
|
||||
torque_on_roll = 0
|
||||
gyro_precession_on_roll = 0
|
||||
gyro_precession_on_yaw = 0
|
||||
engine_wash_on_roll = 0
|
||||
wingflex_scalar = 2
|
||||
wingflex_offset = 0
|
||||
stall_coef_at_min_weight = 0.71
|
||||
ground_crosswind_effect_zero_speed=10
|
||||
ground_crosswind_effect_max_speed=150
|
||||
ground_high_speed_steeringwheel_static_friction_scalar=1.5
|
||||
ground_high_speed_otherwheel_static_friction_scalar=1.2
|
||||
|
||||
[REFERENCE SPEEDS]
|
||||
full_flaps_stall_speed = 115
|
||||
flaps_up_stall_speed = 149
|
||||
cruise_speed = 345
|
||||
cruise_mach = 0.85
|
||||
crossover_speed = 330
|
||||
max_mach = 0.9
|
||||
max_indicated_speed = 395
|
||||
max_flaps_extended = 170
|
||||
normal_operating_speed = 325
|
||||
airspeed_indicator_max = 562.5
|
||||
rotation_speed_min = 145
|
||||
climb_speed = 250
|
||||
cruise_alt = 41000
|
||||
takeoff_speed = 165
|
||||
spawn_cruise_altitude = 5000
|
||||
spawn_descent_altitude = 500
|
||||
best_angle_climb_speed = 0
|
||||
approach_speed = 0
|
||||
best_glide = 0
|
||||
max_gear_extended = 200
|
||||
|
||||
[INTERACTIVE POINTS]
|
||||
number_of_interactive_points = 8
|
||||
interactive_point.0 = 0.4,75.650002,-7.92,-0.567,0,0,0,-75,33,2,33,2,2,33,-1
|
||||
interactive_point.1 = 0.4,75.650002,7.92,-0.567,0,0,0,75,33,2,33,2,2,33,-1
|
||||
interactive_point.2 = 0.4,33.299999,6.28,-7.18,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.3 = 0.4,-51.700363,6.28,-7.180745,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.4 = 0.4,-68.277824,-2.822939,-5.923376,1,2.395636,12.258935,79.089348,0,0,0,0,0,0,-1
|
||||
interactive_point.5 = 0,85.062134,-3.882079,4.412694,2,-0,-29.85655,42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.6 = 0,85.062134,3.882079,4.412694,2,-0,29.85655,-42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.7 = 0,54.038418,-9.45901,-0.003025,1,0,0,0,0,0,0,0,0,0,-1
|
||||
|
||||
[STALL PROTECTION]
|
||||
stall_protection = 1 ; Alpha Protection
|
||||
off_limit = 11.5 ; Alpha below which the Alpha Protection can be disabled (If also below off_yoke_limit)
|
||||
off_yoke_limit = 1 ; Yoke position (in Pct) below which the Alpha Protection can be disabled (If also below off_limit)
|
||||
on_limit = 14 ; Alpha above which the Alpha Protection timer starts
|
||||
on_goal = 10 ; The alpha that the Alpha Protection will attempt to reach when triggered
|
||||
timer_trigger = 1.0 ; Duration (in Sec) the alpha must be above on_limit before the Alpha Protection is triggered
|
||||
|
||||
;===================== FLAPS =====================
|
||||
|
||||
[FLAPS.0]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.25
|
||||
extending-time = 22
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.1]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 23
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.2]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.2
|
||||
extending-time = 8
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
|
||||
[FLAPS.3]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 21
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
+408
@@ -0,0 +1,408 @@
|
||||
; TFDi Designs MD-11F (P&W PW4662) vRC1.8.0_PW_F 04FEB26
|
||||
|
||||
[MODULAR_MERGE]
|
||||
auto = true
|
||||
|
||||
[VERSION]
|
||||
//KH Bump major
|
||||
major = 4
|
||||
minor = 8
|
||||
|
||||
[WEIGHT_AND_BALANCE]
|
||||
max_gross_weight = 630500
|
||||
empty_weight = 248567
|
||||
reference_datum_position = 0, 0, 0
|
||||
empty_weight_CG_position = -10.0, 0, 0
|
||||
CG_forward_limit = 0.12
|
||||
CG_aft_limit = 0.34
|
||||
empty_weight_pitch_MOI = 20897456
|
||||
empty_weight_roll_MOI = 6368555
|
||||
empty_weight_yaw_MOI = 40761191
|
||||
empty_weight_coupled_MOI = 0
|
||||
activate_mach_limit_based_on_cg = 0
|
||||
activate_cg_limit_based_on_mach = 0
|
||||
max_number_of_stations = 15
|
||||
//KH START Empty default
|
||||
station_load.0=190.0, 82.0, -2.0, 4.0, Pilot, 1
|
||||
station_load.1=190.0, 82.0, 2.0, 4.0, First Officer, 2
|
||||
station_load.2=190.0, 80.0, 3.3, 4.0, Engineer, 0
|
||||
station_load.3=0, 55.0, -5.0, 4.0, Upper zone 1 L, 0
|
||||
station_load.4=0, 55.0, 5.0, 4.0, Upper zone 1 R, 0
|
||||
station_load.5=0, 20.0, -5.0, 4.0, Upper zone 2 L, 0
|
||||
station_load.6=0, 20.0, 5.0, 4.0, Upper zone 2 R, 0
|
||||
station_load.7=0, -20.0, -5.0, 4.0, Upper zone 3 L, 0
|
||||
station_load.8=0, -20.0, 5.0, 4.0, Upper zone 3 R, 0
|
||||
station_load.9=0, -50.0, -5.0, 4.0, Upper zone 4 L, 0
|
||||
station_load.10=0, -50.0, 5.0, 4.0, Upper zone 4 R, 0
|
||||
station_load.11=0, 30.0, 0.0, -4.5, Lower forward cargo, 0
|
||||
station_load.12=0, -30.0, 0.0, -4.5, Lower rear cargo, 0
|
||||
station_load.13=0, 5.0, -2.0, -4.5, Left aux tank, 0
|
||||
station_load.14=0, 5.0, 2.0, -4.5, Right aux tank, 0
|
||||
//KH END
|
||||
|
||||
[CONTACT_POINTS]
|
||||
static_pitch = 0
|
||||
static_cg_height = 16.4
|
||||
gear_system_type = 1
|
||||
tailwheel_lock = 0
|
||||
max_number_of_points = 16
|
||||
gear_locked_on_ground = 0
|
||||
gear_locked_above_speed = -1
|
||||
max_speed_full_steering = 25
|
||||
min_available_steering_angle_pct = 0.2
|
||||
max_speed_decreasing_steering = 45
|
||||
max_speed_full_steering_castering = 20
|
||||
max_speed_decreasing_steering_castering = 35
|
||||
emergency_extension_type = 2
|
||||
hyd_need_power_to_function= 0
|
||||
min_castering_angle = 0.05236
|
||||
max_castering_angle = 3.142
|
||||
allow_stopped_steering = 1
|
||||
point.0 = 1, 64.22, 0.00, -17.31, 1500, 0, 1.67, 70, 1.15, 1.183, 0.9, 49, 50, 0, 200, 250, 8
|
||||
point.1 = 1, -19.00, -17.15, -18.02, 2000, 1, 2.25, 0, 1.60, 1.116, 0.9, 51, 52, 2, 200, 250, 8
|
||||
point.2 = 1, -19.00, 17.15, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 53, 54, 3, 200, 250, 8
|
||||
point.3 = 1, -19.00, 0.00, -18.02, 2000, 2, 2.25, 0, 1.60, 1.116, 0.9, 55, 56, 3, 200, 250, 8
|
||||
point.4 = 2, 93.0, 0.0, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.5 = 2, -48, -82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 5, 0, 0, 1
|
||||
point.6 = 2, -48, 82.5, 0.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 6, 0, 0, 1
|
||||
point.7 = 2, 60, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.8 = 2, 60, 0.0, 11.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
point.9 = 2, 16.0, -28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.10 = 2, 16.0, 28.00, -13.00, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.11 = 2, -110.0, 0.00, 14.20, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.12 = 2, -96.5, 0.0, 42.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.13 = 2, -94.5, -30.0, 8.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.14 = 2, -94.5, 30.0, 8.05, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 4, 0, 0, 1
|
||||
point.15 = 2, -52.0, 0.0, -9.0, 787, 0, 0.0, 0, 0.00, 0.0, 0.0, 0.0, 0.0, 9, 0, 0, 1
|
||||
|
||||
[FUEL]
|
||||
LeftMain = -20.00, -38.00, -1.0, 8938, 10.00
|
||||
RightMain = -20.00, 38.00, -1.0, 8938, 10.00
|
||||
Center1 = 10.00, 0.00, -3.00, 13000.00, 10.00
|
||||
Center2 = 0.00, 0.00, -1.00, 1642.00, 10.00
|
||||
Center3 = 0.00, 0.00, -5.00, 1958.00, 11.00
|
||||
LeftTip = -39.00, -74.00, 0.00, 884.00, 10.00
|
||||
RightTip = -39.00, 74.00, 0.00, 884.00, 10.00
|
||||
External1 = -70.00, 0.00, -3.00, 2371.00, 10.00
|
||||
//KH From 5.00, -2.00, -3.00, 0.00, 10.00
|
||||
LeftAux = 5.00, -2.00, -3.00, 1973.00, 10.00
|
||||
//KH From 5.00, 2.00, -3.00, 0.00, 10.0
|
||||
RightAux = 5.00, 2.00, -3.00, 1973.00, 10.00
|
||||
fuel_type = 2
|
||||
number_of_tank_selectors = 3
|
||||
electric_pump = 0
|
||||
engine_driven_pump = 1
|
||||
manual_transfer_pump = 0
|
||||
manual_pump = 0
|
||||
anemometer_pump = 0
|
||||
fuel_dump_rate = 0.02
|
||||
default_fuel_tank_selector.1 = 1
|
||||
default_fuel_tank_selector.2 = 1
|
||||
default_fuel_tank_selector.3 = 1
|
||||
|
||||
[AIRPLANE_GEOMETRY]
|
||||
wing_area = 3648
|
||||
wing_span = 170.5
|
||||
wing_root_chord = 34.68
|
||||
wing_camber = 1
|
||||
wing_thickness_ratio = 0.04
|
||||
wing_dihedral = 2.2
|
||||
wing_incidence = 1.5
|
||||
wing_twist = -0.5
|
||||
oswald_efficiency_factor = 0.72
|
||||
wing_winglets_flag = 1
|
||||
wing_sweep = 38
|
||||
wing_pos_apex_lon = 1
|
||||
wing_pos_apex_vert = -2.75
|
||||
htail_area = 920
|
||||
htail_span = 59.5
|
||||
htail_pos_lon = -88
|
||||
htail_pos_vert = 5.0
|
||||
htail_incidence = 0.8
|
||||
htail_sweep = 36.5
|
||||
htail_thickness_ratio = 0.02
|
||||
vtail_area = 760
|
||||
vtail_span = 28.1
|
||||
vtail_sweep = 43
|
||||
vtail_pos_lon = -79.5
|
||||
vtail_pos_vert = 28
|
||||
vtail_thickness_ratio = 0.03
|
||||
fuselage_length = 200.92
|
||||
fuselage_diameter = 19.75
|
||||
fuselage_center_pos = 10, 0, 1.0
|
||||
elevator_area = 327.0
|
||||
aileron_area = 225.0
|
||||
rudder_area = 190.0
|
||||
elevator_up_limit = 25
|
||||
elevator_down_limit = 15
|
||||
aileron_up_limit = 25
|
||||
aileron_down_limit = 15
|
||||
rudder_limit = 23
|
||||
rudder_trim_limit = 20
|
||||
elevator_trim_limit = 30
|
||||
spoiler_limit = 60
|
||||
spoilerons_available = 1
|
||||
aileron_to_spoileron_gain = 3
|
||||
min_ailerons_for_spoilerons = 10
|
||||
min_flaps_for_spoilerons = 0
|
||||
spoiler_extension_time = 2.0
|
||||
spoiler_handle_available = 1
|
||||
auto_spoiler_available = 1
|
||||
auto_spoiler_auto_retracts = 0
|
||||
auto_spoiler_min_speed = 72
|
||||
positive_g_limit_flaps_up = 5.0
|
||||
positive_g_limit_flaps_down = 4.0
|
||||
negative_g_limit_flaps_up = -4.0
|
||||
negative_g_limit_flaps_down = -3.0
|
||||
load_safety_factor = 1.5
|
||||
elevator_trim_neutral = -1
|
||||
aileron_to_rudder_scale = 0
|
||||
flap_to_aileron_scale = 0
|
||||
fly_by_wire = 0
|
||||
elevator_elasticity_table = 0:0.7, 87:0.3, 210:0.5, 315:0.5
|
||||
aileron_elasticity_table = 0:1, 300:0.7, 600:0.6, 1500:0.4
|
||||
rudder_elasticity_table = 0:1, 300:1, 800:1, 1000:0.7
|
||||
elevator_trim_elasticity_table = 0:0.0, 87:0.40, 240:0.60, 295:1.00, 315:1.00
|
||||
|
||||
[AERODYNAMICS]
|
||||
lift_coef_pitch_rate = -8.09375
|
||||
lift_coef_daoa = 2.68359
|
||||
lift_coef_delta_elevator = -0.28906
|
||||
lift_coef_horizontal_incidence = 0.91357
|
||||
lift_coef_flaps = 1
|
||||
lift_coef_spoilers = 0
|
||||
drag_coef_zero_lift = 0.02539
|
||||
drag_coef_flaps = 0.1339
|
||||
drag_coef_gear = 0.0549
|
||||
drag_coef_spoilers = 0.05207
|
||||
side_force_slip_angle = -0.77392
|
||||
side_force_roll_rate = 0.15478
|
||||
side_force_yaw_rate = 0
|
||||
side_force_delta_rudder = -0.14746
|
||||
pitch_moment_horizontal_incidence = 4.24755
|
||||
pitch_moment_delta_elevator = -2.37011
|
||||
pitch_moment_delta_trim = 0
|
||||
pitch_moment_pitch_damping = -214.1455
|
||||
pitch_moment_aoa_0 = 0.11621
|
||||
pitch_moment_daoa = 8.87255
|
||||
pitch_moment_flaps = 0.0105
|
||||
pitch_moment_gear = 0.0171
|
||||
pitch_moment_spoilers = 0
|
||||
pitch_moment_delta_elevator_propwash = -2.37011
|
||||
pitch_moment_pitch_propwash = -214.1455
|
||||
roll_moment_slip_angle = 0.26855
|
||||
roll_moment_roll_damping = -3.40869
|
||||
roll_moment_yaw_rate = -0.27197
|
||||
roll_moment_spoilers = 0.07
|
||||
roll_moment_delta_aileron = -0.34521
|
||||
roll_moment_delta_rudder = 0.01660
|
||||
roll_moment_delta_aileron_trim_scalar = -0.2
|
||||
yaw_moment_slip_angle = 0.18066
|
||||
yaw_moment_roll = 0.07470
|
||||
yaw_moment_yaw_damping = -2.49023
|
||||
yaw_moment_yaw_propwash = 0
|
||||
yaw_moment_delta_aileron = -0.00683
|
||||
yaw_moment_delta_rudder = 0.07128
|
||||
yaw_moment_delta_rudder_propwash = 0.075
|
||||
yaw_moment_delta_rudder_trim_scalar = -0.2
|
||||
compute_aero_center = 0
|
||||
aero_center_lift = -13.75
|
||||
lift_coef_aoa_table = -3.15:0, -2.36:0.36, -1.57:0, -0.349:-1.2, 0:-0.022, 0.0314:0.6082, 0.221:2.049, 0.244:1.15, 0.349:0.6, 0.436:0.5, 0.698:0.1, 1.963:-0.359, 2.356:-0.5, 3.15:0
|
||||
lift_coef_ground_effect_mach_table = 0.06:0.50, 0.227:0.80, 0.242:0.80, 0.3:1.0, 0.9:1.0
|
||||
lift_coef_mach_table = 0:1
|
||||
lift_coef_delta_elevator_mach_table = 0:0
|
||||
lift_coef_daoa_mach_table = 0:0
|
||||
lift_coef_pitch_rate_mach_table = 0:0
|
||||
lift_coef_horizontal_incidence_mach_table = 0:0
|
||||
drag_coef_zero_lift_mach_tab = 0:0, 0.4:0.0054, 0.5:0.0056, 0.6:0.0059, 0.7:0.0062, 0.72:0.0062, 0.8:0.0063, 0.8:0.0063, 1:0.0337, 1.2:0.0337, 1.4:0.0337, 1.6:0.0337, 1.8:0.0337, 2.0:0.0337
|
||||
side_force_slip_angle_mach_table = 0:0
|
||||
side_force_delta_rudder_mach_table = 0:0
|
||||
side_force_yaw_rate_mach_table = 0:0
|
||||
side_force_roll_rate_mach_table = 0:0
|
||||
pitch_moment_aoa_table = -3.15:-2, -0.436:-0.626, -0.262:-0.434, 0:-0.146, 0.087:-0.05, 0.175:0.0466, 0.262:0.143, 0.314:0.2, 0.349:0.1, 0.436:0.15, 3.15:2
|
||||
pitch_moment_delta_elevator_aoa_table = -180:-1, -40:0.05, -20:0.455, -14:0.853, -7:1.007, 0:1, 7:0.839, 14:0.693, 20:0.381, 40:-0.08, 180:-1
|
||||
pitch_moment_horizontal_incidence_aoa_table = 0:1
|
||||
pitch_moment_daoa_aoa_table = 0:1
|
||||
pitch_moment_pitch_alpha_table = 0:1
|
||||
pitch_moment_delta_elevator_mach_table = 0:0
|
||||
pitch_moment_daoa_mach_table = 0:0
|
||||
pitch_moment_pitch_rate_mach_table = 0:0
|
||||
pitch_moment_horizontal_incidence_mach_table = 0:0
|
||||
pitch_moment_aoa_0_mach_table = 0:0
|
||||
roll_moment_aoa_table = 0:0
|
||||
roll_moment_slip_angle_aoa_table = 0:1
|
||||
roll_moment_roll_rate_aoa_table = 0:1
|
||||
roll_moment_delta_aileron_aoa_table = 0:1
|
||||
roll_moment_slip_angle_mach_table = 0:0
|
||||
roll_moment_delta_rudder_mach_table = 0:0
|
||||
roll_moment_delta_aileron_mach_table = 0:0
|
||||
roll_moment_yaw_rate_mach_table = 0:0
|
||||
roll_moment_roll_rate_mach_table = 0:0
|
||||
yaw_moment_aoa_table = 0:0
|
||||
yaw_moment_slip_angle_aoa_table = 0:1
|
||||
yaw_moment_yaw_rate_aoa_table = 0:1
|
||||
yaw_moment_delta_rudder_aoa_table = 0:1
|
||||
yaw_moment_slip_angle_mach_table = 0:0
|
||||
yaw_moment_delta_rudder_mach_table = 0:0
|
||||
yaw_moment_delta_aileron_mach_table = 0:0
|
||||
yaw_moment_yaw_rate_mach_table = 0:0
|
||||
yaw_moment_roll_rate_mach_table = 0:0
|
||||
elevator_scaling_table = -0.785:0.5, -0.524:0.85, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.85, 0.785:0.5 ; 0:1
|
||||
aileron_scaling_table = -0.785:1 ;0:1
|
||||
rudder_scaling_table = -0.785:0.5, -0.524:0.6, -0.175:0.9, 0:1, 0.175:0.9, 0.524:0.6, 0.785:0.5 ;0:1
|
||||
elevator_lift_coef=3
|
||||
rudder_lift_coef=2
|
||||
aileron_load_factor_effectiveness_table = 0:1
|
||||
lift_coef_at_drag_zero = 0.1
|
||||
lift_coef_at_drag_zero_flaps = 0.1
|
||||
|
||||
[FLIGHT_TUNING]
|
||||
modern_fm_only = 1
|
||||
cruise_lift_scalar = 1
|
||||
parasite_drag_scalar = 1
|
||||
induced_drag_scalar = 1
|
||||
flap_induced_drag_scalar = 1
|
||||
elevator_effectiveness = 1.1
|
||||
elevator_maxangle_scalar = 1
|
||||
aileron_effectiveness = 1
|
||||
rudder_effectiveness = 1
|
||||
rudder_maxangle_scalar = 1
|
||||
pitch_stability = 5
|
||||
roll_stability = 1
|
||||
yaw_stability = 1
|
||||
pitch_gyro_stability = 1
|
||||
roll_gyro_stability = 1
|
||||
yaw_gyro_stability = 1
|
||||
empty_CG_deviation_limit=0
|
||||
elevator_trim_effectiveness = 1.5
|
||||
aileron_trim_effectiveness = 1
|
||||
rudder_trim_effectiveness = 1
|
||||
hi_alpha_on_roll = 0
|
||||
hi_alpha_on_yaw = 0
|
||||
p_factor_on_yaw = 0
|
||||
torque_on_roll = 0
|
||||
gyro_precession_on_roll = 0
|
||||
gyro_precession_on_yaw = 0
|
||||
engine_wash_on_roll = 0
|
||||
wingflex_scalar = 2
|
||||
wingflex_offset = 0
|
||||
stall_coef_at_min_weight = 0.71
|
||||
ground_crosswind_effect_zero_speed=10
|
||||
ground_crosswind_effect_max_speed=150
|
||||
ground_high_speed_steeringwheel_static_friction_scalar=1.5
|
||||
ground_high_speed_otherwheel_static_friction_scalar=1.2
|
||||
|
||||
[REFERENCE SPEEDS]
|
||||
full_flaps_stall_speed = 115
|
||||
flaps_up_stall_speed = 149
|
||||
cruise_speed = 345
|
||||
cruise_mach = 0.85
|
||||
crossover_speed = 330
|
||||
max_mach = 0.9
|
||||
max_indicated_speed = 395
|
||||
max_flaps_extended = 170
|
||||
normal_operating_speed = 325
|
||||
airspeed_indicator_max = 562.5
|
||||
rotation_speed_min = 145
|
||||
climb_speed = 250
|
||||
cruise_alt = 41000
|
||||
takeoff_speed = 165
|
||||
spawn_cruise_altitude = 5000
|
||||
spawn_descent_altitude = 500
|
||||
best_angle_climb_speed = 0
|
||||
approach_speed = 0
|
||||
best_glide = 0
|
||||
max_gear_extended = 200
|
||||
|
||||
[INTERACTIVE POINTS]
|
||||
number_of_interactive_points = 8
|
||||
interactive_point.0 = 0.4,75.650002,-7.92,-0.567,0,0,0,-75,33,2,33,2,2,33,-1
|
||||
interactive_point.1 = 0.4,75.650002,7.92,-0.567,0,0,0,75,33,2,33,2,2,33,-1
|
||||
interactive_point.2 = 0.4,33.299999,6.28,-7.18,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.3 = 0.4,-51.700363,6.28,-7.180745,1,0,0,90,0,0,0,0,0,0,-1
|
||||
interactive_point.4 = 0.4,-68.277824,-2.822939,-5.923376,1,2.395636,12.258935,79.089348,0,0,0,0,0,0,-1
|
||||
interactive_point.5 = 0,85.062134,-3.882079,4.412694,2,-0,-29.85655,42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.6 = 0,85.062134,3.882079,4.412694,2,-0,29.85655,-42.814491,0,0,0,0,0,0,-1
|
||||
interactive_point.7 = 0,54.038418,-9.45901,-0.003025,1,0,0,0,0,0,0,0,0,0,-1
|
||||
|
||||
[STALL PROTECTION]
|
||||
stall_protection = 1 ; Alpha Protection
|
||||
off_limit = 11.5 ; Alpha below which the Alpha Protection can be disabled (If also below off_yoke_limit)
|
||||
off_yoke_limit = 1 ; Yoke position (in Pct) below which the Alpha Protection can be disabled (If also below off_limit)
|
||||
on_limit = 14 ; Alpha above which the Alpha Protection timer starts
|
||||
on_goal = 10 ; The alpha that the Alpha Protection will attempt to reach when triggered
|
||||
timer_trigger = 1.0 ; Duration (in Sec) the alpha must be above on_limit before the Alpha Protection is triggered
|
||||
|
||||
;===================== FLAPS =====================
|
||||
|
||||
[FLAPS.0]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.25
|
||||
extending-time = 22
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.1]
|
||||
type = 1
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 23
|
||||
damaging-speed = 280
|
||||
blowout-speed = 310
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.1
|
||||
drag_scalar = 1.1
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 7
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 0, -1, 0
|
||||
flaps-position.2 = 15, 215, 0.45, 2, 0, 0, 0, 1
|
||||
flaps-position.3 = 20, 200, 0.46, 1.1, 0, 0, 0, 1
|
||||
flaps-position.4 = 24, 185, 0.48, 1.0, 0, 0, 0, 1
|
||||
flaps-position.5 = 28, 177, 0.3, 1.0, 1.5, 0, 0
|
||||
flaps-position.6 = 35, 160, 0.32, 1
|
||||
flaps-position.7 = 50, 155, 0.43, 1
|
||||
|
||||
[FLAPS.2]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.2
|
||||
extending-time = 8
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
|
||||
[FLAPS.3]
|
||||
type = 2
|
||||
system_type = 1
|
||||
span-outboard = 0.7
|
||||
extending-time = 21
|
||||
damaging-speed = 300
|
||||
blowout-speed = 330
|
||||
maneuvering_flaps = 0
|
||||
lift_scalar = 0.5
|
||||
drag_scalar = 0.75
|
||||
pitch_scalar = 1
|
||||
max_on_ground_position = 1
|
||||
flaps-position.0 = 0, -1, 0
|
||||
flaps-position.1 = 20, 215, 0.5, 0.5
|
||||
Vendored
+2
@@ -4,3 +4,5 @@
|
||||
/// <reference types="@microsoft/msfs-types/js/buttons.d.ts" />
|
||||
/// <reference types="@microsoft/msfs-types/js/services/toolbarpanels.d.ts" />
|
||||
/// <reference types="@microsoft/msfs-types/js/simvar.d.ts" />
|
||||
|
||||
function useSelector(selector: (state: any) => any): any;
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tfdidesign-md11-load-manager",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.8",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
@@ -10,10 +10,11 @@
|
||||
"licenses": "license-report --output=markdown > ./src/assets/licenses_node.md",
|
||||
"debugger": "cd \"%MSFS_SDK%\\Tools\\CoherentGT Debugger\" && Debugger.exe",
|
||||
"locale": "cd \"%MSFS_SDK%\\Tools\\MSFS_Localization\" && MSFSLocalizationManager.exe",
|
||||
"clean": "rimraf ..\\html_ui\\Pages\\VCockpit\\Instruments\\aircraft_efb\\KH_TFDi_MD11_efb",
|
||||
"dev": "npx rollup -c -w",
|
||||
"clean": "rimraf ../html_ui/InGamePanels/tfdidesign-md11-load-manager-panel/ && rimraf .rollup.cache",
|
||||
"build": "npm version patch && npx rollup -c",
|
||||
"release": "pnpm types && pnpm lint && pnpm run licenses && pnpm clean && npm version patch && cross-env NODE_ENV=production npx rollup -c"
|
||||
"build": "npm version patch && npx rollup -c && pnpm efb",
|
||||
"release": "pnpm types && pnpm lint && pnpm run licenses && pnpm clean && npm version patch && cross-env NODE_ENV=production npx rollup -c && pnpm efb ",
|
||||
"efb": "cd ..\\.. && node insert-efb && rm PackageSources\\html_ui\\Pages\\VCockpit\\Instruments\\aircraft_efb\\KH_TFDi_MD11_efb/vendor*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
@@ -24,40 +25,41 @@
|
||||
"devDependencies": {
|
||||
"@microsoft/msfs-types": "^1.14.6",
|
||||
"@rollup/plugin-commonjs": "^28.0.3",
|
||||
"@rollup/plugin-json": "^6.0.0",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"@rollup/plugin-replace": "^6.0.2",
|
||||
"@rollup/plugin-terser": "^0.4.3",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@rollup/plugin-typescript": "^12.1.2",
|
||||
"@types/node": "^24.3.1",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react-dom": "^19.1.5",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
"@typescript-eslint/parser": "^6.10.0",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"license-report": "^6.5.0",
|
||||
"postcss": "^8.4.24",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"license-report": "^6.7.2",
|
||||
"postcss": "^8.5.4",
|
||||
"postcss-import": "^16.1.0",
|
||||
"prettier": "^3.0.3",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-organize-imports": "^4.1.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rollup": "^4.3.1",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
"rollup": "^4.42.0",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
"rollup-plugin-postcss": "^4.0.2",
|
||||
"rollup-plugin-react-svg": "^3.0.3",
|
||||
"rollup-plugin-version-injector": "^1.3.3",
|
||||
"sass": "^1.89.1",
|
||||
"svg-slim": "^2.0.5",
|
||||
"tslib": "^2.5.3",
|
||||
"tslib": "^2.8.1",
|
||||
"typed-scss-modules": "^8.1.1",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"lucide-react": "^0.555.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"uuid": "^11.1.0"
|
||||
|
||||
Generated
+198
-342
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,6 @@ import commonjs from '@rollup/plugin-commonjs';
|
||||
import json from '@rollup/plugin-json';
|
||||
import resolve from '@rollup/plugin-node-resolve';
|
||||
import replace from '@rollup/plugin-replace';
|
||||
import terser from '@rollup/plugin-terser';
|
||||
import typescript from '@rollup/plugin-typescript';
|
||||
import autoprefixer from 'autoprefixer';
|
||||
import atImport from 'postcss-import';
|
||||
@@ -10,29 +9,29 @@ import copy from 'rollup-plugin-copy';
|
||||
import postcss from 'rollup-plugin-postcss';
|
||||
import reactSvg from 'rollup-plugin-react-svg';
|
||||
import versionInjector from 'rollup-plugin-version-injector';
|
||||
import svgs from 'svg-slim';
|
||||
|
||||
const { NODE_ENV: targetEnv = 'development' } = process.env;
|
||||
const outDirBase = '../html_ui';
|
||||
const panelDirBase = `${outDirBase}/InGamePanels/tfdidesign-md11-load-manager-panel`;
|
||||
|
||||
function svgSlim(code, id) {
|
||||
if (!id.endsWith('.svg')) return code;
|
||||
return svgs(code.toString(), {}).then((res) => res);
|
||||
}
|
||||
const panelDirBase = `${outDirBase}/Pages/VCockpit/Instruments/aircraft_efb/KH_TFDi_MD11_efb`;
|
||||
|
||||
export default {
|
||||
input: 'src/index.ts',
|
||||
input: 'src/App.tsx',
|
||||
output: {
|
||||
dir: panelDirBase,
|
||||
format: 'es',
|
||||
sourcemap: targetEnv !== 'production',
|
||||
manualChunks: (id) => {
|
||||
if (id.includes('node_modules')) {
|
||||
return 'vendor';
|
||||
}
|
||||
|
||||
return null;
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
replace({
|
||||
'process.env.NODE_ENV': JSON.stringify(targetEnv),
|
||||
'import.meta.env': true,
|
||||
'import.meta.env.MODE': JSON.stringify(targetEnv),
|
||||
'process.env.NODE_ENV': targetEnv,
|
||||
preventAssignment: true,
|
||||
}),
|
||||
versionInjector(),
|
||||
postcss({
|
||||
@@ -45,22 +44,15 @@ export default {
|
||||
reactSvg(),
|
||||
resolve(),
|
||||
json(),
|
||||
typescript(),
|
||||
typescript({
|
||||
outputToFilesystem: false,
|
||||
}),
|
||||
commonjs({
|
||||
requireReturnsDefault: 'auto',
|
||||
}),
|
||||
targetEnv === 'production' && terser(),
|
||||
// targetEnv === 'production' && terser(), // Disabled due to script running afterwards
|
||||
copy({
|
||||
targets: [
|
||||
{ src: ['src/assets/*', '!**/*.svg'], dest: `${panelDirBase}/assets` },
|
||||
{ src: 'src/assets/img/*', dest: `${panelDirBase}/assets/img`, transform: svgSlim },
|
||||
{ src: ['src/index.html'], dest: `${panelDirBase}` },
|
||||
{
|
||||
src: ['src/assets/ICON_TFDIDESIGN_MD11_LOAD_MANAGER.svg'],
|
||||
dest: [`${outDirBase}/icons/toolbar`, `${outDirBase}/Textures/Menu/toolbar`],
|
||||
transform: svgSlim,
|
||||
},
|
||||
],
|
||||
targets: [{ src: ['src/assets/*', '!**/*.svg'], dest: `${panelDirBase}/assets` }],
|
||||
}),
|
||||
],
|
||||
onwarn: function (warning, warn) {
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
@import 'fonts/300.css';
|
||||
@import 'fonts/400.css';
|
||||
@import 'fonts/500.css';
|
||||
@import 'fonts/700.css';
|
||||
|
||||
.app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -1,150 +1,59 @@
|
||||
import { FC, StrictMode, useEffect, useRef, useState } from 'react';
|
||||
import styles from './App.module.scss';
|
||||
import { ArmsFreight, PayloadFreight } from './configs/freighter';
|
||||
import { ArmsPax, PayloadPax } from './configs/pax';
|
||||
import { ArmsFuel, EmptyArm, Fuel, toPercentMAC } from './configs/shared';
|
||||
import { FC, useCallback, useEffect, useState } from 'react';
|
||||
import Freighter from './components/freighter/Freighter';
|
||||
import Pax from './components/pax/Pax';
|
||||
import { COHERENT_COMM_BUS_WASM_CALL } from './constants';
|
||||
import { WASMDataF, WASMDataPax } from './types/WASMData';
|
||||
import { CommBusCall, CommBusEvent } from './types/general';
|
||||
|
||||
interface IAppProps {
|
||||
dataListener: ViewListener.ViewListener;
|
||||
}
|
||||
|
||||
interface PayloadFreight {
|
||||
pilot: number;
|
||||
firstOfficer: number;
|
||||
engineer: number;
|
||||
upper1Left: number;
|
||||
upper1Right: number;
|
||||
upper2Left: number;
|
||||
upper2Right: number;
|
||||
upper3Left: number;
|
||||
upper3Right: number;
|
||||
upper4Left: number;
|
||||
upper4Right: number;
|
||||
lowerForward: number;
|
||||
lowerRear: number;
|
||||
leftAuxF: number;
|
||||
rightAuxF: number;
|
||||
}
|
||||
|
||||
interface PayloadPax {
|
||||
pilot: number;
|
||||
firstOfficer: number;
|
||||
engineer: number;
|
||||
cabinCrewFront: number;
|
||||
business1Left: number;
|
||||
business1Center: number;
|
||||
business1Right: number;
|
||||
business2Left: number;
|
||||
business2Center: number;
|
||||
business2Right: number;
|
||||
economy1Left: number;
|
||||
economy1Center: number;
|
||||
economy1Right: number;
|
||||
economy2Left: number;
|
||||
economy2Center: number;
|
||||
economy2Right: number;
|
||||
cabinCrewRear: number;
|
||||
forwardCargo: number;
|
||||
rearCargo: number;
|
||||
leftAuxPax: number;
|
||||
rightAuxPax: number;
|
||||
}
|
||||
|
||||
interface Fuel {
|
||||
main1: number;
|
||||
main3: number;
|
||||
main2: number;
|
||||
upperAux: number;
|
||||
lowerAux: number;
|
||||
main1Tip: number;
|
||||
main3Tip: number;
|
||||
tail: number;
|
||||
forwardAux1: number;
|
||||
forwardAux2: number;
|
||||
}
|
||||
|
||||
const App: FC<IAppProps> = () => {
|
||||
const [unit, setUnit] = useState<'lbs' | 'kg'>('lbs');
|
||||
const [payload, setPayload] = useState<PayloadPax | PayloadFreight>();
|
||||
const [fuel, setFuel] = useState<Fuel>();
|
||||
|
||||
const requestRef = useRef<number | undefined>(undefined);
|
||||
|
||||
const mainLoop = () => {
|
||||
try {
|
||||
if (SimVar.IsReady()) {
|
||||
const conversion = SimVar.GetSimVarValue('FUEL WEIGHT PER GALLON', unit);
|
||||
|
||||
setPayload({
|
||||
pilot: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:1', unit),
|
||||
firstOfficer: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:2', unit),
|
||||
engineer: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:3', unit),
|
||||
upper1Left: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:4', unit),
|
||||
cabinCrewFront: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:4', unit),
|
||||
upper1Right: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:5', unit),
|
||||
business1Left: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:5', unit),
|
||||
upper2Left: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:6', unit),
|
||||
business1Center: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:6', unit),
|
||||
upper2Right: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:7', unit),
|
||||
business1Right: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:7', unit),
|
||||
upper3Left: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:8', unit),
|
||||
business2Left: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:8', unit),
|
||||
upper3Right: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:9', unit),
|
||||
business2Center: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:9', unit),
|
||||
upper4Left: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:10', unit),
|
||||
business2Right: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:10', unit),
|
||||
upper4Right: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:11', unit),
|
||||
economy1Left: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:11', unit),
|
||||
lowerForward: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:12', unit),
|
||||
economy1Center: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:12', unit),
|
||||
lowerRear: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:13', unit),
|
||||
economy1Right: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:13', unit),
|
||||
leftAuxF: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:14', unit),
|
||||
economy2Left: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:14', unit),
|
||||
rightAuxF: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:15', unit),
|
||||
economy2Center: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:15', unit),
|
||||
economy2Right: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:16', unit),
|
||||
cabinCrewRear: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:17', unit),
|
||||
forwardCargo: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:18', unit),
|
||||
rearCargo: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:19', unit),
|
||||
leftAuxPax: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:20', unit),
|
||||
rightAuxPax: SimVar.GetSimVarValue('PAYLOAD STATION WEIGHT:21', unit),
|
||||
});
|
||||
|
||||
setFuel({
|
||||
main1: SimVar.GetSimVarValue('FUEL TANK LEFT MAIN QUANTITY', 'gal') * conversion,
|
||||
main3: SimVar.GetSimVarValue('FUEL TANK RIGHT MAIN QUANTITY', 'gal') * conversion,
|
||||
main2: SimVar.GetSimVarValue('FUEL TANK CENTER QUANTITY', 'gal') * conversion,
|
||||
upperAux: SimVar.GetSimVarValue('FUEL TANK CENTER2 QUANTITY', 'gal') * conversion,
|
||||
lowerAux: SimVar.GetSimVarValue('FUEL TANK CENTER3 QUANTITY', 'gal') * conversion,
|
||||
main1Tip: SimVar.GetSimVarValue('FUEL TANK LEFT TIP QUANTITY', 'gal') * conversion,
|
||||
main3Tip: SimVar.GetSimVarValue('FUEL TANK RIGHT TIP QUANTITY', 'gal') * conversion,
|
||||
tail: SimVar.GetSimVarValue('FUEL TANK EXTERNAL1 QUANTITY', 'gal') * conversion,
|
||||
forwardAux1: SimVar.GetSimVarValue('FUEL TANK LEFT AUX QUANTITY', 'gal') * conversion,
|
||||
forwardAux2: SimVar.GetSimVarValue('FUEL TANK RIGHT AUX QUANTITY', 'gal') * conversion,
|
||||
});
|
||||
}
|
||||
} catch {}
|
||||
|
||||
requestRef.current = requestAnimationFrame(mainLoop);
|
||||
};
|
||||
const App: FC = () => {
|
||||
const [SBUsername, setSBUsername] = useState<string>();
|
||||
const [WASMData, setWASMData] = useState<WASMDataPax | WASMDataF>();
|
||||
|
||||
// CommBus
|
||||
const usernameCallback = useCallback((username: string) => {
|
||||
setSBUsername(username);
|
||||
}, []);
|
||||
const wasmCallback = useCallback((data: string) => {
|
||||
setWASMData(JSON.parse(data));
|
||||
}, []);
|
||||
useEffect(() => {
|
||||
requestRef.current = requestAnimationFrame(mainLoop);
|
||||
console.log(
|
||||
'[KHOFMANN TFDi MD-11 Load Manager] JS Version [VI]{version}[/VI]: process.env.NODE_ENV [VI]{date}[/VI]'
|
||||
);
|
||||
|
||||
if (requestRef.current !== undefined) return () => cancelAnimationFrame(requestRef.current as number);
|
||||
}, [unit]);
|
||||
console.log('[KHOFMANN TFDi MD-11 Load Manager] Initialising CommBus');
|
||||
|
||||
const commBus = RegisterViewListener('JS_LISTENER_COMM_BUS');
|
||||
|
||||
commBus.on(CommBusEvent.TFDI_SIMBRIEF_USERNAME, usernameCallback);
|
||||
commBus.on(CommBusEvent.LIVE_DATA, wasmCallback);
|
||||
|
||||
Coherent.call(COHERENT_COMM_BUS_WASM_CALL, CommBusCall.TFDI_SIMBRIEF_USERNAME, 'null');
|
||||
|
||||
return () => {
|
||||
console.log('[KHOFMANN TFDi MD-11 Load Manager] De-Initialising CommBus');
|
||||
|
||||
commBus.off(CommBusEvent.TFDI_SIMBRIEF_USERNAME, usernameCallback);
|
||||
commBus.off(CommBusEvent.LIVE_DATA, wasmCallback);
|
||||
|
||||
commBus.unregister();
|
||||
};
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<StrictMode>
|
||||
<div className={styles.app}>
|
||||
<button onClick={() => (unit === 'lbs' ? setUnit('kg') : setUnit('lbs'))}>Change unit from {unit}</button>
|
||||
<div style={{ display: 'flex' }}>
|
||||
<pre>{JSON.stringify(payload, null, 2)}</pre>
|
||||
<pre>{JSON.stringify(fuel, null, 2)}</pre>
|
||||
</div>
|
||||
<div className="flex w-full justify-center py-5 bg-zinc-900">
|
||||
<div className="flex w-3/4 flex-col items-center">
|
||||
{WASMData ? (
|
||||
WASMData.userData.isCargo ? (
|
||||
<Freighter WASMData={WASMData as WASMDataF} username={SBUsername} />
|
||||
) : (
|
||||
<Pax WASMData={WASMData as WASMDataPax} username={SBUsername} />
|
||||
)
|
||||
) : (
|
||||
<h1 className="text-sm font-medium">LOADING</h1>
|
||||
)}
|
||||
</div>
|
||||
</StrictMode>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 35">
|
||||
<path
|
||||
d="M17.08737 32.03408c-6.24 0-11.298-5.216-11.298-11.651 0-6.434 5.058-11.651 11.298-11.651s11.298 5.217 11.298 11.651c0 .679-.059 1.343-.167 1.989l1.052.29c.13-.741.202-1.502.202-2.281 0-7.082-5.579-12.823-12.46-12.823-6.881 0-12.46 5.741-12.46 12.823 0 7.081 5.579 12.822 12.46 12.822 4.524 0 8.485-2.482 10.668-6.196h-1.301c-2.039 3.037-5.439 5.027-9.292 5.027" />
|
||||
<path
|
||||
d="M43.10237.39308s-1.764 2.479-3.978 5.076c-2.212 2.595-4.01 4.393-4.01 4.393l-.166-.716-.766-.116s2.147-2.33 4.343-4.56c2.197-2.23 4.577-4.077 4.577-4.077" />
|
||||
<path
|
||||
d="M34.63157 9.42938s-.316 1.082-.732 1.547c-.416.466-.949.649-1.431 1.065-.483.417-1.964 2.031-1.964 2.031s-5.525 5.974-9.186 9.302c-3.661 3.329-8.058 7.009-11.183 8.837-3.129 1.831-5.675 2.912-7.805 2.147-2.13-.766-2.32-2.96-1.864-4.693.416-1.581 1.598-2.646 1.598-2.646s-1.698 1.88-1.664 3.977c.014.899.299 1.664.732 2.23.251.328 1.794 1.632 4.476.766 1.598-.516 4.015-1.526 6.84-3.695 5.875-4.51 7.805-6.174 13.696-12.131 3.277-3.314 5.375-5.642 5.375-5.642s.483-.432.665-.798c.184-.367.367-1.049.883-1.448s1.564-.849 1.564-.849" />
|
||||
<path
|
||||
d="M17.89017 18.03288h1.023s3.096 2.696 6.915 3.994 6.989 1.997 13.28 2.296c6.29.3 10.958.375 12.431.575 1.473.199 2.197.499 2.197.499s-13.056.424-17.224.599c-4.169.174-11.857.823-11.857.823l-.625-.299 5.592-1.598-6.964-.075z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.4 KiB |
@@ -1,202 +0,0 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,44 +1,41 @@
|
||||
| Department | Related to | Name | License period | Material not material | License type | Link | Remote version | Installed version | Defined version | Author |
|
||||
| :--------- | :--------- | :------------------------------- | :------------- | :-------------------- | :----------- | :------------------------------------------------------------------------ | :------------- | :---------------- | :-------------- | :---------------------------------------------------------- |
|
||||
| kessler | stuff | @emotion/react | perpetual | material | MIT | git+https://github.com/emotion-js/emotion.git#main | 11.14.0 | 11.14.0 | ^11.11.1 | Emotion Contributors |
|
||||
| kessler | stuff | @emotion/styled | perpetual | material | MIT | git+https://github.com/emotion-js/emotion.git#main | 11.14.0 | 11.14.0 | ^11.11.0 | n/a |
|
||||
| kessler | stuff | @mui/icons-material | perpetual | material | MIT | git+https://github.com/mui/material-ui.git | 5.17.1 | 5.17.1 | ^5.14.16 | MUI Team |
|
||||
| kessler | stuff | @mui/material | perpetual | material | MIT | git+https://github.com/mui/material-ui.git | 5.17.1 | 5.17.1 | ^5.14.17 | MUI Team |
|
||||
| kessler | stuff | postcss-import | perpetual | material | MIT | git+https://github.com/postcss/postcss-import.git | 15.1.0 | 15.1.0 | ^15.1.0 | Maxime Thirouin |
|
||||
| kessler | stuff | react | perpetual | material | MIT | git+https://github.com/facebook/react.git | 18.3.1 | 18.3.1 | ^18.2.0 | n/a |
|
||||
| kessler | stuff | react-dom | perpetual | material | MIT | git+https://github.com/facebook/react.git | 18.3.1 | 18.3.1 | ^18.2.0 | n/a |
|
||||
| kessler | stuff | uuid | perpetual | material | MIT | git+https://github.com/uuidjs/uuid.git | 9.0.1 | 9.0.1 | ^9.0.1 | n/a |
|
||||
| kessler | stuff | lucide-react | perpetual | material | ISC | git+https://github.com/lucide-icons/lucide.git | 0.555.0 | 0.555.0 | ^0.555.0 | Eric Fennis |
|
||||
| kessler | stuff | react | perpetual | material | MIT | git+https://github.com/facebook/react.git | 19.2.4 | 19.1.0 | ^19.1.0 | n/a |
|
||||
| kessler | stuff | react-dom | perpetual | material | MIT | git+https://github.com/facebook/react.git | 19.2.4 | 19.1.0 | ^19.1.0 | n/a |
|
||||
| kessler | stuff | uuid | perpetual | material | MIT | git+https://github.com/uuidjs/uuid.git | 11.1.0 | 11.1.0 | ^11.1.0 | n/a |
|
||||
| kessler | stuff | @microsoft/msfs-types | perpetual | material | MIT | git+https://github.com/microsoft/msfs-avionics-mirror.git | 1.14.6 | 1.14.6 | ^1.14.6 | Asobo Studio / Working Title Simulations |
|
||||
| kessler | stuff | @rollup/plugin-commonjs | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 25.0.8 | 25.0.8 | ^25.0.0 | Rich Harris <richard.a.harris@gmail.com> |
|
||||
| kessler | stuff | @rollup/plugin-json | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 6.1.0 | 6.1.0 | ^6.0.0 | rollup |
|
||||
| kessler | stuff | @rollup/plugin-node-resolve | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 15.3.1 | 15.3.1 | ^15.1.0 | Rich Harris <richard.a.harris@gmail.com> |
|
||||
| kessler | stuff | @rollup/plugin-replace | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 6.0.2 | 6.0.2 | ^6.0.2 | Rich Harris <richard.a.harris@gmail.com> |
|
||||
| kessler | stuff | @rollup/plugin-terser | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 0.4.4 | 0.4.4 | ^0.4.3 | Peter Placzek <peter.placzek1996@gmail.com> |
|
||||
| kessler | stuff | @rollup/plugin-typescript | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 11.1.6 | 11.1.6 | ^11.1.1 | Oskar Segersvärd |
|
||||
| kessler | stuff | @types/react | perpetual | material | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | 18.3.23 | 18.3.23 | ^18.2.8 | n/a |
|
||||
| kessler | stuff | @types/react-dom | perpetual | material | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | 18.3.7 | 18.3.7 | ^18.2.4 | n/a |
|
||||
| kessler | stuff | @types/uuid | perpetual | material | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | 9.0.8 | 9.0.8 | ^9.0.7 | n/a |
|
||||
| kessler | stuff | @typescript-eslint/eslint-plugin | perpetual | material | MIT | git+https://github.com/typescript-eslint/typescript-eslint.git | 6.21.0 | 6.21.0 | ^6.10.0 | n/a |
|
||||
| kessler | stuff | @typescript-eslint/parser | perpetual | material | BSD-2-Clause | git+https://github.com/typescript-eslint/typescript-eslint.git | 6.21.0 | 6.21.0 | ^6.10.0 | n/a |
|
||||
| kessler | stuff | autoprefixer | perpetual | material | MIT | git+https://github.com/postcss/autoprefixer.git | 10.4.21 | 10.4.21 | ^10.4.14 | Andrey Sitnik <andrey@sitnik.ru> |
|
||||
| kessler | stuff | @rollup/plugin-commonjs | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 28.0.9 | 28.0.3 | ^28.0.3 | Rich Harris <richard.a.harris@gmail.com> |
|
||||
| kessler | stuff | @rollup/plugin-json | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 6.1.0 | 6.1.0 | ^6.1.0 | rollup |
|
||||
| kessler | stuff | @rollup/plugin-node-resolve | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 16.0.3 | 16.0.1 | ^16.0.1 | Rich Harris <richard.a.harris@gmail.com> |
|
||||
| kessler | stuff | @rollup/plugin-replace | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 6.0.3 | 6.0.2 | ^6.0.2 | Rich Harris <richard.a.harris@gmail.com> |
|
||||
| kessler | stuff | @rollup/plugin-terser | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 0.4.4 | 0.4.4 | ^0.4.4 | Peter Placzek <peter.placzek1996@gmail.com> |
|
||||
| kessler | stuff | @rollup/plugin-typescript | perpetual | material | MIT | git+https://github.com/rollup/plugins.git | 12.3.0 | 12.1.2 | ^12.1.2 | Oskar Segersvärd |
|
||||
| kessler | stuff | @types/node | perpetual | material | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | 24.10.11 | 24.3.1 | ^24.3.1 | n/a |
|
||||
| kessler | stuff | @types/react | perpetual | material | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | 19.2.13 | 19.1.6 | ^19.1.6 | n/a |
|
||||
| kessler | stuff | @types/react-dom | perpetual | material | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | 19.2.3 | 19.1.6 | ^19.1.6 | n/a |
|
||||
| kessler | stuff | @types/uuid | perpetual | material | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git | 10.0.0 | 10.0.0 | ^10.0.0 | n/a |
|
||||
| kessler | stuff | @typescript-eslint/eslint-plugin | perpetual | material | MIT | git+https://github.com/typescript-eslint/typescript-eslint.git | 6.21.0 | 6.21.0 | ^6.21.0 | n/a |
|
||||
| kessler | stuff | @typescript-eslint/parser | perpetual | material | BSD-2-Clause | git+https://github.com/typescript-eslint/typescript-eslint.git | 6.21.0 | 6.21.0 | ^6.21.0 | n/a |
|
||||
| kessler | stuff | autoprefixer | perpetual | material | MIT | git+https://github.com/postcss/autoprefixer.git | 10.4.24 | 10.4.21 | ^10.4.21 | Andrey Sitnik <andrey@sitnik.ru> |
|
||||
| kessler | stuff | cross-env | perpetual | material | MIT | git+https://github.com/kentcdodds/cross-env.git | 7.0.3 | 7.0.3 | ^7.0.3 | Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com) |
|
||||
| kessler | stuff | eslint | perpetual | material | MIT | git+https://github.com/eslint/eslint.git | 8.57.1 | 8.57.1 | ^8.42.0 | Nicholas C. Zakas <nicholas+npm@nczconsulting.com> |
|
||||
| kessler | stuff | eslint-plugin-import | perpetual | material | MIT | git+https://github.com/import-js/eslint-plugin-import.git | 2.31.0 | 2.31.0 | ^2.27.5 | Ben Mosher <me@benmosher.com> |
|
||||
| kessler | stuff | eslint-plugin-react | perpetual | material | MIT | git+https://github.com/jsx-eslint/eslint-plugin-react.git | 7.37.5 | 7.37.5 | ^7.32.2 | Yannick Croissant <yannick.croissant+npm@gmail.com> |
|
||||
| kessler | stuff | eslint-plugin-react-hooks | perpetual | material | MIT | git+https://github.com/facebook/react.git | 4.6.2 | 4.6.2 | ^4.6.0 | n/a |
|
||||
| kessler | stuff | license-report | perpetual | material | MIT | git+https://github.com/kessler/license-report.git | 6.7.2 | 6.7.2 | ^6.5.0 | Yaniv Kessler |
|
||||
| kessler | stuff | postcss | perpetual | material | MIT | git+https://github.com/postcss/postcss.git | 8.5.4 | 8.5.4 | ^8.4.24 | Andrey Sitnik <andrey@sitnik.ru> |
|
||||
| kessler | stuff | prettier | perpetual | material | MIT | git+https://github.com/prettier/prettier.git | 3.5.3 | 3.5.3 | ^3.0.3 | James Long |
|
||||
| kessler | stuff | prettier-plugin-organize-imports | perpetual | material | MIT | git+https://github.com/simonhaenisch/prettier-plugin-organize-imports.git | 3.2.4 | 3.2.4 | ^3.2.4 | Simon Haenisch (https://github.com/simonhaenisch) |
|
||||
| kessler | stuff | rimraf | perpetual | material | ISC | git://github.com/isaacs/rimraf.git | 5.0.10 | 5.0.10 | ^5.0.1 | Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/) |
|
||||
| kessler | stuff | rollup | perpetual | material | MIT | git+https://github.com/rollup/rollup.git | 4.41.1 | 4.41.1 | ^4.3.1 | Rich Harris |
|
||||
| kessler | stuff | rollup-plugin-copy | perpetual | material | MIT | git+https://github.com/vladshcherbin/rollup-plugin-copy.git | 3.5.0 | 3.5.0 | ^3.4.0 | Vlad Shcherbin <vlad.shcherbin@gmail.com> |
|
||||
| kessler | stuff | eslint | perpetual | material | MIT | git+https://github.com/eslint/eslint.git | 8.57.1 | 8.57.1 | ^8.57.1 | Nicholas C. Zakas <nicholas+npm@nczconsulting.com> |
|
||||
| kessler | stuff | eslint-plugin-import | perpetual | material | MIT | git+https://github.com/import-js/eslint-plugin-import.git | 2.32.0 | 2.31.0 | ^2.31.0 | Ben Mosher <me@benmosher.com> |
|
||||
| kessler | stuff | eslint-plugin-react | perpetual | material | MIT | git+https://github.com/jsx-eslint/eslint-plugin-react.git | 7.37.5 | 7.37.5 | ^7.37.5 | Yannick Croissant <yannick.croissant+npm@gmail.com> |
|
||||
| kessler | stuff | eslint-plugin-react-hooks | perpetual | material | MIT | git+https://github.com/facebook/react.git | 4.6.2 | 4.6.2 | ^4.6.2 | n/a |
|
||||
| kessler | stuff | license-report | perpetual | material | MIT | git+https://github.com/kessler/license-report.git | 6.8.1 | 6.7.2 | ^6.7.2 | Yaniv Kessler |
|
||||
| kessler | stuff | postcss | perpetual | material | MIT | git+https://github.com/postcss/postcss.git | 8.5.6 | 8.5.4 | ^8.5.4 | Andrey Sitnik <andrey@sitnik.ru> |
|
||||
| kessler | stuff | postcss-import | perpetual | material | MIT | git+https://github.com/postcss/postcss-import.git | 16.1.1 | 16.1.0 | ^16.1.0 | Maxime Thirouin |
|
||||
| kessler | stuff | prettier | perpetual | material | MIT | git+https://github.com/prettier/prettier.git | 3.8.1 | 3.5.3 | ^3.5.3 | James Long |
|
||||
| kessler | stuff | prettier-plugin-organize-imports | perpetual | material | MIT | git+https://github.com/simonhaenisch/prettier-plugin-organize-imports.git | 4.3.0 | 4.1.0 | ^4.1.0 | Simon Haenisch (https://github.com/simonhaenisch) |
|
||||
| kessler | stuff | rimraf | perpetual | material | ISC | git+ssh://git@github.com/isaacs/rimraf.git | 6.1.2 | 6.0.1 | ^6.0.1 | Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/) |
|
||||
| kessler | stuff | rollup | perpetual | material | MIT | git+https://github.com/rollup/rollup.git | 4.57.1 | 4.42.0 | ^4.42.0 | Rich Harris |
|
||||
| kessler | stuff | rollup-plugin-copy | perpetual | material | MIT | git+https://github.com/vladshcherbin/rollup-plugin-copy.git | 3.5.0 | 3.5.0 | ^3.5.0 | Vlad Shcherbin <vlad.shcherbin@gmail.com> |
|
||||
| kessler | stuff | rollup-plugin-postcss | perpetual | material | MIT | git+https://github.com/egoist/rollup-plugin-postcss.git | 4.0.2 | 4.0.2 | ^4.0.2 | EGOIST <0x142857@gmail.com> |
|
||||
| kessler | stuff | rollup-plugin-react-svg | perpetual | material | MIT | git+https://github.com/boopathi/react-svg-loader.git | 3.0.3 | 3.0.3 | ^3.0.3 | boopathi |
|
||||
| kessler | stuff | rollup-plugin-version-injector | perpetual | material | ISC | git+https://github.com/djhouseknecht/rollup-plugin-version-injector.git | 1.3.3 | 1.3.3 | ^1.3.3 | David Houseknecht <david.j.houseknecht@gmail.com> |
|
||||
| kessler | stuff | sass | perpetual | material | MIT | git+https://github.com/sass/dart-sass.git | 1.89.1 | 1.89.1 | ^1.89.1 | Natalie Weizenbaum nweiz@google.com https://github.com/nex3 |
|
||||
| kessler | stuff | svg-slim | perpetual | material | MIT | git+https://github.com/benboba/svg-slim.git | 2.0.5 | 2.0.5 | ^2.0.5 | Wang Feng <benboba@gmail.com> |
|
||||
| kessler | stuff | tslib | perpetual | material | 0BSD | git+https://github.com/Microsoft/tslib.git | 2.8.1 | 2.8.1 | ^2.5.3 | Microsoft Corp. |
|
||||
| kessler | stuff | typed-scss-modules | perpetual | material | MIT | git+https://github.com/skovy/typed-scss-modules.git | 7.1.4 | 7.1.4 | ^7.1.0 | Spencer Miskoviak <smiskoviak@gmail.com> |
|
||||
| kessler | stuff | typescript | perpetual | material | Apache-2.0 | git+https://github.com/Microsoft/TypeScript.git | 5.2.2 | 5.2.2 | 5.2.2 | Microsoft Corp. |
|
||||
| kessler | stuff | sass | perpetual | material | MIT | git+https://github.com/sass/dart-sass.git | 1.97.3 | 1.89.1 | ^1.89.1 | Natalie Weizenbaum nweiz@google.com https://github.com/nex3 |
|
||||
| kessler | stuff | tslib | perpetual | material | 0BSD | git+https://github.com/Microsoft/tslib.git | 2.8.1 | 2.8.1 | ^2.8.1 | Microsoft Corp. |
|
||||
| kessler | stuff | typed-scss-modules | perpetual | material | MIT | git+https://github.com/skovy/typed-scss-modules.git | 8.1.1 | 8.1.1 | ^8.1.1 | Spencer Miskoviak <smiskoviak@gmail.com> |
|
||||
| kessler | stuff | typescript | perpetual | material | Apache-2.0 | git+https://github.com/microsoft/TypeScript.git | 5.8.3 | 5.8.3 | 5.8.3 | Microsoft Corp. |
|
||||
|
||||
|
||||
@@ -0,0 +1,80 @@
|
||||
import { FC } from 'react';
|
||||
|
||||
interface CGSelectProps {
|
||||
minCG: number;
|
||||
maxCG: number;
|
||||
value: number;
|
||||
disabled: boolean;
|
||||
increase: () => void;
|
||||
decrease: () => void;
|
||||
}
|
||||
|
||||
const CGSelect: FC<CGSelectProps> = ({ minCG, maxCG, value, disabled, increase, decrease }) => {
|
||||
return (
|
||||
<div className="relative">
|
||||
<input
|
||||
disabled
|
||||
className="w-full rounded-lg border border-white bg-zinc-700 px-3 py-2 text-white shadow-sm focus:border-blue-600 focus:outline-none focus:ring-blue-600"
|
||||
value={value.toFixed(1)}
|
||||
/>
|
||||
<button
|
||||
disabled={disabled || value <= minCG}
|
||||
className="absolute right-2 top-0 -mt-[.5px] border-t bg-zinc-700 text-white disabled:text-zinc-400"
|
||||
onClick={increase}
|
||||
>
|
||||
{/* FIXME: FONTAWESOME IN EFB */}
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
focusable="false"
|
||||
data-prefix="fas"
|
||||
data-icon="caret-up"
|
||||
className="svg-inline--fa fa-caret-up "
|
||||
role="img"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 320 512"
|
||||
style={{
|
||||
height: '1em',
|
||||
verticalAlign: '-0.125em',
|
||||
display: 'inline-block',
|
||||
boxSizing: 'content-box',
|
||||
}}
|
||||
>
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"
|
||||
></path>
|
||||
</svg>
|
||||
</button>
|
||||
<button
|
||||
disabled={disabled || value >= maxCG}
|
||||
className="absolute bottom-0 right-2 -mt-[.5px] border-b bg-zinc-700 text-white disabled:text-zinc-400"
|
||||
onClick={decrease}
|
||||
>
|
||||
{/* FIXME: FONTAWESOME IN EFB */}
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
focusable="false"
|
||||
data-prefix="fas"
|
||||
data-icon="caret-down"
|
||||
className="svg-inline--fa fa-caret-down "
|
||||
role="img"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 320 512"
|
||||
style={{
|
||||
height: '1em',
|
||||
verticalAlign: '-0.125em',
|
||||
display: 'inline-block',
|
||||
boxSizing: 'content-box',
|
||||
}}
|
||||
>
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"
|
||||
></path>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default CGSelect;
|
||||
@@ -0,0 +1,215 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { WASMDataF } from '../../types/WASMData';
|
||||
import { LoadingState, SimBrief } from '../../types/general';
|
||||
import { ImportFlightPlanKH } from '../../utils/TFDISBImport';
|
||||
import { CoherentCallSBEntryF, loadAircraft, unloadAircraft } from '../../utils/utils';
|
||||
import CGSelect from '../CGSelect/CGSelect';
|
||||
import ActionBar from '../actionbar/ActionBar';
|
||||
import Input from '../input/Input';
|
||||
|
||||
interface SBEntryProps {
|
||||
WASMData: WASMDataF;
|
||||
loadingState: LoadingState;
|
||||
gsxActive: boolean;
|
||||
setLoadingState: (newState: LoadingState) => void;
|
||||
}
|
||||
|
||||
const SBEntryF: FC<SBEntryProps> = ({ WASMData, loadingState, gsxActive, setLoadingState }) => {
|
||||
const [CGTarget, setCGTarget] = useState(WASMData.targetPayload.CGTarget);
|
||||
const [fuel, setFuel] = useState(Math.round(WASMData.targetPayload.fuel));
|
||||
const [SBInFlight, setSBInFlight] = useState(false);
|
||||
|
||||
// FROM EFB
|
||||
const simBrief = useSelector((state) => state.simbrief.plan);
|
||||
|
||||
const ZFW = () => {
|
||||
if (loadingState !== 'loaded' && !gsxActive) return Math.round(WASMData.targetPayload.total);
|
||||
|
||||
return Math.round(WASMData.livePayload.total);
|
||||
};
|
||||
const ZFWValid = () => {
|
||||
return ZFW() <= WASMData.limits.maxZFW;
|
||||
};
|
||||
const GW = () => {
|
||||
return fuel + ZFW();
|
||||
};
|
||||
const GWValid = () => {
|
||||
return GW() <= WASMData.limits.maxTOW;
|
||||
};
|
||||
|
||||
const handleInput = (input: string, maxValue: number, setter: (value: number) => void) => {
|
||||
if (!input) {
|
||||
setter(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < 0) setter(0);
|
||||
else if (converted > maxValue) setter(maxValue);
|
||||
else setter(converted);
|
||||
}
|
||||
};
|
||||
|
||||
const updateData = (SBPlan?: SimBrief, _fuel?: number) => {
|
||||
CoherentCallSBEntryF(CGTarget, _fuel ?? fuel, SBPlan);
|
||||
};
|
||||
|
||||
useEffect(() => updateData(), [CGTarget, fuel]);
|
||||
useEffect(() => {
|
||||
if (!simBrief || gsxActive) return;
|
||||
|
||||
setSBInFlight(true);
|
||||
|
||||
const SBResponse = ImportFlightPlanKH(
|
||||
simBrief,
|
||||
WASMData.limits.maxZFW,
|
||||
WASMData.limits.maxTOW,
|
||||
WASMData.limits.maxFuel,
|
||||
WASMData.userData.isImperial
|
||||
);
|
||||
if (SBResponse.type === 'error') {
|
||||
console.error('TODO: ERROR', SBResponse.message);
|
||||
setSBInFlight(false);
|
||||
return;
|
||||
}
|
||||
|
||||
const _fuel = parseFloat((SBResponse.message as SimBrief).fuel as unknown as string) ?? 0;
|
||||
|
||||
updateData(SBResponse.message as SimBrief, _fuel);
|
||||
|
||||
setFuel(_fuel);
|
||||
setSBInFlight(false);
|
||||
}, [simBrief, gsxActive]);
|
||||
useEffect(
|
||||
() =>
|
||||
setFuel((prev) => {
|
||||
if (prev > WASMData.limits.maxFuel) return WASMData.limits.maxFuel;
|
||||
return prev;
|
||||
}),
|
||||
[WASMData.userData.isER]
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Fuel ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right`}
|
||||
value={fuel}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.maxFuel, setFuel)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Planned ZFW ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={WASMData.sbPlanned.ZFW}
|
||||
disabled
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Planned GW ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={WASMData.sbPlanned.GW}
|
||||
disabled
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
Target ZFWCG ({WASMData.limits.minCG} - {WASMData.limits.maxCG})
|
||||
</label>
|
||||
<CGSelect
|
||||
minCG={WASMData.limits.minCG}
|
||||
maxCG={WASMData.limits.maxCG}
|
||||
value={CGTarget}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
increase={() =>
|
||||
setCGTarget((prev) => {
|
||||
const _new = prev + 0.1;
|
||||
return _new;
|
||||
})
|
||||
}
|
||||
decrease={() =>
|
||||
setCGTarget((prev) => {
|
||||
const _new = prev - 0.1;
|
||||
return _new;
|
||||
})
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} ZFW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${ZFWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={ZFW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} GW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${GWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={GW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ActionBar
|
||||
loadingState={loadingState}
|
||||
loadDisabled={!GWValid() || SBInFlight}
|
||||
GSXSync={WASMData.options.GSXSync}
|
||||
load={() => {
|
||||
setLoadingState('loaded');
|
||||
|
||||
loadAircraft();
|
||||
}}
|
||||
unload={() => {
|
||||
setLoadingState('preview');
|
||||
|
||||
unloadAircraft();
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default SBEntryF;
|
||||
@@ -0,0 +1,219 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { WASMDataPax } from '../../types/WASMData';
|
||||
import { LoadingState, SimBrief } from '../../types/general';
|
||||
import { ImportFlightPlanKH } from '../../utils/TFDISBImport';
|
||||
import { CoherentCallSBEntryPax, loadAircraft, unloadAircraft } from '../../utils/utils';
|
||||
import CGSelect from '../CGSelect/CGSelect';
|
||||
import ActionBar from '../actionbar/ActionBar';
|
||||
import Input from '../input/Input';
|
||||
|
||||
interface SBEntryProps {
|
||||
WASMData: WASMDataPax;
|
||||
loadingState: LoadingState;
|
||||
gsxActive: boolean;
|
||||
setLoadingState: (newState: LoadingState) => void;
|
||||
}
|
||||
|
||||
const SBEntryPax: FC<SBEntryProps> = ({ WASMData, loadingState, gsxActive, setLoadingState }) => {
|
||||
const [CGTarget, setCGTarget] = useState(WASMData.targetPayload.CGTarget);
|
||||
const [fuel, setFuel] = useState(Math.round(WASMData.targetPayload.fuel));
|
||||
const [fuelEnabled, setFuelEnabled] = useState(true);
|
||||
const [SBInFlight, setSBInFlight] = useState(false);
|
||||
|
||||
// FROM EFB
|
||||
const simBrief = useSelector((state) => state.simbrief.plan);
|
||||
|
||||
const ZFW = () => {
|
||||
if (loadingState !== 'loaded' && !gsxActive) return Math.round(WASMData.targetPayload.total);
|
||||
|
||||
return Math.round(WASMData.livePayload.total);
|
||||
};
|
||||
const ZFWValid = () => {
|
||||
return ZFW() <= WASMData.limits.maxZFW;
|
||||
};
|
||||
const GW = () => {
|
||||
return fuel + ZFW();
|
||||
};
|
||||
const GWValid = () => {
|
||||
return GW() <= WASMData.limits.maxTOW;
|
||||
};
|
||||
|
||||
const handleInput = (input: string, maxValue: number, setter: (value: number) => void) => {
|
||||
if (!input) {
|
||||
setter(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < 0) setter(0);
|
||||
else if (converted > maxValue) setter(maxValue);
|
||||
else setter(converted);
|
||||
}
|
||||
};
|
||||
|
||||
const updateData = (SBPlan?: SimBrief, _fuel?: number) => {
|
||||
CoherentCallSBEntryPax(CGTarget, _fuel ?? fuel, SBPlan);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
if (!simBrief || gsxActive) return;
|
||||
|
||||
setSBInFlight(true);
|
||||
|
||||
const SBResponse = ImportFlightPlanKH(
|
||||
simBrief,
|
||||
WASMData.limits.maxZFW,
|
||||
WASMData.limits.maxTOW,
|
||||
WASMData.limits.maxFuel,
|
||||
WASMData.userData.isImperial
|
||||
);
|
||||
if (SBResponse.type === 'error') {
|
||||
console.error('TODO: ERROR', SBResponse.message);
|
||||
setSBInFlight(false);
|
||||
return;
|
||||
}
|
||||
|
||||
const _fuel = parseFloat((SBResponse.message as SimBrief).fuel as unknown as string) ?? 0;
|
||||
|
||||
updateData(SBResponse.message as SimBrief, _fuel);
|
||||
|
||||
setFuel(_fuel);
|
||||
|
||||
setFuel(parseFloat((SBResponse.message as SimBrief).fuel as unknown as string) ?? 0);
|
||||
setSBInFlight(false);
|
||||
}, [simBrief, gsxActive]);
|
||||
|
||||
useEffect(() => updateData(), [CGTarget, fuel]);
|
||||
useEffect(
|
||||
() =>
|
||||
setFuel((prev) => {
|
||||
if (prev > WASMData.limits.maxFuel) return WASMData.limits.maxFuel;
|
||||
return prev;
|
||||
}),
|
||||
[WASMData.userData.isER]
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="flex w-full items-center justify-between rounded-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Fuel ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right`}
|
||||
value={fuel}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.maxFuel, setFuel)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Planned ZFW ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={WASMData.sbPlanned.ZFW}
|
||||
disabled
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex w-full items-center justify-between bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Planned GW ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={WASMData.sbPlanned.GW}
|
||||
disabled
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex w-full items-center justify-between rounded-b-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
Target ZFWCG ({WASMData.limits.minCG} - {WASMData.limits.maxCG})
|
||||
</label>
|
||||
<CGSelect
|
||||
minCG={WASMData.limits.minCG}
|
||||
maxCG={WASMData.limits.maxCG}
|
||||
value={CGTarget}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
increase={() =>
|
||||
setCGTarget((prev) => {
|
||||
const _new = prev + 0.1;
|
||||
return _new;
|
||||
})
|
||||
}
|
||||
decrease={() =>
|
||||
setCGTarget((prev) => {
|
||||
const _new = prev - 0.1;
|
||||
return _new;
|
||||
})
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} ZFW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${ZFWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={ZFW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} GW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${GWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={GW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ActionBar
|
||||
loadingState={loadingState}
|
||||
loadDisabled={!GWValid() || SBInFlight}
|
||||
GSXSync={WASMData.options.GSXSync}
|
||||
load={() => {
|
||||
setLoadingState('loaded');
|
||||
|
||||
loadAircraft();
|
||||
}}
|
||||
unload={() => {
|
||||
setLoadingState('preview');
|
||||
|
||||
unloadAircraft();
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default SBEntryPax;
|
||||
@@ -0,0 +1,38 @@
|
||||
import { FC } from 'react';
|
||||
import { LoadingState } from '../../types/general';
|
||||
|
||||
interface ActionBarProps {
|
||||
loadingState: LoadingState;
|
||||
loadDisabled: boolean;
|
||||
GSXSync: boolean;
|
||||
load: () => void;
|
||||
unload: () => void;
|
||||
}
|
||||
|
||||
const ActionBar: FC<ActionBarProps> = ({ loadingState, loadDisabled, GSXSync, load, unload }) => {
|
||||
return (
|
||||
<div className="relative flex w-full items-center justify-start gap-x-6">
|
||||
{loadingState === 'preview' && !GSXSync && (
|
||||
<button
|
||||
className="middle none center rounded-lg bg-green-600 px-6 py-3 font-sans text-xs font-bold uppercase text-white shadow-md shadow-green-500/20 transition-all hover:shadow-lg hover:shadow-green-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
|
||||
data-ripple-light="true"
|
||||
onClick={load}
|
||||
disabled={loadDisabled}
|
||||
>
|
||||
Load
|
||||
</button>
|
||||
)}
|
||||
{loadingState === 'loaded' && !GSXSync && (
|
||||
<button
|
||||
className="middle none center rounded-lg bg-red-600 px-6 py-3 font-sans text-xs font-bold uppercase text-white shadow-md shadow-red-500/20 transition-all hover:shadow-lg hover:shadow-red-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
|
||||
data-ripple-light="true"
|
||||
onClick={unload}
|
||||
>
|
||||
Unload
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ActionBar;
|
||||
@@ -0,0 +1,158 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { LoadingState } from '../../types/general';
|
||||
import { GSXLoadingState, WASMDataF } from '../../types/WASMData';
|
||||
import OptionsF from '../options/OptionsF';
|
||||
import Profile from '../profile/Profile';
|
||||
import SBEntryF from '../SBEntry/SBEntryF';
|
||||
import StationEntryF from '../stationEntry/StationEntryF';
|
||||
import Tabbar from '../tabbar/Tabbar';
|
||||
import ZFWEntryF from '../zfwEntry/ZFWEntryF';
|
||||
|
||||
interface FreighterProps {
|
||||
WASMData: WASMDataF;
|
||||
username?: string;
|
||||
}
|
||||
|
||||
const Freighter: FC<FreighterProps> = ({ WASMData, username }) => {
|
||||
const [selectedTab, setSelectedTab] = useState(0);
|
||||
const [loadingState, setLoadingState] = useState<LoadingState>('preview');
|
||||
|
||||
const upper1 = (overrideState: LoadingState = loadingState) => {
|
||||
if (overrideState !== 'loaded') return Math.round(WASMData.targetPayload.upper1);
|
||||
|
||||
return Math.round(WASMData.livePayload.upper1);
|
||||
};
|
||||
const upper2 = (overrideState: LoadingState = loadingState) => {
|
||||
if (overrideState !== 'loaded') return Math.round(WASMData.targetPayload.upper2);
|
||||
|
||||
return Math.round(WASMData.livePayload.upper2);
|
||||
};
|
||||
const upper3 = (overrideState: LoadingState = loadingState) => {
|
||||
if (overrideState !== 'loaded') return Math.round(WASMData.targetPayload.upper3);
|
||||
|
||||
return Math.round(WASMData.livePayload.upper3);
|
||||
};
|
||||
const upper4 = (overrideState: LoadingState = loadingState) => {
|
||||
if (overrideState !== 'loaded') return Math.round(WASMData.targetPayload.upper4);
|
||||
|
||||
return Math.round(WASMData.livePayload.upper4);
|
||||
};
|
||||
const lower1 = () => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) return Math.round(WASMData.targetPayload.lowerForward);
|
||||
|
||||
return Math.round(WASMData.livePayload.lowerForward);
|
||||
};
|
||||
const lower2 = () => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) return Math.round(WASMData.targetPayload.lowerRear);
|
||||
|
||||
return Math.round(WASMData.livePayload.lowerRear);
|
||||
};
|
||||
const OEW = () => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) return Math.round(WASMData.targetPayload.empty);
|
||||
|
||||
return Math.round(WASMData.livePayload.empty);
|
||||
};
|
||||
const crew = () => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) return Math.round(WASMData.targetPayload.crew);
|
||||
|
||||
return Math.round(WASMData.livePayload.crew);
|
||||
};
|
||||
|
||||
const GSXActive = () => {
|
||||
return (
|
||||
WASMData.GSX.couatlStarted &&
|
||||
WASMData.GSX.loadingState !== GSXLoadingState.IDLE &&
|
||||
WASMData.GSX.loadingState !== GSXLoadingState.DEBOARDED
|
||||
);
|
||||
};
|
||||
|
||||
const CGs = (): [string, boolean, string, boolean] => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) {
|
||||
return [
|
||||
WASMData.targetPayload.ZFWCG.toFixed(1),
|
||||
WASMData.targetPayload.ZFWCG < WASMData.limits.minCG || WASMData.targetPayload.ZFWCG > WASMData.limits.maxCG,
|
||||
WASMData.targetPayload.TOCG.toFixed(1),
|
||||
WASMData.targetPayload.TOCG < WASMData.limits.minCG || WASMData.targetPayload.TOCG > WASMData.limits.maxCG,
|
||||
];
|
||||
}
|
||||
|
||||
if (WASMData.options.GSXSync && GSXActive() && WASMData.GSX.loadingState === GSXLoadingState.BOARDING) {
|
||||
return [
|
||||
WASMData.targetPayload.ZFWCG.toFixed(1),
|
||||
WASMData.targetPayload.ZFWCG < WASMData.limits.minCG || WASMData.targetPayload.ZFWCG > WASMData.limits.maxCG,
|
||||
WASMData.targetPayload.TOCG.toFixed(1),
|
||||
WASMData.targetPayload.TOCG < WASMData.limits.minCG || WASMData.targetPayload.TOCG > WASMData.limits.maxCG,
|
||||
];
|
||||
}
|
||||
|
||||
return [
|
||||
WASMData.livePayload.ZFWCG.toFixed(1),
|
||||
WASMData.livePayload.ZFWCG < WASMData.limits.minCG || WASMData.livePayload.ZFWCG > WASMData.limits.maxCG,
|
||||
WASMData.livePayload.TOCG.toFixed(1),
|
||||
WASMData.livePayload.TOCG < WASMData.limits.minCG || WASMData.livePayload.TOCG > WASMData.limits.maxCG,
|
||||
];
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
setLoadingState(WASMData.loaded ? 'loaded' : 'preview');
|
||||
}, [WASMData.loaded]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<Profile
|
||||
type="F"
|
||||
isER={WASMData.userData.isER}
|
||||
upper1={`${upper1(GSXActive() ? 'loaded' : loadingState)}`}
|
||||
upper2={`${upper2(GSXActive() ? 'loaded' : loadingState)}`}
|
||||
upper3={`${upper3(GSXActive() ? 'loaded' : loadingState)}`}
|
||||
upper4={`${upper4(GSXActive() ? 'loaded' : loadingState)}`}
|
||||
lower1={`${lower1()}`}
|
||||
lower2={`${lower2()}`}
|
||||
OEW={`${OEW()}`}
|
||||
crew={`${crew()}`}
|
||||
unit={WASMData.userData.isImperial ? 'LBS' : 'KG'}
|
||||
inPreview={loadingState !== 'loaded' && !GSXActive()}
|
||||
CGs={CGs()}
|
||||
done={
|
||||
WASMData.options.GSXSync ? WASMData.GSX.loadingState === GSXLoadingState.BOARDED : loadingState !== 'preview'
|
||||
}
|
||||
/>
|
||||
<Tabbar
|
||||
tabs={
|
||||
username ? ['Simbrief', 'ZFW', 'Cargo', 'Options'] : ['ZFW', 'Cargo', 'Options']
|
||||
}
|
||||
selectedTab={selectedTab}
|
||||
setSelectedTab={setSelectedTab}
|
||||
/>
|
||||
{username && selectedTab === 0 && (
|
||||
<SBEntryF
|
||||
WASMData={WASMData}
|
||||
loadingState={loadingState}
|
||||
setLoadingState={setLoadingState}
|
||||
gsxActive={GSXActive()}
|
||||
/>
|
||||
)}
|
||||
{((username && selectedTab === 1) || (!username && selectedTab === 0)) && (
|
||||
<ZFWEntryF
|
||||
WASMData={WASMData}
|
||||
loadingState={loadingState}
|
||||
setLoadingState={setLoadingState}
|
||||
gsxActive={GSXActive()}
|
||||
/>
|
||||
)}
|
||||
{((username && selectedTab === 2) || (!username && selectedTab === 1)) && (
|
||||
<StationEntryF
|
||||
WASMData={WASMData}
|
||||
loadingState={loadingState}
|
||||
setLoadingState={setLoadingState}
|
||||
gsxActive={GSXActive()}
|
||||
/>
|
||||
)}
|
||||
{((username && selectedTab === 3) || (!username && selectedTab === 2)) && (
|
||||
<OptionsF WASMData={WASMData} loadingState={loadingState} gsxActive={GSXActive()} />
|
||||
)}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Freighter;
|
||||
@@ -0,0 +1,83 @@
|
||||
import { useEffect, useRef, useState } from 'react';
|
||||
import { v4 } from 'uuid';
|
||||
import Keyboard from '../keyboard/Keyboard';
|
||||
|
||||
export default function Input(props: {
|
||||
type?: string;
|
||||
topKeyboard?: boolean;
|
||||
value: number | string;
|
||||
min?: number;
|
||||
max?: number;
|
||||
step?: number;
|
||||
placeholder?: string;
|
||||
className?: string;
|
||||
disabled?: boolean;
|
||||
onChange?: (value: string) => void;
|
||||
onBlur?: (value: string) => void;
|
||||
}) {
|
||||
const [guid] = useState(v4());
|
||||
const ref = useRef<HTMLInputElement>(null);
|
||||
const keyboardRef = useRef<HTMLDivElement>(null);
|
||||
const blurRef = useRef<boolean>(false);
|
||||
const [isFocused, setFocused] = useState(false);
|
||||
const [showKeyboard, setShowKeyboard] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
if (isFocused) {
|
||||
Coherent.trigger('FOCUS_INPUT_FIELD', guid, '', '', '', false);
|
||||
} else {
|
||||
console.log('UNFOCUS_INPUT_FIELD');
|
||||
Coherent.trigger('UNFOCUS_INPUT_FIELD', guid);
|
||||
}
|
||||
}, [isFocused, guid]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<input
|
||||
ref={ref}
|
||||
type={props.type ? props.type : 'text'}
|
||||
min={props.min}
|
||||
max={props.max}
|
||||
step={props.step}
|
||||
placeholder={props.placeholder}
|
||||
disabled={props.disabled}
|
||||
onFocus={() => {
|
||||
if (!isFocused) {
|
||||
setFocused(true);
|
||||
setShowKeyboard(true);
|
||||
ref.current?.select();
|
||||
}
|
||||
}}
|
||||
onBlur={(e) => {
|
||||
if (blurRef.current && isFocused) ref.current?.focus();
|
||||
else {
|
||||
props.onBlur?.(e.target.value);
|
||||
setShowKeyboard(false);
|
||||
setFocused(false);
|
||||
ref.current?.blur();
|
||||
}
|
||||
blurRef.current = false;
|
||||
}}
|
||||
onChange={(e) => {
|
||||
if (props.onChange) props.onChange(e.target.value);
|
||||
}}
|
||||
value={props.value}
|
||||
className={props.className}
|
||||
/>
|
||||
{showKeyboard && (
|
||||
<Keyboard
|
||||
ref={keyboardRef}
|
||||
top={props.topKeyboard}
|
||||
value={String(props.value)}
|
||||
blurRef={blurRef}
|
||||
onInput={(value) => props.onChange && props.onChange(value)}
|
||||
onClose={() => {
|
||||
setShowKeyboard(false);
|
||||
setFocused(false);
|
||||
ref.current?.blur();
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
import { ArrowBigUp, Delete, Space, X } from 'lucide-react';
|
||||
import { forwardRef, RefObject, useState } from 'react';
|
||||
import { createPortal } from 'react-dom';
|
||||
|
||||
const defaultLayout = {
|
||||
default: [
|
||||
'1 2 3 4 5 6 7 8 9 0 {bksp}',
|
||||
'q w e r t y u i o p',
|
||||
'a s d f g h j k l',
|
||||
'{shift} z x c v b n m /',
|
||||
'{space} {close}',
|
||||
],
|
||||
shift: [
|
||||
'1 2 3 4 5 6 7 8 9 0 {bksp}',
|
||||
'Q W E R T Y U I O P',
|
||||
'A S D F G H J K L',
|
||||
'{shift} Z X C V B N M /',
|
||||
'{space} {close}',
|
||||
],
|
||||
};
|
||||
|
||||
const Keyboard = forwardRef<
|
||||
HTMLDivElement,
|
||||
{
|
||||
value: string;
|
||||
blurRef: RefObject<boolean>;
|
||||
top?: boolean;
|
||||
onInput: (value: string) => void;
|
||||
onClose: () => void;
|
||||
}
|
||||
>(({ value, top, blurRef, onInput, onClose }, ref) => {
|
||||
const [shift, setShift] = useState(false);
|
||||
|
||||
const layout = shift ? defaultLayout.shift : defaultLayout.default;
|
||||
|
||||
const handleKeyPress = (key: string) => {
|
||||
console.log('KEY PRESSED', key);
|
||||
|
||||
if (key === '{close}') {
|
||||
onClose();
|
||||
return;
|
||||
}
|
||||
|
||||
blurRef.current = true;
|
||||
|
||||
if (key === '{shift}') {
|
||||
setShift(!shift);
|
||||
return;
|
||||
}
|
||||
|
||||
let newValue = value;
|
||||
|
||||
if (key === '{bksp}') {
|
||||
newValue = value.slice(0, -1);
|
||||
} else if (key === '{space}') {
|
||||
newValue = value + ' ';
|
||||
} else if (key.length === 1) {
|
||||
newValue = value + key;
|
||||
}
|
||||
|
||||
onInput(newValue);
|
||||
};
|
||||
|
||||
return createPortal(
|
||||
<div
|
||||
ref={ref}
|
||||
className={`absolute ${top ? 'top-0' : 'bottom-0'} left-0 z-50 box-border w-full touch-manipulation select-none overflow-hidden bg-zinc-800 p-2 text-white`}
|
||||
>
|
||||
{layout.map((row, rowIndex) => (
|
||||
<div key={`row-${rowIndex}`} className="mb-1 flex w-full justify-center gap-1">
|
||||
{row.split(' ').map((key, keyIndex) => {
|
||||
let keyIdent = <>{key}</>;
|
||||
switch (key) {
|
||||
case '{shift}':
|
||||
keyIdent = <ArrowBigUp />;
|
||||
break;
|
||||
case '{bksp}':
|
||||
keyIdent = <Delete />;
|
||||
break;
|
||||
case '{close}':
|
||||
keyIdent = <X />;
|
||||
break;
|
||||
case '{space}':
|
||||
keyIdent = <Space />;
|
||||
break;
|
||||
}
|
||||
|
||||
return (
|
||||
<button
|
||||
key={`key-${rowIndex}-${keyIndex}`}
|
||||
className={`flex justify-center rounded-md p-4 ${
|
||||
key === '{close}' ? 'bg-zinc-700 px-12 focus:bg-zinc-600' : 'flex-1 bg-zinc-600'
|
||||
}`}
|
||||
onMouseDown={() => handleKeyPress(key)}
|
||||
>
|
||||
{keyIdent}
|
||||
</button>
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
))}
|
||||
</div>,
|
||||
document.body
|
||||
);
|
||||
});
|
||||
Keyboard.displayName = "Keyboard"
|
||||
|
||||
export default Keyboard;
|
||||
@@ -0,0 +1,121 @@
|
||||
import { FC } from 'react';
|
||||
import { LoadingState } from '../../types/general';
|
||||
import { WASMDataF } from '../../types/WASMData';
|
||||
import { CoherentCallGSXReset, CoherentCallOptionsSet } from '../../utils/utils';
|
||||
import ToggleComponentKH from '../toggleComponent/ToggleComponent';
|
||||
|
||||
interface OptionsFProps {
|
||||
WASMData: WASMDataF;
|
||||
loadingState: LoadingState;
|
||||
gsxActive: boolean;
|
||||
}
|
||||
|
||||
const OptionsF: FC<OptionsFProps> = ({ WASMData, loadingState, gsxActive }) => {
|
||||
return (
|
||||
<>
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-md bg-zinc-600 p-2 px-4">
|
||||
<ToggleComponentKH
|
||||
optionName="GSX Sync"
|
||||
value={WASMData.options.GSXSync}
|
||||
leftLabel={{ value: true }}
|
||||
rightLabel={{ value: false }}
|
||||
backgroundColor="bg-zinc-700"
|
||||
setValue={(value) => {
|
||||
CoherentCallOptionsSet(value);
|
||||
}}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
{WASMData.userData.isER ? (
|
||||
<>
|
||||
<h2 className="text-sm font-medium uppercase">SimBrief Profile Settings - ER Variant</h2>
|
||||
<table className="text-xs">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Passengers</td>
|
||||
<td className="p-1 px-2">0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Passenger Weight</td>
|
||||
<td className="p-1 px-2">1 {WASMData.userData.isImperial ? 'lbs' : 'kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Bag Weight</td>
|
||||
<td className="p-1 px-2">0 {WASMData.userData.isImperial ? 'lbs' : 'kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Empty Weight (inc. crew)</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '249537 lbs' : '113188 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Zero Fuel Weight</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '451300 lbs' : '204706 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Takeoff Weight</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '630500 lbs' : '285990 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Fuel Capacity</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '282619 lbs' : '128193 kg'}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<h2 className="text-sm font-medium uppercase">SimBrief Profile Settings - Normal variant</h2>
|
||||
<table className="text-xs">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Passengers</td>
|
||||
<td className="p-1 px-2">0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Passenger Weight</td>
|
||||
<td className="p-1 px-2">1 {WASMData.userData.isImperial ? 'lbs' : 'kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Bag Weight</td>
|
||||
<td className="p-1 px-2">0 {WASMData.userData.isImperial ? 'lbs' : 'kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Empty Weight (inc. crew)</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '249137 lbs' : '113006 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Zero Fuel Weight</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '451300 lbs' : '204706 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Takeoff Weight</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '625500 lbs' : '283722 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Fuel Capacity</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '256207 lbs' : '116213 kg'}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<button
|
||||
className="middle none center rounded-lg bg-red-600 px-6 py-3 font-sans text-xs font-bold uppercase text-white shadow-md shadow-red-500/20 transition-all hover:shadow-lg hover:shadow-red-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
|
||||
data-ripple-light="true"
|
||||
onClick={CoherentCallGSXReset}
|
||||
>
|
||||
Reset internal GSX state
|
||||
</button>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default OptionsF;
|
||||
@@ -0,0 +1,182 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { LoadingState } from '../../types/general';
|
||||
import { WASMDataPax } from '../../types/WASMData';
|
||||
import { CoherentCallGSXReset, CoherentCallOptionsSet } from '../../utils/utils';
|
||||
import Input from '../input/Input';
|
||||
import ToggleComponentKH from '../toggleComponent/ToggleComponent';
|
||||
|
||||
interface OptionsPaxProps {
|
||||
WASMData: WASMDataPax;
|
||||
loadingState: LoadingState;
|
||||
gsxActive: boolean;
|
||||
}
|
||||
|
||||
const OptionsPax: FC<OptionsPaxProps> = ({ WASMData, loadingState, gsxActive }) => {
|
||||
const [paxWeight, setPaxWeight] = useState(WASMData.options.paxWeight);
|
||||
const [bagWeight, setBagWeight] = useState(WASMData.options.bagWeight);
|
||||
|
||||
const updateData = () => {
|
||||
CoherentCallOptionsSet(undefined, paxWeight, bagWeight);
|
||||
};
|
||||
|
||||
const handleInput = (input: string, maxValue: number, setter: (value: number) => void) => {
|
||||
if (!input) {
|
||||
setter(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < 0) setter(0);
|
||||
else if (converted > maxValue) setter(maxValue);
|
||||
else setter(converted);
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(() => updateData(), [paxWeight, bagWeight]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-md bg-zinc-600 p-2 px-4">
|
||||
<ToggleComponentKH
|
||||
optionName="GSX Sync"
|
||||
value={WASMData.options.GSXSync}
|
||||
leftLabel={{ value: true }}
|
||||
rightLabel={{ value: false }}
|
||||
backgroundColor="bg-zinc-700"
|
||||
setValue={(value) => {
|
||||
CoherentCallOptionsSet(value);
|
||||
}}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Pax Weight ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={paxWeight}
|
||||
onChange={(value) => handleInput(value, Number.MAX_VALUE, setPaxWeight)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Bag Weight ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={bagWeight}
|
||||
onChange={(value) => handleInput(value, Number.MAX_VALUE, setBagWeight)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
{WASMData.userData.isER ? (
|
||||
<>
|
||||
<h2 className="text-sm font-medium uppercase">SimBrief Profile Settings - ER Variant</h2>
|
||||
<table className="text-xs">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Passengers</td>
|
||||
<td className="p-1 px-2">313</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Passenger Weight</td>
|
||||
<td className="p-1 px-2">
|
||||
{WASMData.options.paxWeight} {WASMData.userData.isImperial ? 'lbs' : 'kg'}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Bag Weight</td>
|
||||
<td className="p-1 px-2">
|
||||
{WASMData.options.bagWeight} {WASMData.userData.isImperial ? 'lbs' : 'kg'}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Empty Weight (inc. crew)</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '286465 lbs' : '129937 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Zero Fuel Weight</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '400000 lbs' : '181437 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Takeoff Weight</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '630500 lbs' : '285990 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Fuel Capacity</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '282619 lbs' : '128193 kg'}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<h2 className="text-sm font-medium uppercase">SimBrief Profile Settings - Normal variant</h2>
|
||||
<table className="text-xs">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Passengers</td>
|
||||
<td className="p-1 px-2">313</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Passenger Weight</td>
|
||||
<td className="p-1 px-2">
|
||||
{WASMData.options.paxWeight} {WASMData.userData.isImperial ? 'lbs' : 'kg'}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Bag Weight</td>
|
||||
<td className="p-1 px-2">
|
||||
{WASMData.options.bagWeight} {WASMData.userData.isImperial ? 'lbs' : 'kg'}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Empty Weight (inc. crew)</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '286065 lbs' : '129755 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Zero Fuel Weight</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '400000 lbs' : '181437 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Takeoff Weight</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '625500 lbs' : '283722 kg'}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="p-1 px-2">Max Fuel Capacity</td>
|
||||
<td className="p-1 px-2">{WASMData.userData.isImperial ? '256207 lbs' : '116213 kg'}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<button
|
||||
className="middle none center rounded-lg bg-red-600 px-6 py-3 font-sans text-xs font-bold uppercase text-white shadow-md shadow-red-500/20 transition-all hover:shadow-lg hover:shadow-red-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none"
|
||||
data-ripple-light="true"
|
||||
onClick={CoherentCallGSXReset}
|
||||
>
|
||||
Reset internal GSX state & disable SYNC
|
||||
</button>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default OptionsPax;
|
||||
@@ -0,0 +1,162 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { LoadingState } from '../../types/general';
|
||||
import { GSXLoadingState, WASMDataPax } from '../../types/WASMData';
|
||||
import OptionsPax from '../options/OptionsPax';
|
||||
import Profile from '../profile/Profile';
|
||||
import SBEntryPax from '../SBEntry/SBEntryPax';
|
||||
import StationEntryPax from '../stationEntry/StationEntryPax';
|
||||
import Tabbar from '../tabbar/Tabbar';
|
||||
import ZFWEntryPax from '../zfwEntry/ZFWEntryPax';
|
||||
|
||||
interface PaxProps {
|
||||
WASMData: WASMDataPax;
|
||||
username?: string;
|
||||
}
|
||||
|
||||
const Pax: FC<PaxProps> = ({ WASMData, username }) => {
|
||||
const [selectedTab, setSelectedTab] = useState(0);
|
||||
const [loadingState, setLoadingState] = useState<LoadingState>('preview');
|
||||
|
||||
const upper1 = (overrideState: LoadingState = loadingState) => {
|
||||
if (overrideState !== 'loaded') return WASMData.targetPayload.business1;
|
||||
|
||||
return WASMData.livePayload.business1;
|
||||
};
|
||||
const upper2 = (overrideState: LoadingState = loadingState) => {
|
||||
if (overrideState !== 'loaded') return WASMData.targetPayload.business2;
|
||||
|
||||
return WASMData.livePayload.business2;
|
||||
};
|
||||
const upper3 = (overrideState: LoadingState = loadingState) => {
|
||||
if (overrideState !== 'loaded') return WASMData.targetPayload.economy1;
|
||||
|
||||
return WASMData.livePayload.economy1;
|
||||
};
|
||||
const upper4 = (overrideState: LoadingState = loadingState) => {
|
||||
if (overrideState !== 'loaded') return WASMData.targetPayload.economy2;
|
||||
|
||||
return WASMData.livePayload.economy2;
|
||||
};
|
||||
const lower1 = () => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) return Math.round(WASMData.targetPayload.forwardCargo);
|
||||
|
||||
return Math.round(WASMData.livePayload.forwardCargo);
|
||||
};
|
||||
const lower2 = () => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) return Math.round(WASMData.targetPayload.rearCargo);
|
||||
|
||||
return Math.round(WASMData.livePayload.rearCargo);
|
||||
};
|
||||
const OEW = () => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) return Math.round(WASMData.targetPayload.empty);
|
||||
|
||||
return Math.round(WASMData.livePayload.empty);
|
||||
};
|
||||
const crew = () => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) return Math.round(WASMData.targetPayload.crew);
|
||||
|
||||
return Math.round(WASMData.livePayload.crew);
|
||||
};
|
||||
|
||||
const GSXActive = () => {
|
||||
return (
|
||||
WASMData.GSX.couatlStarted &&
|
||||
WASMData.GSX.loadingState !== GSXLoadingState.IDLE &&
|
||||
WASMData.GSX.loadingState !== GSXLoadingState.DEBOARDED
|
||||
);
|
||||
};
|
||||
|
||||
const CGs = (): [string, boolean, string, boolean] => {
|
||||
if (loadingState !== 'loaded' && !GSXActive()) {
|
||||
return [
|
||||
WASMData.targetPayload.ZFWCG.toFixed(1),
|
||||
WASMData.targetPayload.ZFWCG < WASMData.limits.minCG || WASMData.targetPayload.ZFWCG > WASMData.limits.maxCG,
|
||||
WASMData.targetPayload.TOCG.toFixed(1),
|
||||
WASMData.targetPayload.TOCG < WASMData.limits.minCG || WASMData.targetPayload.TOCG > WASMData.limits.maxCG,
|
||||
];
|
||||
}
|
||||
|
||||
if (WASMData.options.GSXSync && GSXActive() && WASMData.GSX.loadingState === GSXLoadingState.BOARDING) {
|
||||
return [
|
||||
WASMData.targetPayload.ZFWCG.toFixed(1),
|
||||
WASMData.targetPayload.ZFWCG < WASMData.limits.minCG || WASMData.targetPayload.ZFWCG > WASMData.limits.maxCG,
|
||||
WASMData.targetPayload.TOCG.toFixed(1),
|
||||
WASMData.targetPayload.TOCG < WASMData.limits.minCG || WASMData.targetPayload.TOCG > WASMData.limits.maxCG,
|
||||
];
|
||||
}
|
||||
|
||||
return [
|
||||
WASMData.livePayload.ZFWCG.toFixed(1),
|
||||
WASMData.livePayload.ZFWCG < WASMData.limits.minCG || WASMData.livePayload.ZFWCG > WASMData.limits.maxCG,
|
||||
WASMData.livePayload.TOCG.toFixed(1),
|
||||
WASMData.livePayload.TOCG < WASMData.limits.minCG || WASMData.livePayload.TOCG > WASMData.limits.maxCG,
|
||||
];
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
setLoadingState(WASMData.loaded ? 'loaded' : 'preview');
|
||||
}, [WASMData.loaded]);
|
||||
|
||||
return (
|
||||
<>
|
||||
<Profile
|
||||
type="PAX"
|
||||
isER={WASMData.userData.isER}
|
||||
upper1={`${upper1(GSXActive() ? 'loaded' : loadingState)}`}
|
||||
upper1max={loadingState === 'loaded' || GSXActive() ? `${upper1('preview')}` : `${WASMData.limits.business1}`}
|
||||
upper2={`${upper2(GSXActive() ? 'loaded' : loadingState)}`}
|
||||
upper2max={loadingState === 'loaded' || GSXActive() ? `${upper2('preview')}` : `${WASMData.limits.business2}`}
|
||||
upper3={`${upper3(GSXActive() ? 'loaded' : loadingState)}`}
|
||||
upper3max={loadingState === 'loaded' || GSXActive() ? `${upper3('preview')}` : `${WASMData.limits.economy1}`}
|
||||
upper4={`${upper4(GSXActive() ? 'loaded' : loadingState)}`}
|
||||
upper4max={loadingState === 'loaded' || GSXActive() ? `${upper4('preview')}` : `${WASMData.limits.economy2}`}
|
||||
lower1={`${lower1()}`}
|
||||
lower2={`${lower2()}`}
|
||||
OEW={`${OEW()}`}
|
||||
crew={`${crew()}`}
|
||||
unit={WASMData.userData.isImperial ? 'LBS' : 'KG'}
|
||||
inPreview={loadingState !== 'loaded' && !GSXActive()}
|
||||
CGs={CGs()}
|
||||
done={
|
||||
WASMData.options.GSXSync ? WASMData.GSX.loadingState === GSXLoadingState.BOARDED : loadingState !== 'preview'
|
||||
}
|
||||
/>
|
||||
<Tabbar
|
||||
tabs={
|
||||
username ? ['Simbrief', 'ZFW', 'Passengers & Cargo', 'Options'] : ['ZFW', 'Passengers & Cargo', 'Options']
|
||||
}
|
||||
selectedTab={selectedTab}
|
||||
setSelectedTab={setSelectedTab}
|
||||
/>
|
||||
{username && selectedTab === 0 && (
|
||||
<SBEntryPax
|
||||
WASMData={WASMData}
|
||||
loadingState={loadingState}
|
||||
setLoadingState={setLoadingState}
|
||||
gsxActive={GSXActive()}
|
||||
/>
|
||||
)}
|
||||
{((username && selectedTab === 1) || (!username && selectedTab === 0)) && (
|
||||
<ZFWEntryPax
|
||||
WASMData={WASMData}
|
||||
loadingState={loadingState}
|
||||
setLoadingState={setLoadingState}
|
||||
gsxActive={GSXActive()}
|
||||
/>
|
||||
)}
|
||||
{((username && selectedTab === 2) || (!username && selectedTab === 1)) && (
|
||||
<StationEntryPax
|
||||
WASMData={WASMData}
|
||||
loadingState={loadingState}
|
||||
setLoadingState={setLoadingState}
|
||||
gsxActive={GSXActive()}
|
||||
/>
|
||||
)}
|
||||
{((username && selectedTab === 3) || (!username && selectedTab === 2)) && (
|
||||
<OptionsPax WASMData={WASMData} loadingState={loadingState} gsxActive={GSXActive()} />
|
||||
)}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Pax;
|
||||
@@ -0,0 +1,14 @@
|
||||
.stroke-zinc-600 {
|
||||
--tw-bg-opacity: 1;
|
||||
stroke: rgba(82, 82, 91, var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.fill-neutral-500 {
|
||||
--tw-text-opacity: 1;
|
||||
fill: rgba(115, 115, 115, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.fill-red-500 {
|
||||
--tw-bg-opacity: 1;
|
||||
fill: rgba(239, 68, 68, var(--tw-bg-opacity));
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
import { FC } from 'react';
|
||||
|
||||
import styles from './Profile.module.scss';
|
||||
|
||||
interface ProfileProps {
|
||||
type: 'F' | 'PAX';
|
||||
isER: boolean;
|
||||
upper1: string;
|
||||
upper1max?: string;
|
||||
upper2: string;
|
||||
upper2max?: string;
|
||||
upper3: string;
|
||||
upper3max?: string;
|
||||
upper4: string;
|
||||
upper4max?: string;
|
||||
lower1: string;
|
||||
lower2: string;
|
||||
OEW: string;
|
||||
crew: string;
|
||||
CGs: [string, boolean, string, boolean];
|
||||
unit: string;
|
||||
inPreview: boolean;
|
||||
done: boolean;
|
||||
}
|
||||
|
||||
const Profile: FC<ProfileProps> = ({
|
||||
type,
|
||||
isER,
|
||||
upper1,
|
||||
upper1max,
|
||||
upper2,
|
||||
upper2max,
|
||||
upper3,
|
||||
upper3max,
|
||||
upper4,
|
||||
upper4max,
|
||||
lower1,
|
||||
lower2,
|
||||
OEW,
|
||||
crew,
|
||||
CGs,
|
||||
unit,
|
||||
inPreview,
|
||||
done,
|
||||
}) => {
|
||||
const previewClass = inPreview ? styles['fill-neutral-500'] : undefined;
|
||||
const doneClass = done ? undefined : styles['fill-neutral-500'];
|
||||
const ZFWCGClass = CGs[1] ? styles['fill-red-500'] : doneClass;
|
||||
const TOCGClass = CGs[3] ? styles['fill-red-500'] : doneClass;
|
||||
|
||||
return (
|
||||
<svg viewBox="0 0 4002 780" version="1.1" xmlns="http://www.w3.org/2000/svg" className="mb-4">
|
||||
<path
|
||||
style={{
|
||||
fill: 'none',
|
||||
strokeWidth: 4,
|
||||
strokeLinecap: 'butt',
|
||||
strokeLinejoin: 'miter',
|
||||
}}
|
||||
className={styles['stroke-zinc-600']}
|
||||
d="m 1748.2487,624.45529 v 83.5816 z m 653.1368,98.40409 v 43.08593 z"
|
||||
transform="matrix(1.0068517,0,0,1.0069072,-24.265193,-12.003831)"
|
||||
/>
|
||||
<path
|
||||
style={{
|
||||
fill: 'none',
|
||||
stroke: 'white',
|
||||
strokeWidth: 4,
|
||||
strokeLinecap: 'butt',
|
||||
strokeLinejoin: 'round',
|
||||
}}
|
||||
d="m 119.50997,573.71703 h 128.0729 v 29.07865 h 119.1481 M 1922.9882,624.6584 V 378.08519 Z M 1143.9838,378.54476 v 246.57126 z m 1556.0004,1.0854 3e-4,245.70686 0.01,-245.70686 z M 119.47872,507.3493 V 686.42638 Z M 681.8277,784.08016 C 550.68986,778.56008 459.37243,767.83734 325.24777,742.2102 247.12441,727.28325 163.85922,704.53832 115.68874,684.96689 65.272866,664.48337 30.640554,635.98924 26.748642,611.79065 c -3.768329,-23.42962 7.455828,-38.32595 50.49813,-67.01953 6.041298,-4.02691 12.708263,-9.27073 14.816577,-11.65295 2.108023,-2.3822 4.524361,-4.48001 4.524361,-4.48001 0,0 45.05507,-44.22564 69.74451,-58.59581 72.48275,-42.18783 238.75927,-76.44031 425.63149,-87.67895 14.00372,-0.84197 33.99829,-2.07064 44.43261,-2.72959 26.21726,-1.65646 1973.24248,-2.45294 2062.36198,-0.84445 156.7316,2.82998 269.5005,7.74134 530.5511,23.10724 47.1495,2.7752 85.8534,4.90642 86.012,4.73564 0.6463,-0.69433 3.18,-46.35302 2.6116,-47.00235 -0.3392,-0.38606 -8.4798,-1.63074 -18.0917,-2.7653 -35.3422,-4.17401 -67.399,-11.82474 -77.0779,-18.39697 -3.9158,-2.65808 -3.9645,-3.95085 -1.9416,-51.11949 2.108,-49.16104 3.1187,-81.48815 3.1285,-100.00521 0,-21.77363 -0.1657,-21.37816 11.1206,-24.94772 37.4058,-11.83133 117.8811,-11.06942 171.1122,1.62031 15.227,3.62986 19.589,3.51496 35.5372,-0.93615 21.7001,-6.05753 21.0601,-5.51568 96.6373,-82.052719 33.1386,-33.558758 68.757,-66.037569 68.757,-66.037569 0,0 83.3796,-1.079949 169.2388,-1.079949 136.9782,0 171.6165,0.253341 171.2179,1.25017 -4.4107,11.004128 -56.5812,125.499597 -58.6917,128.808777 -4.6101,7.22481 -3.2139,7.88313 16.7587,7.90201 9.0622,0.008 22.5343,1.10293 37.2289,3.0234 4.1187,0.5386 15.3536,1.65343 24.9606,2.47749 9.6122,0.82422 19.8325,1.75756 22.7175,2.07418 5.0681,0.55713 9.0514,198.40717 3.9934,198.38178 -3.6049,-0.0227 -31.7008,3.23584 -34.6991,4.01865 -1.9198,0.50162 -6.9752,1.19264 -11.2312,1.53478 -7.7386,0.62215 -7.7386,0.62215 -7.7386,8.4184 0,8.93284 0.045,8.97847 9.985,9.03089 7.595,0.034 9.8124,1.63453 3.4137,2.45321 -2.7018,0.34575 -6.0356,0.83238 -7.4075,1.08266 -1.3721,0.25018 -13.4624,0.89408 -26.8658,1.43238 -13.4009,0.53851 -28.9024,1.4418 -34.4462,2.00812 -15.6072,1.59497 -41.7208,3.01042 -55.6346,3.01554 -20.6343,0.008 -19.0304,-1.48851 -18.6619,17.4164 0.3714,19.01843 2.3134,23.86211 11.5516,28.7958 5.5848,2.98376 0.3035,2.54795 88.3399,7.28999 84.7141,4.56302 75.158,-2.81091 75.158,57.97778 0,54.09028 0.038,53.96894 -18.7912,59.84504 -20.4081,6.36957 -118.4497,34.30825 -182.9044,52.12181 -74.4105,20.56545 -152.6321,42.51798 -160.2541,44.9738 -10.5871,3.41069 -57.1162,16.38817 -105.4333,29.40502 -184.6228,49.73829 -402.0471,89.78228 -516.1218,95.05681 -19.1654,0.88577 -2300.07154,1.25614 -2320.9699,0.37695 z m 1714.3911,-15.93638 c 14.3101,-1.72862 35.0046,-5.59211 45.932,-8.57466 47.3734,-12.93067 34.3571,-20.57346 -70.3941,-41.33854 -9.3343,-1.85054 -21.9156,-4.53045 -27.9568,-5.955 -119.2244,-28.11802 -135.9358,-31.16723 -227.3866,-41.48667 -32.4779,-3.66487 -84.0049,-11.3955 -126.5748,-18.9901 -77.6003,-13.84405 -129.5471,-21.9553 -156.762,-24.47858 -178.2016,-16.52165 -260.2497,38.68714 -109.1224,73.42801 7.2586,1.66798 18.9422,5.29576 25.9629,8.06195 39.3007,15.48166 111.0211,26.35086 233.4296,35.37682 97.5092,7.1897 247.1876,10.13705 247.9345,4.88196 0.6641,-4.66361 1.511,-4.79998 36.7154,-5.88569 22.9808,-0.70847 26.3783,-0.21481 26.3783,3.83836 0,2.5877 2.9594,14.02473 3.8762,14.97665 0.4007,0.41452 15.6685,2.27843 33.9288,4.14116 18.264,1.86268 33.4272,3.60903 33.698,3.88056 0.7657,0.76635 16.5438,-0.20912 30.341,-1.87623 z m -2029.36746,-359.3222 -0.0248,215.97654 1275.64716,-4.1e-4 h 1275.1949 l 132.9522,-2.46652 132.952,-2.4665 147.9241,-11.4452 147.9243,-11.4452 1.0236,-90.88061 1.0235,-90.88061 -83.3015,-4.35422 -83.3014,-4.35424 m -2614.52231,217.81122 -5e-5,159.11801 z M 1748.1434,708.5565 v 75.45385 z m 1663.0399,-106.30033 -1e-4,113.31756 z m -1009.9445,22.54108 v 99.39317 z m -4e-4,143.38207 v 15.78331 z"
|
||||
transform="matrix(1.0068517,0,0,1.0069072,-24.265193,-12.003831)"
|
||||
/>
|
||||
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="725.61609" y="591.34473" textAnchor="middle">
|
||||
<tspan className={previewClass}>{upper1}</tspan>
|
||||
{upper1max && <tspan>/{upper1max}</tspan>}
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="1509.024" y="591.34473" textAnchor="middle">
|
||||
<tspan className={previewClass}>{upper2}</tspan>
|
||||
{upper2max && <tspan>/{upper2max}</tspan>}
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="2292.3511" y="591.34473" textAnchor="middle">
|
||||
<tspan className={previewClass}>{upper3}</tspan>
|
||||
{upper3max && <tspan>/{upper3max}</tspan>}
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="3075.8955" y="591.34473" textAnchor="middle">
|
||||
<tspan className={previewClass}>{upper4}</tspan>
|
||||
{upper4max && <tspan>/{upper4max}</tspan>}
|
||||
</text>
|
||||
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="1197.6641" y="754.35504" textAnchor="middle">
|
||||
<tspan className={previewClass}>{lower1}</tspan>
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="2891.1475" y="754.35504" textAnchor="middle">
|
||||
<tspan className={previewClass}>{lower2}</tspan>
|
||||
</text>
|
||||
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="0" y="280.10175">
|
||||
{type === 'F' ? 'Pilots:' : 'Pilots & FAs:'}
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="1476.2501" y="280.10175" textAnchor="end">
|
||||
<tspan className={previewClass}>{crew}</tspan>
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="0" y="130.625">
|
||||
OEW:
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="1476.2501" y="130.625" textAnchor="end">
|
||||
{OEW}
|
||||
</text>
|
||||
|
||||
<text style={{ fill: 'white', fontSize: '100px' }} x="4002" y="778.24402" textAnchor="end">
|
||||
<tspan style={{ fontSize: '70px' }}>all in </tspan>
|
||||
<tspan>{unit}</tspan>
|
||||
</text>
|
||||
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="1730.4194" y="142.15625">
|
||||
TOCG:
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="2540.771" y="142.15625">
|
||||
<tspan className={TOCGClass}>{CGs[2]}</tspan>
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="1730.4194" y="288.875">
|
||||
ZFWCG:
|
||||
</text>
|
||||
<text style={{ fill: 'white', fontSize: '160px' }} x="2540.771" y="288.875">
|
||||
<tspan className={ZFWCGClass}>{CGs[0]}</tspan>
|
||||
</text>
|
||||
|
||||
<path
|
||||
style={{
|
||||
fill: 'none',
|
||||
stroke: 'white',
|
||||
strokeWidth: 8,
|
||||
strokeLinecap: 'butt',
|
||||
strokeLinejoin: 'round',
|
||||
opacity: isER ? 1 : 0,
|
||||
}}
|
||||
d="m 3616.1269,203.67131 -115.4682,116.32951 h 76.6132 l 13.6484,-13.75016 h -61.1499 l 42.8836,-43.20365 h 61.1499 l 13.6485,-13.75016 h -61.1499 l 31.6393,-31.87538 h 61.1499 l 13.6484,-13.75016 z m 101.1357,0 -115.4682,116.32951 h 15.4631 l 45.9082,-46.25055 h 21.7891 l -7.0158,46.25055 h 20.0709 l 6.7491,-50.85999 c 10.2365,-2.8646 20.2552,-7.10948 30.0559,-12.73452 9.8522,-5.67714 18.9402,-12.70852 27.2636,-21.09401 6.1521,-6.19797 10.0211,-11.30222 11.6068,-15.31268 1.6896,-4.06255 1.7441,-7.42197 0.1635,-10.07824 -1.4223,-2.34378 -4.0367,-3.95839 -7.8438,-4.84382 -3.7552,-0.93749 -9.1472,-1.40626 -16.176,-1.40625 z m 2.2801,13.2814 h 18.1967 c 4.165,0 7.4735,0.31252 9.9248,0.93751 2.5032,0.57292 4.1244,1.61462 4.8641,3.12503 0.9495,1.77087 0.7045,3.9584 -0.735,6.56258 -1.3356,2.55212 -3.6579,5.49487 -6.9666,8.82824 -4.3426,4.37505 -8.5084,7.9949 -12.4972,10.8595 -3.8849,2.81253 -8.0847,5.31258 -12.5989,7.50009 -4.8776,2.34378 -9.5781,3.95838 -14.1015,4.84381 -4.4716,0.83333 -9.1546,1.25002 -14.0487,1.25002 h -15.6194 z"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
};
|
||||
|
||||
export default Profile;
|
||||
@@ -0,0 +1,220 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { LoadingState } from '../../types/general';
|
||||
import { WASMDataF } from '../../types/WASMData';
|
||||
import { CoherentCallStationEntryF, loadAircraft, unloadAircraft } from '../../utils/utils';
|
||||
import ActionBar from '../actionbar/ActionBar';
|
||||
import Input from '../input/Input';
|
||||
|
||||
interface StationEntryProps {
|
||||
WASMData: WASMDataF;
|
||||
loadingState: LoadingState;
|
||||
gsxActive: boolean;
|
||||
setLoadingState: (newState: LoadingState) => void;
|
||||
}
|
||||
|
||||
const StationEntryF: FC<StationEntryProps> = ({ WASMData, loadingState, gsxActive, setLoadingState }) => {
|
||||
const [upper1, setUpper1] = useState(WASMData.targetPayload.upper1);
|
||||
const [upper2, setUpper2] = useState(WASMData.targetPayload.upper2);
|
||||
const [upper3, setUpper3] = useState(WASMData.targetPayload.upper3);
|
||||
const [upper4, setUpper4] = useState(WASMData.targetPayload.upper4);
|
||||
const [lowerForward, setLowerForward] = useState(WASMData.targetPayload.lowerForward);
|
||||
const [lowerRear, setLowerRear] = useState(WASMData.targetPayload.lowerRear);
|
||||
const [fuel, setFuel] = useState(Math.round(WASMData.targetPayload.fuel));
|
||||
|
||||
const ZFW = () => {
|
||||
if (loadingState !== 'loaded' && !gsxActive) return Math.round(WASMData.targetPayload.total);
|
||||
|
||||
return Math.round(WASMData.livePayload.total);
|
||||
};
|
||||
const ZFWValid = () => {
|
||||
return ZFW() <= WASMData.limits.maxZFW;
|
||||
};
|
||||
const GW = () => {
|
||||
return fuel + ZFW();
|
||||
};
|
||||
const GWValid = () => {
|
||||
return GW() <= WASMData.limits.maxTOW;
|
||||
};
|
||||
|
||||
const handleInput = (input: string, maxValue: number, setter: (value: number) => void) => {
|
||||
if (!input) {
|
||||
setter(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < 0) setter(0);
|
||||
else if (converted > maxValue) setter(maxValue);
|
||||
else setter(converted);
|
||||
}
|
||||
};
|
||||
|
||||
const updateData = () => {
|
||||
CoherentCallStationEntryF(upper1, upper2, upper3, upper4, lowerForward, lowerRear, fuel);
|
||||
};
|
||||
|
||||
useEffect(() => updateData(), [upper1, upper2, upper3, upper4, lowerForward, lowerRear, fuel]);
|
||||
useEffect(
|
||||
() =>
|
||||
setFuel((prev) => {
|
||||
if (prev > WASMData.limits.maxFuel) return WASMData.limits.maxFuel;
|
||||
return prev;
|
||||
}),
|
||||
[WASMData.userData.isER]
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Fuel ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right`}
|
||||
value={fuel}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.maxFuel, setFuel)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Upper 1</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={upper1}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.upper1, setUpper1)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Upper 2</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={upper2}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.upper2, setUpper2)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Upper 3</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={upper3}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.upper3, setUpper3)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Upper 4</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={upper4}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.upper4, setUpper4)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Forward Cargo ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
topKeyboard
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={lowerForward}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.lowerForward, setLowerForward)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Aft Cargo ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
topKeyboard
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={lowerRear}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.lowerRear, setLowerRear)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} ZFW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${ZFWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={ZFW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} GW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${GWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={GW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ActionBar
|
||||
loadingState={loadingState}
|
||||
loadDisabled={!ZFWValid() || !GWValid()}
|
||||
GSXSync={WASMData.options.GSXSync}
|
||||
load={() => {
|
||||
setLoadingState('loaded');
|
||||
|
||||
loadAircraft();
|
||||
}}
|
||||
unload={() => {
|
||||
setLoadingState('preview');
|
||||
|
||||
unloadAircraft();
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default StationEntryF;
|
||||
@@ -0,0 +1,220 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { LoadingState } from '../../types/general';
|
||||
import { WASMDataPax } from '../../types/WASMData';
|
||||
import { CoherentCallStationEntryPax, loadAircraft, unloadAircraft } from '../../utils/utils';
|
||||
import ActionBar from '../actionbar/ActionBar';
|
||||
import Input from '../input/Input';
|
||||
|
||||
interface StationEntryProps {
|
||||
WASMData: WASMDataPax;
|
||||
loadingState: LoadingState;
|
||||
gsxActive: boolean;
|
||||
setLoadingState: (newState: LoadingState) => void;
|
||||
}
|
||||
|
||||
const StationEntryPax: FC<StationEntryProps> = ({ WASMData, loadingState, gsxActive, setLoadingState }) => {
|
||||
const [business1, setBusiness1] = useState(WASMData.targetPayload.business1);
|
||||
const [business2, setBusiness2] = useState(WASMData.targetPayload.business2);
|
||||
const [economy1, setEconomy1] = useState(WASMData.targetPayload.economy1);
|
||||
const [economy2, setEconomy2] = useState(WASMData.targetPayload.economy2);
|
||||
const [forwardCargo, setForwardCargo] = useState(WASMData.targetPayload.forwardCargo);
|
||||
const [rearCargo, setRearCargo] = useState(WASMData.targetPayload.rearCargo);
|
||||
const [fuel, setFuel] = useState(Math.round(WASMData.livePayload.fuel));
|
||||
|
||||
const ZFW = () => {
|
||||
if (loadingState !== 'loaded' && !gsxActive) return Math.round(WASMData.targetPayload.total);
|
||||
|
||||
return Math.round(WASMData.livePayload.total);
|
||||
};
|
||||
const ZFWValid = () => {
|
||||
return ZFW() <= WASMData.limits.maxZFW;
|
||||
};
|
||||
const GW = () => {
|
||||
return fuel + ZFW();
|
||||
};
|
||||
const GWValid = () => {
|
||||
return GW() <= WASMData.limits.maxTOW;
|
||||
};
|
||||
|
||||
const handleInput = (input: string, maxValue: number, setter: (value: number) => void) => {
|
||||
if (!input) {
|
||||
setter(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < 0) setter(0);
|
||||
else if (converted > maxValue) setter(maxValue);
|
||||
else setter(converted);
|
||||
}
|
||||
};
|
||||
|
||||
const updateData = () => {
|
||||
CoherentCallStationEntryPax(business1, business2, economy1, economy2, forwardCargo, rearCargo, fuel);
|
||||
};
|
||||
|
||||
useEffect(() => updateData(), [business1, business2, economy1, economy2, forwardCargo, rearCargo, fuel]);
|
||||
useEffect(
|
||||
() =>
|
||||
setFuel((prev) => {
|
||||
if (prev > WASMData.limits.maxFuel) return WASMData.limits.maxFuel;
|
||||
return prev;
|
||||
}),
|
||||
[WASMData.userData.isER]
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Fuel ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right`}
|
||||
value={fuel}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.maxFuel, setFuel)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Business</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={business1}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.business1, setBusiness1)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Premium Economy</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={business2}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.business2, setBusiness2)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Forward Economy</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={economy1}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.economy1, setEconomy1)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Aft Economy</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={economy2}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.economy2, setEconomy2)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Forward Cargo ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
topKeyboard
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={forwardCargo}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.forwardCargo, setForwardCargo)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Aft Cargo ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
topKeyboard
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={rearCargo}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.rearCargo, setRearCargo)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} ZFW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${ZFWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={ZFW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} GW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${GWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={GW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ActionBar
|
||||
loadingState={loadingState}
|
||||
loadDisabled={!ZFWValid() || !GWValid()}
|
||||
GSXSync={WASMData.options.GSXSync}
|
||||
load={() => {
|
||||
setLoadingState('loaded');
|
||||
|
||||
loadAircraft();
|
||||
}}
|
||||
unload={() => {
|
||||
setLoadingState('preview');
|
||||
|
||||
unloadAircraft();
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default StationEntryPax;
|
||||
@@ -0,0 +1,27 @@
|
||||
import { FC } from 'react';
|
||||
|
||||
interface TabbarProps {
|
||||
tabs: string[];
|
||||
selectedTab: number;
|
||||
setSelectedTab: (tab: number) => void;
|
||||
}
|
||||
|
||||
const Tabbar: FC<TabbarProps> = ({ tabs, selectedTab, setSelectedTab }) => {
|
||||
return (
|
||||
<ul className="mb-4 flex list-none flex-row flex-wrap border-b-0 pl-0">
|
||||
{tabs.map((tab, i) => (
|
||||
<li key={`${tab}-${i}`}>
|
||||
<button
|
||||
key={i}
|
||||
className={`${selectedTab === i ? 'text-white underline' : 'text-neutral-500'} my-2 block border-x-0 border-b-2 border-t-0 border-slate-100 bg-zinc-900 px-7 text-sm font-medium uppercase`}
|
||||
onClick={() => setSelectedTab(i)}
|
||||
>
|
||||
{tab}
|
||||
</button>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
);
|
||||
};
|
||||
|
||||
export default Tabbar;
|
||||
@@ -0,0 +1,51 @@
|
||||
interface ToggleComponentProps<T> {
|
||||
optionName: string;
|
||||
value: T;
|
||||
leftLabel: {
|
||||
value: T;
|
||||
label?: string;
|
||||
};
|
||||
rightLabel: {
|
||||
value: T;
|
||||
label?: string;
|
||||
};
|
||||
backgroundColor: string;
|
||||
disabled?: boolean;
|
||||
setValue: (value: T) => void;
|
||||
}
|
||||
|
||||
const ToggleComponentKH = <T,>({
|
||||
optionName,
|
||||
value,
|
||||
leftLabel,
|
||||
rightLabel,
|
||||
backgroundColor,
|
||||
disabled,
|
||||
setValue,
|
||||
}: ToggleComponentProps<T>) => {
|
||||
return (
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<span>{optionName}</span>
|
||||
<div className="inline-flex w-1/2 rounded-md shadow-sm">
|
||||
<button
|
||||
type="button"
|
||||
className={`${value === leftLabel.value ? 'bg-green-700' : backgroundColor} w-1/2 rounded-l-lg border border-white px-4 py-2 text-white disabled:pointer-events-none disabled:opacity-50`}
|
||||
onClick={() => setValue(leftLabel.value)}
|
||||
disabled={disabled}
|
||||
>
|
||||
{leftLabel.label || 'Enabled'}
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
className={`${value === rightLabel.value ? 'bg-green-700' : backgroundColor} w-1/2 rounded-r-md border border-white px-4 py-2 text-white disabled:pointer-events-none disabled:opacity-50`}
|
||||
onClick={() => setValue(rightLabel.value)}
|
||||
disabled={disabled}
|
||||
>
|
||||
{rightLabel.label || 'Disabled'}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ToggleComponentKH;
|
||||
@@ -0,0 +1,205 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { WASMDataF } from '../../types/WASMData';
|
||||
import { LoadingState } from '../../types/general';
|
||||
import { CoherentCallZFWEntry, loadAircraft, unloadAircraft } from '../../utils/utils';
|
||||
import CGSelect from '../CGSelect/CGSelect';
|
||||
import ActionBar from '../actionbar/ActionBar';
|
||||
import Input from '../input/Input';
|
||||
|
||||
interface ZFWEntryProps {
|
||||
WASMData: WASMDataF;
|
||||
loadingState: LoadingState;
|
||||
gsxActive: boolean;
|
||||
setLoadingState: (newState: LoadingState) => void;
|
||||
}
|
||||
|
||||
const ZFWEntryF: FC<ZFWEntryProps> = ({ WASMData, loadingState, gsxActive, setLoadingState }) => {
|
||||
const [CGTarget, setCGTarget] = useState(WASMData.targetPayload.CGTarget);
|
||||
const [fuel, setFuel] = useState(Math.round(WASMData.targetPayload.fuel));
|
||||
const [ZFWTarget, setZFWTarget] = useState(Math.round(WASMData.targetPayload.total));
|
||||
|
||||
const ZFW = () => {
|
||||
if (loadingState !== 'loaded' && !gsxActive) return ZFWTarget;
|
||||
|
||||
return Math.round(WASMData.livePayload.total);
|
||||
};
|
||||
const ZFWValid = () => {
|
||||
return ZFW() <= WASMData.limits.maxZFW;
|
||||
};
|
||||
const GW = () => {
|
||||
return fuel + ZFW();
|
||||
};
|
||||
const GWValid = () => {
|
||||
return GW() <= WASMData.limits.maxTOW;
|
||||
};
|
||||
|
||||
const handleInput = (input: string, maxValue: number, setter: (value: number) => void) => {
|
||||
if (!input) {
|
||||
setter(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < 0) setter(0);
|
||||
else if (converted > maxValue) setter(maxValue);
|
||||
else setter(converted);
|
||||
}
|
||||
};
|
||||
const handleInputZFW = (input: string) => {
|
||||
if (!input) {
|
||||
setZFWTarget(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted <= 0) setZFWTarget(Math.round(WASMData.targetPayload.empty + WASMData.targetPayload.crew));
|
||||
else if (converted > WASMData.limits.maxZFW) setZFWTarget(WASMData.limits.maxZFW);
|
||||
else setZFWTarget(converted);
|
||||
}
|
||||
};
|
||||
|
||||
const handleBlurZFW = (input: string) => {
|
||||
const minZFW = Math.round(WASMData.targetPayload.empty + WASMData.targetPayload.crew);
|
||||
|
||||
if (!input) {
|
||||
setZFWTarget(minZFW);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < minZFW) setZFWTarget(minZFW);
|
||||
else if (converted > WASMData.limits.maxZFW) setZFWTarget(WASMData.limits.maxZFW);
|
||||
else setZFWTarget(converted);
|
||||
}
|
||||
};
|
||||
|
||||
const updateData = () => {
|
||||
CoherentCallZFWEntry(ZFWTarget, CGTarget, fuel);
|
||||
};
|
||||
|
||||
useEffect(() => updateData(), [ZFWTarget, CGTarget, fuel]);
|
||||
useEffect(
|
||||
() =>
|
||||
setFuel((prev) => {
|
||||
if (prev > WASMData.limits.maxFuel) return WASMData.limits.maxFuel;
|
||||
return prev;
|
||||
}),
|
||||
[WASMData.userData.isER]
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Fuel ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right`}
|
||||
value={fuel}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.maxFuel, setFuel)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Target ZFW ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={ZFWTarget}
|
||||
onChange={(value) => handleInputZFW(value)}
|
||||
onBlur={(value) => handleBlurZFW(value)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
Target ZFWCG ({WASMData.limits.minCG} - {WASMData.limits.maxCG})
|
||||
</label>
|
||||
<CGSelect
|
||||
minCG={WASMData.limits.minCG}
|
||||
maxCG={WASMData.limits.maxCG}
|
||||
value={CGTarget}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
increase={() =>
|
||||
setCGTarget((prev) => {
|
||||
const _new = prev + 0.1;
|
||||
return _new;
|
||||
})
|
||||
}
|
||||
decrease={() =>
|
||||
setCGTarget((prev) => {
|
||||
const _new = prev - 0.1;
|
||||
return _new;
|
||||
})
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} ZFW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${ZFWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={ZFW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} GW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${GWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={GW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ActionBar
|
||||
loadingState={loadingState}
|
||||
loadDisabled={!GWValid()}
|
||||
GSXSync={WASMData.options.GSXSync}
|
||||
load={() => {
|
||||
setLoadingState('loaded');
|
||||
|
||||
loadAircraft();
|
||||
}}
|
||||
unload={() => {
|
||||
setLoadingState('preview');
|
||||
|
||||
unloadAircraft();
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default ZFWEntryF;
|
||||
@@ -0,0 +1,205 @@
|
||||
import { FC, useEffect, useState } from 'react';
|
||||
import { WASMDataPax } from '../../types/WASMData';
|
||||
import { LoadingState } from '../../types/general';
|
||||
import { CoherentCallZFWEntry, loadAircraft, unloadAircraft } from '../../utils/utils';
|
||||
import CGSelect from '../CGSelect/CGSelect';
|
||||
import ActionBar from '../actionbar/ActionBar';
|
||||
import Input from '../input/Input';
|
||||
|
||||
interface ZFWEntryProps {
|
||||
WASMData: WASMDataPax;
|
||||
loadingState: LoadingState;
|
||||
gsxActive: boolean;
|
||||
setLoadingState: (newState: LoadingState) => void;
|
||||
}
|
||||
|
||||
const ZFWEntryPax: FC<ZFWEntryProps> = ({ WASMData, loadingState, gsxActive, setLoadingState }) => {
|
||||
const [CGTarget, setCGTarget] = useState(WASMData.targetPayload.CGTarget);
|
||||
const [fuel, setFuel] = useState(Math.round(WASMData.targetPayload.fuel));
|
||||
const [ZFWTarget, setZFWTarget] = useState(Math.round(WASMData.targetPayload.total));
|
||||
|
||||
const ZFW = () => {
|
||||
if (loadingState !== 'loaded' && !gsxActive) return ZFWTarget;
|
||||
|
||||
return Math.round(WASMData.livePayload.total);
|
||||
};
|
||||
const ZFWValid = () => {
|
||||
return ZFW() <= WASMData.limits.maxZFW;
|
||||
};
|
||||
const GW = () => {
|
||||
return fuel + ZFW();
|
||||
};
|
||||
const GWValid = () => {
|
||||
return GW() <= WASMData.limits.maxTOW;
|
||||
};
|
||||
|
||||
const handleInput = (input: string, maxValue: number, setter: (value: number) => void) => {
|
||||
if (!input) {
|
||||
setter(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < 0) setter(0);
|
||||
else if (converted > maxValue) setter(maxValue);
|
||||
else setter(converted);
|
||||
}
|
||||
};
|
||||
const handleInputZFW = (input: string) => {
|
||||
if (!input) {
|
||||
setZFWTarget(0);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < 0) setZFWTarget(Math.round(WASMData.targetPayload.empty + WASMData.targetPayload.crew));
|
||||
else if (converted > WASMData.limits.maxZFW) setZFWTarget(WASMData.limits.maxZFW);
|
||||
else setZFWTarget(converted);
|
||||
}
|
||||
};
|
||||
|
||||
const handleBlurZFW = (input: string) => {
|
||||
const minZFW = Math.round(WASMData.targetPayload.empty + WASMData.targetPayload.crew);
|
||||
|
||||
if (!input) {
|
||||
setZFWTarget(minZFW);
|
||||
return;
|
||||
}
|
||||
|
||||
const converted = parseInt(input);
|
||||
if (converted) {
|
||||
if (converted < minZFW) setZFWTarget(minZFW);
|
||||
else if (converted > WASMData.limits.maxZFW) setZFWTarget(WASMData.limits.maxZFW);
|
||||
else setZFWTarget(converted);
|
||||
}
|
||||
};
|
||||
|
||||
const updateData = () => {
|
||||
CoherentCallZFWEntry(ZFWTarget, CGTarget, fuel);
|
||||
};
|
||||
|
||||
useEffect(() => updateData(), [ZFWTarget, CGTarget, fuel]);
|
||||
useEffect(
|
||||
() =>
|
||||
setFuel((prev) => {
|
||||
if (prev > WASMData.limits.maxFuel) return WASMData.limits.maxFuel;
|
||||
return prev;
|
||||
}),
|
||||
[WASMData.userData.isER]
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Fuel ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right`}
|
||||
value={fuel}
|
||||
onChange={(value) => handleInput(value, WASMData.limits.maxFuel, setFuel)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>Target ZFW ({WASMData.userData.isImperial ? 'lbs' : 'kg'})</label>
|
||||
<Input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className="w-1/2 rounded-lg border border-white bg-zinc-700 px-3 py-2 text-right focus:border-blue-600 focus:ring-blue-600"
|
||||
value={ZFWTarget}
|
||||
onChange={(value) => handleInputZFW(value)}
|
||||
onBlur={(value) => handleBlurZFW(value)}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
Target ZFWCG ({WASMData.limits.minCG} - {WASMData.limits.maxCG})
|
||||
</label>
|
||||
<CGSelect
|
||||
minCG={WASMData.limits.minCG}
|
||||
maxCG={WASMData.limits.maxCG}
|
||||
value={CGTarget}
|
||||
disabled={loadingState !== 'preview' || gsxActive}
|
||||
increase={() =>
|
||||
setCGTarget((prev) => {
|
||||
const _new = prev + 0.1;
|
||||
return _new;
|
||||
})
|
||||
}
|
||||
decrease={() =>
|
||||
setCGTarget((prev) => {
|
||||
const _new = prev - 0.1;
|
||||
return _new;
|
||||
})
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="block flex w-full flex-col opacity-100 transition-opacity duration-150 ease-linear mb-4">
|
||||
<div className="relative flex w-full items-center justify-between rounded-t-md bg-zinc-600 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} ZFW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${ZFWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={ZFW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative flex w-full items-center justify-between rounded-b-md bg-zinc-700 p-2 px-4">
|
||||
<div className="flex w-full items-center justify-between text-xs">
|
||||
<label>
|
||||
{loadingState !== 'loaded' && !gsxActive ? 'Expected' : 'Actual'} GW (
|
||||
{WASMData.userData.isImperial ? 'lbs' : 'kg'})
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
placeholder=""
|
||||
className={`w-1/2 rounded-lg border ${GWValid() ? 'border-white' : 'border-red-500 text-red-500'} bg-zinc-700 px-3 py-2 text-right`}
|
||||
disabled
|
||||
value={GW()}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ActionBar
|
||||
loadingState={loadingState}
|
||||
loadDisabled={!GWValid()}
|
||||
GSXSync={WASMData.options.GSXSync}
|
||||
load={() => {
|
||||
setLoadingState('loaded');
|
||||
|
||||
loadAircraft();
|
||||
}}
|
||||
unload={() => {
|
||||
setLoadingState('preview');
|
||||
|
||||
unloadAircraft();
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default ZFWEntryPax;
|
||||
@@ -1,36 +0,0 @@
|
||||
export interface PayloadFreight {
|
||||
pilot: number;
|
||||
firstOfficer: number;
|
||||
engineer: number;
|
||||
upper1Left: number;
|
||||
upper1Right: number;
|
||||
upper2Left: number;
|
||||
upper2Right: number;
|
||||
upper3Left: number;
|
||||
upper3Right: number;
|
||||
upper4Left: number;
|
||||
upper4Right: number;
|
||||
lowerForward: number;
|
||||
lowerRear: number;
|
||||
leftAuxF: number;
|
||||
rightAuxF: number;
|
||||
}
|
||||
|
||||
// TODO: Extract from CFG at runtime.
|
||||
export const ArmsFreight = {
|
||||
pilot: 984,
|
||||
firstOfficer: 984,
|
||||
engineer: 960,
|
||||
upper1Left: 660,
|
||||
upper1Right: 660,
|
||||
upper2Left: 240,
|
||||
upper2Right: 240,
|
||||
upper3Left: -240,
|
||||
upper3Right: -240,
|
||||
upper4Left: -600,
|
||||
upper4Right: -600,
|
||||
lowerForward: 360,
|
||||
lowerRear: -360,
|
||||
leftAuxF: 60,
|
||||
rightAuxF: 60,
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
export interface PayloadPax {
|
||||
pilot: number;
|
||||
firstOfficer: number;
|
||||
engineer: number;
|
||||
cabinCrewFront: number;
|
||||
business1Left: number;
|
||||
business1Center: number;
|
||||
business1Right: number;
|
||||
business2Left: number;
|
||||
business2Center: number;
|
||||
business2Right: number;
|
||||
economy1Left: number;
|
||||
economy1Center: number;
|
||||
economy1Right: number;
|
||||
economy2Left: number;
|
||||
economy2Center: number;
|
||||
economy2Right: number;
|
||||
cabinCrewRear: number;
|
||||
forwardCargo: number;
|
||||
rearCargo: number;
|
||||
leftAuxPax: number;
|
||||
rightAuxPax: number;
|
||||
}
|
||||
|
||||
// TODO: Extract from CFG at runtime.
|
||||
// FIXME: Copy over values
|
||||
export const ArmsPax = {
|
||||
pilot: 0,
|
||||
firstOfficer: 0,
|
||||
engineer: 0,
|
||||
cabinCrewFront: 0,
|
||||
business1Left: 0,
|
||||
business1Center: 0,
|
||||
business1Right: 0,
|
||||
business2Left: 0,
|
||||
business2Center: 0,
|
||||
business2Right: 0,
|
||||
economy1Left: 0,
|
||||
economy1Center: 0,
|
||||
economy1Right: 0,
|
||||
economy2Left: 0,
|
||||
economy2Center: 0,
|
||||
economy2Right: 0,
|
||||
cabinCrewRear: 0,
|
||||
forwardCargo: 0,
|
||||
rearCargo: 0,
|
||||
leftAuxPax: 0,
|
||||
rightAuxPax: 0,
|
||||
};
|
||||
@@ -1,45 +0,0 @@
|
||||
export interface Fuel {
|
||||
main1: number;
|
||||
main3: number;
|
||||
main2: number;
|
||||
upperAux: number;
|
||||
lowerAux: number;
|
||||
main1Tip: number;
|
||||
main3Tip: number;
|
||||
tail: number;
|
||||
forwardAux1: number;
|
||||
forwardAux2: number;
|
||||
}
|
||||
|
||||
// TODO: Extract from CFG at runtime.
|
||||
export const EmptyArm = -159.6;
|
||||
|
||||
// TODO: Extract from CFG at runtime.
|
||||
export const ArmsFuel = {
|
||||
main1: -240,
|
||||
main3: -240,
|
||||
main2: 120,
|
||||
upperAux: 0,
|
||||
lowerAux: 0,
|
||||
main1Tip: -468,
|
||||
main3Tip: -468,
|
||||
tail: -840,
|
||||
forwardAux1: 60,
|
||||
forwardAux2: 60,
|
||||
};
|
||||
|
||||
// TODO: Extract following four from CFG at runtime
|
||||
const rootChord = 34.68;
|
||||
const wingSpan = 170.5;
|
||||
const wingArea = 3648;
|
||||
const quarterMAC = -165; //aero_center
|
||||
|
||||
const tipChord = (2 * wingArea) / wingSpan - rootChord;
|
||||
const taperRatio = tipChord / rootChord;
|
||||
|
||||
const MAC = (2 / 3) * rootChord * ((1 + taperRatio + taperRatio ** 2) / (1 + taperRatio)) * 12;
|
||||
const LEMAC = quarterMAC + (1 / 4) * MAC;
|
||||
|
||||
export const toPercentMAC = (positionInInches: number) => {
|
||||
return Math.abs(((positionInInches - LEMAC) / MAC) * 100);
|
||||
};
|
||||
@@ -1,6 +1,3 @@
|
||||
export const COMMANDS = 'KHOFMANN_PDF_READER_COMMANDS';
|
||||
export const DATA = 'KHOFMANN_PDF_READER_DATA';
|
||||
export const LIST = 'LIST';
|
||||
export const LOAD = 'LOAD';
|
||||
export const SAVE = 'SAVE';
|
||||
export const MAX_LIST = 10;
|
||||
export const COHERENT_COMM_BUS_WASM_CALL = 'COMM_BUS_WASM_CALLBACK';
|
||||
|
||||
export const CG_ADJUST = 0.05;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
src: url(assets/fonts/Roboto-Light.ttf) format('truetype');
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url(assets/fonts/Roboto-Regular.ttf) format('truetype');
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 500;
|
||||
src: url(assets/fonts/Roboto-Medium.ttf) format('truetype');
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url(assets/fonts/Roboto-Bold.ttf) format('truetype');
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<!-- prettier-ignore -->
|
||||
<head>
|
||||
<title></title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="stylesheet" href="/SCSS/common.css" />
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
|
||||
<script type="text/javascript" src="/JS/coherent.js"></script>
|
||||
<script type="text/javascript" src="/JS/common.js"></script>
|
||||
<script type="text/javascript" src="/Pages/VCockpit/Instruments/Shared/BaseInstrument.js"></script>
|
||||
<script type="text/javascript" src="/JS/dataStorage.js"></script>
|
||||
<script type="text/javascript" src="/JS/buttons.js"></script>
|
||||
<script type="text/javascript" src="/JS/Services/ToolBarPanels.js"></script>
|
||||
<script type="text/javascript" src="/JS/simvar.js"></script>
|
||||
|
||||
<link rel="import" href="/templates/NewPushButton/NewPushButton.html" />
|
||||
<link rel="import" href="/templates/ingameUi/ingameUi.html" />
|
||||
<link rel="import" href="/templates/ingameUiHeader/ingameUiHeader.html" />
|
||||
<link rel="import" href="/templates/virtualScroll/virtualScroll.html" />
|
||||
</head>
|
||||
<body class="border-box">
|
||||
<tfdidesign-md11-load-manager-panel>
|
||||
<ingame-ui
|
||||
id="tfdidesign-md11-load-manager"
|
||||
panel-id="TFDIDESIGN_MD11_LOAD_MANAGER_PANEL"
|
||||
title="TFDi Design MD-11 Load Manager"
|
||||
class="ingameUiFrame panelInvisible"
|
||||
content-fit="true"
|
||||
>
|
||||
<div id="react" style="display: flex"></div>
|
||||
</ingame-ui>
|
||||
</tfdidesign-md11-load-manager-panel>
|
||||
<script src="index.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,27 +0,0 @@
|
||||
import { createElement } from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import App from './App';
|
||||
|
||||
class TFDiDesignMD11LoadManagerPanel extends TemplateElement {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
super.connectedCallback();
|
||||
|
||||
const container = document.getElementById('react');
|
||||
if (container) {
|
||||
console.log('Starting React');
|
||||
const root = createRoot(container);
|
||||
root.render(createElement(App));
|
||||
}
|
||||
}
|
||||
|
||||
disconnectedCallback() {
|
||||
super.disconnectedCallback();
|
||||
}
|
||||
}
|
||||
|
||||
window.customElements.define('tfdidesign-md11-load-manager-panel', TFDiDesignMD11LoadManagerPanel);
|
||||
checkAutoload();
|
||||
@@ -0,0 +1,109 @@
|
||||
interface WASMData {
|
||||
GSX: GSX;
|
||||
userData: UserData;
|
||||
options: Options;
|
||||
sbPlanned: {
|
||||
ZFW: number;
|
||||
GW: number;
|
||||
fuel: number;
|
||||
};
|
||||
loaded: boolean;
|
||||
}
|
||||
|
||||
export interface WASMDataPax extends WASMData {
|
||||
livePayload: LivePayloadPax;
|
||||
targetPayload: TargetPayloadPax;
|
||||
limits: LimitsPax;
|
||||
}
|
||||
|
||||
export interface WASMDataF extends WASMData {
|
||||
livePayload: LivePayloadF;
|
||||
targetPayload: TargetPayloadF;
|
||||
limits: LimitsF;
|
||||
}
|
||||
|
||||
interface TargetPayload {
|
||||
CGTarget: number;
|
||||
ZFWCG: number;
|
||||
TOCG: number;
|
||||
total: number;
|
||||
fuel: number;
|
||||
}
|
||||
|
||||
interface TargetPayloadPax extends TargetPayload {
|
||||
empty: number;
|
||||
crew: number;
|
||||
business1: number;
|
||||
business2: number;
|
||||
economy1: number;
|
||||
economy2: number;
|
||||
forwardCargo: number;
|
||||
rearCargo: number;
|
||||
}
|
||||
|
||||
type LivePayloadPax = TargetPayloadPax;
|
||||
|
||||
interface TargetPayloadF extends TargetPayload {
|
||||
empty: number;
|
||||
crew: number;
|
||||
upper1: number;
|
||||
upper2: number;
|
||||
upper3: number;
|
||||
upper4: number;
|
||||
lowerForward: number;
|
||||
lowerRear: number;
|
||||
}
|
||||
|
||||
type LivePayloadF = TargetPayloadF;
|
||||
|
||||
interface GSX {
|
||||
couatlStarted: boolean;
|
||||
loadingState: GSXLoadingState;
|
||||
}
|
||||
|
||||
interface Limits {
|
||||
minCG: number;
|
||||
maxCG: number;
|
||||
maxFuel: number;
|
||||
maxTOW: number;
|
||||
maxZFW: number;
|
||||
minZFW: number;
|
||||
}
|
||||
|
||||
interface LimitsPax extends Limits {
|
||||
business1: number;
|
||||
business2: number;
|
||||
economy1: number;
|
||||
economy2: number;
|
||||
forwardCargo: number;
|
||||
rearCargo: number;
|
||||
}
|
||||
|
||||
interface LimitsF extends Limits {
|
||||
upper1: number;
|
||||
upper2: number;
|
||||
upper3: number;
|
||||
upper4: number;
|
||||
lowerForward: number;
|
||||
lowerRear: number;
|
||||
}
|
||||
|
||||
interface UserData {
|
||||
isCargo: boolean;
|
||||
isER: boolean;
|
||||
isImperial: boolean;
|
||||
}
|
||||
|
||||
interface Options {
|
||||
GSXSync: boolean;
|
||||
paxWeight: number;
|
||||
bagWeight: number;
|
||||
}
|
||||
|
||||
export enum GSXLoadingState {
|
||||
IDLE = 0,
|
||||
BOARDING = 1,
|
||||
BOARDED = 2,
|
||||
DEBOARDING = 3,
|
||||
DEBOARDED = 4,
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
export type LoadingState = 'preview' | 'loaded';
|
||||
|
||||
export interface SimBrief {
|
||||
plannedZFW: number;
|
||||
plannedGW: number;
|
||||
pax: number;
|
||||
cargo: number;
|
||||
fuel: number;
|
||||
}
|
||||
|
||||
export enum CallMode {
|
||||
SB_SET = 0,
|
||||
ZFW_SET = 1,
|
||||
STATION_SET = 2,
|
||||
LOAD_SET = 3,
|
||||
UNLOAD_SET = 4,
|
||||
OPTIONS_SET = 5,
|
||||
GSX_RESET = 6,
|
||||
}
|
||||
|
||||
export enum CommBusCall {
|
||||
TFDI_SIMBRIEF_USERNAME = 'requestSimBriefUsername',
|
||||
}
|
||||
|
||||
export enum CommBusEvent {
|
||||
TFDI_SIMBRIEF_USERNAME = 'receiveSimBriefUsername',
|
||||
LIVE_DATA = 'khofmann_tfdi_md-11_load_manager_live_data',
|
||||
UPDATE_TARGET = 'khofmann_tfdi_md-11_load_manager_update_target',
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
import { SimBrief } from '../types/general';
|
||||
|
||||
type Plan = {
|
||||
params: {
|
||||
units: 'kgs' | 'lbs';
|
||||
};
|
||||
weights: {
|
||||
est_zfw: number;
|
||||
est_ramp: number;
|
||||
pax_count_actual: number;
|
||||
freight_added: number;
|
||||
};
|
||||
fuel: {
|
||||
plan_ramp: number;
|
||||
};
|
||||
};
|
||||
|
||||
export const ImportFlightPlanKH = (
|
||||
plan: Plan,
|
||||
maxZFW: number,
|
||||
maxTOW: number,
|
||||
maxFuel: number,
|
||||
isImperial: boolean
|
||||
) => {
|
||||
if (!plan) return { type: 'error', message: 'Empty plan' };
|
||||
|
||||
let convFactor = 1;
|
||||
if (plan.params.units === 'kgs' && isImperial) convFactor = 2.20462262185;
|
||||
if (plan.params.units === 'lbs' && !isImperial) convFactor = 1 / 2.20462262185;
|
||||
|
||||
return {
|
||||
type: 'data',
|
||||
message: {
|
||||
plannedZFW: Math.min(maxZFW, Math.round(plan.weights.est_zfw * convFactor)),
|
||||
plannedGW: Math.min(maxTOW, Math.round(plan.weights.est_ramp * convFactor)),
|
||||
pax: plan.weights.pax_count_actual,
|
||||
cargo: Math.round(plan.weights.freight_added * convFactor),
|
||||
fuel: Math.min(maxFuel, Math.round(plan.fuel.plan_ramp * convFactor)),
|
||||
} as SimBrief,
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,143 @@
|
||||
import { COHERENT_COMM_BUS_WASM_CALL } from '../constants';
|
||||
import { CallMode, CommBusEvent, SimBrief } from '../types/general';
|
||||
|
||||
export const loadAircraft = () => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.LOAD_SET,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
export const unloadAircraft = () => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.UNLOAD_SET,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
export const inRangeOf = (value: number, target: number, tolerance: number = 10) => {
|
||||
return Math.abs(value - target) < tolerance;
|
||||
};
|
||||
|
||||
export const CoherentCallZFWEntry = (ZFWTarget: number, CGTarget: number, fuelTarget: number) => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.ZFW_SET,
|
||||
ZFWTarget: ZFWTarget,
|
||||
CGTarget: CGTarget,
|
||||
fuelTarget: fuelTarget,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
export const CoherentCallStationEntryPax = (
|
||||
business1: number,
|
||||
business2: number,
|
||||
economy1: number,
|
||||
economy2: number,
|
||||
forwardCargo: number,
|
||||
rearCargo: number,
|
||||
fuelTarget: number
|
||||
) => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.STATION_SET,
|
||||
business1,
|
||||
business2,
|
||||
economy1,
|
||||
economy2,
|
||||
forwardCargo,
|
||||
rearCargo,
|
||||
fuelTarget,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
export const CoherentCallStationEntryF = (
|
||||
upper1: number,
|
||||
upper2: number,
|
||||
upper3: number,
|
||||
upper4: number,
|
||||
lowerForward: number,
|
||||
lowerRear: number,
|
||||
fuelTarget: number
|
||||
) => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.STATION_SET,
|
||||
upper1,
|
||||
upper2,
|
||||
upper3,
|
||||
upper4,
|
||||
lowerForward,
|
||||
lowerRear,
|
||||
fuelTarget,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
export const CoherentCallSBEntryPax = (CGTarget: number, fuel: number, SBPlan?: SimBrief) => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.SB_SET,
|
||||
cargo: SBPlan?.cargo,
|
||||
numPax: SBPlan ? parseInt(SBPlan.pax as unknown as string) : undefined,
|
||||
CGTarget: CGTarget,
|
||||
plannedZFW: SBPlan?.plannedZFW,
|
||||
plannedGW: SBPlan?.plannedGW,
|
||||
fuel: fuel,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
export const CoherentCallSBEntryF = (CGTarget: number, fuel: number, SBPlan?: SimBrief) => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.SB_SET,
|
||||
cargo: SBPlan?.cargo,
|
||||
CGTarget: CGTarget,
|
||||
plannedZFW: SBPlan?.plannedZFW,
|
||||
plannedGW: SBPlan?.plannedGW,
|
||||
fuel: SBPlan?.fuel,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
export const CoherentCallOptionsSet = (GSXSync?: boolean, paxWeight?: number, bagWeight?: number) => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.OPTIONS_SET,
|
||||
GSXSync,
|
||||
paxWeight,
|
||||
bagWeight,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
export const CoherentCallGSXReset = () => {
|
||||
Coherent.call(
|
||||
COHERENT_COMM_BUS_WASM_CALL,
|
||||
CommBusEvent.UPDATE_TARGET,
|
||||
JSON.stringify({
|
||||
mode: CallMode.GSX_RESET,
|
||||
})
|
||||
);
|
||||
};
|
||||
@@ -65,7 +65,7 @@
|
||||
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
||||
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
|
||||
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
|
||||
"outDir": "../html_ui/InGamePanels/tfdidesign-md11-load-manager-panel",
|
||||
// "outDir": "../html_ui/InGamePanels/tfdidesign-md11-load-manager-panel",
|
||||
/* Specify an output folder for all emitted files. */
|
||||
// "removeComments": true, /* Disable emitting comments. */
|
||||
// "noEmit": true, /* Disable emitting files from a compilation. */
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
<SimBase.Document Type="InGamePanels" version="1,0">
|
||||
<Filename>tfdidesign-md11-load-manager.spb</Filename>
|
||||
<InGamePanels.InGamePanelDefinition
|
||||
id="TFDIDESIGN_MD11_LOAD_MANAGER_PANEL"
|
||||
Name="tfdidesign-md11-load-manager"
|
||||
url="html_UI/InGamePanels/tfdidesign-md11-load-manager-panel/index.html"
|
||||
resizeDirections="both"
|
||||
minWidth="100"
|
||||
minHeight="60"
|
||||
defaultWidth="100"
|
||||
defaultHeight="60"
|
||||
defaultTop="10"
|
||||
defaultLeft="10"
|
||||
icon="ICON_TFDIDESIGN_MD11_LOAD_MANAGER"
|
||||
buttonVisible="true">
|
||||
</InGamePanels.InGamePanelDefinition>
|
||||
</SimBase.Document>
|
||||
@@ -0,0 +1,299 @@
|
||||
#include "freighter.h"
|
||||
|
||||
// ZFW Entry
|
||||
void distribute(fPayloadData_t *const targetPayload, const FuelData_t *const fuel, const double ZFWTarget,
|
||||
const UserData_t *const userData) {
|
||||
// Find payload, num pax and extra cargo
|
||||
double payload = ZFWTarget - targetPayload->empty - targetPayload->pilot - targetPayload->firstOfficer -
|
||||
targetPayload->engineer - targetPayload->leftAux - targetPayload->rightAux;
|
||||
unsigned int cargo = round(payload);
|
||||
|
||||
distribute(targetPayload, fuel, cargo, userData);
|
||||
}
|
||||
|
||||
// SimBrief Entry
|
||||
void distribute(fPayloadData_t *const targetPayload, const FuelData_t *const fuel, unsigned int cargo,
|
||||
const UserData_t *const userData) {
|
||||
// Clear
|
||||
targetPayload->stations.upper1 = targetPayload->stations.upper2 = targetPayload->stations.upper3 =
|
||||
targetPayload->stations.upper4 = targetPayload->stations.total = 0;
|
||||
targetPayload->lowerForward = targetPayload->lowerRear = 0;
|
||||
|
||||
unsigned short _cargo = 0;
|
||||
unsigned int count = MAX_UPPER_CARGO(userData->isImperial) * 4 + MAX_FRONT_CARGO(userData->isImperial) +
|
||||
MAX_REAR_CARGO(userData->isImperial, userData->isER);
|
||||
// Initial distributiob
|
||||
while (cargo > 0 && count > 0) {
|
||||
if (cargo >= 6) {
|
||||
if (targetPayload->stations.upper1 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper1++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper2 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper2++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper3 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper3++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper4 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper4++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->lowerForward < MAX_FRONT_CARGO(userData->isImperial)) {
|
||||
targetPayload->lowerForward++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->lowerRear < MAX_REAR_CARGO(userData->isImperial, userData->isER)) {
|
||||
targetPayload->lowerRear++;
|
||||
_cargo++;
|
||||
}
|
||||
} else if (cargo == 5) {
|
||||
if (targetPayload->stations.upper1 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper1++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper2 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper2++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper3 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper3++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper4 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper4++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->lowerForward < MAX_FRONT_CARGO(userData->isImperial)) {
|
||||
targetPayload->lowerForward++;
|
||||
_cargo++;
|
||||
}
|
||||
} else if (cargo == 4) {
|
||||
if (targetPayload->stations.upper1 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper1++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper2 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper2++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper3 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper3++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper4 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper4++;
|
||||
_cargo++;
|
||||
}
|
||||
} else if (cargo == 3) {
|
||||
if (targetPayload->stations.upper1 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper1++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper2 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper2++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper3 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper3++;
|
||||
_cargo++;
|
||||
}
|
||||
} else if (cargo == 2) {
|
||||
if (targetPayload->stations.upper1 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper1++;
|
||||
_cargo++;
|
||||
}
|
||||
if (targetPayload->stations.upper2 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper2++;
|
||||
_cargo++;
|
||||
}
|
||||
} else if (cargo == 1) {
|
||||
if (targetPayload->stations.upper1 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper1++;
|
||||
_cargo++;
|
||||
}
|
||||
}
|
||||
cargo -= _cargo;
|
||||
targetPayload->stations.total += _cargo;
|
||||
|
||||
_cargo = 0;
|
||||
|
||||
count--;
|
||||
}
|
||||
// Refinement
|
||||
count = MAX_UPPER_CARGO(userData->isImperial) * 4 + MAX_FRONT_CARGO(userData->isImperial) +
|
||||
MAX_REAR_CARGO(userData->isImperial, userData->isER);
|
||||
while (count > 0) {
|
||||
generatePayload(targetPayload, userData->isImperial);
|
||||
calculateCGs(targetPayload, fuel, userData->isImperial);
|
||||
|
||||
// in front of target
|
||||
if (targetPayload->ZFWCG < targetPayload->CGTarget - CG_TOLERANCE) {
|
||||
if (targetPayload->stations.upper1 > 0) {
|
||||
targetPayload->stations.upper1--;
|
||||
} else if (targetPayload->stations.upper2 > 0) {
|
||||
targetPayload->stations.upper2--;
|
||||
} else if (targetPayload->stations.upper3 > 0) {
|
||||
targetPayload->stations.upper3--;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
if (targetPayload->stations.upper4 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper4++;
|
||||
} else if (targetPayload->stations.upper3 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper3++;
|
||||
} else if (targetPayload->stations.upper2 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper2++;
|
||||
} else {
|
||||
targetPayload->stations.upper1++;
|
||||
}
|
||||
}
|
||||
// behind target
|
||||
else if (targetPayload->ZFWCG > targetPayload->CGTarget + CG_TOLERANCE) {
|
||||
if (targetPayload->stations.upper4 > 0) {
|
||||
targetPayload->stations.upper4--;
|
||||
} else if (targetPayload->stations.upper3 > 0) {
|
||||
targetPayload->stations.upper3--;
|
||||
} else if (targetPayload->stations.upper2 > 0) {
|
||||
targetPayload->stations.upper2--;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
if (targetPayload->stations.upper1 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper1++;
|
||||
} else if (targetPayload->stations.upper2 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper2++;
|
||||
} else if (targetPayload->stations.upper3 < MAX_UPPER_CARGO(userData->isImperial)) {
|
||||
targetPayload->stations.upper3++;
|
||||
} else {
|
||||
targetPayload->stations.upper4++;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
count--;
|
||||
}
|
||||
// Refinement cargo
|
||||
count = MAX_FRONT_CARGO(userData->isImperial) + MAX_REAR_CARGO(userData->isImperial, userData->isER);
|
||||
while (count > 0) {
|
||||
generatePayload(targetPayload, userData->isImperial);
|
||||
calculateCGs(targetPayload, fuel, userData->isImperial);
|
||||
|
||||
// in front of target
|
||||
if (targetPayload->ZFWCG < targetPayload->CGTarget - CG_TOLERANCE) {
|
||||
if (targetPayload->lowerForward > 0 && targetPayload->lowerRear < MAX_REAR_CARGO(userData->isImperial, userData->isER)) {
|
||||
targetPayload->lowerForward--;
|
||||
targetPayload->lowerRear++;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
// behind target
|
||||
else if (targetPayload->ZFWCG > targetPayload->CGTarget + CG_TOLERANCE) {
|
||||
if (targetPayload->lowerRear > 0 && targetPayload->lowerForward < MAX_FRONT_CARGO(userData->isImperial)) {
|
||||
targetPayload->lowerRear--;
|
||||
targetPayload->lowerForward++;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
count--;
|
||||
}
|
||||
}
|
||||
|
||||
// Updates pax stations with their respective weights
|
||||
// Used internally and used for Station Entry (pax only, cargo is set directly)
|
||||
void generatePayload(fPayloadData_t *const targetPayload, const bool isImperial) {
|
||||
targetPayload->upper1Left = targetPayload->upper1Right = (targetPayload->stations.upper1 / 2.0);
|
||||
targetPayload->upper2Left = targetPayload->upper2Right = (targetPayload->stations.upper2 / 2.0);
|
||||
targetPayload->upper3Left = targetPayload->upper3Right = (targetPayload->stations.upper3 / 2.0);
|
||||
targetPayload->upper4Left = targetPayload->upper4Right = (targetPayload->stations.upper4 / 2.0);
|
||||
targetPayload->total = targetPayload->empty + targetPayload->pilot + targetPayload->firstOfficer + targetPayload->engineer +
|
||||
targetPayload->upper1Left + targetPayload->upper1Right + targetPayload->upper2Left +
|
||||
targetPayload->upper2Right + targetPayload->upper3Left + targetPayload->upper3Right +
|
||||
targetPayload->upper4Left + targetPayload->upper4Right + targetPayload->lowerForward +
|
||||
targetPayload->lowerRear + targetPayload->leftAux + targetPayload->rightAux;
|
||||
}
|
||||
|
||||
// Normalise to Pounds
|
||||
// MANDATORY BEFORE SETTING WEIGHTS
|
||||
// USE ON COPY OF GLOBAL STATE ONLY
|
||||
void normalisePayload(fPayloadData_t *const targetPayload, const bool isImperial) {
|
||||
targetPayload->empty = TO_POUNDS(isImperial, targetPayload->empty);
|
||||
targetPayload->pilot = TO_POUNDS(isImperial, targetPayload->pilot);
|
||||
targetPayload->firstOfficer = TO_POUNDS(isImperial, targetPayload->firstOfficer);
|
||||
targetPayload->engineer = TO_POUNDS(isImperial, targetPayload->engineer);
|
||||
targetPayload->upper1Left = TO_POUNDS(isImperial, targetPayload->upper1Left);
|
||||
targetPayload->upper1Right = TO_POUNDS(isImperial, targetPayload->upper1Right);
|
||||
targetPayload->upper2Left = TO_POUNDS(isImperial, targetPayload->upper2Left);
|
||||
targetPayload->upper2Right = TO_POUNDS(isImperial, targetPayload->upper2Right);
|
||||
targetPayload->upper3Left = TO_POUNDS(isImperial, targetPayload->upper3Left);
|
||||
targetPayload->upper3Right = TO_POUNDS(isImperial, targetPayload->upper3Right);
|
||||
targetPayload->upper4Left = TO_POUNDS(isImperial, targetPayload->upper4Left);
|
||||
targetPayload->upper4Right = TO_POUNDS(isImperial, targetPayload->upper4Right);
|
||||
targetPayload->lowerForward = TO_POUNDS(isImperial, targetPayload->lowerForward);
|
||||
targetPayload->lowerRear = TO_POUNDS(isImperial, targetPayload->lowerRear);
|
||||
targetPayload->leftAux = TO_POUNDS(isImperial, targetPayload->leftAux);
|
||||
targetPayload->rightAux = TO_POUNDS(isImperial, targetPayload->rightAux);
|
||||
}
|
||||
|
||||
void calculateCGs(fPayloadData_t *const targetPayload, const FuelData_t *const fuel, const bool isImperial) {
|
||||
fPayloadData_t localPayload = {};
|
||||
memcpy(&localPayload, targetPayload, sizeof(localPayload));
|
||||
normalisePayload(&localPayload, isImperial);
|
||||
|
||||
double totalMoment = localPayload.empty * ARM_EMPTY + localPayload.pilot * ARM_PILOT +
|
||||
localPayload.firstOfficer * ARM_FIRST_OFFICER + localPayload.engineer * ARM_ENGINEER +
|
||||
localPayload.upper1Left * ARM_F_UPPER1_LEFT + localPayload.upper1Right * ARM_F_UPPER1_RIGHT +
|
||||
localPayload.upper2Left * ARM_F_UPPER2_LEFT + localPayload.upper2Right * ARM_F_UPPER2_RIGHT +
|
||||
localPayload.upper3Left * ARM_F_UPPER3_LEFT + localPayload.upper3Right * ARM_F_UPPER3_RIGHT +
|
||||
localPayload.upper4Left * ARM_F_UPPER4_LEFT + localPayload.upper4Right * ARM_F_UPPER4_RIGHT +
|
||||
localPayload.lowerForward * ARM_FORWARD_CARGO + localPayload.lowerRear * ARM_REAR_CARGO +
|
||||
localPayload.leftAux * ARM_LEFT_AUX + localPayload.rightAux * ARM_RIGHT_AUX;
|
||||
|
||||
double totalWeight = localPayload.empty + localPayload.pilot + localPayload.firstOfficer + localPayload.engineer +
|
||||
localPayload.upper1Left + localPayload.upper1Right + localPayload.upper2Left + localPayload.upper2Right +
|
||||
localPayload.upper3Left + localPayload.upper3Right + localPayload.upper4Left + localPayload.upper4Right +
|
||||
localPayload.lowerForward + localPayload.lowerRear + localPayload.leftAux + localPayload.rightAux;
|
||||
|
||||
targetPayload->ZFWCG = TO_PERCENT_MAC(totalMoment / totalWeight);
|
||||
|
||||
totalMoment += fuel->main1 * ARM_MAIN1 + fuel->main3 * ARM_MAIN3 + fuel->main2 * ARM_MAIN2 + fuel->upperAux * ARM_UPPER_AUX +
|
||||
fuel->lowerAux * ARM_LOWER_AUX + fuel->main1Tip * ARM_MAIN1_TIP + fuel->main3Tip * ARM_MAIN3_TIP +
|
||||
fuel->tail * ARM_TAIL + fuel->forwardAux1 * ARM_FORWARD_AUX1 + fuel->forwardAux2 * ARM_FORWARD_AUX2;
|
||||
|
||||
totalWeight += fuel->total;
|
||||
|
||||
targetPayload->TOCG = TO_PERCENT_MAC(totalMoment / totalWeight);
|
||||
}
|
||||
|
||||
void load(const fPayloadData_t *const targetPayload, const HANDLE simConnect, const bool isImperial) {
|
||||
fPayloadData_t localPayload = {};
|
||||
memcpy(&localPayload, targetPayload, sizeof(localPayload));
|
||||
normalisePayload(&localPayload, isImperial);
|
||||
|
||||
localPayload._ZFWCG = localPayload.ZFWCG / 100.0;
|
||||
|
||||
SimConnect_SetDataOnSimObject(simConnect, DATA_DEFINITION_PAYLOAD_F, SIMCONNECT_OBJECT_ID_USER, 0, 0, sizeof(fPayloadDataSet_t),
|
||||
&localPayload);
|
||||
}
|
||||
|
||||
void unloadF(const HANDLE simConnect, const bool isER) {
|
||||
fPayloadData_t localPayload = {};
|
||||
|
||||
localPayload.leftAux = localPayload.rightAux = isER ? AUX_WEIGHT(true) : 0;
|
||||
localPayload.pilot = localPayload.firstOfficer = localPayload.engineer = PILOT_WEIGHT(true);
|
||||
|
||||
localPayload._ZFWCG = -1;
|
||||
|
||||
SimConnect_SetDataOnSimObject(simConnect, DATA_DEFINITION_PAYLOAD_F, SIMCONNECT_OBJECT_ID_USER, 0, 0, sizeof(fPayloadDataSet_t),
|
||||
&localPayload);
|
||||
}
|
||||
@@ -0,0 +1,117 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __INTELLISENSE__
|
||||
#define MODULE_EXPORT __attribute__((visibility("default")))
|
||||
#define MODULE_WASM_MODNAME(mod) __attribute__((import_module(mod)))
|
||||
#else
|
||||
#define MODULE_EXPORT
|
||||
#define MODULE_WASM_MODNAME(mod)
|
||||
#define __attribute__(x)
|
||||
#define __restrict__
|
||||
#endif
|
||||
|
||||
/********************************* Headers *********************************/
|
||||
// MSFS headers
|
||||
#include <MSFS/MSFS_WindowsTypes.h>
|
||||
#include <SimConnect.h>
|
||||
// C headers
|
||||
#include <math.h>
|
||||
// C++ headers
|
||||
#include <algorithm>
|
||||
// Own headers
|
||||
#include "fuel.h"
|
||||
#include "shared.h"
|
||||
|
||||
/******************************** Constants ********************************/
|
||||
// PMC pallet due to 104in door
|
||||
#define MAX_UPPER_CARGO(IS_IMPERIAL) ((IS_IMPERIAL) ? (6.5 * 15000.0) : (6.5 * 6804.0))
|
||||
// Max ZFW
|
||||
#define MAX_F_ZFW(IS_IMPERIAL) ((IS_IMPERIAL) ? (451300) : (204706))
|
||||
// Arms
|
||||
#define ARM_F_UPPER1_LEFT 660
|
||||
#define ARM_F_UPPER1_RIGHT 660
|
||||
#define ARM_F_UPPER2_LEFT 240
|
||||
#define ARM_F_UPPER2_RIGHT 240
|
||||
#define ARM_F_UPPER3_LEFT -240
|
||||
#define ARM_F_UPPER3_RIGHT -240
|
||||
#define ARM_F_UPPER4_LEFT -600
|
||||
#define ARM_F_UPPER4_RIGHT -600
|
||||
|
||||
/***************************** Data structures *****************************/
|
||||
typedef struct {
|
||||
// SimConnect mapped
|
||||
double pilot;
|
||||
double firstOfficer;
|
||||
double engineer;
|
||||
double upper1Left;
|
||||
double upper1Right;
|
||||
double upper2Left;
|
||||
double upper2Right;
|
||||
double upper3Left;
|
||||
double upper3Right;
|
||||
double upper4Left;
|
||||
double upper4Right;
|
||||
double lowerForward;
|
||||
double lowerRear;
|
||||
double leftAux;
|
||||
double rightAux;
|
||||
double _ZFWCG; // DO NOT USE
|
||||
|
||||
// Additional properties
|
||||
double empty;
|
||||
double total;
|
||||
double CGTarget;
|
||||
double ZFWCG;
|
||||
double TOCG;
|
||||
struct stations {
|
||||
unsigned int upper1;
|
||||
unsigned int upper2;
|
||||
unsigned int upper3;
|
||||
unsigned int upper4;
|
||||
unsigned int total;
|
||||
} stations;
|
||||
struct sbPlanned {
|
||||
double ZFW;
|
||||
double GW;
|
||||
double fuel;
|
||||
unsigned int cargo;
|
||||
} sbPlanned;
|
||||
} fPayloadData_t;
|
||||
|
||||
typedef struct {
|
||||
// SimConnect mapped
|
||||
double pilot;
|
||||
double firstOfficer;
|
||||
double engineer;
|
||||
double upper1Left;
|
||||
double upper1Right;
|
||||
double upper2Left;
|
||||
double upper2Right;
|
||||
double upper3Left;
|
||||
double upper3Right;
|
||||
double upper4Left;
|
||||
double upper4Right;
|
||||
double lowerForward;
|
||||
double lowerRear;
|
||||
double leftAux;
|
||||
double rightAux;
|
||||
double ZFWCG;
|
||||
} fPayloadDataSet_t;
|
||||
|
||||
/******************************** Functions ********************************/
|
||||
// ZFW Entry
|
||||
void distribute(fPayloadData_t *const targetPayload, const FuelData_t *const fuel, const double ZFWTarget,
|
||||
const UserData_t *const userData);
|
||||
// SimBrief Entry
|
||||
void distribute(fPayloadData_t *const targetPayload, const FuelData_t *const fuel, unsigned int cargo,
|
||||
const UserData_t *const userData);
|
||||
// Updates pax stations with their respective weights
|
||||
// Used internally and used for Station Entry (pax only, cargo is ste directly)
|
||||
// STATION WEIGHTS ARE NOT NORMALISED TO POUNDS
|
||||
void generatePayload(fPayloadData_t *const targetPayload, const bool isImperial);
|
||||
// Normalise to Pounds
|
||||
// For Station Entry: CALL AFTER `generatePayload`
|
||||
void normalisePayload(fPayloadData_t *const targetPayload, const bool isImperial);
|
||||
void calculateCGs(fPayloadData_t *const targetPayload, const FuelData_t *const fuel, const bool isImperial);
|
||||
void load(const fPayloadData_t *const targetPayload, const HANDLE simConnect, const bool isImperial);
|
||||
void unloadF(const HANDLE simConnect, const bool isER);
|
||||
@@ -0,0 +1,135 @@
|
||||
#include "fuel.h"
|
||||
|
||||
// ZFW Entry
|
||||
void distribute(FuelData_t *const targetFuel, const double fuelTarget, const UserData_t *const userData) {
|
||||
double fuelLbs = TO_POUNDS(userData->isImperial, fuelTarget);
|
||||
|
||||
// Equal mains
|
||||
if (fuelLbs <= MAX_TANK_1_3_LBS * 3) {
|
||||
double tanks = fuelLbs / 3;
|
||||
// Only main
|
||||
if (tanks <= MAX_TANK_1_3_TIP_LBS) {
|
||||
targetFuel->main1 = tanks;
|
||||
targetFuel->main3 = tanks;
|
||||
targetFuel->main1Tip = 0;
|
||||
targetFuel->main3Tip = 0;
|
||||
}
|
||||
// Tips
|
||||
else if (tanks <= MAX_TANK_1_3_TIP_LBS * 2) {
|
||||
double tips = tanks - MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main1 = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main3 = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main1Tip = tips;
|
||||
targetFuel->main3Tip = tips;
|
||||
}
|
||||
// Max tip
|
||||
else {
|
||||
double mains = tanks - MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main1 = mains;
|
||||
targetFuel->main3 = mains;
|
||||
targetFuel->main1Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main3Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
}
|
||||
|
||||
targetFuel->main2 = tanks;
|
||||
|
||||
targetFuel->upperAux = 0;
|
||||
targetFuel->lowerAux = 0;
|
||||
targetFuel->tail = 0;
|
||||
targetFuel->forwardAux1 = 0;
|
||||
targetFuel->forwardAux2 = 0;
|
||||
}
|
||||
// No Aux
|
||||
else if (fuelLbs <= MAX_TANK_1_3_LBS * 2 + MAX_TANK_2_LBS) {
|
||||
targetFuel->main1 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main3 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main1Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main3Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
|
||||
targetFuel->main2 = fuelLbs - MAX_TANK_1_3_LBS * 2;
|
||||
|
||||
targetFuel->upperAux = 0;
|
||||
targetFuel->lowerAux = 0;
|
||||
targetFuel->tail = 0;
|
||||
targetFuel->forwardAux1 = 0;
|
||||
targetFuel->forwardAux2 = 0;
|
||||
}
|
||||
// UPR AUX
|
||||
else if (fuelLbs <= MAX_TANK_1_3_LBS * 2 + MAX_TANK_2_LBS + MAX_UPR_AUX_LBS) {
|
||||
targetFuel->main1 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main3 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main1Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main3Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main2 = MAX_TANK_2_LBS;
|
||||
|
||||
targetFuel->upperAux = fuelLbs - MAX_TANK_1_3_LBS * 2 - MAX_TANK_2_LBS;
|
||||
|
||||
targetFuel->lowerAux = 0;
|
||||
targetFuel->tail = 0;
|
||||
targetFuel->forwardAux1 = 0;
|
||||
targetFuel->forwardAux2 = 0;
|
||||
}
|
||||
// LWR AUX
|
||||
else if (fuelLbs <= MAX_TANK_1_3_LBS * 2 + MAX_TANK_2_LBS + MAX_UPR_AUX_LBS + MAX_LWR_AUX_LBS) {
|
||||
targetFuel->main1 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main3 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main1Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main3Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main2 = MAX_TANK_2_LBS;
|
||||
targetFuel->upperAux = MAX_UPR_AUX_LBS;
|
||||
|
||||
targetFuel->lowerAux = fuelLbs - MAX_TANK_1_3_LBS * 2 - MAX_TANK_2_LBS - MAX_UPR_AUX_LBS;
|
||||
|
||||
targetFuel->tail = 0;
|
||||
targetFuel->forwardAux1 = 0;
|
||||
targetFuel->forwardAux2 = 0;
|
||||
}
|
||||
// Tail
|
||||
else if (fuelLbs <= MAX_TANK_1_3_LBS * 2 + MAX_TANK_2_LBS + MAX_UPR_AUX_LBS + MAX_LWR_AUX_LBS + MAX_TAIL_LBS) {
|
||||
targetFuel->main1 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main3 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main1Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main3Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main2 = MAX_TANK_2_LBS;
|
||||
targetFuel->upperAux = MAX_UPR_AUX_LBS;
|
||||
targetFuel->lowerAux = MAX_LWR_AUX_LBS;
|
||||
|
||||
targetFuel->tail = fuelLbs - MAX_TANK_1_3_LBS * 2 - MAX_TANK_2_LBS - MAX_UPR_AUX_LBS - MAX_LWR_AUX_LBS;
|
||||
|
||||
targetFuel->forwardAux1 = 0;
|
||||
targetFuel->forwardAux2 = 0;
|
||||
} else if (userData->isER) {
|
||||
targetFuel->main1 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main3 = MAX_TANK_1_3_MAIN_LBS;
|
||||
targetFuel->main1Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main3Tip = MAX_TANK_1_3_TIP_LBS;
|
||||
targetFuel->main2 = MAX_TANK_2_LBS;
|
||||
targetFuel->upperAux = MAX_UPR_AUX_LBS;
|
||||
targetFuel->lowerAux = MAX_LWR_AUX_LBS;
|
||||
targetFuel->tail = MAX_TAIL_LBS;
|
||||
|
||||
fuelLbs = fuelLbs - MAX_TANK_1_3_LBS * 2 - MAX_TANK_2_LBS - MAX_UPR_AUX_LBS - MAX_LWR_AUX_LBS - MAX_TAIL_LBS;
|
||||
targetFuel->forwardAux1 = min(fuelLbs / 2, MAX_FWD_AUX_LBS);
|
||||
targetFuel->forwardAux2 = min(fuelLbs / 2, MAX_FWD_AUX_LBS);
|
||||
}
|
||||
|
||||
targetFuel->total = targetFuel->main1 + targetFuel->main3 + targetFuel->main2 + targetFuel->upperAux + targetFuel->lowerAux +
|
||||
targetFuel->main1Tip + targetFuel->main3Tip + targetFuel->tail + targetFuel->forwardAux1 +
|
||||
targetFuel->forwardAux2;
|
||||
}
|
||||
|
||||
void fuel(const FuelData_t *const targetFuel, const HANDLE simConnect) {
|
||||
FuelDataSet_t localFuel = {};
|
||||
|
||||
localFuel.main1 = min(MAX_TANK_1_3_GAL, (targetFuel->main1 + targetFuel->main1Tip) / LBS_PER_GAL);
|
||||
localFuel.main2 = min(MAX_TANK_2_GAL, targetFuel->main2 / LBS_PER_GAL);
|
||||
localFuel.main3 = min(MAX_TANK_1_3_GAL, (targetFuel->main3 + targetFuel->main3Tip) / LBS_PER_GAL);
|
||||
localFuel.upperAux = min(MAX_UPR_AUX_GAL, targetFuel->upperAux / LBS_PER_GAL);
|
||||
localFuel.lowerAux = min(MAX_LWR_AUX_GAL, targetFuel->lowerAux / LBS_PER_GAL);
|
||||
localFuel.tail = min(MAX_TAIL_GAL, targetFuel->tail / LBS_PER_GAL);
|
||||
localFuel.forwardAux1 = min(MAX_FWD_AUX_GAL, targetFuel->forwardAux1 / LBS_PER_GAL);
|
||||
localFuel.forwardAux2 = min(MAX_FWD_AUX_GAL, targetFuel->forwardAux2 / LBS_PER_GAL);
|
||||
|
||||
SimConnect_SetDataOnSimObject(simConnect, DATA_DEFINITION_FUEL_SET, SIMCONNECT_OBJECT_ID_USER, 0, 0, sizeof(FuelDataSet_t),
|
||||
&localFuel);
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __INTELLISENSE__
|
||||
#define MODULE_EXPORT __attribute__((visibility("default")))
|
||||
#define MODULE_WASM_MODNAME(mod) __attribute__((import_module(mod)))
|
||||
#else
|
||||
#define MODULE_EXPORT
|
||||
#define MODULE_WASM_MODNAME(mod)
|
||||
#define __attribute__(x)
|
||||
#define __restrict__
|
||||
#endif
|
||||
|
||||
/********************************* Headers *********************************/
|
||||
// MSFS headers
|
||||
#include <MSFS/MSFS_WindowsTypes.h>
|
||||
#include <SimConnect.h>
|
||||
// C headers
|
||||
#include <math.h>
|
||||
// C++ headers
|
||||
#include <algorithm>
|
||||
// Own headers
|
||||
#include "shared.h"
|
||||
|
||||
/******************************** Constants ********************************/
|
||||
#define LBS_PER_GAL 6.699999809
|
||||
#define MAX_TANK_1_3_MAIN_GAL 5167.907
|
||||
#define MAX_TANK_1_3_TIP_GAL 874.5
|
||||
#define MAX_TANK_1_3_GAL (5167.907 + 874.5)
|
||||
#define MAX_TANK_2_GAL 9556.95
|
||||
#define MAX_UPR_AUX_GAL 12998.58
|
||||
#define MAX_LWR_AUX_GAL 1641.82
|
||||
#define MAX_TAIL_GAL 1957.779
|
||||
#define MAX_FWD_AUX_GAL 1970.8
|
||||
#define MAX_TANK_1_3_MAIN_LBS (LBS_PER_GAL * MAX_TANK_1_3_MAIN_GAL)
|
||||
#define MAX_TANK_1_3_TIP_LBS (LBS_PER_GAL * MAX_TANK_1_3_TIP_GAL)
|
||||
#define MAX_TANK_1_3_LBS (LBS_PER_GAL * MAX_TANK_1_3_GAL)
|
||||
#define MAX_TANK_2_LBS (LBS_PER_GAL * MAX_TANK_2_GAL)
|
||||
#define MAX_UPR_AUX_LBS (LBS_PER_GAL * MAX_UPR_AUX_GAL)
|
||||
#define MAX_LWR_AUX_LBS (LBS_PER_GAL * MAX_LWR_AUX_GAL)
|
||||
#define MAX_TAIL_LBS (LBS_PER_GAL * MAX_TAIL_GAL)
|
||||
#define MAX_FWD_AUX_LBS (LBS_PER_GAL * MAX_FWD_AUX_GAL)
|
||||
|
||||
// Max Fuel
|
||||
#define MAX_FUEL(IS_IMPERIAL) ((IS_IMPERIAL) ? (256207) : (116213))
|
||||
#define MAX_FUEL_ER(IS_IMPERIAL) ((IS_IMPERIAL) ? (282619) : (128193))
|
||||
// Arms Fuel
|
||||
#define ARM_MAIN1 -240.0
|
||||
#define ARM_MAIN3 -240.0
|
||||
#define ARM_MAIN2 120.0
|
||||
#define ARM_UPPER_AUX 0.0
|
||||
#define ARM_LOWER_AUX 0.0
|
||||
#define ARM_MAIN1_TIP -468.0
|
||||
#define ARM_MAIN3_TIP -468.0
|
||||
#define ARM_TAIL -840.0
|
||||
#define ARM_FORWARD_AUX1 60.0
|
||||
#define ARM_FORWARD_AUX2 60.0
|
||||
|
||||
/***************************** Data structures *****************************/
|
||||
typedef struct {
|
||||
// SimConnect mapped
|
||||
double main1;
|
||||
double main3;
|
||||
double main2;
|
||||
double upperAux;
|
||||
double lowerAux;
|
||||
double main1Tip;
|
||||
double main3Tip;
|
||||
double tail;
|
||||
double forwardAux1;
|
||||
double forwardAux2;
|
||||
// Additional properties
|
||||
double total;
|
||||
} FuelData_t;
|
||||
|
||||
typedef struct {
|
||||
double main1;
|
||||
double main3;
|
||||
double main2;
|
||||
double upperAux;
|
||||
double lowerAux;
|
||||
double tail;
|
||||
double forwardAux1;
|
||||
double forwardAux2;
|
||||
} FuelDataSet_t;
|
||||
|
||||
/******************************** Functions ********************************/
|
||||
void distribute(FuelData_t *const targetFuel, const double fuelTarget, const UserData_t *const userData);
|
||||
void fuel(const FuelData_t *const targetFuel, const HANDLE simConnect);
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,47 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __INTELLISENSE__
|
||||
#define MODULE_EXPORT __attribute__((visibility("default")))
|
||||
#define MODULE_WASM_MODNAME(mod) __attribute__((import_module(mod)))
|
||||
#else
|
||||
#define MODULE_EXPORT
|
||||
#define MODULE_WASM_MODNAME(mod)
|
||||
#define __attribute__(x)
|
||||
#define __restrict__
|
||||
#endif
|
||||
|
||||
/********************************* Headers *********************************/
|
||||
// MSFS headers
|
||||
#include "rapidjson/filewritestream.h"
|
||||
#include <MSFS/Legacy/gauges.h>
|
||||
#include <MSFS/MSFS.h>
|
||||
#include <MSFS/MSFS_CommBus.h>
|
||||
#include <SimConnect.h>
|
||||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/filereadstream.h>
|
||||
#include <rapidjson/writer.h>
|
||||
|
||||
// C headers
|
||||
#include <string.h>
|
||||
// C++ headers
|
||||
#include <ctime>
|
||||
// Own headers
|
||||
#include "freighter.h"
|
||||
#include "fuel.h"
|
||||
#include "pax.h"
|
||||
#include "shared.h"
|
||||
|
||||
/******************************** Constants ********************************/
|
||||
// Module identification
|
||||
#define MODULE_NAME "[KHOFMANN TFDi MD-11 Load Manager] "
|
||||
#define VERSION_STRING "2.9-beta"
|
||||
// COMM BUS
|
||||
#define COMM_BUS_LIVE_DATA_EVENT "khofmann_tfdi_md-11_load_manager_live_data"
|
||||
#define COMM_BUS_UPDATE_TARGET_EVENT "khofmann_tfdi_md-11_load_manager_update_target"
|
||||
|
||||
/******************************** Functions ********************************/
|
||||
void commBusUpdateTargetCallback(const char *args, unsigned int size, void *ctx);
|
||||
int receiveData(const char *buf);
|
||||
void sendData();
|
||||
void CALLBACK MyDispatchProc(SIMCONNECT_RECV *pData, DWORD cbData, void *pContext);
|
||||
void log(FILE *file, const char *format, void *optionalElement = NULL);
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.13.36105.23
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "load-manager", "load-manager.vcxproj", "{A5468B35-BBBD-4C55-97ED-81BFE343B0E4}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|MSFS = Debug|MSFS
|
||||
Release|MSFS = Release|MSFS
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{A5468B35-BBBD-4C55-97ED-81BFE343B0E4}.Debug|MSFS.ActiveCfg = Debug|MSFS
|
||||
{A5468B35-BBBD-4C55-97ED-81BFE343B0E4}.Debug|MSFS.Build.0 = Debug|MSFS
|
||||
{A5468B35-BBBD-4C55-97ED-81BFE343B0E4}.Release|MSFS.ActiveCfg = Release|MSFS
|
||||
{A5468B35-BBBD-4C55-97ED-81BFE343B0E4}.Release|MSFS.Build.0 = Release|MSFS
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {835CA9EE-0C67-4B32-B910-3F3A40943047}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
</Project>
|
||||
@@ -0,0 +1,303 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|MSFS">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>MSFS</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|MSFS">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>MSFS</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>16.0</VCProjectVersion>
|
||||
<ProjectGuid>{A5468B35-BBBD-4C55-97ED-81BFE343B0E4}</ProjectGuid>
|
||||
<RootNamespace>Module</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
<ProjectName>load-manager</ProjectName>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|MSFS'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>MSFS</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>MSFS</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|MSFS'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>MSFS</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>MSFS</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="Shared">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|MSFS'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|MSFS'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|MSFS'">
|
||||
<TargetExt>.wasm</TargetExt>
|
||||
<GenerateManifest />
|
||||
<LinkIncremental />
|
||||
<IncludePath>$(MSFS_IncludePath)</IncludePath>
|
||||
<TargetName>$(ProjectName)</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<TargetExt>.wasm</TargetExt>
|
||||
<GenerateManifest />
|
||||
<LinkIncremental />
|
||||
<IncludePath>$(MSFS_IncludePath)</IncludePath>
|
||||
<TargetName>$(ProjectName)</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|MSFS'">
|
||||
<TargetExt>.wasm</TargetExt>
|
||||
<IncludePath>$(MSFS_IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<TargetExt>.wasm</TargetExt>
|
||||
<IncludePath>$(MSFS_IncludePath)</IncludePath>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|MSFS'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>
|
||||
</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||
<AdditionalIncludeDirectories>
|
||||
</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>__wasi__;_STRING_H_CPLUSPLUS_98_CONFORMANCE_;_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_;_LIBCPP_HAS_NO_THREADS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ShowIncludes>false</ShowIncludes>
|
||||
<ExceptionHandling>false</ExceptionHandling>
|
||||
<RuntimeTypeInfo>
|
||||
</RuntimeTypeInfo>
|
||||
<SupportJustMyCode>
|
||||
</SupportJustMyCode>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<BasicRuntimeChecks>
|
||||
</BasicRuntimeChecks>
|
||||
<LanguageStandard>stdcpp14</LanguageStandard>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
<AdditionalOptions>/clang:-fstack-usage %(AdditionalOptions)</AdditionalOptions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>
|
||||
</SubSystem>
|
||||
<AdditionalDependencies>
|
||||
</AdditionalDependencies>
|
||||
<IgnoreAllDefaultLibraries>
|
||||
</IgnoreAllDefaultLibraries>
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||||
<RandomizedBaseAddress>
|
||||
</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>
|
||||
</ProgramDatabaseFile>
|
||||
<ImportLibrary>
|
||||
</ImportLibrary>
|
||||
<ProfileGuidedDatabase>
|
||||
</ProfileGuidedDatabase>
|
||||
<AdditionalLibraryDirectories>
|
||||
</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>cd $(SolutionDir)..\..\
|
||||
Powershell.exe -File .\copy-debug.ps1</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>
|
||||
</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||
<AdditionalIncludeDirectories>
|
||||
</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>__wasi__;_STRING_H_CPLUSPLUS_98_CONFORMANCE_;_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_;_LIBCPP_HAS_NO_THREADS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ShowIncludes>false</ShowIncludes>
|
||||
<ExceptionHandling>false</ExceptionHandling>
|
||||
<RuntimeTypeInfo>
|
||||
</RuntimeTypeInfo>
|
||||
<SupportJustMyCode>
|
||||
</SupportJustMyCode>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
<BasicRuntimeChecks>
|
||||
</BasicRuntimeChecks>
|
||||
<LanguageStandard>stdcpp14</LanguageStandard>
|
||||
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>
|
||||
</SubSystem>
|
||||
<AdditionalDependencies>
|
||||
</AdditionalDependencies>
|
||||
<IgnoreAllDefaultLibraries>
|
||||
</IgnoreAllDefaultLibraries>
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||||
<RandomizedBaseAddress>
|
||||
</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>
|
||||
</ProgramDatabaseFile>
|
||||
<ImportLibrary>
|
||||
</ImportLibrary>
|
||||
<ProfileGuidedDatabase>
|
||||
</ProfileGuidedDatabase>
|
||||
<AdditionalLibraryDirectories>
|
||||
</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|MSFS'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalIncludeDirectories>
|
||||
</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>__wasi__;__wasm32__;_STRING_H_CPLUSPLUS_98_CONFORMANCE_;_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_;_LIBCPP_NO_EXCEPTIONS;_LIBCPP_HAS_NO_THREADS;_LIBCPP_STD_VER=14;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||
<ExceptionHandling>false</ExceptionHandling>
|
||||
<DebugInformationFormat>false</DebugInformationFormat>
|
||||
<SupportJustMyCode>
|
||||
</SupportJustMyCode>
|
||||
<LanguageStandard>stdcpp14</LanguageStandard>
|
||||
<AdditionalOptions>/clang:-fstack-usage %(AdditionalOptions)</AdditionalOptions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>
|
||||
</SubSystem>
|
||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<IgnoreAllDefaultLibraries>
|
||||
</IgnoreAllDefaultLibraries>
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||||
<RandomizedBaseAddress>
|
||||
</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>
|
||||
</ProgramDatabaseFile>
|
||||
<ImportLibrary>
|
||||
</ImportLibrary>
|
||||
<ProfileGuidedDatabase>
|
||||
</ProfileGuidedDatabase>
|
||||
<AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>cd $(SolutionDir)..\..\
|
||||
Powershell.exe -File .\copy-release.ps1</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalIncludeDirectories>
|
||||
</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>__wasi__;__wasm32__;_STRING_H_CPLUSPLUS_98_CONFORMANCE_;_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_;_LIBCPP_NO_EXCEPTIONS;_LIBCPP_HAS_NO_THREADS;_LIBCPP_STD_VER=14;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
||||
<ExceptionHandling>false</ExceptionHandling>
|
||||
<DebugInformationFormat>false</DebugInformationFormat>
|
||||
<SupportJustMyCode>
|
||||
</SupportJustMyCode>
|
||||
<LanguageStandard>stdcpp14</LanguageStandard>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>
|
||||
</SubSystem>
|
||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||
<IgnoreAllDefaultLibraries>
|
||||
</IgnoreAllDefaultLibraries>
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
||||
<RandomizedBaseAddress>
|
||||
</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>
|
||||
</ProgramDatabaseFile>
|
||||
<ImportLibrary>
|
||||
</ImportLibrary>
|
||||
<ProfileGuidedDatabase>
|
||||
</ProfileGuidedDatabase>
|
||||
<AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>
|
||||
</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="freighter.cpp" />
|
||||
<ClCompile Include="load-manager.cpp" />
|
||||
<ClCompile Include="pax.cpp" />
|
||||
<ClCompile Include="fuel.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="freighter.h" />
|
||||
<ClInclude Include="load-manager.h" />
|
||||
<ClInclude Include="pax.h" />
|
||||
<ClInclude Include="shared.h" />
|
||||
<ClInclude Include="fuel.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<ClCompile Include="load-manager.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="pax.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freighter.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="pax.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="load-manager.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="shared.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="freighter.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
</Project>
|
||||
@@ -0,0 +1,325 @@
|
||||
#include "pax.h"
|
||||
|
||||
// ZFW Entry, fill pax first (pax+bag), rest is cargo
|
||||
void distribute(paxPayloadData_t *const targetPayload, const FuelData_t *const fuel, const double ZFWTarget,
|
||||
const UserData_t *const userData, const UserOptions_t *const userOptions) {
|
||||
// Find payload, num pax and extra cargo
|
||||
double payload = ZFWTarget - targetPayload->empty - targetPayload->pilot - targetPayload->firstOfficer -
|
||||
targetPayload->engineer - targetPayload->cabinCrewFront - targetPayload->cabinCrewRear -
|
||||
targetPayload->leftAux - targetPayload->rightAux;
|
||||
unsigned short numPax = max(0.0, min((double)MAX_PAX, floor(payload / (PAX_WEIGHT(userData->isImperial, userOptions) +
|
||||
BAG_WEIGHT(userData->isImperial, userOptions)))));
|
||||
unsigned int cargo = round(payload - numPax * PAX_WEIGHT(userData->isImperial, userOptions) -
|
||||
numPax * BAG_WEIGHT(userData->isImperial, userOptions));
|
||||
|
||||
distribute(targetPayload, fuel, numPax, cargo, userData, userOptions);
|
||||
}
|
||||
|
||||
// SimBrief Entry, SB pax count and extra cargo
|
||||
void distribute(paxPayloadData_t *const targetPayload, const FuelData_t *const fuel, unsigned short numPax, unsigned int cargo,
|
||||
const UserData_t *const userData, const UserOptions_t *const userOptions) {
|
||||
// Clear
|
||||
targetPayload->paxCount.business1 = targetPayload->paxCount.business2 = targetPayload->paxCount.economy1 =
|
||||
targetPayload->paxCount.economy2 = targetPayload->paxCount.total = 0;
|
||||
targetPayload->forwardCargo = targetPayload->rearCargo = 0;
|
||||
|
||||
unsigned short _numPax = 0;
|
||||
unsigned int count = MAX_PAX;
|
||||
// Initial distribution pax + bags
|
||||
while (numPax > 0 && count > 0) {
|
||||
if (numPax >= 4) {
|
||||
if (targetPayload->paxCount.business1 < MAX_BUSINESS_1) {
|
||||
targetPayload->paxCount.business1++;
|
||||
_numPax++;
|
||||
}
|
||||
if (targetPayload->paxCount.business2 < MAX_BUSINESS_2) {
|
||||
targetPayload->paxCount.business2++;
|
||||
_numPax++;
|
||||
}
|
||||
if (targetPayload->paxCount.economy1 < MAX_ECONOMY_1) {
|
||||
targetPayload->paxCount.economy1++;
|
||||
_numPax++;
|
||||
}
|
||||
if (targetPayload->paxCount.economy2 < MAX_ECONOMY_2) {
|
||||
targetPayload->paxCount.economy2++;
|
||||
_numPax++;
|
||||
}
|
||||
} else if (numPax == 3) {
|
||||
if (targetPayload->paxCount.business2 < MAX_BUSINESS_2) {
|
||||
targetPayload->paxCount.business2++;
|
||||
_numPax++;
|
||||
}
|
||||
if (targetPayload->paxCount.economy1 < MAX_ECONOMY_1) {
|
||||
targetPayload->paxCount.economy1++;
|
||||
_numPax++;
|
||||
}
|
||||
if (targetPayload->paxCount.economy2 < MAX_ECONOMY_2) {
|
||||
targetPayload->paxCount.economy2++;
|
||||
_numPax++;
|
||||
}
|
||||
} else if (numPax == 2) {
|
||||
if (targetPayload->paxCount.economy1 < MAX_ECONOMY_1) {
|
||||
targetPayload->paxCount.economy1++;
|
||||
_numPax++;
|
||||
}
|
||||
if (targetPayload->paxCount.economy2 < MAX_ECONOMY_2) {
|
||||
targetPayload->paxCount.economy2++;
|
||||
_numPax++;
|
||||
}
|
||||
} else if (numPax == 1) {
|
||||
if (targetPayload->paxCount.economy2 < MAX_ECONOMY_2) {
|
||||
targetPayload->paxCount.economy2++;
|
||||
_numPax++;
|
||||
}
|
||||
}
|
||||
numPax -= _numPax;
|
||||
targetPayload->paxCount.total += _numPax;
|
||||
|
||||
if (_numPax % 2 == 0) {
|
||||
targetPayload->forwardCargo += (_numPax / 2) * BAG_WEIGHT(userData->isImperial, userOptions);
|
||||
targetPayload->rearCargo += (_numPax / 2) * BAG_WEIGHT(userData->isImperial, userOptions);
|
||||
} else {
|
||||
_numPax--;
|
||||
targetPayload->forwardCargo += (_numPax / 2 + 1) * BAG_WEIGHT(userData->isImperial, userOptions);
|
||||
targetPayload->rearCargo += (_numPax / 2) * BAG_WEIGHT(userData->isImperial, userOptions);
|
||||
}
|
||||
|
||||
_numPax = 0;
|
||||
|
||||
count--;
|
||||
}
|
||||
count = MAX_FRONT_CARGO(userData->isImperial);
|
||||
// Initial distribution of remaining cargo
|
||||
while (cargo > 0 && count > 0) {
|
||||
if (targetPayload->forwardCargo < MAX_FRONT_CARGO(userData->isImperial)) {
|
||||
targetPayload->forwardCargo++;
|
||||
cargo--;
|
||||
}
|
||||
if (targetPayload->rearCargo < MAX_REAR_CARGO(userData->isImperial, userData->isER) && cargo > 0) {
|
||||
targetPayload->rearCargo++;
|
||||
cargo--;
|
||||
}
|
||||
|
||||
count--;
|
||||
}
|
||||
// Refinement pax
|
||||
count = MAX_PAX;
|
||||
|
||||
unsigned char minBusiness1 = round(targetPayload->paxCount.business1 / 3);
|
||||
unsigned char minBusiness2 = round(targetPayload->paxCount.business2 / 3);
|
||||
unsigned char minEconomy1 = round(targetPayload->paxCount.economy1 / 3);
|
||||
unsigned char minEconomy2 = round(targetPayload->paxCount.economy2 / 3);
|
||||
|
||||
while (count > 0) {
|
||||
generatePayload(targetPayload, userData->isImperial, userOptions);
|
||||
calculateCGs(targetPayload, fuel, userData->isImperial);
|
||||
|
||||
// in front of target
|
||||
if (targetPayload->ZFWCG < targetPayload->CGTarget - CG_TOLERANCE) {
|
||||
if (targetPayload->paxCount.business1 > minBusiness1) {
|
||||
targetPayload->paxCount.business1--;
|
||||
} else if (targetPayload->paxCount.business2 > minBusiness2) {
|
||||
targetPayload->paxCount.business2--;
|
||||
} else if (targetPayload->paxCount.economy1 > minEconomy1) {
|
||||
targetPayload->paxCount.economy1--;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
if (targetPayload->paxCount.economy2 < MAX_ECONOMY_2) {
|
||||
targetPayload->paxCount.economy2++;
|
||||
} else if (targetPayload->paxCount.economy1 < MAX_ECONOMY_1) {
|
||||
targetPayload->paxCount.economy1++;
|
||||
} else if (targetPayload->paxCount.business2 < MAX_BUSINESS_2) {
|
||||
targetPayload->paxCount.business2++;
|
||||
} else {
|
||||
targetPayload->paxCount.business1++;
|
||||
}
|
||||
}
|
||||
// behind target
|
||||
else if (targetPayload->ZFWCG > targetPayload->CGTarget + CG_TOLERANCE) {
|
||||
if (targetPayload->paxCount.economy2 > minEconomy2) {
|
||||
targetPayload->paxCount.economy2--;
|
||||
} else if (targetPayload->paxCount.economy1 > minEconomy1) {
|
||||
targetPayload->paxCount.economy1--;
|
||||
} else if (targetPayload->paxCount.business2 > minBusiness2) {
|
||||
targetPayload->paxCount.business2--;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
if (targetPayload->paxCount.business1 < MAX_BUSINESS_1) {
|
||||
targetPayload->paxCount.business1++;
|
||||
} else if (targetPayload->paxCount.business2 < MAX_BUSINESS_2) {
|
||||
targetPayload->paxCount.business2++;
|
||||
} else if (targetPayload->paxCount.economy1 < MAX_ECONOMY_1) {
|
||||
targetPayload->paxCount.economy1++;
|
||||
} else {
|
||||
targetPayload->paxCount.economy2++;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
count--;
|
||||
}
|
||||
// Refinement cargo
|
||||
count = MAX_FRONT_CARGO(userData->isImperial) + MAX_REAR_CARGO(userData->isImperial, userData->isER);
|
||||
while (count > 0) {
|
||||
generatePayload(targetPayload, userData->isImperial, userOptions);
|
||||
calculateCGs(targetPayload, fuel, userData->isImperial);
|
||||
|
||||
// in front of target
|
||||
if (targetPayload->ZFWCG < targetPayload->CGTarget - CG_TOLERANCE) {
|
||||
if (targetPayload->forwardCargo > 0 && targetPayload->rearCargo < MAX_REAR_CARGO(userData->isImperial, userData->isER)) {
|
||||
if (targetPayload->forwardCargo > BAG_WEIGHT(userData->isImperial, userOptions) &&
|
||||
targetPayload->rearCargo < MAX_FRONT_CARGO(userData->isImperial) - BAG_WEIGHT(userData->isImperial, userOptions)) {
|
||||
targetPayload->forwardCargo -= BAG_WEIGHT(userData->isImperial, userOptions);
|
||||
targetPayload->rearCargo += BAG_WEIGHT(userData->isImperial, userOptions);
|
||||
} else {
|
||||
targetPayload->forwardCargo--;
|
||||
targetPayload->rearCargo++;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
// behind target
|
||||
else if (targetPayload->ZFWCG > targetPayload->CGTarget + CG_TOLERANCE) {
|
||||
if (targetPayload->rearCargo > 0 && targetPayload->forwardCargo < MAX_FRONT_CARGO(userData->isImperial)) {
|
||||
if (targetPayload->rearCargo > BAG_WEIGHT(userData->isImperial, userOptions) &&
|
||||
targetPayload->forwardCargo <
|
||||
MAX_REAR_CARGO(userData->isImperial, userData->isER) - BAG_WEIGHT(userData->isImperial, userOptions)) {
|
||||
targetPayload->rearCargo -= BAG_WEIGHT(userData->isImperial, userOptions);
|
||||
targetPayload->forwardCargo += BAG_WEIGHT(userData->isImperial, userOptions);
|
||||
} else {
|
||||
targetPayload->rearCargo--;
|
||||
targetPayload->forwardCargo++;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
||||
count--;
|
||||
}
|
||||
}
|
||||
|
||||
// Updates pax stations with their respective weights
|
||||
// Used internally and used for Station Entry (pax only, cargo is set directly)
|
||||
void generatePayload(paxPayloadData_t *const targetPayload, const bool isImperial, const UserOptions_t *const userOptions) {
|
||||
targetPayload->business1Left = targetPayload->business1Center = targetPayload->business1Right =
|
||||
(targetPayload->paxCount.business1 / 3.0) * PAX_WEIGHT(isImperial, userOptions);
|
||||
targetPayload->business2Left = targetPayload->business2Center = targetPayload->business2Right =
|
||||
(targetPayload->paxCount.business2 / 3.0) * PAX_WEIGHT(isImperial, userOptions);
|
||||
targetPayload->economy1Left = targetPayload->economy1Center = targetPayload->economy1Right =
|
||||
(targetPayload->paxCount.economy1 / 3.0) * PAX_WEIGHT(isImperial, userOptions);
|
||||
targetPayload->economy2Left = targetPayload->economy2Center = targetPayload->economy2Right =
|
||||
(targetPayload->paxCount.economy2 / 3.0) * PAX_WEIGHT(isImperial, userOptions);
|
||||
targetPayload->total = targetPayload->empty + targetPayload->pilot + targetPayload->firstOfficer + targetPayload->engineer +
|
||||
targetPayload->cabinCrewFront + targetPayload->business1Left + targetPayload->business1Center +
|
||||
targetPayload->business1Right + targetPayload->business2Left + targetPayload->business2Center +
|
||||
targetPayload->business2Right + targetPayload->economy1Left + targetPayload->economy1Center +
|
||||
targetPayload->economy1Right + targetPayload->economy2Left + targetPayload->economy2Center +
|
||||
targetPayload->economy2Right + targetPayload->cabinCrewRear + targetPayload->forwardCargo +
|
||||
targetPayload->rearCargo + targetPayload->leftAux + targetPayload->rightAux;
|
||||
}
|
||||
|
||||
// Normalise to Pounds
|
||||
// MANDATORY BEFORE SETTING WEIGHTS
|
||||
// USE ON COPY OF GLOBAL STATE ONLY
|
||||
void normalisePayload(paxPayloadData_t *const targetPayload, const bool isImperial) {
|
||||
targetPayload->empty = TO_POUNDS(isImperial, targetPayload->empty);
|
||||
targetPayload->pilot = TO_POUNDS(isImperial, targetPayload->pilot);
|
||||
targetPayload->firstOfficer = TO_POUNDS(isImperial, targetPayload->firstOfficer);
|
||||
targetPayload->engineer = TO_POUNDS(isImperial, targetPayload->engineer);
|
||||
targetPayload->cabinCrewFront = TO_POUNDS(isImperial, targetPayload->cabinCrewFront);
|
||||
targetPayload->business1Left = TO_POUNDS(isImperial, targetPayload->business1Left);
|
||||
targetPayload->business1Center = TO_POUNDS(isImperial, targetPayload->business1Center);
|
||||
targetPayload->business1Right = TO_POUNDS(isImperial, targetPayload->business1Right);
|
||||
targetPayload->business2Left = TO_POUNDS(isImperial, targetPayload->business2Left);
|
||||
targetPayload->business2Center = TO_POUNDS(isImperial, targetPayload->business2Center);
|
||||
targetPayload->business2Right = TO_POUNDS(isImperial, targetPayload->business2Right);
|
||||
targetPayload->economy1Left = TO_POUNDS(isImperial, targetPayload->economy1Left);
|
||||
targetPayload->economy1Center = TO_POUNDS(isImperial, targetPayload->economy1Center);
|
||||
targetPayload->economy1Right = TO_POUNDS(isImperial, targetPayload->economy1Right);
|
||||
targetPayload->economy2Left = TO_POUNDS(isImperial, targetPayload->economy2Left);
|
||||
targetPayload->economy2Center = TO_POUNDS(isImperial, targetPayload->economy2Center);
|
||||
targetPayload->economy2Right = TO_POUNDS(isImperial, targetPayload->economy2Right);
|
||||
targetPayload->cabinCrewRear = TO_POUNDS(isImperial, targetPayload->cabinCrewRear);
|
||||
targetPayload->forwardCargo = TO_POUNDS(isImperial, targetPayload->forwardCargo);
|
||||
targetPayload->rearCargo = TO_POUNDS(isImperial, targetPayload->rearCargo);
|
||||
targetPayload->leftAux = TO_POUNDS(isImperial, targetPayload->leftAux);
|
||||
targetPayload->rightAux = TO_POUNDS(isImperial, targetPayload->rightAux);
|
||||
}
|
||||
|
||||
void calculateCGs(paxPayloadData_t *const targetPayload, const FuelData_t *const fuel, const bool isImperial) {
|
||||
paxPayloadData_t localPayload = {};
|
||||
memcpy(&localPayload, targetPayload, sizeof(localPayload));
|
||||
normalisePayload(&localPayload, isImperial);
|
||||
|
||||
double totalMoment =
|
||||
localPayload.empty * ARM_EMPTY + localPayload.pilot * ARM_PILOT + localPayload.firstOfficer * ARM_FIRST_OFFICER +
|
||||
localPayload.engineer * ARM_ENGINEER + localPayload.cabinCrewFront * ARM_PAX_CABIN_CREW_FRONT +
|
||||
localPayload.business1Left * ARM_PAX_BUSINESS1_LEFT + localPayload.business1Center * ARM_PAX_BUSINESS1_CENTER +
|
||||
localPayload.business1Right * ARM_PAX_BUSINESS1_RIGHT + localPayload.business2Left * ARM_PAX_BUSINESS2_LEFT +
|
||||
localPayload.business2Center * ARM_PAX_BUSINESS2_CENTER + localPayload.business2Right * ARM_PAX_BUSINESS2_RIGHT +
|
||||
localPayload.economy1Left * ARM_PAX_ECONOMY1_LEFT + localPayload.economy1Center * ARM_PAX_ECONOMY1_CENTER +
|
||||
localPayload.economy1Right * ARM_PAX_ECONOMY1_RIGHT + localPayload.economy2Left * ARM_PAX_ECONOMY2_LEFT +
|
||||
localPayload.economy2Center * ARM_PAX_ECONOMY2_CENTER + localPayload.economy2Right * ARM_PAX_ECONOMY2_RIGHT +
|
||||
localPayload.cabinCrewRear * ARM_PAX_CABIN_CREW_REAR + localPayload.forwardCargo * ARM_FORWARD_CARGO +
|
||||
localPayload.rearCargo * ARM_REAR_CARGO + localPayload.leftAux * ARM_LEFT_AUX + localPayload.rightAux * ARM_RIGHT_AUX;
|
||||
|
||||
double totalWeight = localPayload.empty + localPayload.pilot + localPayload.firstOfficer + localPayload.engineer +
|
||||
localPayload.cabinCrewFront + localPayload.business1Left + localPayload.business1Center +
|
||||
localPayload.business1Right + localPayload.business2Left + localPayload.business2Center +
|
||||
localPayload.business2Right + localPayload.economy1Left + localPayload.economy1Center +
|
||||
localPayload.economy1Right + localPayload.economy2Left + localPayload.economy2Center +
|
||||
localPayload.economy2Right + localPayload.cabinCrewRear + localPayload.forwardCargo +
|
||||
localPayload.rearCargo + localPayload.leftAux + localPayload.rightAux;
|
||||
|
||||
targetPayload->ZFWCG = TO_PERCENT_MAC(totalMoment / totalWeight);
|
||||
|
||||
totalMoment += fuel->main1 * ARM_MAIN1 + fuel->main3 * ARM_MAIN3 + fuel->main2 * ARM_MAIN2 + fuel->upperAux * ARM_UPPER_AUX +
|
||||
fuel->lowerAux * ARM_LOWER_AUX + fuel->main1Tip * ARM_MAIN1_TIP + fuel->main3Tip * ARM_MAIN3_TIP +
|
||||
fuel->tail * ARM_TAIL + fuel->forwardAux1 * ARM_FORWARD_AUX1 + fuel->forwardAux2 * ARM_FORWARD_AUX2;
|
||||
|
||||
totalWeight += fuel->total;
|
||||
|
||||
targetPayload->TOCG = TO_PERCENT_MAC(totalMoment / totalWeight);
|
||||
}
|
||||
|
||||
void load(const paxPayloadData_t *const targetPayload, const HANDLE simConnect, const bool isImperial) {
|
||||
paxPayloadData_t localPayload = {};
|
||||
memcpy(&localPayload, targetPayload, sizeof(localPayload));
|
||||
normalisePayload(&localPayload, isImperial);
|
||||
|
||||
localPayload._ZFWCG = localPayload.ZFWCG / 100.0;
|
||||
|
||||
SimConnect_SetDataOnSimObject(simConnect, DATA_DEFINITION_PAYLOAD_PAX, SIMCONNECT_OBJECT_ID_USER, 0, 0,
|
||||
sizeof(paxPayloadDataSet_t), &localPayload);
|
||||
}
|
||||
|
||||
void unload(const HANDLE simConnect, const bool isER) {
|
||||
paxPayloadData_t localPayload = {};
|
||||
|
||||
localPayload.cabinCrewFront = FRONT_CREW_WEIGHT(true);
|
||||
localPayload.cabinCrewRear = REAR_CREW_WEIGHT(true);
|
||||
localPayload.leftAux = localPayload.rightAux = isER ? AUX_WEIGHT(true) : 0;
|
||||
localPayload.pilot = localPayload.firstOfficer = localPayload.engineer = PILOT_WEIGHT(true);
|
||||
|
||||
localPayload._ZFWCG = -1;
|
||||
|
||||
SimConnect_SetDataOnSimObject(simConnect, DATA_DEFINITION_PAYLOAD_PAX, SIMCONNECT_OBJECT_ID_USER, 0, 0,
|
||||
sizeof(paxPayloadDataSet_t), &localPayload);
|
||||
}
|
||||
|
||||
const double PAX_WEIGHT(const bool isImperial, const UserOptions_t *const options) {
|
||||
return (isImperial) ? (options->paxWeightLBS) : (options->paxWeightKG);
|
||||
}
|
||||
|
||||
const double BAG_WEIGHT(const bool isImperial, const UserOptions_t *const options) {
|
||||
return (isImperial) ? (options->bagWeightLBS) : (options->bagWeightKG);
|
||||
}
|
||||
@@ -0,0 +1,154 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __INTELLISENSE__
|
||||
#define MODULE_EXPORT __attribute__((visibility("default")))
|
||||
#define MODULE_WASM_MODNAME(mod) __attribute__((import_module(mod)))
|
||||
#else
|
||||
#define MODULE_EXPORT
|
||||
#define MODULE_WASM_MODNAME(mod)
|
||||
#define __attribute__(x)
|
||||
#define __restrict__
|
||||
#endif
|
||||
|
||||
/********************************* Headers *********************************/
|
||||
// MSFS headers
|
||||
#include <MSFS/MSFS_WindowsTypes.h>
|
||||
#include <SimConnect.h>
|
||||
// C headers
|
||||
#include <math.h>
|
||||
// C++ headers
|
||||
#include <algorithm>
|
||||
// Own headers
|
||||
#include "fuel.h"
|
||||
#include "shared.h"
|
||||
|
||||
/******************************** Constants ********************************/
|
||||
// 2x 190lbs default
|
||||
#define FRONT_CREW_WEIGHT(IS_IMPERIAL) ((IS_IMPERIAL) ? (760.0) : (344.0))
|
||||
// 2x 190lbs default
|
||||
#define REAR_CREW_WEIGHT(IS_IMPERIAL) ((IS_IMPERIAL) ? (760.0) : (344.0))
|
||||
// All actual Business seats
|
||||
#define MAX_BUSINESS_1 18
|
||||
// First 5 rows of economy
|
||||
#define MAX_BUSINESS_2 45
|
||||
// Next 10 rows
|
||||
#define MAX_ECONOMY_1 86
|
||||
// Remaining rows
|
||||
// 12 x 9
|
||||
// 6 x 8
|
||||
// 4 x 2
|
||||
#define MAX_ECONOMY_2 164
|
||||
// Total
|
||||
#define MAX_PAX 313
|
||||
// Max ZFW
|
||||
#define MAX_PAX_ZFW(IS_IMPERIAL) ((IS_IMPERIAL) ? (400000) : (181437))
|
||||
// Arms
|
||||
#define ARM_PAX_CABIN_CREW_FRONT 792.0
|
||||
#define ARM_PAX_BUSINESS1_LEFT 540.0
|
||||
#define ARM_PAX_BUSINESS1_CENTER 540.0
|
||||
#define ARM_PAX_BUSINESS1_RIGHT 540.0
|
||||
#define ARM_PAX_BUSINESS2_LEFT 300.0
|
||||
#define ARM_PAX_BUSINESS2_CENTER 300.0
|
||||
#define ARM_PAX_BUSINESS2_RIGHT 300.0
|
||||
#define ARM_PAX_ECONOMY1_LEFT -240.0
|
||||
#define ARM_PAX_ECONOMY1_CENTER -240.0
|
||||
#define ARM_PAX_ECONOMY1_RIGHT -240.0
|
||||
#define ARM_PAX_ECONOMY2_LEFT -600.0
|
||||
#define ARM_PAX_ECONOMY2_CENTER -600.0
|
||||
#define ARM_PAX_ECONOMY2_RIGHT -600.0
|
||||
#define ARM_PAX_CABIN_CREW_REAR -660.0
|
||||
|
||||
/***************************** Data structures *****************************/
|
||||
typedef struct {
|
||||
// SimConnect mapped
|
||||
double pilot;
|
||||
double firstOfficer;
|
||||
double engineer;
|
||||
double cabinCrewFront;
|
||||
double business1Left;
|
||||
double business1Center;
|
||||
double business1Right;
|
||||
double business2Left;
|
||||
double business2Center;
|
||||
double business2Right;
|
||||
double economy1Left;
|
||||
double economy1Center;
|
||||
double economy1Right;
|
||||
double economy2Left;
|
||||
double economy2Center;
|
||||
double economy2Right;
|
||||
double cabinCrewRear;
|
||||
double forwardCargo;
|
||||
double rearCargo;
|
||||
double leftAux;
|
||||
double rightAux;
|
||||
double _ZFWCG; // DO NOT USE
|
||||
|
||||
// Additional properties
|
||||
double empty;
|
||||
double total;
|
||||
double CGTarget;
|
||||
double ZFWCG;
|
||||
double TOCG;
|
||||
struct paxCount {
|
||||
unsigned char business1;
|
||||
unsigned char business2;
|
||||
unsigned char economy1;
|
||||
unsigned char economy2;
|
||||
unsigned short total;
|
||||
} paxCount;
|
||||
struct sbPlanned {
|
||||
double ZFW;
|
||||
double GW;
|
||||
double fuel;
|
||||
unsigned short pax;
|
||||
unsigned int cargo;
|
||||
} sbPlanned;
|
||||
} paxPayloadData_t;
|
||||
|
||||
typedef struct {
|
||||
double pilot;
|
||||
double firstOfficer;
|
||||
double engineer;
|
||||
double cabinCrewFront;
|
||||
double business1Left;
|
||||
double business1Center;
|
||||
double business1Right;
|
||||
double business2Left;
|
||||
double business2Center;
|
||||
double business2Right;
|
||||
double economy1Left;
|
||||
double economy1Center;
|
||||
double economy1Right;
|
||||
double economy2Left;
|
||||
double economy2Center;
|
||||
double economy2Right;
|
||||
double cabinCrewRear;
|
||||
double forwardCargo;
|
||||
double rearCargo;
|
||||
double leftAux;
|
||||
double rightAux;
|
||||
double ZFWCG;
|
||||
} paxPayloadDataSet_t;
|
||||
|
||||
/******************************** Functions ********************************/
|
||||
// ZFW Entry, fill pax first (pax+bag), rest is cargo
|
||||
void distribute(paxPayloadData_t *const targetPayload, const FuelData_t *const fuel, const double ZFWTarget,
|
||||
const UserData_t *const userData, const UserOptions_t *const userOptions);
|
||||
// SimBrief Entry, SB pax count and total cargo
|
||||
void distribute(paxPayloadData_t *const targetPayload, const FuelData_t *const fuel, unsigned short numPax, unsigned int cargo,
|
||||
const UserData_t *const userData, const UserOptions_t *const userOptions);
|
||||
// Updates pax stations with their respective weights
|
||||
// Used internally and used for Station Entry (pax only, cargo is ste directly)
|
||||
// STATION WEIGHTS ARE NOT NORMALISED TO POUNDS
|
||||
void generatePayload(paxPayloadData_t *const targetPayload, const bool isImperial, const UserOptions_t *const userOptions);
|
||||
// Normalise to Pounds
|
||||
// For Station Entry: CALL AFTER `generatePayload`
|
||||
void normalisePayload(paxPayloadData_t *const targetPayload, const bool isImperial);
|
||||
void calculateCGs(paxPayloadData_t *const targetPayload, const FuelData_t *const fuel, const bool isImperial);
|
||||
void load(const paxPayloadData_t *const targetPayload, const HANDLE simConnect, const bool isImperial);
|
||||
void unload(const HANDLE simConnect, const bool isER);
|
||||
// Based on ICAO/LH findings
|
||||
const double PAX_WEIGHT(const bool isImperial, const UserOptions_t *const options);
|
||||
// Based on ICAO/LH findings
|
||||
const double BAG_WEIGHT(const bool isImperial, const UserOptions_t *const options);
|
||||
@@ -0,0 +1,124 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __INTELLISENSE__
|
||||
#define MODULE_EXPORT __attribute__((visibility("default")))
|
||||
#define MODULE_WASM_MODNAME(mod) __attribute__((import_module(mod)))
|
||||
#else
|
||||
#define MODULE_EXPORT
|
||||
#define MODULE_WASM_MODNAME(mod)
|
||||
#define __attribute__(x)
|
||||
#define __restrict__
|
||||
#endif
|
||||
|
||||
/******************************** Constants ********************************/
|
||||
// 190lbs default
|
||||
#define PILOT_WEIGHT(IS_IMPERIAL) ((IS_IMPERIAL) ? (190.0) : (86.0))
|
||||
// 200lbs per tank (one LD3)
|
||||
#define AUX_WEIGHT(IS_IMPERIAL) ((IS_IMPERIAL) ? (200.0) : (91.0))
|
||||
// PMC pallet due to 104in door
|
||||
#define MAX_FRONT_CARGO(IS_IMPERIAL) ((IS_IMPERIAL) ? (6.0 * 15000.0) : (6.0 * 6804.0))
|
||||
// LD3s due to 70in door, ER option takes up two slots
|
||||
#define MAX_REAR_CARGO(IS_IMPERIAL, IS_ER) ((IS_IMPERIAL) ? ((IS_ER ? 12.0 : 14.0) * 3500.0) : ((IS_ER ? 12.0 : 14.0) * 1588.0))
|
||||
// Max TOW
|
||||
#define MAX_TOW(IS_IMPERIAL) ((IS_IMPERIAL) ? (625500) : (283722))
|
||||
#define MAX_TOW_ER(IS_IMPERIAL) ((IS_IMPERIAL) ? (630500) : (285990))
|
||||
// Arms Shared
|
||||
#define ARM_EMPTY -120.0
|
||||
#define ARM_PILOT 984.0
|
||||
#define ARM_FIRST_OFFICER 984.0
|
||||
#define ARM_ENGINEER 960.0
|
||||
#define ARM_FORWARD_CARGO 360.0
|
||||
#define ARM_REAR_CARGO -360.0
|
||||
#define ARM_LEFT_AUX 60.0
|
||||
#define ARM_RIGHT_AUX 60.0
|
||||
// MAC
|
||||
#define ROOT_CHORD 34.68
|
||||
#define WING_SPAN 170.5
|
||||
#define WING_AREA 3648.0
|
||||
#define QUARTER_MAC -165.0 // aero_center
|
||||
#define TIP_CHORD ((2.0 * WING_AREA) / WING_SPAN - ROOT_CHORD)
|
||||
#define TAPER_RATIO (TIP_CHORD / ROOT_CHORD)
|
||||
#define MAC ((2.0 / 3.0) * ROOT_CHORD * ((1.0 + TAPER_RATIO + (TAPER_RATIO * TAPER_RATIO)) / (1.0 + TAPER_RATIO)) * 12.0)
|
||||
#define LEMAC (QUARTER_MAC + (1.0 / 4.0) * MAC)
|
||||
// CG Limits
|
||||
#define MIN_CG 12.0
|
||||
#define MAX_CG 34.0
|
||||
#define CG_TOLERANCE 0.05
|
||||
// GSX States
|
||||
#define GSX_SERVICE_ACTIVE 5
|
||||
#define GSX_SERVICE_FINISHED 6
|
||||
|
||||
/********************************* Macros **********************************/
|
||||
// Conversions
|
||||
#define TO_POUNDS(IS_IMPERIAL, VALUE) ((IS_IMPERIAL) ? (VALUE) : (VALUE)*2.20462262185)
|
||||
#define FROM_POUNDS(IS_IMPERIAL, VALUE) ((IS_IMPERIAL) ? (VALUE) : (VALUE) * (1.0 / 2.20462262185))
|
||||
// MAC
|
||||
#define TO_PERCENT_MAC(POS) ((((POS)-LEMAC) / MAC) * -100.0)
|
||||
|
||||
/********************************** ENUMS **********************************/
|
||||
enum DATA_DEFINITIONS {
|
||||
DATA_DEFINITION_EMPTY_WEIGHT,
|
||||
DATA_DEFINITION_PAYLOAD_PAX,
|
||||
DATA_DEFINITION_PAYLOAD_F,
|
||||
DATA_DEFINITION_FUEL,
|
||||
DATA_DEFINITION_FUEL_SET,
|
||||
DATA_DEFINITION_GSX,
|
||||
DATA_DEFINITION_USER_DATA,
|
||||
};
|
||||
|
||||
enum DATA_REQUESTS {
|
||||
DATA_REQUEST_EMPTY_WEIGHT,
|
||||
DATA_REQUEST_PAYLOAD_PAX,
|
||||
DATA_REQUEST_PAYLOAD_F,
|
||||
DATA_REQUEST_FUEL,
|
||||
DATA_REQUEST_FUEL_SET,
|
||||
DATA_REQUEST_GSX,
|
||||
DATA_REQUEST_USER_DATA,
|
||||
};
|
||||
|
||||
enum LOADING_STATES {
|
||||
LOADING_STATE_IDLE,
|
||||
LOADING_STATE_BOARDING,
|
||||
LOADING_STATE_BOARDED,
|
||||
LOADING_STATE_DEBOARDING,
|
||||
LOADING_STATE_DEBOARDED,
|
||||
};
|
||||
|
||||
enum CALL_MODES {
|
||||
CALL_MODE_SB_SET,
|
||||
CALL_MODE_ZFW_SET,
|
||||
CALL_MODE_STATION_SET,
|
||||
CALL_MODE_LOAD_SET,
|
||||
CALL_MODE_UNLOAD_SET,
|
||||
CALL_MODE_OPTIONS_SET,
|
||||
CALL_MODE_GSX_RESET,
|
||||
};
|
||||
|
||||
/***************************** Data structures *****************************/
|
||||
typedef struct {
|
||||
double isCargo;
|
||||
double isER;
|
||||
double isImperial;
|
||||
} UserData_t;
|
||||
|
||||
typedef struct {
|
||||
// SimConnect mapped
|
||||
double couatlStarted; // boolean
|
||||
double boardingState; // See manual, 5 => active
|
||||
double deboardingState; // See manual, 5 => active
|
||||
double passengersBoarded; // Num pax
|
||||
double passengersDeboarded; // Num pax
|
||||
double cargoBoarded; // In percent
|
||||
double cargoDeboarded; // In percent
|
||||
|
||||
// Additional properties
|
||||
enum LOADING_STATES loadingState;
|
||||
} GSXData_t;
|
||||
|
||||
typedef struct {
|
||||
bool GSXSync;
|
||||
double paxWeightKG;
|
||||
double bagWeightKG;
|
||||
double paxWeightLBS;
|
||||
double bagWeightLBS;
|
||||
} UserOptions_t;
|
||||
@@ -0,0 +1,12 @@
|
||||
# How to build
|
||||
|
||||
Build WASM module from VS
|
||||
`pnpm build` from `js-bundle`
|
||||
Build in sim
|
||||
|
||||
# Sources
|
||||
|
||||
- https://www.boeing.com/content/dam/boeing/boeingdotcom/company/about_bca/startup/pdf/freighters/MD11BCF.pdf
|
||||
- LAMM
|
||||
- https://www.satco-inc.com/product-pallet/?part_number=31086-595
|
||||
- https://www.satco-inc.com/product-container/?part_number=34124-901
|
||||
@@ -0,0 +1,20 @@
|
||||
Fuel (once implemented)
|
||||
ZFWCG for WBS (once implemented) `MD11_EXTCTL_WBS_ZFWCG`
|
||||
https://discord.com/channels/589851727373795331/1165358675037270066/1469039399961497753
|
||||
|
||||
Fuel Schedule
|
||||
Mains 1/2/3
|
||||
Upper Aux
|
||||
Lower Aux
|
||||
Tail
|
||||
LEft/Right Forward Aux
|
||||
|
||||
Fuel Limits from EFB
|
||||
|
||||
GSX Sync
|
||||
When Fueling is called, fuel progressively using FuelDataSet_t and FUEL_SET enums
|
||||
Find fueling rate of plane
|
||||
|
||||
In JS
|
||||
Remove Set Fuel
|
||||
Fuel is set with total load button
|
||||
@@ -0,0 +1,65 @@
|
||||
F
|
||||
|
||||
MAC Pos as found in DEBUG: 24.16ft
|
||||
LEMAC Pos as found in DEBUG: -7.71ft
|
||||
|
||||
Empty weight
|
||||
Arm: -13.3ft
|
||||
Weight: 112748kg
|
||||
Moment: Arm * Weight = -1499548.4 kg*ft
|
||||
|
||||
77kg in Pilot station
|
||||
Arm: 82ft
|
||||
Weight: 77kg
|
||||
Moment: Arm * Weight = 6314 kg*ft
|
||||
77kg in FO station
|
||||
Arm: 82ft
|
||||
Weight: 77kg
|
||||
Moment: Arm * Weight = 6314 kg*ft
|
||||
77kg in FE station
|
||||
Arm: 80ft
|
||||
Weight: 77kg
|
||||
Moment: Arm * Weight = 6160 kg*ft
|
||||
|
||||
Total:
|
||||
Weight: Sum = 112979kg
|
||||
Moment: Sum = -1480760.4 kg*ft
|
||||
CG: Moment / Weight = -13.11ft (-13.1065065189)
|
||||
|
||||
As %MAC
|
||||
abs(((CG - LEMAC) / MAC) * 100)
|
||||
abs(((-13.11 - -7.71) / 24.16) * 100)
|
||||
22.35
|
||||
|
||||
PAX
|
||||
|
||||
MAC Pos as found in DEBUG: 24.16ft
|
||||
LEMAC Pos as found in DEBUG: -7.71ft
|
||||
|
||||
Empty weight
|
||||
Arm: -13.3ft
|
||||
Weight: 128809kg
|
||||
Moment: Arm * Weight = -1713159.7 kg*ft
|
||||
|
||||
77kg in Pilot station
|
||||
Arm: 82ft
|
||||
Weight: 77kg
|
||||
Moment: Arm * Weight = 6314 kg*ft
|
||||
77kg in FO station
|
||||
Arm: 82ft
|
||||
Weight: 77kg
|
||||
Moment: Arm * Weight = 6314 kg*ft
|
||||
77kg in FE station
|
||||
Arm: 80ft
|
||||
Weight: 77kg
|
||||
Moment: Arm * Weight = 6160 kg*ft
|
||||
|
||||
Total:
|
||||
Weight: Sum = 129040kg
|
||||
Moment: Sum = -1694371.7 kg*ft
|
||||
CG: Moment / Weight = -13.13ft (-13.1305928394)
|
||||
|
||||
As %MAC
|
||||
abs(((CG - LEMAC) / MAC) * 100)
|
||||
abs(((-13.13 - -7.71) / 24.16) * 100)
|
||||
22.35
|
||||
@@ -0,0 +1 @@
|
||||
Copy-Item .\PackageSources\wasm-module\MSFS\Debug\load-manager.wasm .\PackageSources\SimObjects\Airplanes\TFDi_Design_MD-11\common\panel
|
||||
@@ -0,0 +1 @@
|
||||
Copy-Item .\PackageSources\wasm-module\MSFS\Release\load-manager.wasm .\PackageSources\SimObjects\Airplanes\TFDi_Design_MD-11\common\panel
|
||||
@@ -0,0 +1,45 @@
|
||||
const { applyPatch } = require("diff");
|
||||
const fs = require("fs");
|
||||
const util = require("node:util");
|
||||
const exec = util.promisify(require("node:child_process").exec);
|
||||
const readline = require("readline");
|
||||
|
||||
const outPath =
|
||||
"./PackageSources/html_ui/Pages/VCockpit/Instruments/aircraft_efb/KH_TFDi_MD11_efb";
|
||||
|
||||
fs.copyFileSync("./EFB/efb.css", `${outPath}/efb.css`);
|
||||
|
||||
let file1Contents = fs.readFileSync("./EFB/efb.js").toString();
|
||||
let patch = fs.readFileSync("./EFB/efb-js.patch").toString();
|
||||
let patchedFile = applyPatch(file1Contents, patch);
|
||||
fs.writeFileSync(`${outPath}/efb.js`, patchedFile);
|
||||
|
||||
file1Contents = fs.readFileSync("./EFB/efb.index.js").toString();
|
||||
patch = fs.readFileSync("./EFB/efb-index-js.patch").toString();
|
||||
patchedFile = applyPatch(file1Contents, patch);
|
||||
fs.writeFileSync(`${outPath}/efb.index.js`, patchedFile);
|
||||
|
||||
file1Contents = fs.readFileSync("./EFB/efb.html").toString();
|
||||
patch = fs.readFileSync("./EFB/efb-html.patch").toString();
|
||||
patchedFile = applyPatch(file1Contents, patch);
|
||||
fs.writeFileSync(`${outPath}/efb.html`, patchedFile);
|
||||
|
||||
var output = "";
|
||||
var lineReader = readline.createInterface({
|
||||
input: fs.createReadStream(`${outPath}/App.js`),
|
||||
});
|
||||
lineReader.on("line", (line) => {
|
||||
if (line.startsWith("import")) {
|
||||
output += "// " + line + "\n";
|
||||
} else if (line.startsWith("export")) {
|
||||
output += "window.KH_LM = App;\n";
|
||||
} else {
|
||||
output += line + "\n";
|
||||
}
|
||||
});
|
||||
lineReader.on("close", () => {
|
||||
fs.writeFile(`${outPath}/App.js`, output, (err) => {
|
||||
if (err) console.log(err);
|
||||
console.log("Import/Export removed.");
|
||||
});
|
||||
});
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"scripts": {
|
||||
"debugger": "cd \"$env:MSFS_SDK/Tools/CoherentGT Debugger\" && ./Debugger.exe",
|
||||
"locale": "cd \"$env:MSFS_SDK/Tools/MSFS_Localization\" && ./MSFSLocalizationManager.exe"
|
||||
},
|
||||
"devDependencies": {
|
||||
"diff": "^8.0.2"
|
||||
}
|
||||
}
|
||||
Generated
+23
@@ -0,0 +1,23 @@
|
||||
lockfileVersion: '9.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
devDependencies:
|
||||
diff:
|
||||
specifier: ^8.0.2
|
||||
version: 8.0.2
|
||||
|
||||
packages:
|
||||
|
||||
diff@8.0.2:
|
||||
resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==}
|
||||
engines: {node: '>=0.3.1'}
|
||||
|
||||
snapshots:
|
||||
|
||||
diff@8.0.2: {}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user