June 28, 20241 yr I am trying to come up with a way to emulate turning a knob faster. If 218000·7·+·(>K:ROTOR_BRAKE) is heading increase in the 777, what should I do to make it move in larger increments if I turn a knob faster. In the past I have just done something like: 218000·7·+·(>K:ROTOR_BRAKE) 218000·7·+·(>K:ROTOR_BRAKE) In other words, just repeat it. Would the roll function do the same? Like change roll from 1 to 2 or 3? AAL??? Mark "Crabby" Crabtree
June 28, 20241 yr You can use the pipe "|" to execute multiple time. So, (>K:ROTOR_BRAKE|4) will execute the event 4 times. Don't know if it solves your problem but it will increment faster. Edited June 28, 20241 yr by mrm0508 | i7-14700KF - 4080 SUPER | 32 GB RAM | Win 11 Pro | HC Bravo | AAO | StreamDeck |
June 28, 20241 yr Commercial Member 1 hour ago, Crabby said: Would the roll function do the same? Like change roll from 1 to 2 or 3? Yes. AAO manual, chapter 3.8.3 "Sending values to events" Quote The „Roll“ control will repeat the event for the number of times that you specify in the box: Edited June 28, 20241 yr by Lorby_SI LORBY-SI
Create an account or sign in to comment