Is there an LVAR to display CRS1?
-
Hi, I am making an autopilot panel and having trouble finding an LVAR that displays the currently selected CRS1. Thank you in advance.
-
There is no single variable, buy you can use another L:Var to select between these four values:
When,
L:var_ActiveNavSource_L = 0, use(A:NAV OBS:1, degrees)
When,L:var_ActiveNavSource_L = 1, use(A:NAV OBS:2, degrees)
When,L:var_ActiveNavSource_L = 2, andL:var_SystemControlMode < 2use(A:GPS WP DESIRED TRACK, degrees)
When,L:var_ActiveNavSource_L = 2, andL:var_SystemControlMode = 2use(A:GPS OBS VALUE, degrees)Let me know if you have any other questions!
-
There is no single variable, buy you can use another L:Var to select between these four values:
When,
L:var_ActiveNavSource_L = 0, use(A:NAV OBS:1, degrees)
When,L:var_ActiveNavSource_L = 1, use(A:NAV OBS:2, degrees)
When,L:var_ActiveNavSource_L = 2, andL:var_SystemControlMode < 2use(A:GPS WP DESIRED TRACK, degrees)
When,L:var_ActiveNavSource_L = 2, andL:var_SystemControlMode = 2use(A:GPS OBS VALUE, degrees)Let me know if you have any other questions!
@Black-Square Thank you and great work. Best of luck in this and your future endeavors- we will be watching!