December 22, 20223 yr Hi, is it possible to switch between combos? My example with buttons: Button A: "combo A" Button B: "combo B" Buton E: "when combo A is toggled ON decrease HDG BUG" OR "when combo B is toggled ON decrease SPD VAR" Button F: "when combo A is toggled ON increase HDG BUG" OR "when combo B is toggled ON increase SPD VAR" Now when I want to switch between decreasing or increasing HDG BUG or SPD VAR I have to press (considering combo A is toggled ON): Button A (to toggle OFF combo A) > Button B (to toggle ON combo B)... My goal is to only press Button B which also toggles off combo A, not having to press toggle off combo A. Please, do you have any idea how can I reach that? I could not find answer in documentation 😞 Edited December 22, 20223 yr by Rakes
December 22, 20223 yr Commercial Member This is not possible in a single button configuration. That can always only have one physical Combo button assigned - period. I would do this with RPN scripts. The button(s) that you use as Combos should change the value of an internal LVar, and the INC/DECs should then be handled by scripts that do different things depending on the value of that LVar. So button A would toggle the LVar between 0 and 1, while B toggles it between 2 and 3. The INC/DEC buttons then call a script that does a different thing for each value 0 to 3. Depending on what you did last with which button, you will get a different action. Can't get more flexible than that. Edited December 22, 20223 yr by Lorby_SI LORBY-SI
December 22, 20223 yr Hi @Rakes, what type of buttons do you use for A and B? Is it a push button or a switch? What exactly do you execute, when pressing those buttons? Do you know how to create scripts?
Archived
This topic is now archived and is closed to further replies.