Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

Use auto throttle to set state, how to easily check for this in all modes?

General Discussions
Locked
tynian78
Passenger
Posts: 2
Joined: 13 Sep 2020, 15:21
Status: Offline

Use auto throttle to set state, how to easily check for this in all modes?

Post by tynian78 » 13 Sep 2020, 15:26

I want to use the auto throttle on the multi panel to set a state. If it's off, all knobs are acting like they should normally. When it's on, the knobs are used for the G1000 inner and outer knobs.

But... Is there an easy way to do this? Right now all I can think off is that for every knob action I should check for the state of the auto throttle using a local variable. But to do that for every ALT/VS/IAS/HDG/CRS and COM1/COM2/NAV1/etc is a bit much. And yes, I'd like to be able to use this idea in all those settings. 😀

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: Use auto throttle to set state, how to easily check for this in all modes?

Post by c0nnex » 14 Sep 2020, 15:14

You will have to use conditions for that. No way around that currently.
No local variable needed for it, there is already a Variable telling you the state of the Autothrottle switch: LOCAL:MULTIPANEL_AUTOTHROTTLE (0 or 1)

Locked