October 11, 200322 yr Can someone explain how to set the heading hold to a specific course.I Have tried all of these below, but the only thing that seems to happen is the heading hold toggles on and off. trigger_key_event(KEY_AP_PANEL_HEADING_HOLD,350); trigger_key_event(KEY_AP_HDG_HOLD_ON,350); trigger_key_event(KEY_AP_HDG_HOLD,350);Thanks.Regards.Ernie.
October 11, 200322 yr Hi,Is this C++?Then holding.Otherwise you have to use for example:350 (>K:Heading_Bug_Set)Jan"Procul Negotiis" Jan "Beatus ille qui procul negotiis..."
October 11, 200322 yr For C/C++ it is:trigger_key_event(KEY_HEADING_BUG_SET, 350);And of course:trigger_key_event(KEY_AP_HDG_HOLD_ON, 0);
October 12, 200322 yr Author >For C/C++ it is:>>trigger_key_event(KEY_HEADING_BUG_SET, 350);Ok, that's what I was looking for. Thanks very much. Regards. Ernie.
Create an account or sign in to comment