Hello,
with the implemented autopilot unit on my Bravo trottle quadrant from Honeycomb I can control the autopilot of the CRJ from Aerosoft. But unfortunatly the altitude selector doesn't work, the other selectors for NAV/HDG/SPEED/VS are working correct. From the Aerosoft forum I received the following LVAR script for the altitude selector:
INCREMENT :
(L:ASCRJ_FCP_ALT_SEL,·Number)·10·+·(>L:ASCRJ_FCP_ALT_SEL,·Number)·(L:ASCRJ_FCP_ALT_CHANGE,·Number)·++·(>L:ASCRJ_FCP_ALT_CHANGE,·Number)
DECREMENT :
(L:ASCRJ_FCP_ALT_SEL,·Number)·10·-·(>L:ASCRJ_FCP_ALT_SEL,·Number)·(L:ASCRJ_FCP_ALT_CHANGE,·Number)·--·(>L:ASCRJ_FCP_ALT_CHANGE,·Number)
But honestly I have absolute no clue how to implement these scripts in my FSUIPC so that my altitude selector is bound with these scripts.
Can someone be so friendly to help me out ?
Bernhard