June 16, 20223 yr Does anyone have the Honda Jet script to download? I'm having problems with the altitude button, I don't have this variable. Who can help thank you!
June 16, 20223 yr Commercial Member AP Alt Dec (L:HJET_AP_ALT_VAR,·Number)·100·-·(>L:HJET_AP_ALT_VAR,·Number) AP Alt Inc (L:HJET_AP_ALT_VAR,·Number)·100·+·(>L:HJET_AP_ALT_VAR,·Number)· LORBY-SI
June 19, 20223 yr On 6/16/2022 at 5:00 PM, Lorby_SI said: AP Alt Dec (L:HJET_AP_ALT_VAR,·Number)·100·-·(>L:HJET_AP_ALT_VAR,·Number) AP Alt Inc (L:HJET_AP_ALT_VAR,·Number)·100·+·(>L:HJET_AP_ALT_VAR,·Number)· Would you mind doing the same for the speed? I tried to replace ALT with SPD, but it didn't work. Also can you do a script for the FLC button? Thank you very much! For transparency: I'm a community mentor at the BATC discord. However, I do not get paid for it in any way.
June 19, 20223 yr Commercial Member 1 hour ago, Fiorentoni said: Would you mind doing the same for the speed? There is nothing that one can "do", this is all trial & error, collecting and looking through the LVars (there is an option for that in the AAO scripting menu) and using the MSFS developer mode. Everybody can "do" that. I think that AP speed setting is handled through the default variables and events. 1·(>K:AP_SPD_VAR_INC) and 1·(>K:AP_SPD_VAR_DEC) FLC is probably this: 1·(>L:FLC_Pushed,·Number) and 0·(>L:FLC_Pushed,·Number) Edited June 19, 20223 yr by Lorby_SI LORBY-SI
June 19, 20223 yr Commercial Member As toggles (=like pushing the button in the VC - most likely... ) 1·(L:FLC_Pushed,·Number)·-·(>L:FLC_Pushed,·Number) 1·(L:VS_Pushed,·Number)·-·(>L:VS_Pushed,·Number) LORBY-SI
June 19, 20223 yr Commercial Member Other findings (L:Vert_default, Number) (L:Alt_Pushed, Number) (L:XMLVAR_VNAVButtonValue, Number) (L:HJET_APPROACH_MODE_ARMED, Number) (L:HJET_VERT_TOGA_ACTIVE, Number) (L:HDG_Pushed, Number) (L:NAV_Pushed, Number) (L:VNAV_ARMED, Bool) (L:VNAV_ACTIVE, Bool) Edited June 19, 20223 yr by Lorby_SI LORBY-SI
Archived
This topic is now archived and is closed to further replies.