May 16, 20206 yr Hi, Just wondering if anyone has a mapping for the go-around button on the MU-2. Manual doesn't mention any. Would be handy to map to my hardware. Hunting head down in the VC in IFR at minimums trying to click on the side of the throttle is a recipe for disaster in this high-performance ship. Cheers Zenji
May 16, 20206 yr Looks like that "(L:GOAROUND_NODE,bool) " true activates the GoAround mode. Gook luck 😉 Gérard
May 16, 20206 yr If you don't mind using the keyboard, I believe [ctrl + shift + G] is the keyboard shortcut for go around.
May 16, 20206 yr function MU2_GoAround() ipc.writeLvar("L:GOAROUND",1) -- button movement in ipc.writeLvar("L:GOAROUND_NODE",1) -- turn GA (Go Aound) on (like mouse click down) ipc.writeLvar("L:GOAROUND",0) -- button movement out ipc.writeLvar("L:GOAROUND_NODE",0) -- turn GA off (like mouse click release) return end Al
May 17, 20206 yr Author Much appreciated. Should have mentioned that before I wrote the question I tried ctl-shft-g as that's a default TOGA mapping but doesn't work for the MU-2. Made a macro so I can toggle L:GOAROUND_Node from a joystick button. Works perfectly. Just flew into ORBX's ENHF (Hammerfest, northern Norway). Short sloping runway at a cliff edge, no GS just LOC, snow and a low ceiling.
Archived
This topic is now archived and is closed to further replies.