December 21, 20223 yr Hi, Does anyone know the command to activate to toggle the Parking Brake and the Auto Throttle on the WT Longitude AAU1? The local variables available are (L:WT_LNG_PARKING_BRAKE,·Number) and (L:WT_Longitude_Autothrottle_Status,·Number). The Parking Brake is 0 or 1, and the Auto Throttle is 0 or 3 according to the watched variables. However, writing these values in a script has no effect. TIA, Daz.
December 21, 20223 yr Commercial Member 0·(>K:PARKING_BRAKE_SET) 1·(>K:PARKING_BRAKE_SET) No idea about the AT, sorry. In the behavior debug dialog in MSFS it looks like those buttons aren't doing anything. No BVar etc. visible in the code. Unfortunately, the model file of the Longitude is still encrypted, so no luck there either. Maybe the default Event? 1·(>K:AUTO_THROTTLE_ARM) At least it does "something", it toggles the "TD" in the PFD autopilot status panel - like a mouse click on the button does. No time to actually fly and verify, sorry. Edited December 21, 20223 yr by Lorby_SI LORBY-SI
December 21, 20223 yr Commercial Member 3 minutes ago, Dazzlercee23 said: OK, thanks for the reply. Parking brake Toggle would probably be this: (A:BRAKE·PARKING·POSITION,·Bool)·!·(>K:PARKING_BRAKE_SET) And the AT Arm seems to be a toggle anyway. LORBY-SI
December 21, 20223 yr Author 2 minutes ago, Lorby_SI said: Parking brake Toggle would probably be this: (A:BRAKE·PARKING·POSITION,·Bool)·!·(>K:PARKING_BRAKE_SET) And the AT Arm seems to be a toggle anyway. Great, works fine, thanks. I just have to find the A/T now.
December 21, 20223 yr Commercial Member 3 minutes ago, Dazzlercee23 said: Great, works fine, thanks. I just have to find the A/T now. Try the default: 1·(>K:AUTO_THROTTLE_ARM) LORBY-SI
December 21, 20223 yr Author 12 minutes ago, Lorby_SI said: Try the default: 1·(>K:AUTO_THROTTLE_ARM) Again, works great, monitoring (L:WT_Longitude_Autothrottle_Status,·Number) to determine an LED status. Thanks for you help.
Archived
This topic is now archived and is closed to further replies.