January 12Jan 12 Just now, Lorby_SI said: What's that? I've never seen syntax like this? Its a competitions syntax but variables remain the same.
January 12Jan 12 Commercial Member 13 minutes ago, HighTowers said: Thanks very much. Never would have thought to try something that says MOUSE_INP. But the honeycomb bravo throttle does have a reverse axis, so this setup ends up being very dangerous to going into reverse thrust when you just want to go to idle at the detent. Might be better to just have a toggle reverse thrust button. I have a Bravo too, and mine doesn't have a Reverser axis. Not sure what you mean? I would set a software detent on the 0.3 position make it big enough so you don't accidentally skip over. Or use a button, like the little reverser levers on the Bravo (they are't axis, just buttons) LORBY-SI
January 12Jan 12 Commercial Member Just now, Torkermax said: Its a competitions syntax but variables remain the same. Not really. AxisAndOhs requires a "unit" with the LVars if you want to read/write to the sim. Otherwise the LVars are AAO internal only (the interface to the sim is a finite resource, and it seemed prudent to make this disctinction. So that you can have your own set of LVars for Script processing that don't weigh down the interface with unnecessary data) LORBY-SI
January 12Jan 12 Commercial Member 8 minutes ago, Torkermax said: I have assigned the reverser lever to "L:FSS_EXX_LEVER_THROTTLE_L_MOUSE_INP, 0" when pressed and "L:FSS_EXX_LEVER_THROTTLE_L_MOUSE_INP, 1" when released? In AAO that would have to be scripted: Full reverse L 0.0 (>L:FSS_EXX_LEVER_THROTTLE_L_MOUSE_INP, Number) Idle L 0.3 (>L:FSS_EXX_LEVER_THROTTLE_L_MOUSE_INP, Number) Same for R 1.0 (>L:FSS_EXX_LEVER_THROTTLE_L_MOUSE_INP, Number) Would set the lever to full forward Edited January 12Jan 12 by Lorby_SI LORBY-SI
January 12Jan 12 Great thread. Finally got the Spoiler to workon the Experimental Ejets. This is on a TurtleBeach Velocity One yoke. Other hardware might not need to reverse the spoiler axis. Enter Variable = IE:EVT_LEVER_SPOILER_1 Axis reversed, Min = -1, Max = 1, Continuously, Float -J 13700KF | RTX 4090 @ 1440 | 64GB DDR5 | 2 x 1TB SSDs | 1TB M.2 NVMe
Create an account or sign in to comment