December 15, 20223 yr Hi, I was wondering if anyone has written a script/profile for the DC Designs Concord MCP Selectors, namely The HDG/TRK Selector, Speed Selector and Altitude Selector. I have tried to get them to work via RPN scripting, mainly I'm having trouble identifying which ones they're tied to, however, no success so far. I have managed to implement some of the other switches from a streamdeck profile available on the .to site. but having a little trouble with the above. failing that anyone willing to share a profile for the above selectors perhaps. kind regards, T Edited December 15, 20223 yr by toucanair Spelling error FAA ATP, CASA ATPL(A), MEIR, NVFR, Type Rated: A320, B747,B737, E120, B1900D/C KA350, Multi Ratings: PA31-350, BE58, C310, PN68, PA44, BE76. Checked out on: C210, R114, C206, PA28, C172, C152. Processor: Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz (20 CPUs), ~3.3GHzMemory: 64MB RAM, NVIDIA GeForce RTX 3080 Ti, Multi Monitor.
December 16, 20223 yr Commercial Member On 12/15/2022 at 3:12 AM, toucanair said: mainly I'm having trouble identifying which ones they're tied to, however, no success so far. I am assuming that you are using the plane in MSFS? How did you try to "identify" them? Did you use the MSFS developer mode? Edited December 16, 20223 yr by Lorby_SI LORBY-SI
December 16, 20223 yr Commercial Member I have taken a quick look at the code. For these particular buttons there is no easy solution. Each mouse click triggers an entire script of its own in the Behavior code. You have to re-create that in AAO - you are not triggering the button, but you replicate what the button does. For example these two: TRK/HDG toggle Quote (L:AP_PANEL_HEADING_HOLD,·Bool)·!·(>L:AP_PANEL_HEADING_HOLD,·Bool)·(SPLIT:100)·(L:AP_PANEL_HEADING_HOLD,·Bool)·if{·(A:AUTOPILOT·APPROACH·HOLD,·Bool)·if{·(>K:AP_APR_HOLD_OFF)·}·(A:AUTOPILOT·HEADING·LOCK,·Bool)·!·if{·(>K:AP_HDG_HOLD)·}·}·(L:AP_PANEL_HEADING_HOLD,·Bool)·!·if{·(A:AUTOPILOT·HEADING·LOCK,·Bool)·if{·(>K:AP_HDG_HOLD)·}·} HDG/HLD toggle Quote (A:AUTOPILOT·HEADING·LOCK,·Bool)·!·(>K:AP_HDG_HOLD)·(A:AUTOPILOT·HEADING·LOCK,·Bool)·if{·(A:PLANE·HEADING·DEGREES·GYRO,·Degrees)·(>K:HEADING_BUG_SET)·}·(L:AP_PANEL_HEADING_HOLD,·Bool)·if{·0·(>L:AP_PANEL_HEADING_HOLD,·Bool)·(A:AUTOPILOT·HEADING·LOCK,·Bool)·!·if{·1·(>K:AP_HDG_HOLD)·}·} Edited December 16, 20223 yr by Lorby_SI LORBY-SI
Archived
This topic is now archived and is closed to further replies.