Hi everybody,
i am associating Hardware home cockpit with the MSFS 2020 Cessna Longitude
i am searching 2 events name i don’t find in SpadNext
the “speed selector” to manage speed beetwen FMS or MAN in MCP
the “Stand-by” switch in electrical panel part
Thanks in advance to the helpers
Reagrds
Thierry
Moved to Hardware & Peripherals because it’s the best place to get support with this
many thans
Hi,
Looking in HUBHOP you can find these :
Preset name : Longitude AP SPD Mode FMS
Code : 0 (>L:XMLVAR_SpeedIsManuallySet)
Preset name : Longitude AP SPD Mode MAN
Code : 1 (>L:XMLVAR_SpeedIsManuallySet)
Preset name : Longitude Elec Stby Pwr On
Code : (A:ELECTRICAL MASTER BATTERY:3, bool) ! if{
3 (>K:TOGGLE_MASTER_BATTERY) }
0 (>L:XMLVAR_STBYBattery_Test)
Description : 3 position toggle. Up position.
Preset name : Longitude Elec Stby Pwr Test
Code : (A:ELECTRICAL MASTER BATTERY:3, bool) if{
3 (>K:TOGGLE_MASTER_BATTERY) }
1 (>L:XMLVAR_STBYBattery_Test)
Description : 3 position toggle. Down position.
Preset name : Longitude Elec Stby Pwr Off
Code : (A:ELECTRICAL MASTER BATTERY:3, bool) if{
3 (>K:TOGGLE_MASTER_BATTERY)
0 (>L:XMLVAR_STBYBattery_Test)
Description : 3 position toggle. Middle position
These are for use with Mobiflight, don’t know if you can use these codes in SpadNext though.
Hope it helps.
I was going to say, in my Longitude pit I used Axis & Ohs with stream deck plus button/knobs for these, but not sure those commands work with Spad either.
many thanks to my helper because with the LVAR and/or event name , i could solve my problem in SpadNext