Scotflieger 32 Posted October 9, 2014 Share Posted October 9, 2014 I am working on an update of the LINDA module for the A318/319 and am looking for a Lvar for aircraft track for replicating the TRK/FPA display on the VRInsight Combo Airbus panel. There is the AB_AP_HDG_select and WindDriftVal but no corresponding TRK Lvar. Can anyone assist? Link to comment https://forum.aerosoft.com/index.php?/topic/86477-sdk-vars-for-fcu-managed-dot/ Share on other sites More sharing options...
Aerosoft Aerosoft Team [Inactive Account] 51562 Posted October 9, 2014 Aerosoft Share Posted October 9, 2014 I'll ask Choobe! Link to comment https://forum.aerosoft.com/index.php?/topic/86477-sdk-vars-for-fcu-managed-dot/#findComment-620360 Share on other sites More sharing options...
Joshua Che. 1601 Posted October 13, 2014 Share Posted October 13, 2014 I am working on an update of the LINDA module for the A318/319 and am looking for a Lvar for aircraft track for replicating the TRK/FPA display on the VRInsight Combo Airbus panel. There is the AB_AP_HDG_select and WindDriftVal but no corresponding TRK Lvar. Can anyone assist? Hi, can you be more specific in your request? LVar for the FPA/TRK button or? Link to comment https://forum.aerosoft.com/index.php?/topic/86477-sdk-vars-for-fcu-managed-dot/#findComment-621711 Share on other sites More sharing options...
Scotflieger 32 Posted October 13, 2014 Author Share Posted October 13, 2014 Hi Joshua Choobe suggested you could help with a related problem. I have working on updating the LINDA module for A318/A319 to work with the VRInsight Airbus FCU panel. Do you have documented the logic for the display of the SPD/HDG/ALT/VVS managed and set modes. I have wasted days trying to identify all the cases and conditions for display these values and, specifically, the mode Dots to match those used in the A318/A319 simulation. PM if necessary. Any help will be greatly appreciated. Andrew Link to comment https://forum.aerosoft.com/index.php?/topic/86477-sdk-vars-for-fcu-managed-dot/#findComment-621753 Share on other sites More sharing options...
Joshua Che. 1601 Posted October 15, 2014 Share Posted October 15, 2014 Any help will be greatly appreciated. I will state all the vars here and pin this for the benefit of everyone. MANAGED DOT SPEED AB_AP_SPDmode_set = 1 HDG AB_AP_HDGmode_setDisp = 1 ALT AP_AP_ALT_Mode = 1DASHED LOGIC: IF CONDITIONS ARE MET - DASHED, ELSE NOT. SPEED AB_AP_SPDmode_set >= 0 AND FCU_Managed_SPDdisp_override = 0 HDG AB_AP_HDGmode_setDisp >= 0 AND FCU_Managed_HDGdisp_override = 0VS AB_AP_KNOBALT = 0 AND FCU_Managed_VSdisp_override = 0 Link to comment https://forum.aerosoft.com/index.php?/topic/86477-sdk-vars-for-fcu-managed-dot/#findComment-622464 Share on other sites More sharing options...
Scotflieger 32 Posted October 16, 2014 Author Share Posted October 16, 2014 Hi Joshua My sincere thanks for this valuable information. After a couple of weeks struggling to find the correct lvars, it was the non-standard ones (like AP_AP_ALT_Mode) that defeated me. Thank you again. Andrew Sent from my iPad using Tapatalk Link to comment https://forum.aerosoft.com/index.php?/topic/86477-sdk-vars-for-fcu-managed-dot/#findComment-622710 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.