-
Bind O: Variable in Axis and Ohs for YS-11
i dont use both at the same time, it was just an example that the other BVar also does the same when put on the Honeycomb Bravo. i now decided to give up on the Honeycomb Bravo autopilot and use my Midi Controller for the setup, there it is working fine
-
Bind O: Variable in Axis and Ohs for YS-11
okay thanks for the explaination Do you have an idea why the command for "VS UP and Down via Autopilot" getting stuck after 4 clicks and then i have to wait until i can turn it further? The command is: 1·(>B:AUTOPILOT_VerticalSpeed_INC) and 1·(>B:AUTOPILOT_VerticalSpeed_Dec) I also tried to use them with , number behind it. but it did not change anything. Seems like B Variable on a Rotary are very bad and get stuck. Have the same problem for the CRS 1 Selector Command 1·(>B:AIRLINER_CPT_KNOB_R1_Indicator_Set_Dec,·number) Edit: So i figured out that the "getting Stuck after a few turns" only happens with the Honeycomb Bravo Right Rotary, when i use the command 1·(>B:AIRLINER_CPT_KNOB_R1_Indicator_Set_Dec,·number) with the Midi Controller, its turning fast and fine all the time. Any idea why this might be happening?
- Skip the "Ready to fly" button
-
Bind O: Variable in Axis and Ohs for YS-11
Hi, i'm currently in the process of binding alle the buttons and levers of the Inibuilds YS-11. there i stumble around a O: Variable for the Throttle Friction Lock. How can i assign this in axis and ohs? I tried to replicate the Script from the Behavour dialog, but this is not working :(
-
Beyond ATC is just not there yet
since the latest ifr update i get often cleared for takeoff airplanes right before i land, then i receive the go around call. Happend now in 3 out of 5 flights. very annoying
-
Need help building AAO WT21 CDU (CJ4, 737Max) native
working like a charm, thank you soooo much :)
-
Need help building AAO WT21 CDU (CJ4, 737Max) native
Hi, i will try to get this working, someone got a plugin for WinWing to get the screen of the WT21 CDU's from MSFS2024. its this plugin for the Community folder: https://flightsim.to/addon/105898/mobiflight-plugin-for-msfs-2024-wt21-cdus the .js script code says it sends the screen via: const MF_CAPT = "ws://localhost:8320/winwing/cdu-captain"; so i need a websocket -> HTTP bridge to get it to work with AaO. With my very limited programming skills and ChatGTP i just go the following code for the main.js const express = require("express"); const WebSocket = require("ws"); const path = require("path"); const app = express(); const port = 9080; const WS_URL = "ws://localhost:8320/winwing/cdu-captain"; let latestData = null; const ws = new WebSocket(WS_URL); ws.on("open", () => { console.log("Verbunden mit MSFS CDU WebSocket"); }); ws.on("message", (data) => { try { latestData = JSON.parse(data); } catch (e) {} }); ws.on("close", () => { console.log(" Verbindung verloren – reconnect in 5s..."); setTimeout(() => process.exit(1), 5000); }); app.get("/cdu", (req, res) => { res.json(latestData); }); app.use("/", express.static(path.join(__dirname, "public"))); app.listen(port, () => { console.log(`CDU läuft auf http://localhost:${port}`); }); my index.html for AaO looks like this <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CJ4 CDU</title> <style> body { background: #111; color: #0f0; font-family: monospace; display: flex; justify-content: center; align-items: center; height: 100vh; } #cdu { display: grid; grid-template-columns: repeat(24, 14px); grid-template-rows: repeat(14, 20px); gap: 2px; background: black; padding: 10px; border: 3px solid #333; } .cell { text-align: center; white-space: pre; } /* Farben */ .c-w { color: white; } .c-g { color: #00ff00; } .c-y { color: yellow; } .c-m { color: magenta; } .c-o { color: cyan; } .c-e { color: grey; } /* Größen */ .small { font-size: 10px; } .large { font-size: 14px; font-weight: bold; } </style> </head> <body> <div id="cdu"></div> <script> async function update() { try { const res = await fetch("/cdu"); const data = await res.json(); if (!data || !data.Data) return; const container = document.getElementById("cdu"); container.innerHTML = ""; data.Data.forEach(cell => { const el = document.createElement("div"); el.classList.add("cell"); const char = cell[0] || " "; const color = cell[1] || "w"; const size = cell[2] === 1 ? "small" : "large"; el.textContent = char; el.classList.add("c-" + color); el.classList.add(size); container.appendChild(el); }); } catch (e) {} } setInterval(update, 150); </script> </body> </html> sadly this did not the trick and i just see the HTML border i created for the screen when i open the html file. So any advice to the right direction appreaciated 🙂 Edit: in short is there a way for me to websocket -> HTTP bridge via Axis and Ohs, or is this not implemented and i need another bridge for that? Mobiflight/Node.js Bridge ?
-
Web-CDU/FMCs with FSS Embraer in 2024
Sorry for hijacking the threat, but i have to say i dont like the switch to popout function instead of "native" version like v1. For me the popout function is not stable enough and kills some fps 😞 So I just hope you will still be able to get the old version up and running Btw Someone managed to get WT21 (CJ4, asobo 737 max) working on winwing mcdu output, so It seems like there is still a way to extract the necessary information https://github.com/tracernz/wt21-mobiflight maybe you can rethink the situation. If not also fine, you did create a amazing tool but maybe it could still be possible to get the old nun popout versions back 🙂
-
Multiframe generation for all GPUs…
Tried it - when using popout Function of panels - CTD - uninstalled 😉
-
How can you guys use Inibuilds KJFK with the Bumps in RWY?!
It works even with photogrametry on , so idk maybe inibuilds should hire that guy 😉
-
How can you guys use Inibuilds KJFK with the Bumps in RWY?!
thanks for the explanation, but can you give an ETA on a fix ? Looking at older threats this seems like it is a problem for some years now :( (or comes back all the time again and again?! )
-
How can you guys use Inibuilds KJFK with the Bumps in RWY?!
Hi, did get myself the inibuilds KJFK for MSFS2020 and i have to say its unusable with the RWY Bumps in 31R and 04R, i can only find old threads for this issue but seems like it never got fixed in the year 2026. How are you guys using the addon then? because i tried everything from removing every other addon from community folder, deleted the SceneryIndex folder, disabled photogrametry (did make it even worse) disabled Rolling cache, but i cannot get rid of the Bumps. Any tips highly requested. Link to Screenshot
-
iFly B737 Max upcoming new EFB explained (YT)
Can you use the efb in browser on external device ? Like the efb of fenix or fslabs. That's the one think I miss in the pmdg's 😞 Edit: should have watched the video first, feature is in the update. Thanks 🙂
-
Seeking IRL pilot advice Fenix vs FSLabs?
thats why i would go with the FSLabs, because the MEL gives it a bit more then just ehe flying from A->B it gives you a bit more challange. but yeah the other Planes are another Level. Just looking forward to the Concord, that will be also a beast to master 🙂
-
Is there a sunglasses add-on for MSFS20/24?
Its a simulator, just change the weather to not see anything when you look out of the window. The reason for the glases is that you can't do it in real life 😉
Bam2000
Members
-
Joined
-
Last visited