diff --git a/Scripts/DCS-ExportScript/ExportsModules/A-10C.lua b/Scripts/DCS-ExportScript/ExportsModules/A-10C.lua index 0e72acf..bc8dfea 100644 --- a/Scripts/DCS-ExportScript/ExportsModules/A-10C.lua +++ b/Scripts/DCS-ExportScript/ExportsModules/A-10C.lua @@ -370,7 +370,9 @@ ExportScript.ConfigArguments = [251] = "%0.1f", -- ILS_window_wheel_MHz [252] = "%0.1f", -- ILS_window_wheel_KHz -- TACAN - [258] = "%0.2f", -- PTR-TACAN-CHANNEL-SELECTOR-2 (Channel Selector (Ones) / X/Y Mode. Right mouse click to select X/Y. Rotate mouse wheel to make channel selection) + [256] = "%.1f", -- Channel Selector (Tens). Rotate mouse wheel to select + [257] = "%0.2f", -- Channel Selector (Ones) / X/Y Mode. Right mouse click to select X/Y. + [258] = "%0.2f", -- PTR-TACAN-CHANNEL-SELECTOR-2 (Channel Selector (Ones) / X/Y Mode. Rotate mouse wheel to make channel selection) [259] = "%.1f", -- PTR-TACAN-TEST (Test TACAN Signal on HSI) [261] = "%.3f", -- PTR-TACAN-VOL (Signal Volume) [262] = "%0.1f", -- PTR-TACAN-MODE (Mode Dial) @@ -686,9 +688,6 @@ function ExportScript.ProcessIkarusDCSConfigHighImportance(mainPanelDevice) lDigitalClock = "" end ExportScript.Tools.SendData(2001, string.format("%s", lDigitalClock)) - - --local lCDU = list_indication(3) - --ExportScript.Tools.WriteToLog('CDU: '..ExportScript.Tools.dump(lCDU)) end function ExportScript.ProcessDACConfigHighImportance(mainPanelDevice) @@ -770,9 +769,23 @@ function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) ExportScript.Tools.SendData(2007, "") -- txt_MWS end + -- TACAN Channel + ------------------------------------------------- + ExportScript.Tools.SendData(2008, (string.format("%0.2f", (mainPanelDevice:get_argument_value(263))) == "1.00" and "0" or "1")..ExportScript.Tools.round(mainPanelDevice:get_argument_value(264) * 10, 0)..ExportScript.Tools.round(mainPanelDevice:get_argument_value(265) * 10, 0)..(string.format("%1d", (mainPanelDevice:get_argument_value(266))) == "0" and "X" or "Y")) + + -- ILS Channel + ------------------------------------------------- + local lILSFrequencyMHz = {[0]="108",[0.1]="109",[0.2]="110",[0.3]="111"} + local lILSFrequencyKHz = {[0]="10",[0.1]="15",[0.2]="30",[0.3]="35",[0.4]="50",[0.5]="55",[0.6]="70",[0.7]="75",[0.8]="90",[0.9]="95"} + + ExportScript.Tools.SendData(2009, lILSFrequencyMHz[ExportScript.Tools.round(mainPanelDevice:get_argument_value(251), 1)].."."..lILSFrequencyKHz[ExportScript.Tools.round(mainPanelDevice:get_argument_value(252), 1)]) + -- Cockpit Light ExportScript.Tools.IkarusCockpitLights(mainPanelDevice, {290,292,293}) - -- Engine Instruments Lights, Flight Instruments Lights, Auxiliary Instruments Lights + -- Engine Instruments Lights, Flight Instruments Lights, Auxiliary Instruments Lights + + -- CDU Data + ExportScript.AF.exportCDU() end function ExportScript.ProcessDACConfigLowImportance(mainPanelDevice) @@ -1086,4 +1099,19963 @@ function ExportScript.ProcessDACConfigLowImportance(mainPanelDevice) --getIndicatorData(3) +end + +----------------------------- +-- Custom functions -- +----------------------------- + +----------------------------- +-- CDU Export based on Jan Boeckers DCS BIOS +-- https://github.com/dcs-bios/dcs-bios +----------------------------- + +ExportScript.AF.CDUIndicatorData={ + ACCEPT={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ" + }, + id="ACCEPT", + index=0, + statictext=true, + x=1, + y=5 + } + }, + ADI_ATT={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="ADI_ATT", + index=0, + statictext=true, + x=10, + y=4 + } + }, + ADI_ATT0={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="ADI_ATT0", + index=0, + statictext=false, + x=23, + y=4 + } + }, + ADI_ATT1={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="ADI_ATT1", + index=0, + statictext=false, + x=23, + y=4 + } + }, + ALIGN={ + { + alignment="LFT", + cdu_pages={ + "NAV", + "INS" + }, + id="ALIGN", + index=0, + statictext=true, + x=1, + y=3 + } + }, + ALL={ + { + alignment="LFT", + cdu_pages={ + "DTSUPLD" + }, + id="ALL", + index=0, + statictext=true, + x=1, + y=3 + } + }, + ALL1={ + { + alignment="LFT", + cdu_pages={ + "DTSDNLD" + }, + id="ALL1", + index=0, + statictext=false, + x=1, + y=3 + } + }, + ALL2={ + { + alignment="LFT", + cdu_pages={ + "DTSDNLD" + }, + id="ALL2", + index=0, + statictext=true, + x=2, + y=3 + } + }, + ALM_REQ={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="ALM_REQ", + index=0, + statictext=true, + x=2, + y=8 + } + }, + ALM_REQs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="ALM_REQs", + index=0, + statictext=false, + x=11, + y=8 + } + }, + ALM_REQs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="ALM_REQs1", + index=0, + statictext=false, + x=11, + y=8 + } + }, + ALTITUDE={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="ALTITUDE", + index=0, + statictext=true, + x=10, + y=8 + } + }, + ALT_ALIGN={ + { + alignment="LFT", + cdu_pages={ + "INS" + }, + id="ALT_ALIGN", + index=0, + statictext=true, + x=1, + y=5 + } + }, + ALT_ST1={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="ALT_ST1", + index=0, + statictext=false, + x=23, + y=8 + } + }, + ALT_ST2={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="ALT_ST2", + index=0, + statictext=false, + x=23, + y=8 + } + }, + ALT_WIND_TEMP={ + { + alignment="LFT", + cdu_pages={ + "WIND1" + }, + id="ALT_WIND_TEMP", + index=0, + statictext=true, + x=2, + y=4 + } + }, + ANCHORDIS1={ + { + alignment="LFT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORDIS1", + index=0, + statictext=false, + x=20, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORDIS1", + index=1, + statictext=false, + x=9, + y=8 + } + }, + ANCHORDIS2={ + { + alignment="LFT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORDIS2", + index=0, + statictext=false, + x=20, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORDIS2", + index=1, + statictext=false, + x=9, + y=8 + } + }, + ANCHORDISMH={ + { + alignment="LFT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORDISMH", + index=0, + statictext=true, + x=19, + y=9 + } + }, + ANCHORDMH1={ + { + alignment="RGHT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORDMH1", + index=0, + statictext=false, + x=8, + y=7 + } + }, + ANCHORDMH2={ + { + alignment="RGHT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORDMH2", + index=0, + statictext=false, + x=8, + y=7 + } + }, + ANCHORIdent1={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORIdent1", + index=0, + statictext=false, + x=2, + y=5 + } + }, + ANCHORIdent2={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORIdent2", + index=0, + statictext=false, + x=2, + y=5 + } + }, + ANCHORIdentEntry={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORIdentEntry", + index=0, + statictext=true, + x=1, + y=5 + } + }, + ANCHORMH1={ + { + alignment="LFT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORMH1", + index=0, + statictext=false, + x=16, + y=9 + } + }, + ANCHORMH2={ + { + alignment="LFT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORMH2", + index=0, + statictext=false, + x=16, + y=9 + } + }, + ANCHORMH3={ + { + alignment="LFT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORMH3", + index=0, + statictext=false, + x=16, + y=9 + } + }, + ANCHORNumber1={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORNumber1", + index=0, + statictext=false, + x=2, + y=3 + } + }, + ANCHORNumber2={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORNumber2", + index=0, + statictext=false, + x=2, + y=3 + } + }, + ANCHORNumberEntry={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORNumberEntry", + index=0, + statictext=true, + x=1, + y=3 + } + }, + ANCHORTOFRMode1={ + { + alignment="LFT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORTOFRMode1", + index=0, + statictext=false, + x=13, + y=9 + } + }, + ANCHORTOFRMode2={ + { + alignment="LFT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORTOFRMode2", + index=0, + statictext=false, + x=13, + y=9 + } + }, + ANCHORTOFRRotary={ + { + alignment="RGHT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORTOFRRotary", + index=0, + statictext=true, + x=24, + y=9 + } + }, + ANCHORTTG1={ + { + alignment="RGHT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORTTG1", + index=0, + statictext=false, + x=23, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORTTG1", + index=1, + statictext=false, + x=6, + y=6 + } + }, + ANCHORTTG2={ + { + alignment="RGHT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORTTG2", + index=0, + statictext=false, + x=23, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORTTG2", + index=1, + statictext=false, + x=6, + y=6 + } + }, + ANCHORTTG3={ + { + alignment="RGHT", + cdu_pages={ + "WPINFO" + }, + id="ANCHORTTG3", + index=0, + statictext=false, + x=23, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="ANCHORTTG3", + index=1, + statictext=false, + x=6, + y=6 + } + }, + ANCHOR_PT={ + { + alignment="RGHT", + cdu_pages={ + "WPINFO" + }, + id="ANCHOR_PT", + index=0, + statictext=true, + x=24, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WPMENU" + }, + id="ANCHOR_PT", + index=1, + statictext=true, + x=1, + y=5 + } + }, + ANN1={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN1", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN10={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN10", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN11={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN11", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN12={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN12", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN13={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN13", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN14={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN14", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN15={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN15", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN16={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN16", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN17={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN17", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN18={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN18", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN19={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN19", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN2={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN2", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN20={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN20", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN21={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN21", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN22={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN22", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN23={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN23", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN24={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN24", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN25={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN25", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN26={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN26", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN26a={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN26a", + index=0, + statictext=false, + x=7, + y=2 + } + }, + ANN27={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN27", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN28={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN28", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN29={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN29", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN3={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN3", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN30={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN30", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN31={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN31", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN32={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN32", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN33={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN33", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN34={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN34", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN35={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN35", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN36={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN36", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN37={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN37", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN38={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN38", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN39={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN39", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN4={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN4", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN40={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN40", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN41={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN41", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN42={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN42", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN43={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN43", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN5={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN5", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN6={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN6", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN7={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN7", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN8={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN8", + index=0, + statictext=false, + x=2, + y=2 + } + }, + ANN9={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS" + }, + id="ANN9", + index=0, + statictext=false, + x=2, + y=2 + } + }, + APP={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="APP", + index=0, + statictext=true, + x=2, + y=9 + } + }, + AS={ + { + alignment="LFT", + cdu_pages={ + "GPSKEYS" + }, + id="AS", + index=0, + statictext=true, + x=1, + y=3 + } + }, + AS_FLAG={ + { + alignment="LFT", + cdu_pages={ + "GPSKEYS" + }, + id="AS_FLAG", + index=0, + statictext=false, + x=8, + y=4 + } + }, + AS_FLAG1={ + { + alignment="LFT", + cdu_pages={ + "GPSKEYS" + }, + id="AS_FLAG1", + index=0, + statictext=false, + x=8, + y=4 + } + }, + AS_FLAG2={ + { + alignment="LFT", + cdu_pages={ + "GPSKEYS" + }, + id="AS_FLAG2", + index=0, + statictext=false, + x=8, + y=4 + } + }, + ATT={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="ATT", + index=0, + statictext=true, + x=1, + y=5 + } + }, + ATTRIBCRS0={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBCRS0", + index=0, + statictext=false, + x=13, + y=8 + } + }, + ATTRIBCRS1={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBCRS1", + index=0, + statictext=false, + x=13, + y=8 + } + }, + ATTRIBCRS2={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBCRS2", + index=0, + statictext=false, + x=13, + y=8 + } + }, + ATTRIBCRS3={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBCRS3", + index=0, + statictext=false, + x=13, + y=8 + } + }, + ATTRIBCRS4={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBCRS4", + index=0, + statictext=false, + x=14, + y=9 + } + }, + ATTRIBCRS5={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBCRS5", + index=0, + statictext=false, + x=14, + y=9 + } + }, + ATTRIBCRS6={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBCRS6", + index=0, + statictext=false, + x=14, + y=9 + } + }, + ATTRIBSCS0={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBSCS0", + index=0, + statictext=false, + x=6, + y=9 + } + }, + ATTRIBSCS1={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBSCS1", + index=0, + statictext=false, + x=6, + y=9 + } + }, + ATTRIBScale={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBScale", + index=0, + statictext=false, + x=2, + y=6 + } + }, + ATTRIBScale1={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBScale1", + index=0, + statictext=false, + x=2, + y=6 + } + }, + ATTRIBScale2={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBScale2", + index=0, + statictext=false, + x=2, + y=6 + } + }, + ATTRIBScale3={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBScale3", + index=0, + statictext=false, + x=2, + y=6 + } + }, + ATTRIBSteer={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBSteer", + index=0, + statictext=false, + x=2, + y=8 + } + }, + ATTRIBSteer1={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBSteer1", + index=0, + statictext=false, + x=2, + y=8 + } + }, + ATTRIBSteer2={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBSteer2", + index=0, + statictext=false, + x=2, + y=8 + } + }, + ATTRIBUTES={ + { + alignment="RGHT", + cdu_pages={ + "NAV" + }, + id="ATTRIBUTES", + index=0, + statictext=true, + x=24, + y=5 + } + }, + ATTRIBVNavMode={ + { + alignment="RGHT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBVNavMode", + index=0, + statictext=false, + x=23, + y=3 + } + }, + ATTRIBVNavMode1={ + { + alignment="RGHT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIBVNavMode1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + ATTRIB_CRS_VAL={ + { + alignment="RGHT", + cdu_pages={ + "ATTRIB" + }, + id="ATTRIB_CRS_VAL", + index=0, + statictext=false, + x=23, + y=9 + } + }, + ActiveFP={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="ActiveFP", + index=0, + statictext=false, + x=1, + y=3 + } + }, + ActiveFP1={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="ActiveFP1", + index=0, + statictext=false, + x=22, + y=3 + } + }, + ActiveFP2={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="ActiveFP2", + index=0, + statictext=false, + x=1, + y=5 + } + }, + ActiveFP3={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="ActiveFP3", + index=0, + statictext=false, + x=22, + y=5 + } + }, + ActiveFP4={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="ActiveFP4", + index=0, + statictext=false, + x=1, + y=7 + } + }, + ActiveFP5={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="ActiveFP5", + index=0, + statictext=false, + x=22, + y=7 + } + }, + ALignMode_BATH={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignMode_BATH", + index=0, + statictext=false, + x=11, + y=4 + } + }, + ALignMode_Ground={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignMode_Ground", + index=0, + statictext=false, + x=11, + y=4 + } + }, + ALignMode_InFlt={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignMode_InFlt", + index=0, + statictext=false, + x=11, + y=4 + } + }, + ALignMode_SH={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignMode_SH", + index=0, + statictext=false, + x=11, + y=4 + } + }, + ALignModes={ + { + alignment="RGHT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignModes", + index=0, + statictext=false, + x=24, + y=3 + } + }, + ALignStatus={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignStatus", + index=0, + statictext=false, + x=13, + y=8 + } + }, + ALignStatus1={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignStatus1", + index=0, + statictext=false, + x=13, + y=8 + } + }, + ALignStatus2={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignStatus2", + index=0, + statictext=false, + x=13, + y=8 + } + }, + ALignStatusAsterisk={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignStatusAsterisk", + index=0, + statictext=false, + x=13, + y=8 + } + }, + ALignTime={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignTime", + index=0, + statictext=false, + x=7, + y=8 + } + }, + ALignTimeAsterisk={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="ALignTimeAsterisk", + index=0, + statictext=false, + x=7, + y=8 + } + }, + ASterisk={ + { + alignment="LFT", + cdu_pages={ + "1ST_LINE", + "1ST_LINE" + }, + id="ASterisk", + index=0, + statictext=false, + x=1, + y=1 + } + }, + BATTERY={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="BATTERY", + index=0, + statictext=true, + x=2, + y=3 + } + }, + BATTERYs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="BATTERYs", + index=0, + statictext=false, + x=11, + y=3 + } + }, + BATTERYs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="BATTERYs1", + index=0, + statictext=false, + x=11, + y=3 + } + }, + BBCTL={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="BBCTL", + index=0, + statictext=true, + x=1, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "BITBALL" + }, + id="BBCTL", + index=1, + statictext=true, + x=1, + y=3 + } + }, + BIT_INPR={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="BIT_INPR", + index=0, + statictext=true, + x=2, + y=5 + } + }, + BIT_INPRs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="BIT_INPRs", + index=0, + statictext=false, + x=11, + y=5 + } + }, + BIT_INPRs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="BIT_INPRs1", + index=0, + statictext=false, + x=11, + y=5 + } + }, + BIT_TST={ + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="BIT_TST", + index=0, + statictext=true, + x=2, + y=8 + } + }, + BLOCK_NUM1={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="BLOCK_NUM1", + index=0, + statictext=false, + x=13, + y=9 + } + }, + BLOCK_NUM2={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="BLOCK_NUM2", + index=0, + statictext=false, + x=13, + y=9 + } + }, + BLOCK_NUM3={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="BLOCK_NUM3", + index=0, + statictext=false, + x=13, + y=9 + } + }, + BLOCK_NUM4={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="BLOCK_NUM4", + index=0, + statictext=false, + x=13, + y=9 + } + }, + BLOCK_NUM5={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="BLOCK_NUM5", + index=0, + statictext=false, + x=13, + y=9 + } + }, + BLOCK_NUM6={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="BLOCK_NUM6", + index=0, + statictext=false, + x=13, + y=9 + } + }, + BLOCK_NUM7={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="BLOCK_NUM7", + index=0, + statictext=false, + x=13, + y=9 + } + }, + BLOCK_NUM8={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="BLOCK_NUM8", + index=0, + statictext=false, + x=13, + y=9 + } + }, + BRACKETS={ + { + alignment="LFT", + cdu_pages={ + "WPMENU" + }, + id="BRACKETS", + index=0, + statictext=true, + x=24, + y=9 + } + }, + BRACKETS_EL={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1" + }, + id="BRACKETS_EL", + index=0, + statictext=false, + x=1, + y=5 + } + }, + BRACKETS_FIRSTCOORD={ + { + alignment="LFT", + cdu_pages={ + "OFFSET" + }, + id="BRACKETS_FIRSTCOORD", + index=0, + statictext=true, + x=1, + y=7 + } + }, + BRACKETS_INIT_WP_ID={ + { + alignment="LFT", + cdu_pages={ + "OFFSET" + }, + id="BRACKETS_INIT_WP_ID", + index=0, + statictext=true, + x=1, + y=5 + } + }, + BRACKETS_ITEM1={ + { + alignment="LFT", + cdu_pages={ + "WIND2" + }, + id="BRACKETS_ITEM1", + index=0, + statictext=true, + x=1, + y=3 + } + }, + BRACKETS_ITEM2={ + { + alignment="LFT", + cdu_pages={ + "WIND" + }, + id="BRACKETS_ITEM2", + index=0, + statictext=true, + x=1, + y=5 + } + }, + BRACKETS_ITEM3={ + { + alignment="LFT", + cdu_pages={ + "WIND" + }, + id="BRACKETS_ITEM3", + index=0, + statictext=true, + x=1, + y=7 + } + }, + BRACKETS_ITEM4={ + { + alignment="LFT", + cdu_pages={ + "WIND" + }, + id="BRACKETS_ITEM4", + index=0, + statictext=true, + x=1, + y=9 + } + }, + BRACKETS_MH_DIS={ + { + alignment="RGHT", + cdu_pages={ + "OFFSET" + }, + id="BRACKETS_MH_DIS", + index=0, + statictext=true, + x=24, + y=5 + } + }, + BRACKETS_MISC_DATA={ + { + alignment="RGHT", + cdu_pages={ + "INS" + }, + id="BRACKETS_MISC_DATA", + index=0, + statictext=true, + x=24, + y=9 + } + }, + BRACKETS_SECONDCOORD={ + { + alignment="LFT", + cdu_pages={ + "OFFSET" + }, + id="BRACKETS_SECONDCOORD", + index=0, + statictext=true, + x=1, + y=9 + } + }, + BRACKETS_WPNUM_LTR={ + { + alignment="RGHT", + cdu_pages={ + "OFFSET" + }, + id="BRACKETS_WPNUM_LTR", + index=0, + statictext=true, + x=24, + y=9 + } + }, + BRACKETS_WPT_NAME={ + { + alignment="RGHT", + cdu_pages={ + "WPINFO", + "WAYPT1" + }, + id="BRACKETS_WPT_NAME", + index=0, + statictext=true, + x=24, + y=3 + } + }, + BRANCH1={ + { + alignment="LFT", + cdu_pages={ + "BBCTL" + }, + id="BRANCH1", + index=0, + statictext=false, + x=1, + y=3 + } + }, + BVL={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT1" + }, + id="BVL", + index=0, + statictext=true, + x=2, + y=7 + } + }, + BVL_VAL={ + { + alignment="RGHT", + cdu_pages={ + "GPSBIT1" + }, + id="BVL_VAL", + index=0, + statictext=true, + x=24, + y=7 + } + }, + BVU={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT1" + }, + id="BVU", + index=0, + statictext=true, + x=2, + y=6 + } + }, + BVU_VAL={ + { + alignment="RGHT", + cdu_pages={ + "GPSBIT1" + }, + id="BVU_VAL", + index=0, + statictext=true, + x=24, + y=6 + } + }, + B_ALT={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="B_ALT", + index=0, + statictext=true, + x=2, + y=5 + } + }, + B_ALT_ST={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="B_ALT_ST", + index=0, + statictext=false, + x=21, + y=5 + } + }, + B_ALT_ST1={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="B_ALT_ST1", + index=0, + statictext=false, + x=21, + y=5 + } + }, + B_ALT_VAL={ + { + alignment="RGHT", + cdu_pages={ + "CADC" + }, + id="B_ALT_VAL", + index=0, + statictext=false, + x=13, + y=5 + } + }, + C={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO" + }, + id="C", + index=0, + statictext=false, + x=23, + y=9 + } + }, + CADC={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="CADC", + index=0, + statictext=true, + x=16, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CADC", + index=1, + statictext=true, + x=2, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="CADC", + index=2, + statictext=true, + x=18, + y=3 + }, + { + alignment="RGHT", + cdu_pages={ + "SYS2" + }, + id="CADC", + index=3, + statictext=true, + x=24, + y=3 + } + }, + CADC_SA={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CADC_SA", + index=0, + statictext=false, + x=1, + y=5 + } + }, + CADC_ST0={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="CADC_ST0", + index=0, + statictext=false, + x=21, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT", + "RESET" + }, + id="CADC_ST0", + index=1, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CADC_ST0", + index=2, + statictext=false, + x=11, + y=6 + } + }, + CADC_ST1={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="CADC_ST1", + index=0, + statictext=false, + x=21, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CADC_ST1", + index=1, + statictext=false, + x=11, + y=6 + } + }, + CADC_ST2={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="CADC_ST2", + index=0, + statictext=false, + x=21, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT", + "RESET" + }, + id="CADC_ST2", + index=1, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CADC_ST2", + index=2, + statictext=false, + x=11, + y=6 + } + }, + CADC_ST3={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="CADC_ST3", + index=0, + statictext=false, + x=21, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT", + "RESET" + }, + id="CADC_ST3", + index=1, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CADC_ST3", + index=2, + statictext=false, + x=11, + y=6 + } + }, + CADC_ST4={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="CADC_ST4", + index=0, + statictext=false, + x=21, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT", + "RESET" + }, + id="CADC_ST4", + index=1, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CADC_ST4", + index=2, + statictext=false, + x=11, + y=6 + } + }, + CADC_STATUS0={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CADC_STATUS0", + index=0, + statictext=false, + x=7, + y=5 + } + }, + CADC_STATUS1={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CADC_STATUS1", + index=0, + statictext=false, + x=7, + y=5 + } + }, + CADC_STATUS2={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CADC_STATUS2", + index=0, + statictext=false, + x=7, + y=5 + } + }, + CADC_STATUS3={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CADC_STATUS3", + index=0, + statictext=false, + x=7, + y=5 + } + }, + CBIT1={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT1", + index=0, + statictext=true, + x=2, + y=3 + } + }, + CBIT10={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT10", + index=0, + statictext=true, + x=14, + y=5 + } + }, + CBIT11={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT11", + index=0, + statictext=true, + x=14, + y=6 + } + }, + CBIT2={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT2", + index=0, + statictext=true, + x=2, + y=4 + } + }, + CBIT3={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT3", + index=0, + statictext=true, + x=2, + y=5 + } + }, + CBIT4={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT4", + index=0, + statictext=true, + x=2, + y=6 + } + }, + CBIT5={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT5", + index=0, + statictext=true, + x=2, + y=7 + } + }, + CBIT6={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT6", + index=0, + statictext=true, + x=2, + y=8 + } + }, + CBIT7={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT7", + index=0, + statictext=true, + x=2, + y=9 + } + }, + CBIT8={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT8", + index=0, + statictext=true, + x=14, + y=3 + } + }, + CBIT9={ + { + alignment="LFT", + cdu_pages={ + "EGI4" + }, + id="CBIT9", + index=0, + statictext=true, + x=14, + y=4 + } + }, + CDU={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CDU", + index=0, + statictext=true, + x=2, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="CDU", + index=1, + statictext=true, + x=18, + y=6 + } + }, + CDUTEST={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST", + index=0, + statictext=false, + x=9, + y=3 + }, + { + alignment="RGHT", + cdu_pages={ + "SYS2" + }, + id="CDUTEST", + index=1, + statictext=true, + x=24, + y=5 + } + }, + CDUTEST1={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST1", + index=0, + statictext=false, + x=9, + y=3 + } + }, + CDUTEST10={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST10", + index=0, + statictext=false, + x=9, + y=6 + } + }, + CDUTEST11={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST11", + index=0, + statictext=false, + x=9, + y=6 + } + }, + CDUTEST12={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST12", + index=0, + statictext=false, + x=23, + y=3 + } + }, + CDUTEST13={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST13", + index=0, + statictext=false, + x=23, + y=3 + } + }, + CDUTEST14={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST14", + index=0, + statictext=false, + x=23, + y=3 + } + }, + CDUTEST15={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST15", + index=0, + statictext=false, + x=23, + y=4 + } + }, + CDUTEST16={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST16", + index=0, + statictext=false, + x=23, + y=4 + } + }, + CDUTEST17={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST17", + index=0, + statictext=false, + x=23, + y=4 + } + }, + CDUTEST2={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST2", + index=0, + statictext=false, + x=9, + y=4 + } + }, + CDUTEST3={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST3", + index=0, + statictext=false, + x=9, + y=4 + } + }, + CDUTEST4={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST4", + index=0, + statictext=false, + x=9, + y=4 + } + }, + CDUTEST5={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST5", + index=0, + statictext=false, + x=9, + y=4 + } + }, + CDUTEST6={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST6", + index=0, + statictext=false, + x=9, + y=5 + } + }, + CDUTEST7={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST7", + index=0, + statictext=false, + x=9, + y=5 + } + }, + CDUTEST8={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST8", + index=0, + statictext=false, + x=9, + y=5 + } + }, + CDUTEST9={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="CDUTEST9", + index=0, + statictext=false, + x=9, + y=6 + } + }, + CDU_LASTE={ + { + alignment="RGHT", + cdu_pages={ + "DTSUPLD" + }, + id="CDU_LASTE", + index=0, + statictext=true, + x=24, + y=3 + } + }, + CDU_ST0={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CDU_ST0", + index=0, + statictext=false, + x=17, + y=3 + } + }, + CDU_ST1={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="CDU_ST1", + index=0, + statictext=false, + x=23, + y=6 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CDU_ST1", + index=1, + statictext=false, + x=17, + y=3 + } + }, + CDU_ST3={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="CDU_ST3", + index=0, + statictext=false, + x=23, + y=6 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CDU_ST3", + index=1, + statictext=false, + x=17, + y=3 + } + }, + CDU_ST4={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="CDU_ST4", + index=0, + statictext=false, + x=23, + y=6 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="CDU_ST4", + index=1, + statictext=false, + x=17, + y=3 + } + }, + CDU_STATUS0={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CDU_STATUS0", + index=0, + statictext=false, + x=6, + y=7 + } + }, + CDU_STATUS1={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CDU_STATUS1", + index=0, + statictext=false, + x=6, + y=7 + } + }, + CDU_STATUS2={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CDU_STATUS2", + index=0, + statictext=false, + x=6, + y=7 + } + }, + CDU_STATUS3={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CDU_STATUS3", + index=0, + statictext=false, + x=6, + y=7 + } + }, + CDU_SYS_ACTION={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="CDU_SYS_ACTION", + index=0, + statictext=false, + x=1, + y=7 + } + }, + CHASSIS={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="CHASSIS", + index=0, + statictext=true, + x=2, + y=6 + } + }, + CHASSIS_STATUS={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="CHASSIS_STATUS", + index=0, + statictext=true, + x=10, + y=6 + } + }, + CLEAR={ + { + alignment="RGHT", + cdu_pages={ + "BBCTL" + }, + id="CLEAR", + index=0, + statictext=true, + x=23, + y=7 + } + }, + CLEAR_SA={ + { + alignment="RGHT", + cdu_pages={ + "BBCTL" + }, + id="CLEAR_SA", + index=0, + statictext=false, + x=24, + y=7 + } + }, + CODE={ + { + alignment="LFT", + cdu_pages={ + "BITBALL" + }, + id="CODE", + index=0, + statictext=true, + x=2, + y=4 + } + }, + CR_ON_OFF={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="CR_ON_OFF", + index=0, + statictext=false, + x=5, + y=5 + } + }, + CR_ON_OFF1={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="CR_ON_OFF1", + index=0, + statictext=false, + x=5, + y=5 + } + }, + CR_SYMB={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="CR_SYMB", + index=0, + statictext=false, + x=1, + y=5 + } + }, + CR_TXT={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="CR_TXT", + index=0, + statictext=true, + x=2, + y=5 + } + }, + CSCI={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT" + }, + id="CSCI", + index=0, + statictext=false, + x=4, + y=10 + } + }, + CTD={ + { + alignment="LFT", + cdu_pages={ + "POS" + }, + id="CTD", + index=0, + statictext=true, + x=2, + y=8 + } + }, + CTD_VAL={ + { + alignment="LFT", + cdu_pages={ + "POS" + }, + id="CTD_VAL", + index=0, + statictext=false, + x=16, + y=8 + } + }, + CoordFormat0={ + { + alignment="RGHT", + cdu_pages={ + "ACCREJ", + "UPDATE" + }, + id="CoordFormat0", + index=0, + statictext=false, + x=23, + y=3 + } + }, + CoordFormat1={ + { + alignment="RGHT", + cdu_pages={ + "ACCREJ", + "UPDATE" + }, + id="CoordFormat1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + CurrFlightPlanLetter0={ + { + alignment="LFT", + cdu_pages={ + "1ST_LINE" + }, + id="CurrFlightPlanLetter0", + index=0, + statictext=false, + x=10, + y=1 + } + }, + CurrFlightPlanLetter1={ + { + alignment="LFT", + cdu_pages={ + "1ST_LINE" + }, + id="CurrFlightPlanLetter1", + index=0, + statictext=false, + x=10, + y=1 + } + }, + CurrFlightPlanNumber={ + { + alignment="LFT", + cdu_pages={ + "1ST_LINE" + }, + id="CurrFlightPlanNumber", + index=0, + statictext=false, + x=11, + y=1 + } + }, + CurrSteerPointAsterisk={ + { + alignment="LFT", + cdu_pages={ + "1ST_LINE" + }, + id="CurrSteerPointAsterisk", + index=0, + statictext=false, + x=14, + y=1 + } + }, + CurrSteerPointNumber={ + { + alignment="LFT", + cdu_pages={ + "1ST_LINE" + }, + id="CurrSteerPointNumber", + index=0, + statictext=false, + x=14, + y=1 + } + }, + DATA={ + { + alignment="LFT", + cdu_pages={ + "DTSUPLD" + }, + id="DATA", + index=0, + statictext=true, + x=2, + y=4 + } + }, + DATA2={ + { + alignment="LFT", + cdu_pages={ + "DTSUPLD" + }, + id="DATA2", + index=0, + statictext=true, + x=2, + y=6 + } + }, + DATA_OFF={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="DATA_OFF", + index=0, + statictext=false, + x=21, + y=7 + } + }, + DATA_OFF1={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="DATA_OFF1", + index=0, + statictext=false, + x=21, + y=7 + } + }, + DATA_PUMP={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="DATA_PUMP", + index=0, + statictext=true, + x=11, + y=7 + } + }, + DAY={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="DAY", + index=0, + statictext=true, + x=16, + y=7 + } + }, + DAY_DE={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="DAY_DE", + index=0, + statictext=false, + x=24, + y=7 + } + }, + DAY_TXT={ + { + alignment="RGHT", + cdu_pages={ + "TIME" + }, + id="DAY_TXT", + index=0, + statictext=false, + x=23, + y=7 + } + }, + DECR={ + { + alignment="RGHT", + cdu_pages={ + "MXLOG" + }, + id="DECR", + index=0, + statictext=true, + x=23, + y=3 + } + }, + DEF_ATT={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB" + }, + id="DEF_ATT", + index=0, + statictext=true, + x=2, + y=3 + } + }, + DEGREE1={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="DEGREE1", + index=0, + statictext=true, + x=17, + y=5 + } + }, + DEGREE2={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="DEGREE2", + index=0, + statictext=true, + x=17, + y=7 + } + }, + DEGREE3={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="DEGREE3", + index=0, + statictext=true, + x=17, + y=9 + } + }, + DIS={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ" + }, + id="DIS", + index=0, + statictext=true, + x=16, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE" + }, + id="DIS", + index=1, + statictext=true, + x=7, + y=4 + }, + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="DIS", + index=2, + statictext=true, + x=2, + y=8 + } + }, + DISPLAY_TEST={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST2" + }, + id="DISPLAY_TEST", + index=0, + statictext=true, + x=1, + y=3 + } + }, + DISPLAY_TEST1={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST2" + }, + id="DISPLAY_TEST1", + index=0, + statictext=true, + x=2, + y=5 + } + }, + DISPLAY_TEST_VALUES={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST2" + }, + id="DISPLAY_TEST_VALUES", + index=0, + statictext=true, + x=2, + y=6 + } + }, + DIVERT={ + { + alignment="RGHT", + cdu_pages={ + "NAV" + }, + id="DIVERT", + index=0, + statictext=true, + x=24, + y=9 + } + }, + DIVERTDIV={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTDIV", + index=0, + statictext=false, + x=5, + y=4 + } + }, + DIVERTDIV1={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTDIV1", + index=0, + statictext=false, + x=5, + y=6 + } + }, + DIVERTDIV2={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTDIV2", + index=0, + statictext=false, + x=5, + y=8 + } + }, + DIVERTDIV3={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTDIV3", + index=0, + statictext=false, + x=5, + y=10 + } + }, + DIVERTDistance={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTDistance", + index=0, + statictext=false, + x=6, + y=4 + } + }, + DIVERTDistance1={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTDistance1", + index=0, + statictext=false, + x=6, + y=6 + } + }, + DIVERTDistance2={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTDistance2", + index=0, + statictext=false, + x=6, + y=8 + } + }, + DIVERTDistance3={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTDistance3", + index=0, + statictext=false, + x=6, + y=10 + } + }, + DIVERTMH={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTMH", + index=0, + statictext=false, + x=2, + y=4 + } + }, + DIVERTMH1={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTMH1", + index=0, + statictext=false, + x=2, + y=6 + } + }, + DIVERTMH2={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTMH2", + index=0, + statictext=false, + x=2, + y=8 + } + }, + DIVERTMH3={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTMH3", + index=0, + statictext=false, + x=2, + y=10 + } + }, + DIVERTName={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTName", + index=0, + statictext=false, + x=7, + y=3 + } + }, + DIVERTName1={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTName1", + index=0, + statictext=false, + x=7, + y=5 + } + }, + DIVERTName2={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTName2", + index=0, + statictext=false, + x=7, + y=7 + } + }, + DIVERTName3={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTName3", + index=0, + statictext=false, + x=7, + y=9 + } + }, + DIVERTNumber={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTNumber", + index=0, + statictext=false, + x=2, + y=3 + } + }, + DIVERTNumber1={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTNumber1", + index=0, + statictext=false, + x=2, + y=5 + } + }, + DIVERTNumber2={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTNumber2", + index=0, + statictext=false, + x=2, + y=7 + } + }, + DIVERTNumber3={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTNumber3", + index=0, + statictext=false, + x=2, + y=9 + } + }, + DIVERTSteer={ + { + alignment="RGHT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTSteer", + index=0, + statictext=false, + x=23, + y=3 + } + }, + DIVERTSteer1={ + { + alignment="RGHT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTSteer1", + index=0, + statictext=false, + x=23, + y=5 + } + }, + DIVERTSteer2={ + { + alignment="RGHT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTSteer2", + index=0, + statictext=false, + x=23, + y=7 + } + }, + DIVERTSteer3={ + { + alignment="RGHT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTSteer3", + index=0, + statictext=false, + x=23, + y=9 + } + }, + DIVERTSteerNOT={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTSteerNOT", + index=0, + statictext=false, + x=1, + y=3 + } + }, + DIVERTSteerNOT1={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTSteerNOT1", + index=0, + statictext=false, + x=1, + y=5 + } + }, + DIVERTSteerNOT2={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTSteerNOT2", + index=0, + statictext=false, + x=1, + y=7 + } + }, + DIVERTSteerNOT3={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTSteerNOT3", + index=0, + statictext=false, + x=1, + y=9 + } + }, + DIVERTTTG={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTG", + index=0, + statictext=false, + x=17, + y=4 + } + }, + DIVERTTTG1={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTG1", + index=0, + statictext=false, + x=17, + y=4 + } + }, + DIVERTTTG2={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTG2", + index=0, + statictext=false, + x=17, + y=6 + } + }, + DIVERTTTG3={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTG3", + index=0, + statictext=false, + x=17, + y=6 + } + }, + DIVERTTTG4={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTG4", + index=0, + statictext=false, + x=17, + y=8 + } + }, + DIVERTTTG5={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTG5", + index=0, + statictext=false, + x=17, + y=8 + } + }, + DIVERTTTG6={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTG6", + index=0, + statictext=false, + x=17, + y=10 + } + }, + DIVERTTTG7={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTG7", + index=0, + statictext=false, + x=17, + y=10 + } + }, + DIVERTTTGText={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTGText", + index=0, + statictext=false, + x=12, + y=4 + } + }, + DIVERTTTGText1={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTGText1", + index=0, + statictext=false, + x=12, + y=6 + } + }, + DIVERTTTGText2={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTGText2", + index=0, + statictext=false, + x=12, + y=8 + } + }, + DIVERTTTGText3={ + { + alignment="LFT", + cdu_pages={ + "DIVERT" + }, + id="DIVERTTTGText3", + index=0, + statictext=false, + x=12, + y=10 + } + }, + DKI={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT" + }, + id="DKI", + index=0, + statictext=false, + x=1, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="DKI", + index=1, + statictext=true, + x=1, + y=3 + } + }, + DMH={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="DMH", + index=0, + statictext=true, + x=2, + y=7 + } + }, + DP_RTR={ + { + alignment="RGHT", + cdu_pages={ + "CDUTEST1" + }, + id="DP_RTR", + index=0, + statictext=true, + x=24, + y=7 + } + }, + DSW1={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT1" + }, + id="DSW1", + index=0, + statictext=true, + x=2, + y=4 + } + }, + DSW1_VAL={ + { + alignment="RGHT", + cdu_pages={ + "GPSBIT1" + }, + id="DSW1_VAL", + index=0, + statictext=true, + x=24, + y=4 + } + }, + DSW2={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT1" + }, + id="DSW2", + index=0, + statictext=true, + x=2, + y=5 + } + }, + DSW2_VAL={ + { + alignment="RGHT", + cdu_pages={ + "GPSBIT1" + }, + id="DSW2_VAL", + index=0, + statictext=true, + x=24, + y=5 + } + }, + DTCID={ + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="DTCID", + index=0, + statictext=true, + x=2, + y=3 + } + }, + DTOT={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1" + }, + id="DTOT", + index=0, + statictext=true, + x=24, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WAYPT2" + }, + id="DTOT", + index=1, + statictext=true, + x=1, + y=9 + } + }, + DTOT_ADJUST={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="DTOT_ADJUST", + index=0, + statictext=true, + x=1, + y=3 + } + }, + DTOT_ADJUST_TXT={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="DTOT_ADJUST_TXT", + index=0, + statictext=false, + x=2, + y=4 + } + }, + DTS={ + { + alignment="LFT", + cdu_pages={ + "DTS" + }, + id="DTS", + index=0, + statictext=true, + x=2, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="DTS", + index=1, + statictext=true, + x=18, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "SYS2" + }, + id="DTS", + index=2, + statictext=true, + x=1, + y=3 + }, + { + alignment="RGHT", + cdu_pages={ + "DTSDNLD", + "DTSSTAT", + "DTSUPLD" + }, + id="DTS", + index=3, + statictext=true, + x=24, + y=9 + } + }, + DTSAS={ + { + alignment="RGHT", + cdu_pages={ + "SYS1" + }, + id="DTSAS", + index=0, + statictext=true, + x=24, + y=7 + } + }, + DTSAS_EGI_STATUS={ + { + alignment="RGHT", + cdu_pages={ + "1ST_LINE" + }, + id="DTSAS_EGI_STATUS", + index=0, + statictext=false, + x=23, + y=1 + } + }, + DTSAS_HPU1={ + { + alignment="RGHT", + cdu_pages={ + "DTSAS" + }, + id="DTSAS_HPU1", + index=0, + statictext=false, + x=10, + y=7 + } + }, + DTSAS_ON_OFF={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="DTSAS_ON_OFF", + index=0, + statictext=false, + x=8, + y=3 + } + }, + DTSAS_ON_OFF1={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="DTSAS_ON_OFF1", + index=0, + statictext=false, + x=8, + y=3 + } + }, + DTSAS_OWC={ + { + alignment="RGHT", + cdu_pages={ + "DTSAS" + }, + id="DTSAS_OWC", + index=0, + statictext=false, + x=20, + y=9 + } + }, + DTSAS_OWC1={ + { + alignment="RGHT", + cdu_pages={ + "DTSAS" + }, + id="DTSAS_OWC1", + index=0, + statictext=false, + x=20, + y=9 + } + }, + DTSAS_ST0={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="DTSAS_ST0", + index=0, + statictext=false, + x=15, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="DTSAS_ST0", + index=1, + statictext=false, + x=19, + y=6 + } + }, + DTSAS_ST2={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="DTSAS_ST2", + index=0, + statictext=false, + x=15, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="DTSAS_ST2", + index=1, + statictext=false, + x=19, + y=6 + } + }, + DTSAS_ST3={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="DTSAS_ST3", + index=0, + statictext=false, + x=15, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="DTSAS_ST3", + index=1, + statictext=false, + x=19, + y=6 + } + }, + DTSAS_SYMB={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="DTSAS_SYMB", + index=0, + statictext=false, + x=1, + y=3 + } + }, + DTSAS_TXT={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="DTSAS_TXT", + index=0, + statictext=true, + x=2, + y=3 + } + }, + DTSAS_VPU1={ + { + alignment="RGHT", + cdu_pages={ + "DTSAS" + }, + id="DTSAS_VPU1", + index=0, + statictext=false, + x=9, + y=8 + } + }, + DTSDNLD={ + { + alignment="RGHT", + cdu_pages={ + "DTS" + }, + id="DTSDNLD", + index=0, + statictext=true, + x=24, + y=5 + } + }, + DTSSTAT={ + { + alignment="RGHT", + cdu_pages={ + "DTS" + }, + id="DTSSTAT", + index=0, + statictext=true, + x=24, + y=7 + } + }, + DTSUPLD={ + { + alignment="RGHT", + cdu_pages={ + "DTS" + }, + id="DTSUPLD", + index=0, + statictext=true, + x=24, + y=3 + } + }, + DTSUPLOAD={ + { + alignment="LFT", + cdu_pages={ + "NAV" + }, + id="DTSUPLOAD", + index=0, + statictext=true, + x=1, + y=9 + } + }, + DTS_LB={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="DTS_LB", + index=0, + statictext=true, + x=18, + y=3 + } + }, + DTS_SA={ + { + alignment="RGHT", + cdu_pages={ + "LRUTEST" + }, + id="DTS_SA", + index=0, + statictext=false, + x=24, + y=3 + } + }, + DTS_ST0={ + { + alignment="LFT", + cdu_pages={ + "DTS" + }, + id="DTS_ST0", + index=0, + statictext=false, + x=9, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="DTS_ST0", + index=1, + statictext=false, + x=23, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="DTS_ST0", + index=2, + statictext=false, + x=23, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="DTS_ST0", + index=3, + statictext=false, + x=17, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="DTS_ST0", + index=4, + statictext=false, + x=23, + y=4 + } + }, + DTS_ST1={ + { + alignment="LFT", + cdu_pages={ + "DTS" + }, + id="DTS_ST1", + index=0, + statictext=false, + x=9, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="DTS_ST1", + index=1, + statictext=false, + x=23, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="DTS_ST1", + index=2, + statictext=false, + x=23, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="DTS_ST1", + index=3, + statictext=false, + x=17, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="DTS_ST1", + index=4, + statictext=false, + x=23, + y=4 + } + }, + DTS_ST2={ + { + alignment="LFT", + cdu_pages={ + "DTS" + }, + id="DTS_ST2", + index=0, + statictext=false, + x=9, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="DTS_ST2", + index=1, + statictext=false, + x=23, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="DTS_ST2", + index=2, + statictext=false, + x=23, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="DTS_ST2", + index=3, + statictext=false, + x=17, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="DTS_ST2", + index=4, + statictext=false, + x=23, + y=4 + } + }, + DTS_ST3={ + { + alignment="LFT", + cdu_pages={ + "DTS" + }, + id="DTS_ST3", + index=0, + statictext=false, + x=9, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="DTS_ST3", + index=1, + statictext=false, + x=23, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="DTS_ST3", + index=2, + statictext=false, + x=23, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="DTS_ST3", + index=3, + statictext=false, + x=17, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="DTS_ST3", + index=4, + statictext=false, + x=23, + y=4 + } + }, + DTS_ST4={ + { + alignment="LFT", + cdu_pages={ + "DTS" + }, + id="DTS_ST4", + index=0, + statictext=false, + x=9, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="DTS_ST4", + index=1, + statictext=false, + x=17, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="DTS_ST4", + index=2, + statictext=false, + x=23, + y=4 + } + }, + DTS_STATUS0={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="DTS_STATUS0", + index=0, + statictext=false, + x=22, + y=3 + } + }, + DTS_STATUS1={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="DTS_STATUS1", + index=0, + statictext=false, + x=22, + y=3 + } + }, + DTS_STATUS2={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="DTS_STATUS2", + index=0, + statictext=false, + x=22, + y=3 + } + }, + DTS_STATUS3={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="DTS_STATUS3", + index=0, + statictext=false, + x=22, + y=3 + } + }, + DTTG={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2" + }, + id="DTTG", + index=0, + statictext=true, + x=1, + y=7 + } + }, + DUR={ + { + alignment="LFT", + cdu_pages={ + "GPSKEYS" + }, + id="DUR", + index=0, + statictext=true, + x=1, + y=7 + } + }, + DUR_VALS={ + { + alignment="LFT", + cdu_pages={ + "GPSKEYS" + }, + id="DUR_VALS", + index=0, + statictext=true, + x=9, + y=7 + } + }, + EEPROM={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT" + }, + id="EEPROM", + index=0, + statictext=false, + x=1, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="EEPROM", + index=1, + statictext=true, + x=1, + y=5 + } + }, + EGI={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGI", + index=0, + statictext=true, + x=1, + y=3 + } + }, + EGIAvailableMode={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="EGIAvailableMode", + index=0, + statictext=false, + x=24, + y=3 + } + }, + EGIAvailableMode1={ + { + alignment="LFT", + cdu_pages={ + "ALIGN" + }, + id="EGIAvailableMode1", + index=0, + statictext=false, + x=24, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "ALTALGN" + }, + id="EGIAvailableMode1", + index=1, + statictext=false, + x=24, + y=7 + } + }, + EGIAvailableMode2={ + { + alignment="LFT", + cdu_pages={ + "ALIGN" + }, + id="EGIAvailableMode2", + index=0, + statictext=false, + x=24, + y=7 + } + }, + EGICurrentMode={ + { + alignment="LFT", + cdu_pages={ + "GPS" + }, + id="EGICurrentMode", + index=0, + statictext=false, + x=6, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "ALIGN" + }, + id="EGICurrentMode", + index=1, + statictext=false, + x=17, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "ALTALGN" + }, + id="EGICurrentMode", + index=2, + statictext=false, + x=19, + y=3 + } + }, + EGICurrentMode1={ + { + alignment="LFT", + cdu_pages={ + "GPS" + }, + id="EGICurrentMode1", + index=0, + statictext=false, + x=5, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "ALIGN" + }, + id="EGICurrentMode1", + index=1, + statictext=false, + x=18, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "ALTALGN" + }, + id="EGICurrentMode1", + index=2, + statictext=false, + x=20, + y=7 + } + }, + EGICurrentMode2={ + { + alignment="LFT", + cdu_pages={ + "ALIGN" + }, + id="EGICurrentMode2", + index=0, + statictext=false, + x=20, + y=7 + } + }, + EGIStatus={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus", + index=0, + statictext=false, + x=6, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="EGIStatus", + index=1, + statictext=false, + x=20, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus", + index=2, + statictext=false, + x=15, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="EGIStatus", + index=3, + statictext=false, + x=8, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus", + index=4, + statictext=false, + x=11, + y=3 + } + }, + EGIStatus1={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus1", + index=0, + statictext=false, + x=6, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="EGIStatus1", + index=1, + statictext=false, + x=20, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus1", + index=2, + statictext=false, + x=15, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="EGIStatus1", + index=3, + statictext=false, + x=8, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus1", + index=4, + statictext=false, + x=11, + y=3 + } + }, + EGIStatus10={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus10", + index=0, + statictext=false, + x=22, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus10", + index=1, + statictext=false, + x=23, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus10", + index=2, + statictext=false, + x=11, + y=5 + } + }, + EGIStatus11={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus11", + index=0, + statictext=false, + x=22, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus11", + index=1, + statictext=false, + x=23, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus11", + index=2, + statictext=false, + x=11, + y=5 + } + }, + EGIStatus12={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus12", + index=0, + statictext=false, + x=22, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus12", + index=1, + statictext=false, + x=23, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus12", + index=2, + statictext=false, + x=11, + y=5 + } + }, + EGIStatus13={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus13", + index=0, + statictext=false, + x=22, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus13", + index=1, + statictext=false, + x=23, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus13", + index=2, + statictext=false, + x=11, + y=5 + } + }, + EGIStatus14={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus14", + index=0, + statictext=false, + x=22, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus14", + index=1, + statictext=false, + x=23, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus14", + index=2, + statictext=false, + x=11, + y=5 + } + }, + EGIStatus15={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus15", + index=0, + statictext=false, + x=17, + y=5 + } + }, + EGIStatus16={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus16", + index=0, + statictext=false, + x=17, + y=5 + } + }, + EGIStatus2={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus2", + index=0, + statictext=false, + x=6, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="EGIStatus2", + index=1, + statictext=false, + x=20, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus2", + index=2, + statictext=false, + x=15, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="EGIStatus2", + index=3, + statictext=false, + x=8, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus2", + index=4, + statictext=false, + x=11, + y=3 + } + }, + EGIStatus3={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus3", + index=0, + statictext=false, + x=6, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="EGIStatus3", + index=1, + statictext=false, + x=20, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus3", + index=2, + statictext=false, + x=15, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="EGIStatus3", + index=3, + statictext=false, + x=8, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus3", + index=4, + statictext=false, + x=11, + y=3 + } + }, + EGIStatus4={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus4", + index=0, + statictext=false, + x=6, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="EGIStatus4", + index=1, + statictext=false, + x=20, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus4", + index=2, + statictext=false, + x=15, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="EGIStatus4", + index=3, + statictext=false, + x=8, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus4", + index=4, + statictext=false, + x=11, + y=3 + } + }, + EGIStatus5={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus5", + index=0, + statictext=false, + x=14, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus5", + index=1, + statictext=false, + x=15, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus5", + index=2, + statictext=false, + x=11, + y=4 + } + }, + EGIStatus6={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus6", + index=0, + statictext=false, + x=14, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus6", + index=1, + statictext=false, + x=15, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus6", + index=2, + statictext=false, + x=11, + y=4 + } + }, + EGIStatus7={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus7", + index=0, + statictext=false, + x=14, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus7", + index=1, + statictext=false, + x=15, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus7", + index=2, + statictext=false, + x=11, + y=4 + } + }, + EGIStatus8={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus8", + index=0, + statictext=false, + x=14, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus8", + index=1, + statictext=false, + x=15, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus8", + index=2, + statictext=false, + x=11, + y=4 + } + }, + EGIStatus9={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGIStatus9", + index=0, + statictext=false, + x=14, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="EGIStatus9", + index=1, + statictext=false, + x=15, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="EGIStatus9", + index=2, + statictext=false, + x=11, + y=4 + } + }, + EGITEST={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST" + }, + id="EGITEST", + index=0, + statictext=true, + x=1, + y=3 + } + }, + EGI_BLD_FOM={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM1={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM1", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM2={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM2", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM3={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM3", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM4={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM4", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM5={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM5", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM6={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM6", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM7={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM7", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM8={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM8", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_BLD_FOM9={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_BLD_FOM9", + index=0, + statictext=false, + x=22, + y=8 + } + }, + EGI_GPS_EHE={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_EHE", + index=0, + statictext=false, + x=15, + y=4 + } + }, + EGI_GPS_EHE1={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_EHE1", + index=0, + statictext=false, + x=15, + y=4 + } + }, + EGI_GPS_EVE={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_EVE", + index=0, + statictext=false, + x=15, + y=5 + } + }, + EGI_GPS_EVE1={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_EVE1", + index=0, + statictext=false, + x=15, + y=5 + } + }, + EGI_GPS_FOM={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM1={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM1", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM1", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM2={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM2", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM2", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM3={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM3", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM3", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM4={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM4", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM4", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM5={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM5", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM5", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM6={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM6", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM6", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM7={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM7", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM7", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM8={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM8", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM8", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_FOM9={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_GPS_FOM9", + index=0, + statictext=false, + x=14, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_FOM9", + index=1, + statictext=false, + x=15, + y=3 + } + }, + EGI_GPS_ST3={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_ST3", + index=0, + statictext=false, + x=15, + y=7 + } + }, + EGI_GPS_ST31={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_ST31", + index=0, + statictext=false, + x=15, + y=7 + } + }, + EGI_GPS_ST5={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_ST5", + index=0, + statictext=false, + x=15, + y=6 + } + }, + EGI_GPS_ST51={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="EGI_GPS_ST51", + index=0, + statictext=false, + x=15, + y=6 + } + }, + EGI_INS_FOM={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM1={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM1", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM2={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM2", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM3={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM3", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM4={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM4", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM5={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM5", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM6={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM6", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM7={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM7", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM8={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM8", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_INS_FOM9={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="EGI_INS_FOM9", + index=0, + statictext=false, + x=6, + y=8 + } + }, + EGI_OFP={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="EGI_OFP", + index=0, + statictext=true, + x=2, + y=7 + } + }, + EGI_SA={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="EGI_SA", + index=0, + statictext=false, + x=1, + y=7 + } + }, + EHE={ + { + alignment="LFT", + cdu_pages={ + "GPS" + }, + id="EHE", + index=0, + statictext=true, + x=8, + y=4 + } + }, + EL={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1" + }, + id="EL", + index=0, + statictext=true, + x=2, + y=5 + } + }, + ELEVATION={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="ELEVATION", + index=0, + statictext=true, + x=16, + y=4 + } + }, + EMPTY={ + { + alignment="LFT", + cdu_pages={ + "MXLOG" + }, + id="EMPTY", + index=0, + statictext=true, + x=3, + y=5 + } + }, + ERASE={ + { + alignment="LFT", + cdu_pages={ + "MXLOG" + }, + id="ERASE", + index=0, + statictext=true, + x=2, + y=7 + } + }, + ERASEFL={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="ERASEFL", + index=0, + statictext=true, + x=13, + y=4 + } + }, + ERASEFs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="ERASEFs", + index=0, + statictext=false, + x=23, + y=4 + } + }, + ERASEFs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="ERASEFs1", + index=0, + statictext=false, + x=23, + y=4 + } + }, + ERASE_SA={ + { + alignment="LFT", + cdu_pages={ + "MXLOG" + }, + id="ERASE_SA", + index=0, + statictext=false, + x=1, + y=7 + } + }, + EVE={ + { + alignment="LFT", + cdu_pages={ + "GPS" + }, + id="EVE", + index=0, + statictext=true, + x=8, + y=5 + } + }, + EX={ + { + alignment="LFT", + cdu_pages={ + "BITBALL" + }, + id="EX", + index=0, + statictext=true, + x=2, + y=7 + } + }, + EstimatedDrift={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="EstimatedDrift", + index=0, + statictext=false, + x=13, + y=8 + } + }, + F={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO" + }, + id="F", + index=0, + statictext=false, + x=23, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "FPBUILD" + }, + id="F", + index=1, + statictext=true, + x=5, + y=4 + } + }, + FAST={ + { + alignment="RGHT", + cdu_pages={ + "ALTALGN" + }, + id="FAST", + index=0, + statictext=true, + x=23, + y=3 + } + }, + FAULT={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="FAULT", + index=0, + statictext=true, + x=2, + y=3 + } + }, + FAUL_STATUS0={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="FAUL_STATUS0", + index=0, + statictext=false, + x=8, + y=3 + } + }, + FAUL_STATUS1={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="FAUL_STATUS1", + index=0, + statictext=false, + x=8, + y=3 + } + }, + FLDINFO={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT2" + }, + id="FLDINFO", + index=0, + statictext=false, + x=23, + y=3 + } + }, + FLDINFO_APP_UHF={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_APP_UHF", + index=0, + statictext=false, + x=7, + y=9 + } + }, + FLDINFO_APP_VHF={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_APP_VHF", + index=0, + statictext=false, + x=15, + y=9 + } + }, + FLDINFO_BR={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT2" + }, + id="FLDINFO_BR", + index=0, + statictext=false, + x=24, + y=3 + } + }, + FLDINFO_ELEV={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_ELEV", + index=0, + statictext=false, + x=21, + y=4 + } + }, + FLDINFO_ID={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_ID", + index=0, + statictext=false, + x=2, + y=3 + } + }, + FLDINFO_ILS1={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_ILS1", + index=0, + statictext=false, + x=7, + y=7 + } + }, + FLDINFO_ILS2={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_ILS2", + index=0, + statictext=false, + x=15, + y=7 + } + }, + FLDINFO_NUM={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_NUM", + index=0, + statictext=false, + x=16, + y=3 + } + }, + FLDINFO_Name={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_Name", + index=0, + statictext=false, + x=2, + y=4 + } + }, + FLDINFO_RWY_HD={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_RWY_HD", + index=0, + statictext=false, + x=7, + y=6 + } + }, + FLDINFO_RWY_HD2={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_RWY_HD2", + index=0, + statictext=false, + x=15, + y=6 + } + }, + FLDINFO_RWY_LNG={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_RWY_LNG", + index=0, + statictext=false, + x=19, + y=6 + } + }, + FLDINFO_TAC_CHAN={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_TAC_CHAN", + index=0, + statictext=false, + x=7, + y=8 + } + }, + FLDINFO_TAC_OFF={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_TAC_OFF", + index=0, + statictext=false, + x=11, + y=8 + } + }, + FLDINFO_TWR_UHF={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_TWR_UHF", + index=0, + statictext=false, + x=7, + y=10 + } + }, + FLDINFO_TWR_VHF={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="FLDINFO_TWR_VHF", + index=0, + statictext=false, + x=15, + y=10 + } + }, + ["FLIGHT DRIVER"]={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="FLIGHT DRIVER", + index=0, + statictext=true, + x=5, + y=4 + } + }, + FLIGHT_DRIVER={ + { + alignment="RGHT", + cdu_pages={ + "NAV", + "POS" + }, + id="FLIGHT_DRIVER", + index=0, + statictext=false, + x=23, + y=3 + } + }, + FLIGHT_DRIVER1={ + { + alignment="RGHT", + cdu_pages={ + "NAV", + "POS" + }, + id="FLIGHT_DRIVER1", + index=0, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="FLIGHT_DRIVER1", + index=1, + statictext=false, + x=6, + y=5 + } + }, + FLIGHT_DRIVER2={ + { + alignment="RGHT", + cdu_pages={ + "NAV", + "POS" + }, + id="FLIGHT_DRIVER2", + index=0, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="FLIGHT_DRIVER2", + index=1, + statictext=false, + x=6, + y=5 + } + }, + FLIGHT_DRIVER3={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="FLIGHT_DRIVER3", + index=0, + statictext=false, + x=6, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "POS" + }, + id="FLIGHT_DRIVER3", + index=1, + statictext=false, + x=23, + y=3 + } + }, + FLIGHT_DRIVER4={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="FLIGHT_DRIVER4", + index=0, + statictext=false, + x=6, + y=5 + } + }, + FLTR_INS={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="FLTR_INS", + index=0, + statictext=true, + x=2, + y=9 + } + }, + FLTR_INSs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="FLTR_INSs", + index=0, + statictext=false, + x=11, + y=9 + } + }, + FLTR_INSs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="FLTR_INSs1", + index=0, + statictext=false, + x=11, + y=9 + } + }, + FOM={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="FOM", + index=0, + statictext=true, + x=11, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "GPS" + }, + id="FOM", + index=1, + statictext=true, + x=8, + y=3 + } + }, + FOM_LINE={ + { + alignment="LFT", + cdu_pages={ + "EGI1" + }, + id="FOM_LINE", + index=0, + statictext=true, + x=2, + y=8 + } + }, + FPAction={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPAction", + index=0, + statictext=false, + x=1, + y=3 + } + }, + FPAction1={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPAction1", + index=0, + statictext=false, + x=1, + y=5 + } + }, + FPAction2={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPAction2", + index=0, + statictext=false, + x=1, + y=7 + } + }, + FPBUILDBranch={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPBUILDBranch", + index=0, + statictext=false, + x=24, + y=3 + } + }, + FPBUILDBranch1={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPBUILDBranch1", + index=0, + statictext=false, + x=24, + y=5 + } + }, + FPBUILDBranch2={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPBUILDBranch2", + index=0, + statictext=false, + x=24, + y=7 + } + }, + FPBUILDPlanName={ + { + alignment="LFT", + cdu_pages={ + "FPBUILD" + }, + id="FPBUILDPlanName", + index=0, + statictext=false, + x=5, + y=3 + } + }, + FPBUILDPlanNumber={ + { + alignment="LFT", + cdu_pages={ + "FPBUILD" + }, + id="FPBUILDPlanNumber", + index=0, + statictext=false, + x=6, + y=4 + } + }, + FPMode={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPMode", + index=0, + statictext=false, + x=5, + y=3 + } + }, + FPMode1={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPMode1", + index=0, + statictext=false, + x=5, + y=3 + } + }, + FPMode2={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPMode2", + index=0, + statictext=false, + x=5, + y=5 + } + }, + FPMode3={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPMode3", + index=0, + statictext=false, + x=5, + y=5 + } + }, + FPMode4={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPMode4", + index=0, + statictext=false, + x=5, + y=7 + } + }, + FPMode5={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPMode5", + index=0, + statictext=false, + x=5, + y=7 + } + }, + FPName={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPName", + index=0, + statictext=false, + x=11, + y=3 + } + }, + FPName1={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPName1", + index=0, + statictext=false, + x=11, + y=5 + } + }, + FPName2={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPName2", + index=0, + statictext=false, + x=11, + y=7 + } + }, + FPNameInput={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPNameInput", + index=0, + statictext=false, + x=1, + y=9 + } + }, + FPNumber={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPNumber", + index=0, + statictext=false, + x=2, + y=3 + } + }, + FPNumber1={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPNumber1", + index=0, + statictext=false, + x=2, + y=5 + } + }, + FPNumber2={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FPNumber2", + index=0, + statictext=false, + x=2, + y=7 + } + }, + FPP={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT" + }, + id="FPP", + index=0, + statictext=false, + x=1, + y=6 + }, + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="FPP", + index=1, + statictext=true, + x=1, + y=6 + } + }, + FROM_CF_RTRY={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_CF_RTRY", + index=0, + statictext=true, + x=24, + y=3 + } + }, + FROM_CoordFormat0={ + { + alignment="RGHT", + cdu_pages={ + "FROM" + }, + id="FROM_CoordFormat0", + index=0, + statictext=false, + x=23, + y=3 + } + }, + FROM_CoordFormat1={ + { + alignment="RGHT", + cdu_pages={ + "FROM" + }, + id="FROM_CoordFormat1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + FROM_DataEntry0={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_DataEntry0", + index=0, + statictext=false, + x=1, + y=3 + } + }, + FROM_DataEntry1={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_DataEntry1", + index=0, + statictext=false, + x=1, + y=5 + } + }, + FROM_Lat={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_Lat", + index=0, + statictext=false, + x=2, + y=7 + } + }, + FROM_Lat1={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_Lat1", + index=0, + statictext=false, + x=2, + y=7 + } + }, + FROM_Long={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_Long", + index=0, + statictext=false, + x=2, + y=9 + } + }, + FROM_Long1={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_Long1", + index=0, + statictext=false, + x=2, + y=9 + } + }, + FROM_NUMBER={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1" + }, + id="FROM_NUMBER", + index=0, + statictext=false, + x=20, + y=2 + } + }, + FROM_PT={ + { + alignment="RGHT", + cdu_pages={ + "WPMENU" + }, + id="FROM_PT", + index=0, + statictext=true, + x=24, + y=5 + } + }, + FROM_PointArea={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_PointArea", + index=0, + statictext=false, + x=2, + y=9 + } + }, + FROM_PointArea1={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_PointArea1", + index=0, + statictext=false, + x=2, + y=9 + } + }, + FROM_PointGrid={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_PointGrid", + index=0, + statictext=false, + x=2, + y=7 + } + }, + FROM_PointGrid1={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_PointGrid1", + index=0, + statictext=false, + x=2, + y=7 + } + }, + FROM_TITLE={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1" + }, + id="FROM_TITLE", + index=0, + statictext=false, + x=15, + y=2 + } + }, + FROM_WptIdent={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_WptIdent", + index=0, + statictext=false, + x=2, + y=5 + } + }, + FROM_WptIdent1={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_WptIdent1", + index=0, + statictext=false, + x=2, + y=5 + } + }, + FROM_WptNumber={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_WptNumber", + index=0, + statictext=false, + x=2, + y=3 + } + }, + FROM_WptNumber1={ + { + alignment="LFT", + cdu_pages={ + "FROM" + }, + id="FROM_WptNumber1", + index=0, + statictext=false, + x=2, + y=3 + } + }, + FT_BRACKETS={ + { + alignment="RGHT", + cdu_pages={ + "DTSAS" + }, + id="FT_BRACKETS", + index=0, + statictext=false, + x=24, + y=9 + } + }, + FT_TXT={ + { + alignment="RGHT", + cdu_pages={ + "DTSAS" + }, + id="FT_TXT", + index=0, + statictext=true, + x=23, + y=9 + } + }, + FULLText={ + { + alignment="LFT", + cdu_pages={ + "FPMENU" + }, + id="FULLText", + index=0, + statictext=false, + x=10, + y=9 + } + }, + FWI={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT2", + "GPSBIT3", + "GPSBIT4" + }, + id="FWI", + index=0, + statictext=true, + x=2, + y=3 + } + }, + GC={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT1" + }, + id="GC", + index=0, + statictext=true, + x=2, + y=8 + } + }, + GC1={ + { + alignment="RGHT", + cdu_pages={ + "GPSBIT1" + }, + id="GC1", + index=0, + statictext=true, + x=24, + y=8 + } + }, + GCAS_LAST_SOURCE={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="GCAS_LAST_SOURCE", + index=0, + statictext=false, + x=2, + y=9 + } + }, + GCAS_MSGS={ + { + alignment="LFT", + cdu_pages={ + "LASTE" + }, + id="GCAS_MSGS", + index=0, + statictext=true, + x=2, + y=9 + } + }, + GCAS_MSGS1={ + { + alignment="RGHT", + cdu_pages={ + "LASTE" + }, + id="GCAS_MSGS1", + index=0, + statictext=false, + x=16, + y=9 + } + }, + GEM_OFP={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GEM_OFP", + index=0, + statictext=true, + x=2, + y=9 + } + }, + GEM_SA={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GEM_SA", + index=0, + statictext=false, + x=1, + y=9 + } + }, + GMT_DE={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="GMT_DE", + index=0, + statictext=false, + x=24, + y=9 + } + }, + GMT_LCL1={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="GMT_LCL1", + index=0, + statictext=false, + x=12, + y=9 + } + }, + GMT_LCL2={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="GMT_LCL2", + index=0, + statictext=false, + x=12, + y=9 + } + }, + GMT_LCL_Time={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="GMT_LCL_Time", + index=0, + statictext=false, + x=16, + y=9 + } + }, + GPS={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GPS", + index=0, + statictext=true, + x=15, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="GPS", + index=1, + statictext=true, + x=1, + y=7 + }, + { + alignment="RGHT", + cdu_pages={ + "GPSBIT1", + "GPSBIT2", + "GPSBIT3", + "GPSKEYS", + "GPSSTAT2" + }, + id="GPS", + index=2, + statictext=true, + x=24, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5" + }, + id="GPS", + index=3, + statictext=true, + x=1, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GPS", + index=4, + statictext=true, + x=14, + y=3 + } + }, + GPS1={ + { + alignment="LFT", + cdu_pages={ + "DTSDNLD" + }, + id="GPS1", + index=0, + statictext=false, + x=1, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "GPSBIT4", + "GPSBIT5", + "GPSSTAT1" + }, + id="GPS1", + index=1, + statictext=true, + x=24, + y=9 + } + }, + GPS2={ + { + alignment="LFT", + cdu_pages={ + "DTSDNLD" + }, + id="GPS2", + index=0, + statictext=true, + x=2, + y=5 + } + }, + GPSAltitude={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS" + }, + id="GPSAltitude", + index=0, + statictext=false, + x=8, + y=9 + } + }, + GPSAltitude1={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS" + }, + id="GPSAltitude1", + index=0, + statictext=false, + x=8, + y=9 + } + }, + GPSAltitude2={ + { + alignment="LFT", + cdu_pages={ + "POSINFO" + }, + id="GPSAltitude2", + index=0, + statictext=false, + x=8, + y=9 + } + }, + GPSAltitude3={ + { + alignment="LFT", + cdu_pages={ + "POSINFO" + }, + id="GPSAltitude3", + index=0, + statictext=false, + x=8, + y=9 + } + }, + GPSAltitude4={ + { + alignment="LFT", + cdu_pages={ + "POSINFO" + }, + id="GPSAltitude4", + index=0, + statictext=false, + x=8, + y=9 + } + }, + GPSBIT={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="GPSBIT", + index=0, + statictext=true, + x=24, + y=5 + } + }, + GPSKEYS={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="GPSKEYS", + index=0, + statictext=true, + x=24, + y=9 + } + }, + GPSSTAT={ + { + alignment="RGHT", + cdu_pages={ + "GPS" + }, + id="GPSSTAT", + index=0, + statictext=true, + x=24, + y=3 + } + }, + GPSStatus={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GPSStatus", + index=0, + statictext=false, + x=20, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GPSStatus", + index=1, + statictext=false, + x=23, + y=3 + } + }, + GPSStatus1={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GPSStatus1", + index=0, + statictext=false, + x=20, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GPSStatus1", + index=1, + statictext=false, + x=23, + y=3 + } + }, + GPSStatus2={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GPSStatus2", + index=0, + statictext=false, + x=20, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GPSStatus2", + index=1, + statictext=false, + x=23, + y=3 + } + }, + GPSStatus3={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GPSStatus3", + index=0, + statictext=false, + x=20, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GPSStatus3", + index=1, + statictext=false, + x=23, + y=3 + } + }, + GPSStatus4={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GPSStatus4", + index=0, + statictext=false, + x=20, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GPSStatus4", + index=1, + statictext=false, + x=23, + y=3 + } + }, + GPS_SA={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="GPS_SA", + index=0, + statictext=true, + x=2, + y=3 + } + }, + GPS_SA1={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="GPS_SA1", + index=0, + statictext=false, + x=1, + y=3 + } + }, + GPS_STATUS={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="GPS_STATUS", + index=0, + statictext=true, + x=20, + y=3 + } + }, + GPS_STATUS0={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="GPS_STATUS0", + index=0, + statictext=false, + x=6, + y=3 + } + }, + GPS_STATUS1={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="GPS_STATUS1", + index=0, + statictext=false, + x=6, + y=3 + } + }, + GPS_STATUS2={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="GPS_STATUS2", + index=0, + statictext=false, + x=6, + y=3 + } + }, + GPS_STATUS3={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="GPS_STATUS3", + index=0, + statictext=false, + x=6, + y=3 + } + }, + GROUND={ + { + alignment="RGHT", + cdu_pages={ + "ALIGN" + }, + id="GROUND", + index=0, + statictext=true, + x=23, + y=3 + } + }, + GUK_USER={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GUK_USER", + index=0, + statictext=true, + x=14, + y=6 + } + }, + GUK_USERs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GUK_USERs", + index=0, + statictext=false, + x=23, + y=6 + } + }, + GUK_USERs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="GUK_USERs1", + index=0, + statictext=false, + x=23, + y=6 + } + }, + G_ALT={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS" + }, + id="G_ALT", + index=0, + statictext=true, + x=2, + y=9 + } + }, + HARS={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="HARS", + index=0, + statictext=true, + x=18, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="HARS", + index=1, + statictext=true, + x=18, + y=4 + }, + { + alignment="RGHT", + cdu_pages={ + "SYS1" + }, + id="HARS", + index=2, + statictext=true, + x=24, + y=5 + } + }, + HARS_I_F={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT" + }, + id="HARS_I_F", + index=0, + statictext=false, + x=13, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "CDUTEST1" + }, + id="HARS_I_F", + index=1, + statictext=true, + x=13, + y=3 + } + }, + HARS_ST2={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="HARS_ST2", + index=0, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="HARS_ST2", + index=1, + statictext=false, + x=23, + y=4 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="HARS_ST2", + index=2, + statictext=false, + x=23, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="HARS_ST2", + index=3, + statictext=false, + x=11, + y=7 + } + }, + HARS_ST3={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="HARS_ST3", + index=0, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="HARS_ST3", + index=1, + statictext=false, + x=23, + y=4 + }, + { + alignment="LFT", + cdu_pages={ + "RESET" + }, + id="HARS_ST3", + index=2, + statictext=false, + x=23, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="HARS_ST3", + index=3, + statictext=false, + x=11, + y=7 + } + }, + HAS_KEYS={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="HAS_KEYS", + index=0, + statictext=true, + x=13, + y=5 + } + }, + HAS_KEYSs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="HAS_KEYSs", + index=0, + statictext=false, + x=23, + y=5 + } + }, + HAS_KEYSs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="HAS_KEYSs1", + index=0, + statictext=false, + x=23, + y=5 + } + }, + HPU={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="HPU", + index=0, + statictext=true, + x=2, + y=7 + } + }, + HUD_ATT={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="HUD_ATT", + index=0, + statictext=true, + x=10, + y=5 + } + }, + HUD_ATT1={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="HUD_ATT1", + index=0, + statictext=false, + x=23, + y=5 + } + }, + HUD_ATT2={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="HUD_ATT2", + index=0, + statictext=false, + x=23, + y=5 + } + }, + HUD_IND={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="HUD_IND", + index=0, + statictext=true, + x=1, + y=9 + } + }, + HUD_OFF={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="HUD_OFF", + index=0, + statictext=false, + x=6, + y=9 + } + }, + HUD_ON={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR" + }, + id="HUD_ON", + index=0, + statictext=false, + x=6, + y=9 + } + }, + IAS={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="IAS", + index=0, + statictext=true, + x=2, + y=8 + } + }, + IAS_ST={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="IAS_ST", + index=0, + statictext=false, + x=21, + y=8 + } + }, + IAS_ST1={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="IAS_ST1", + index=0, + statictext=false, + x=21, + y=8 + } + }, + IAS_VAL={ + { + alignment="RGHT", + cdu_pages={ + "CADC" + }, + id="IAS_VAL", + index=0, + statictext=false, + x=16, + y=8 + } + }, + IE={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="IE", + index=0, + statictext=true, + x=15, + y=4 + } + }, + IE_STATUS={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="IE_STATUS", + index=0, + statictext=true, + x=20, + y=4 + } + }, + IIW={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT5" + }, + id="IIW", + index=0, + statictext=true, + x=2, + y=3 + } + }, + ILS={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="ILS", + index=0, + statictext=true, + x=2, + y=7 + } + }, + ILS1={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO" + }, + id="ILS1", + index=0, + statictext=true, + x=2, + y=10 + } + }, + INCR={ + { + alignment="LFT", + cdu_pages={ + "MXLOG" + }, + id="INCR", + index=0, + statictext=true, + x=2, + y=3 + } + }, + INFLT={ + { + alignment="RGHT", + cdu_pages={ + "ALIGN" + }, + id="INFLT", + index=0, + statictext=true, + x=23, + y=5 + } + }, + INIT={ + { + alignment="LFT", + cdu_pages={ + "GPS" + }, + id="INIT", + index=0, + statictext=true, + x=1, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "LASTE" + }, + id="INIT", + index=1, + statictext=true, + x=2, + y=6 + } + }, + INITWAYPTIdent1={ + { + alignment="LFT", + cdu_pages={ + "OFFSET" + }, + id="INITWAYPTIdent1", + index=0, + statictext=false, + x=2, + y=5 + } + }, + INITWAYPTIdent2={ + { + alignment="LFT", + cdu_pages={ + "OFFSET" + }, + id="INITWAYPTIdent2", + index=0, + statictext=false, + x=2, + y=5 + } + }, + INITWAYPTNumber1={ + { + alignment="LFT", + cdu_pages={ + "OFFSET" + }, + id="INITWAYPTNumber1", + index=0, + statictext=false, + x=2, + y=3 + } + }, + INITWAYPTNumber2={ + { + alignment="LFT", + cdu_pages={ + "OFFSET" + }, + id="INITWAYPTNumber2", + index=0, + statictext=false, + x=2, + y=3 + } + }, + INITWAYPT_INCR_DECR={ + { + alignment="LFT", + cdu_pages={ + "OFFSET" + }, + id="INITWAYPT_INCR_DECR", + index=0, + statictext=true, + x=1, + y=3 + } + }, + INIT_REQ={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="INIT_REQ", + index=0, + statictext=true, + x=2, + y=6 + } + }, + INIT_REQs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="INIT_REQs", + index=0, + statictext=false, + x=11, + y=6 + } + }, + INIT_REQs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="INIT_REQs1", + index=0, + statictext=false, + x=11, + y=6 + } + }, + INS={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="INS", + index=0, + statictext=true, + x=1, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="INS", + index=1, + statictext=true, + x=24, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="INS", + index=2, + statictext=true, + x=1, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "UPDATE" + }, + id="INS", + index=3, + statictext=false, + x=24, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="INS", + index=4, + statictext=true, + x=2, + y=5 + } + }, + INS1={ + { + alignment="RGHT", + cdu_pages={ + "UPDATE" + }, + id="INS1", + index=0, + statictext=false, + x=24, + y=7 + } + }, + INS2={ + { + alignment="RGHT", + cdu_pages={ + "UPDATE" + }, + id="INS2", + index=0, + statictext=false, + x=24, + y=7 + } + }, + INSERT={ + { + alignment="RGHT", + cdu_pages={ + "FPBUILD" + }, + id="INSERT", + index=0, + statictext=true, + x=23, + y=3 + } + }, + INSERTDisplay={ + { + alignment="RGHT", + cdu_pages={ + "FPBUILD" + }, + id="INSERTDisplay", + index=0, + statictext=false, + x=24, + y=3 + } + }, + INSSTAT={ + { + alignment="RGHT", + cdu_pages={ + "INS" + }, + id="INSSTAT", + index=0, + statictext=true, + x=24, + y=3 + } + }, + INS_SA={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="INS_SA", + index=0, + statictext=false, + x=1, + y=5 + } + }, + INS_ST={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="INS_ST", + index=0, + statictext=true, + x=19, + y=3 + } + }, + INS_ST1={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="INS_ST1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + INS_ST2={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="INS_ST2", + index=0, + statictext=false, + x=23, + y=3 + } + }, + INS_ST3={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="INS_ST3", + index=0, + statictext=false, + x=23, + y=3 + } + }, + INS_ST4={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="INS_ST4", + index=0, + statictext=false, + x=23, + y=3 + } + }, + INS_ST5={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="INS_ST5", + index=0, + statictext=false, + x=23, + y=3 + } + }, + INS_STATUS0={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="INS_STATUS0", + index=0, + statictext=false, + x=6, + y=5 + } + }, + INS_STATUS1={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="INS_STATUS1", + index=0, + statictext=false, + x=6, + y=5 + } + }, + INS_STATUS2={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="INS_STATUS2", + index=0, + statictext=false, + x=6, + y=5 + } + }, + INS_STATUS3={ + { + alignment="LFT", + cdu_pages={ + "EGITEST" + }, + id="INS_STATUS3", + index=0, + statictext=false, + x=6, + y=5 + } + }, + INVALID={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="INVALID", + index=0, + statictext=true, + x=2, + y=3 + } + }, + INVALID_ST0={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="INVALID_ST0", + index=0, + statictext=false, + x=10, + y=3 + } + }, + INVALID_ST1={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="INVALID_ST1", + index=0, + statictext=false, + x=10, + y=3 + } + }, + IN_FP={ + { + alignment="LFT", + cdu_pages={ + "WPTATT" + }, + id="IN_FP", + index=0, + statictext=true, + x=19, + y=3 + } + }, + ISA={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="ISA", + index=0, + statictext=true, + x=2, + y=4 + } + }, + ISA_STATUS={ + { + alignment="LFT", + cdu_pages={ + "EGI2" + }, + id="ISA_STATUS", + index=0, + statictext=true, + x=10, + y=4 + } + }, + I_F_1553={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT" + }, + id="I_F_1553", + index=0, + statictext=false, + x=13, + y=5 + } + }, + InitInputLatUTM={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitInputLatUTM", + index=0, + statictext=false, + x=1, + y=7 + } + }, + InitInputLongMGRS={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitInputLongMGRS", + index=0, + statictext=false, + x=1, + y=9 + } + }, + InitPosCoordFormat_LL={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitPosCoordFormat_LL", + index=0, + statictext=false, + x=1, + y=5 + } + }, + InitPosCoordFormat_UTM={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitPosCoordFormat_UTM", + index=0, + statictext=false, + x=1, + y=5 + } + }, + InitPositLat={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitPositLat", + index=0, + statictext=false, + x=2, + y=7 + } + }, + InitPositLong={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitPositLong", + index=0, + statictext=false, + x=2, + y=9 + } + }, + InitPositMGRS={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitPositMGRS", + index=0, + statictext=false, + x=2, + y=9 + } + }, + InitPositText={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitPositText", + index=0, + statictext=false, + x=2, + y=6 + } + }, + InitPositUTM={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN" + }, + id="InitPositUTM", + index=0, + statictext=false, + x=2, + y=7 + } + }, + KEYLOAD={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="KEYLOAD", + index=0, + statictext=true, + x=2, + y=8 + } + }, + KEY_2HR={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_2HR", + index=0, + statictext=true, + x=14, + y=8 + } + }, + KEY_DUR={ + { + alignment="RGHT", + cdu_pages={ + "GPSKEYS" + }, + id="KEY_DUR", + index=0, + statictext=false, + x=8, + y=7 + }, + { + alignment="RGHT", + cdu_pages={ + "GPSSTAT2" + }, + id="KEY_DUR", + index=1, + statictext=false, + x=12, + y=7 + } + }, + KEY_PAR={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_PAR", + index=0, + statictext=true, + x=14, + y=7 + } + }, + KEY_PARs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_PARs", + index=0, + statictext=false, + x=23, + y=7 + } + }, + KEY_PARs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_PARs1", + index=0, + statictext=false, + x=23, + y=7 + } + }, + KEY_PARs2={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_PARs2", + index=0, + statictext=false, + x=23, + y=8 + } + }, + KEY_PARs3={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_PARs3", + index=0, + statictext=false, + x=23, + y=8 + } + }, + KEY_REM={ + { + alignment="RGHT", + cdu_pages={ + "GPSKEYS" + }, + id="KEY_REM", + index=0, + statictext=false, + x=11, + y=7 + }, + { + alignment="RGHT", + cdu_pages={ + "GPSSTAT2" + }, + id="KEY_REM", + index=1, + statictext=false, + x=16, + y=7 + } + }, + KEY_USED={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_USED", + index=0, + statictext=true, + x=14, + y=5 + } + }, + KEY_USEDs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_USEDs", + index=0, + statictext=false, + x=23, + y=5 + } + }, + KEY_USEDs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_USEDs1", + index=0, + statictext=false, + x=23, + y=5 + } + }, + KEY_USEDs2={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_USEDs2", + index=0, + statictext=false, + x=23, + y=5 + } + }, + KEY_USEDs3={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1" + }, + id="KEY_USEDs3", + index=0, + statictext=false, + x=23, + y=5 + } + }, + KLDs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="KLDs", + index=0, + statictext=false, + x=17, + y=8 + } + }, + KLDs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2" + }, + id="KLDs1", + index=0, + statictext=false, + x=17, + y=8 + } + }, + KYK={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT1" + }, + id="KYK", + index=0, + statictext=true, + x=2, + y=3 + } + }, + L4={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT2", + "GPSBIT3" + }, + id="L4", + index=0, + statictext=true, + x=2, + y=4 + } + }, + L5={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT2", + "GPSBIT3" + }, + id="L5", + index=0, + statictext=true, + x=2, + y=5 + } + }, + LAR={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="LAR", + index=0, + statictext=true, + x=17, + y=6 + } + }, + LAR_VALUE={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="LAR_VALUE", + index=0, + statictext=false, + x=23, + y=6 + } + }, + LAR_VALUE1={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="LAR_VALUE1", + index=0, + statictext=false, + x=23, + y=6 + } + }, + LAR_VALUE2={ + { + alignment="LFT", + cdu_pages={ + "DTSAS" + }, + id="LAR_VALUE2", + index=0, + statictext=false, + x=23, + y=6 + } + }, + LASTE={ + { + alignment="RGHT", + cdu_pages={ + "SYS1" + }, + id="LASTE", + index=0, + statictext=true, + x=24, + y=3 + }, + { + alignment="RGHT", + cdu_pages={ + "WIND" + }, + id="LASTE", + index=1, + statictext=true, + x=24, + y=9 + } + }, + LASTE_ST0={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="LASTE_ST0", + index=0, + statictext=false, + x=15, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LASTE_ST0", + index=1, + statictext=false, + x=11, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "LASTE" + }, + id="LASTE_ST0", + index=2, + statictext=false, + x=23, + y=3 + } + }, + LASTE_ST1={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="LASTE_ST1", + index=0, + statictext=false, + x=15, + y=7 + } + }, + LASTE_ST2={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LASTE_ST2", + index=0, + statictext=false, + x=11, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "LASTE" + }, + id="LASTE_ST2", + index=1, + statictext=false, + x=23, + y=3 + } + }, + LASTE_V={ + { + alignment="LFT", + cdu_pages={ + "LASTE" + }, + id="LASTE_V", + index=0, + statictext=true, + x=17, + y=3 + } + }, + LCL_ADJUST={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="LCL_ADJUST", + index=0, + statictext=true, + x=1, + y=7 + } + }, + LCL_ADJUST_TXT={ + { + alignment="LFT", + cdu_pages={ + "TIME" + }, + id="LCL_ADJUST_TXT", + index=0, + statictext=false, + x=2, + y=8 + } + }, + LINE7={ + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="LINE7", + index=0, + statictext=true, + x=2, + y=7 + } + }, + LINE9={ + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="LINE9", + index=0, + statictext=true, + x=2, + y=9 + } + }, + LOAD_PASS={ + { + alignment="LFT", + cdu_pages={ + "LASTE" + }, + id="LOAD_PASS", + index=0, + statictext=true, + x=11, + y=7 + } + }, + LRU1={ + { + alignment="LFT", + cdu_pages={ + "DTSDNLD" + }, + id="LRU1", + index=0, + statictext=false, + x=1, + y=7 + } + }, + LRU2={ + { + alignment="LFT", + cdu_pages={ + "DTSDNLD" + }, + id="LRU2", + index=0, + statictext=true, + x=2, + y=7 + } + }, + LRUTEST={ + { + alignment="RGHT", + cdu_pages={ + "CDUTEST1", + "EGITEST" + }, + id="LRUTEST", + index=0, + statictext=true, + x=24, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "SYS2" + }, + id="LRUTEST", + index=1, + statictext=true, + x=1, + y=5 + } + }, + LRU_CADC={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_CADC", + index=0, + statictext=false, + x=6, + y=6 + } + }, + LRU_CDU={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_CDU", + index=0, + statictext=false, + x=13, + y=3 + } + }, + LRU_DTS={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_DTS", + index=0, + statictext=false, + x=13, + y=5 + } + }, + LRU_DTSAS={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_DTSAS", + index=0, + statictext=false, + x=13, + y=6 + } + }, + LRU_GPS={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_GPS", + index=0, + statictext=false, + x=7, + y=4 + } + }, + LRU_HARS={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_HARS", + index=0, + statictext=false, + x=6, + y=7 + } + }, + LRU_INS={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_INS", + index=0, + statictext=false, + x=7, + y=3 + } + }, + LRU_LASTE={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_LASTE", + index=0, + statictext=false, + x=5, + y=8 + } + }, + LRU_MBC={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_MBC", + index=0, + statictext=false, + x=13, + y=4 + } + }, + LRU_MSN={ + { + alignment="LFT", + cdu_pages={ + "SYS1" + }, + id="LRU_MSN", + index=0, + statictext=false, + x=7, + y=5 + } + }, + MACH={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO" + }, + id="MACH", + index=0, + statictext=true, + x=18, + y=4 + }, + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="MACH", + index=1, + statictext=true, + x=2, + y=7 + } + }, + MACH_ST={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="MACH_ST", + index=0, + statictext=false, + x=21, + y=7 + } + }, + MACH_ST1={ + { + alignment="LFT", + cdu_pages={ + "CADC" + }, + id="MACH_ST1", + index=0, + statictext=false, + x=21, + y=7 + } + }, + MACH_VAL={ + { + alignment="RGHT", + cdu_pages={ + "CADC" + }, + id="MACH_VAL", + index=0, + statictext=false, + x=16, + y=7 + } + }, + MAGH_ST2={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="MAGH_ST2", + index=0, + statictext=false, + x=19, + y=9 + } + }, + MAGH_ST3={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="MAGH_ST3", + index=0, + statictext=false, + x=19, + y=9 + } + }, + MAGH_VAL={ + { + alignment="RGHT", + cdu_pages={ + "HARS" + }, + id="MAGH_VAL", + index=0, + statictext=false, + x=16, + y=9 + } + }, + MAG_HEAD={ + { + alignment="LFT", + cdu_pages={ + "HARS" + }, + id="MAG_HEAD", + index=0, + statictext=true, + x=2, + y=9 + } + }, + MBC={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="MBC", + index=0, + statictext=true, + x=18, + y=7 + } + }, + MBC1={ + { + alignment="LFT", + cdu_pages={ + "REINIT" + }, + id="MBC1", + index=0, + statictext=true, + x=23, + y=7 + } + }, + MBIT1={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT1", + index=0, + statictext=true, + x=2, + y=3 + } + }, + MBIT10={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT10", + index=0, + statictext=true, + x=14, + y=5 + } + }, + MBIT11={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT11", + index=0, + statictext=true, + x=14, + y=6 + } + }, + MBIT2={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT2", + index=0, + statictext=true, + x=2, + y=4 + } + }, + MBIT3={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT3", + index=0, + statictext=true, + x=2, + y=5 + } + }, + MBIT4={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT4", + index=0, + statictext=true, + x=2, + y=6 + } + }, + MBIT5={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT5", + index=0, + statictext=true, + x=2, + y=7 + } + }, + MBIT6={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT6", + index=0, + statictext=true, + x=2, + y=8 + } + }, + MBIT7={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT7", + index=0, + statictext=true, + x=2, + y=9 + } + }, + MBIT8={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT8", + index=0, + statictext=true, + x=14, + y=3 + } + }, + MBIT9={ + { + alignment="LFT", + cdu_pages={ + "EGI3" + }, + id="MBIT9", + index=0, + statictext=true, + x=14, + y=4 + } + }, + MH={ + { + alignment="RGHT", + cdu_pages={ + "ALTALGN" + }, + id="MH", + index=0, + statictext=true, + x=16, + y=5 + } + }, + MH1={ + { + alignment="RGHT", + cdu_pages={ + "ALTALGN" + }, + id="MH1", + index=0, + statictext=false, + x=23, + y=5 + } + }, + MHD={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ" + }, + id="MHD", + index=0, + statictext=true, + x=18, + y=7 + } + }, + MHD_ERR={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ" + }, + id="MHD_ERR", + index=0, + statictext=false, + x=21, + y=7 + } + }, + MH_DE={ + { + alignment="LFT", + cdu_pages={ + "ALTALGN" + }, + id="MH_DE", + index=0, + statictext=false, + x=24, + y=5 + } + }, + MISC_ADDR={ + { + alignment="LFT", + cdu_pages={ + "INS" + }, + id="MISC_ADDR", + index=0, + statictext=true, + x=1, + y=9 + } + }, + MISSION={ + { + alignment="LFT", + cdu_pages={ + "MXLOG" + }, + id="MISSION", + index=0, + statictext=true, + x=2, + y=4 + } + }, + MODE={ + { + alignment="LFT", + cdu_pages={ + "DTSSTAT" + }, + id="MODE", + index=0, + statictext=true, + x=2, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE", + index=1, + statictext=true, + x=2, + y=3 + } + }, + MODE0={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE0", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE1={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE1", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE2={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE2", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE3={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE3", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE4={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE4", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE5={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE5", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE6={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE6", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE7={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE7", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE8={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT" + }, + id="MODE8", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MODE9={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="MODE9", + index=0, + statictext=false, + x=8, + y=3 + } + }, + MONTH={ + { + alignment="LFT", + cdu_pages={ + "TIME"}, + id="MONTH", + index=0, + statictext=true, + x=16, + y=5 + } + }, + MONTH_DE={ + { + alignment="LFT", + cdu_pages={ + "TIME"}, + id="MONTH_DE", + index=0, + statictext=false, + x=24, + y=5 + } + }, + MONTH_TXT={ + { + alignment="RGHT", + cdu_pages={ + "TIME"}, + id="MONTH_TXT", + index=0, + statictext=false, + x=23, + y=5 + } + }, + MSN={ + { + alignment="LFT", + cdu_pages={ + "EGI2"}, + id="MSN", + index=0, + statictext=true, + x=15, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "REINIT"}, + id="MSN", + index=1, + statictext=true, + x=18, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="MSN", + index=2, + statictext=false, + x=1, + y=7 + } + }, + MSN_DUR={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="MSN_DUR", + index=0, + statictext=true, + x=2, + y=7 + } + }, + MSN_SA={ + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="MSN_SA", + index=0, + statictext=true, + x=2, + y=7 + } + }, + MSN_STATUS={ + { + alignment="LFT", + cdu_pages={ + "EGI2"}, + id="MSN_STATUS", + index=0, + statictext=true, + x=20, + y=5 + } + }, + MSN_STATUS0={ + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="MSN_STATUS0", + index=0, + statictext=false, + x=6, + y=7 + } + }, + MSN_STATUS1={ + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="MSN_STATUS1", + index=0, + statictext=false, + x=6, + y=7 + } + }, + MSN_STATUS2={ + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="MSN_STATUS2", + index=0, + statictext=false, + x=6, + y=7 + } + }, + MSN_STATUS3={ + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="MSN_STATUS3", + index=0, + statictext=false, + x=6, + y=7 + } + }, + MV={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="MV", + index=0, + statictext=false, + x=16, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "UPDATE"}, + id="MV", + index=1, + statictext=false, + x=23, + y=5 + } + }, + MV1={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="MV1", + index=0, + statictext=false, + x=17, + y=5 + } + }, + MV2={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="MV2", + index=0, + statictext=false, + x=23, + y=5 + } + }, + MV3={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="MV3", + index=0, + statictext=false, + x=17, + y=5 + } + }, + MV4={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="MV4", + index=0, + statictext=false, + x=23, + y=5 + } + }, + MV5={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="MV5", + index=0, + statictext=false, + x=17, + y=5 + } + }, + MV6={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="MV6", + index=0, + statictext=false, + x=23, + y=5 + } + }, + MV_EQ={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="MV_EQ", + index=0, + statictext=false, + x=18, + y=5 + } + }, + MV_EQ1={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="MV_EQ1", + index=0, + statictext=false, + x=18, + y=5 + } + }, + MV_EQ2={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="MV_EQ2", + index=0, + statictext=false, + x=18, + y=5 + } + }, + MXLOG={ + { + alignment="RGHT", + cdu_pages={ + "SYS2"}, + id="MXLOG", + index=0, + statictext=true, + x=24, + y=9 + } + }, + MXOPT={ + { + alignment="RGHT", + cdu_pages={ + "MXLOG"}, + id="MXOPT", + index=0, + statictext=true, + x=23, + y=7 + } + }, + Mach={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="Mach", + index=0, + statictext=false, + x=23, + y=4 + } + }, + NAV={ + { + alignment="LFT", + cdu_pages={ + "GPS"}, + id="NAV", + index=0, + statictext=true, + x=1, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="NAV", + index=1, + statictext=true, + x=23, + y=7 + } + }, + NAVMODEROTARY={ + { + alignment="RGHT", + cdu_pages={ + "NAV", + "POS"}, + id="NAVMODEROTARY", + index=0, + statictext=true, + x=24, + y=3 + } + }, + NAV_DAT={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="NAV_DAT", + index=0, + statictext=true, + x=10, + y=6 + } + }, + NAV_DAT1={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="NAV_DAT1", + index=0, + statictext=false, + x=23, + y=6 + } + }, + NAV_DAT2={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="NAV_DAT2", + index=0, + statictext=false, + x=23, + y=6 + } + }, + NAV_DATA={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1"}, + id="NAV_DATA", + index=0, + statictext=true, + x=2, + y=4 + } + }, + NAV_DATAs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1"}, + id="NAV_DATAs", + index=0, + statictext=false, + x=11, + y=4 + } + }, + NAV_DATAs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1"}, + id="NAV_DATAs1", + index=0, + statictext=false, + x=11, + y=4 + } + }, + NAV_RDY={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="NAV_RDY", + index=0, + statictext=true, + x=10, + y=7 + } + }, + NAV_RDY1={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="NAV_RDY1", + index=0, + statictext=false, + x=23, + y=7 + } + }, + NAV_RDY2={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="NAV_RDY2", + index=0, + statictext=false, + x=23, + y=7 + } + }, + NAV_RDY3={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="NAV_RDY3", + index=0, + statictext=false, + x=23, + y=7 + } + }, + NEWFPNumber={ + { + alignment="LFT", + cdu_pages={ + "FPMENU"}, + id="NEWFPNumber", + index=0, + statictext=false, + x=2, + y=9 + } + }, + NEWFPText={ + { + alignment="LFT", + cdu_pages={ + "FPMENU"}, + id="NEWFPText", + index=0, + statictext=false, + x=10, + y=9 + } + }, + NEW_WAYPT_NUM={ + { + alignment="RGHT", + cdu_pages={ + "OFFSET", + "WAYPT1"}, + id="NEW_WAYPT_NUM", + index=0, + statictext=false, + x=23, + y=7 + } + }, + NM={ + { + alignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="NM", + index=0, + statictext=true, + x=2, + y=3 + } + }, + NMDisplay={ + { + alignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="NMDisplay", + index=0, + statictext=false, + x=1, + y=3 + } + }, + NMINPUT={ + { + alignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="NMINPUT", + index=0, + statictext=false, + x=1, + y=3 + } + }, + NOT_ATTEMPTED={ + { + alignment="LFT", + cdu_pages={ + "LASTE"}, + id="NOT_ATTEMPTED", + index=0, + statictext=true, + x=11, + y=5 + } + }, + NS={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ"}, + id="NS", + index=0, + statictext=true, + x=2, + y=6 + } + }, + NS_ERR={ + { + alignment="RGHT", + cdu_pages={ + "ACCREJ"}, + id="NS_ERR", + index=0, + statictext=false, + x=7, + y=6 + } + }, + NUM={ + { + alignment="LFT", + cdu_pages={ + "ANNUNCIATIONS"}, + id="NUM", + index=0, + statictext=false, + x=1, + y=2 + } + }, + OAT={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="OAT", + index=0, + statictext=true, + x=15, + y=9 + } + }, + OF={ + { + alignment="LFT", + cdu_pages={ + "BITBALL"}, + id="OF", + index=0, + statictext=true, + x=2, + y=6 + } + }, + OFFSETDIV={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETDIV", + index=0, + statictext=true, + x=19, + y=6 + } + }, + OFFSETWAYPTCoordFormat1={ + { + alignment="RGHT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTCoordFormat1", + index=0, + statictext=false, + x=24, + y=3 + } + }, + OFFSETWAYPTCoordFormat2={ + { + alignment="RGHT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTCoordFormat2", + index=0, + statictext=false, + x=24, + y=3 + } + }, + OFFSETWAYPTDIS1={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTDIS1", + index=0, + statictext=false, + x=20, + y=6 + } + }, + OFFSETWAYPTDIS2={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTDIS2", + index=0, + statictext=false, + x=20, + y=6 + } + }, + OFFSETWAYPTLat={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTLat", + index=0, + statictext=false, + x=2, + y=7 + } + }, + OFFSETWAYPTLatUTM={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTLatUTM", + index=0, + statictext=false, + x=2, + y=7 + } + }, + OFFSETWAYPTLong={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTLong", + index=0, + statictext=false, + x=2, + y=9 + } + }, + OFFSETWAYPTLongMGRS={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTLongMGRS", + index=0, + statictext=false, + x=2, + y=9 + } + }, + OFFSETWAYPTMGRS={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTMGRS", + index=0, + statictext=false, + x=2, + y=9 + } + }, + OFFSETWAYPTMH1={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTMH1", + index=0, + statictext=false, + x=16, + y=6 + } + }, + OFFSETWAYPTMH2={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTMH2", + index=0, + statictext=false, + x=16, + y=6 + } + }, + OFFSETWAYPTNumber1={ + { + alignment="RGHT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTNumber1", + index=0, + statictext=false, + x=23, + y=9 + } + }, + OFFSETWAYPTNumber2={ + { + alignment="RGHT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTNumber2", + index=0, + statictext=false, + x=23, + y=9 + } + }, + OFFSETWAYPTUTM={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="OFFSETWAYPTUTM", + index=0, + statictext=false, + x=2, + y=7 + } + }, + OFP={ + { + alignment="LFT", + cdu_pages={ + "LASTE"}, + id="OFP", + index=0, + statictext=true, + x=2, + y=5 + } + }, + OFPID={ + { + alignment="LFT", + cdu_pages={ + "SYS2"}, + id="OFPID", + index=0, + statictext=true, + x=1, + y=9 + } + }, + OFPID1_LINE3={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="OFPID1_LINE3", + index=0, + statictext=true, + x=2, + y=3 + } + }, + OFPID1_LINE4_1={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="OFPID1_LINE4_1", + index=0, + statictext=true, + x=2, + y=4 + } + }, + OFPID1_LINE4_2={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="OFPID1_LINE4_2", + index=0, + statictext=true, + x=13, + y=4 + } + }, + OFPID1_LINE5={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="OFPID1_LINE5", + index=0, + statictext=true, + x=2, + y=5 + } + }, + OFPID1_LINE6_1={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="OFPID1_LINE6_1", + index=0, + statictext=true, + x=2, + y=6 + } + }, + OFPID1_LINE6_2={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="OFPID1_LINE6_2", + index=0, + statictext=true, + x=13, + y=6 + } + }, + OFPID1_LINE7={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="OFPID1_LINE7", + index=0, + statictext=true, + x=2, + y=7 + } + }, + OFPID1_LINE8={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="OFPID1_LINE8", + index=0, + statictext=true, + x=2, + y=8 + } + }, + OFPID2_LINE3={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="OFPID2_LINE3", + index=0, + statictext=true, + x=2, + y=3 + } + }, + OFPID2_LINE4_1={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="OFPID2_LINE4_1", + index=0, + statictext=true, + x=2, + y=4 + } + }, + OFPID2_LINE4_2={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="OFPID2_LINE4_2", + index=0, + statictext=true, + x=16, + y=4 + } + }, + OFPID2_LINE5={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="OFPID2_LINE5", + index=0, + statictext=true, + x=2, + y=5 + } + }, + OFPID2_LINE6_1={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="OFPID2_LINE6_1", + index=0, + statictext=true, + x=2, + y=6 + } + }, + OFPID2_LINE6_2={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="OFPID2_LINE6_2", + index=0, + statictext=true, + x=16, + y=6 + } + }, + OFPID2_LINE7={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="OFPID2_LINE7", + index=0, + statictext=true, + x=2, + y=7 + } + }, + OFPID2_LINE8={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="OFPID2_LINE8", + index=0, + statictext=true, + x=2, + y=8 + } + }, + OFP_SA={ + { + alignment="LFT", + cdu_pages={ + "LASTE"}, + id="OFP_SA", + index=0, + statictext=false, + x=1, + y=5 + } + }, + OPTIOMS_MAGHEAD={ + { + alignment="RGHT", + cdu_pages={ + "OPTIONS"}, + id="OPTIOMS_MAGHEAD", + index=0, + statictext=false, + x=9, + y=4 + } + }, + OPTIONS={ + { + alignment="RGHT", + cdu_pages={ + "NAV"}, + id="OPTIONS", + index=0, + statictext=true, + x=24, + y=7 + } + }, + OPTIONS_CF={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_CF", + index=0, + statictext=false, + x=4, + y=5 + } + }, + OPTIONS_DE={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_DE", + index=0, + statictext=true, + x=1, + y=5 + } + }, + OPTIONS_EQUAL={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_EQUAL", + index=0, + statictext=false, + x=4, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="OPTIONS_EQUAL", + index=1, + statictext=false, + x=18, + y=5 + } + }, + OPTIONS_EQUAL1={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_EQUAL1", + index=0, + statictext=false, + x=3, + y=5 + } + }, + OPTIONS_HD0={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_HD0", + index=0, + statictext=false, + x=2, + y=4 + } + }, + OPTIONS_HD1={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_HD1", + index=0, + statictext=false, + x=2, + y=4 + } + }, + OPTIONS_HF0={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_HF0", + index=0, + statictext=false, + x=2, + y=3 + } + }, + OPTIONS_HF1={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_HF1", + index=0, + statictext=false, + x=2, + y=3 + } + }, + OPTIONS_HS0={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_HS0", + index=0, + statictext=false, + x=2, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="OPTIONS_HS0", + index=1, + statictext=true, + x=16, + y=5 + } + }, + OPTIONS_HS1={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_HS1", + index=0, + statictext=false, + x=2, + y=5 + } + }, + OPTIONS_MV={ + { + alignment="RGHT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_MV", + index=0, + statictext=false, + x=9, + y=5 + } + }, + OPTIONS_RTRY={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="OPTIONS_RTRY", + index=0, + statictext=true, + x=1, + y=3 + } + }, + ORIG_NAV={ + { + alignment="LFT", + cdu_pages={ + "DTSUPLD"}, + id="ORIG_NAV", + index=0, + statictext=true, + x=1, + y=5 + } + }, + OWC={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="OWC", + index=0, + statictext=true, + x=17, + y=4 + } + }, + OWC1={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="OWC1", + index=0, + statictext=true, + x=21, + y=8 + } + }, + OWC_VALUE={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="OWC_VALUE", + index=0, + statictext=false, + x=23, + y=4 + } + }, + OWC_VALUE1={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="OWC_VALUE1", + index=0, + statictext=false, + x=23, + y=4 + } + }, + OWC_VALUE2={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="OWC_VALUE2", + index=0, + statictext=false, + x=23, + y=4 + } + }, + Overload={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="Overload", + index=0, + statictext=false, + x=20, + y=7 + } + }, + Overload1={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="Overload1", + index=0, + statictext=false, + x=20, + y=7 + } + }, + Overload2={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="Overload2", + index=0, + statictext=false, + x=20, + y=7 + } + }, + Overload3={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="Overload3", + index=0, + statictext=false, + x=23, + y=7 + } + }, + Overload4={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="Overload4", + index=0, + statictext=false, + x=22, + y=7 + } + }, + PC={ + { + alignment="LFT", + cdu_pages={ + "BITBALL"}, + id="PC", + index=0, + statictext=true, + x=2, + y=5 + } + }, + PGCAS={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PGCAS", + index=0, + statictext=true, + x=17, + y=3 + } + }, + PGCAS_VALUE={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PGCAS_VALUE", + index=0, + statictext=false, + x=23, + y=3 + } + }, + PGCAS_VALUE1={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PGCAS_VALUE1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + PGCAS_VALUE2={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PGCAS_VALUE2", + index=0, + statictext=false, + x=23, + y=3 + } + }, + PITCH={ + { + alignment="LFT", + cdu_pages={ + "HARS"}, + id="PITCH", + index=0, + statictext=true, + x=2, + y=7 + } + }, + PITCH_ST2={ + { + alignment="LFT", + cdu_pages={ + "HARS"}, + id="PITCH_ST2", + index=0, + statictext=false, + x=19, + y=7 + } + }, + PITCH_ST3={ + { + alignment="LFT", + cdu_pages={ + "HARS"}, + id="PITCH_ST3", + index=0, + statictext=false, + x=19, + y=7 + } + }, + PITCH_VAL={ + { + alignment="RGHT", + cdu_pages={ + "HARS"}, + id="PITCH_VAL", + index=0, + statictext=false, + x=16, + y=7 + } + }, + POS={ + { + alignment="LFT", + cdu_pages={ + "INS"}, + id="POS", + index=0, + statictext=true, + x=1, + y=7 + } + }, + POS_SOURCE={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="POS_SOURCE", + index=0, + statictext=true, + x=2, + y=3 + } + }, + POS_Source_DTS={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="POS_Source_DTS", + index=0, + statictext=false, + x=2, + y=4 + } + }, + POS_Source_GPS={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="POS_Source_GPS", + index=0, + statictext=false, + x=2, + y=4 + } + }, + POS_Source_GPS1={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="POS_Source_GPS1", + index=0, + statictext=false, + x=2, + y=4 + } + }, + POS_Source_Last_Pos={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="POS_Source_Last_Pos", + index=0, + statictext=false, + x=2, + y=4 + } + }, + POS_Source_Man={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="POS_Source_Man", + index=0, + statictext=false, + x=2, + y=4 + } + }, + POS_Source_Standby={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="POS_Source_Standby", + index=0, + statictext=false, + x=2, + y=4 + } + }, + PPOSGroundSpeed={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSGroundSpeed", + index=0, + statictext=false, + x=23, + y=3 + } + }, + PPOSGroundSpeed1={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSGroundSpeed1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + PPOSGroundSpeed2={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSGroundSpeed2", + index=0, + statictext=false, + x=23, + y=3 + } + }, + PPOSIAS={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSIAS", + index=0, + statictext=false, + x=23, + y=3 + } + }, + PPOSSpeedMode={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSSpeedMode", + index=0, + statictext=false, + x=19, + y=3 + } + }, + PPOSSpeedMode1={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSSpeedMode1", + index=0, + statictext=false, + x=19, + y=3 + } + }, + PPOSSpeedMode2={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="PPOSSpeedMode2", + index=0, + statictext=false, + x=17, + y=3 + } + }, + PPOSSpeedMode3={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSSpeedMode3", + index=0, + statictext=false, + x=19, + y=3 + } + }, + PPOSSpeedMode4={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSSpeedMode4", + index=0, + statictext=false, + x=19, + y=3 + } + }, + PPOSSpeedMode5={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSSpeedMode5", + index=0, + statictext=false, + x=19, + y=3 + } + }, + PPOSSpeedRotary={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="PPOSSpeedRotary", + index=0, + statictext=true, + x=24, + y=3 + } + }, + PPOSTAS1={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="PPOSTAS1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + PR={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PR", + index=0, + statictext=true, + x=17, + y=5 + } + }, + PREF={ + { + alignment="RGHT", + cdu_pages={ + "DTSUPLD"}, + id="PREF", + index=0, + statictext=true, + x=23, + y=4 + } + }, + PR_VALUE={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PR_VALUE", + index=0, + statictext=false, + x=23, + y=5 + } + }, + PR_VALUE1={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PR_VALUE1", + index=0, + statictext=false, + x=23, + y=5 + } + }, + PR_VALUE2={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PR_VALUE2", + index=0, + statictext=false, + x=23, + y=5 + } + }, + PS={ + { + alignment="LFT", + cdu_pages={ + "EGI2"}, + id="PS", + index=0, + statictext=true, + x=2, + y=5 + } + }, + PS_STATUS={ + { + alignment="LFT", + cdu_pages={ + "EGI2"}, + id="PS_STATUS", + index=0, + statictext=true, + x=10, + y=5 + } + }, + P_ALT={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="P_ALT", + index=0, + statictext=true, + x=2, + y=4 + } + }, + P_ALT_ST={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="P_ALT_ST", + index=0, + statictext=false, + x=21, + y=4 + } + }, + P_ALT_ST1={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="P_ALT_ST1", + index=0, + statictext=false, + x=21, + y=4 + } + }, + P_ALT_VAL={ + { + alignment="RGHT", + cdu_pages={ + "CADC"}, + id="P_ALT_VAL", + index=0, + statictext=false, + x=13, + y=4 + } + }, + PageFPBUILD={ + { + alignment="RGHT", + cdu_pages={ + "FPMENU"}, + id="PageFPBUILD", + index=0, + statictext=false, + x=24, + y=2 + } + }, + PageNameACCREJ={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ"}, + id="PageNameACCREJ", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameALIGN={ + { + alignment="LFT", + cdu_pages={ + "ALIGN"}, + id="PageNameALIGN", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameALTALGN={ + { + alignment="LFT", + cdu_pages={ + "ALTALGN"}, + id="PageNameALTALGN", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameANCHOR={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR"}, + id="PageNameANCHOR", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameATTRIB={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB"}, + id="PageNameATTRIB", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameBBCTL={ + { + alignment="LFT", + cdu_pages={ + "BBCTL"}, + id="PageNameBBCTL", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameBITBALL={ + { + alignment="LFT", + cdu_pages={ + "BITBALL"}, + id="PageNameBITBALL", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameCADC={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="PageNameCADC", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameCDUTEST1={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST1"}, + id="PageNameCDUTEST1", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameCDUTEST2={ + { + alignment="LFT", + cdu_pages={ + "CDUTEST2"}, + id="PageNameCDUTEST2", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameDIVERT={ + { + alignment="LFT", + cdu_pages={ + "DIVERT"}, + id="PageNameDIVERT", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameDTS={ + { + alignment="LFT", + cdu_pages={ + "DTS"}, + id="PageNameDTS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameDTSAS={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="PageNameDTSAS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameDTSDNLD={ + { + alignment="LFT", + cdu_pages={ + "DTSDNLD"}, + id="PageNameDTSDNLD", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameDTSSTAT={ + { + alignment="LFT", + cdu_pages={ + "DTSSTAT"}, + id="PageNameDTSSTAT", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameDTSUPLD={ + { + alignment="LFT", + cdu_pages={ + "DTSUPLD"}, + id="PageNameDTSUPLD", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameEGI={ + { + alignment="LFT", + cdu_pages={ + "EGI1", + "EGI2", + "EGI3", + "EGI4"}, + id="PageNameEGI", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameEGITEST={ + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="PageNameEGITEST", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameFLDINFO={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO"}, + id="PageNameFLDINFO", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameFPBUILD={ + { + alignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="PageNameFPBUILD", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameFPMENU={ + { + alignment="LFT", + cdu_pages={ + "FPMENU"}, + id="PageNameFPMENU", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameFROM={ + { + alignment="LFT", + cdu_pages={ + "FROM"}, + id="PageNameFROM", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameGPS={ + { + alignment="LFT", + cdu_pages={ + "GPS"}, + id="PageNameGPS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameGPSBIT1={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT1"}, + id="PageNameGPSBIT1", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameGPSBIT2={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT2"}, + id="PageNameGPSBIT2", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameGPSBIT3={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT3"}, + id="PageNameGPSBIT3", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameGPSBIT4={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT4"}, + id="PageNameGPSBIT4", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameGPSBIT5={ + { + alignment="LFT", + cdu_pages={ + "GPSBIT5"}, + id="PageNameGPSBIT5", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameGPSKEYS={ + { + alignment="LFT", + cdu_pages={ + "GPSKEYS"}, + id="PageNameGPSKEYS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameGPSSTAT1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1"}, + id="PageNameGPSSTAT1", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameHARS={ + { + alignment="LFT", + cdu_pages={ + "HARS"}, + id="PageNameHARS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameINS={ + { + alignment="LFT", + cdu_pages={ + "INS"}, + id="PageNameINS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameINSSTAT={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="PageNameINSSTAT", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameLASTE={ + { + alignment="LFT", + cdu_pages={ + "LASTE"}, + id="PageNameLASTE", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameLRUTEST={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST"}, + id="PageNameLRUTEST", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameMXLOG={ + { + alignment="LFT", + cdu_pages={ + "MXLOG"}, + id="PageNameMXLOG", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameNAV={ + { + alignment="LFT", + cdu_pages={ + "NAV"}, + id="PageNameNAV", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameOFFSET={ + { + alignment="LFT", + cdu_pages={ + "OFFSET"}, + id="PageNameOFFSET", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameOFPID1={ + { + alignment="LFT", + cdu_pages={ + "OFPID1"}, + id="PageNameOFPID1", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameOFPID2={ + { + alignment="LFT", + cdu_pages={ + "OFPID2"}, + id="PageNameOFPID2", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameOPTIONS={ + { + alignment="LFT", + cdu_pages={ + "OPTIONS"}, + id="PageNameOPTIONS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNamePOS={ + { + alignment="LFT", + cdu_pages={ + "POS"}, + id="PageNamePOS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNamePOSINFO={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="PageNamePOSINFO", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameREINIT={ + { + alignment="LFT", + cdu_pages={ + "REINIT"}, + id="PageNameREINIT", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameRESET={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="PageNameRESET", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameSTARTUPBIT={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="PageNameSTARTUPBIT", + index=0, + statictext=false, + x=3, + y=1 + } + }, + PageNameSTRINFO={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="PageNameSTRINFO", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameSYS={ + { + alignment="LFT", + cdu_pages={ + "SYS"}, + id="PageNameSYS", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameTIME={ + { + alignment="LFT", + cdu_pages={ + "TIME"}, + id="PageNameTIME", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameUPDATE={ + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="PageNameUPDATE", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameWAYPT={ + { + alignment="LFT", + cdu_pages={ + "WAYPT"}, + id="PageNameWAYPT", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameWIND={ + { + alignment="LFT", + cdu_pages={ + "WIND"}, + id="PageNameWIND", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameWNDEDIT={ + { + alignment="LFT", + cdu_pages={ + "WNDEDIT"}, + id="PageNameWNDEDIT", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameWPINFO={ + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="PageNameWPINFO", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameWPMENU={ + { + alignment="LFT", + cdu_pages={ + "WPMENU"}, + id="PageNameWPMENU", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PageNameWPTATT={ + { + alignment="LFT", + cdu_pages={ + "WPTATT"}, + id="PageNameWPTATT", + index=0, + statictext=true, + x=2, + y=1 + } + }, + PresPositLat={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS"}, + id="PresPositLat", + index=0, + statictext=false, + x=2, + y=3 + } + }, + PresPositLat1={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS"}, + id="PresPositLat1", + index=0, + statictext=false, + x=2, + y=3 + } + }, + PresPositLong={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS"}, + id="PresPositLong", + index=0, + statictext=false, + x=2, + y=4 + } + }, + PresPositLong1={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS"}, + id="PresPositLong1", + index=0, + statictext=false, + x=2, + y=4 + } + }, + PresPositMGRS={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS"}, + id="PresPositMGRS", + index=0, + statictext=false, + x=2, + y=7 + } + }, + PresPositMGRS1={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS"}, + id="PresPositMGRS1", + index=0, + statictext=false, + x=2, + y=7 + } + }, + PresPositUTM={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS"}, + id="PresPositUTM", + index=0, + statictext=false, + x=2, + y=6 + } + }, + PresPositUTM1={ + { + alignment="LFT", + cdu_pages={ + "POSINFO", + "POS"}, + id="PresPositUTM1", + index=0, + statictext=false, + x=2, + y=6 + } + }, + RAM={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="RAM", + index=0, + statictext=false, + x=1, + y=4 + }, + { + alignment="LFT", + cdu_pages={ + "CDUTEST1"}, + id="RAM", + index=1, + statictext=true, + x=1, + y=4 + } + }, + RAM_1553={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="RAM_1553", + index=0, + statictext=false, + x=13, + y=4 + }, + { + alignment="LFT", + cdu_pages={ + "CDUTEST1"}, + id="RAM_1553", + index=1, + statictext=true, + x=13, + y=4 + } + }, + READY={ + { + alignment="LFT", + cdu_pages={ + "DTS"}, + id="READY", + index=0, + statictext=true, + x=2, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "LASTE"}, + id="READY", + index=1, + statictext=true, + x=2, + y=3 + } + }, + READY_ST0={ + { + alignment="LFT", + cdu_pages={ + "DTS"}, + id="READY_ST0", + index=0, + statictext=false, + x=8, + y=5 + } + }, + READY_ST1={ + { + alignment="LFT", + cdu_pages={ + "DTS"}, + id="READY_ST1", + index=0, + statictext=false, + x=8, + y=5 + } + }, + READY_ST2={ + { + alignment="LFT", + cdu_pages={ + "DTS"}, + id="READY_ST2", + index=0, + statictext=false, + x=8, + y=5 + } + }, + READY_ST3={ + { + alignment="LFT", + cdu_pages={ + "DTS"}, + id="READY_ST3", + index=0, + statictext=false, + x=8, + y=5 + } + }, + READY_ST4={ + { + alignment="LFT", + cdu_pages={ + "DTS"}, + id="READY_ST4", + index=0, + statictext=false, + x=8, + y=5 + } + }, + RECENT_NAV={ + { + alignment="LFT", + cdu_pages={ + "DTSUPLD"}, + id="RECENT_NAV", + index=0, + statictext=true, + x=1, + y=9 + } + }, + RECORD={ + { + alignment="RGHT", + cdu_pages={ + "LRUTEST"}, + id="RECORD", + index=0, + statictext=true, + x=24, + y=7 + } + }, + REINIT={ + { + alignment="LFT", + cdu_pages={ + "SYS1"}, + id="REINIT", + index=0, + statictext=true, + x=1, + y=9 + } + }, + REINIT_DTSAS={ + { + alignment="LFT", + cdu_pages={ + "REINIT"}, + id="REINIT_DTSAS", + index=0, + statictext=true, + x=1, + y=9 + } + }, + REINIT_GPS={ + { + alignment="LFT", + cdu_pages={ + "REINIT"}, + id="REINIT_GPS", + index=0, + statictext=true, + x=1, + y=5 + } + }, + REINIT_INS={ + { + alignment="LFT", + cdu_pages={ + "REINIT"}, + id="REINIT_INS", + index=0, + statictext=true, + x=1, + y=3 + } + }, + REINIT_LASTE={ + { + alignment="LFT", + cdu_pages={ + "REINIT"}, + id="REINIT_LASTE", + index=0, + statictext=true, + x=1, + y=7 + } + }, + REJECT={ + { + alignment="RGHT", + cdu_pages={ + "ACCREJ"}, + id="REJECT", + index=0, + statictext=true, + x=24, + y=5 + } + }, + RESET={ + { + alignment="RGHT", + cdu_pages={ + "SYS1", + "BBCTL"}, + id="RESET", + index=0, + statictext=true, + x=24, + y=9 + } + }, + RESET_CADC={ + { + alignment="RGHT", + cdu_pages={ + "RESET"}, + id="RESET_CADC", + index=0, + statictext=true, + x=24, + y=3 + } + }, + RESET_CICU={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="RESET_CICU", + index=0, + statictext=true, + x=1, + y=7 + } + }, + RESET_CICU0={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="RESET_CICU0", + index=0, + statictext=false, + x=8, + y=7 + } + }, + RESET_CICU1={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="RESET_CICU1", + index=0, + statictext=false, + x=8, + y=7 + } + }, + RESET_DTS={ + { + alignment="RGHT", + cdu_pages={ + "RESET"}, + id="RESET_DTS", + index=0, + statictext=true, + x=24, + y=7 + } + }, + RESET_EGI={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="RESET_EGI", + index=0, + statictext=true, + x=1, + y=3 + } + }, + RESET_HARS={ + { + alignment="RGHT", + cdu_pages={ + "RESET"}, + id="RESET_HARS", + index=0, + statictext=true, + x=24, + y=5 + } + }, + RESET_LASTE={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="RESET_LASTE", + index=0, + statictext=true, + x=1, + y=5 + } + }, + RESET_LASTE1={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="RESET_LASTE1", + index=0, + statictext=true, + x=8, + y=7 + } + }, + RESET_ST0={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="RESET_ST0", + index=0, + statictext=false, + x=8, + y=5 + } + }, + RESET_ST1={ + { + alignment="LFT", + cdu_pages={ + "RESET"}, + id="RESET_ST1", + index=0, + statictext=false, + x=8, + y=5 + } + }, + ROLL={ + { + alignment="LFT", + cdu_pages={ + "HARS"}, + id="ROLL", + index=0, + statictext=true, + x=2, + y=5 + } + }, + ROLL_ST2={ + { + alignment="LFT", + cdu_pages={ + "HARS"}, + id="ROLL_ST2", + index=0, + statictext=false, + x=19, + y=5 + } + }, + ROLL_ST3={ + { + alignment="LFT", + cdu_pages={ + "HARS"}, + id="ROLL_ST3", + index=0, + statictext=false, + x=19, + y=5 + } + }, + ROLL_VAL={ + { + alignment="RGHT", + cdu_pages={ + "HARS"}, + id="ROLL_VAL", + index=0, + statictext=false, + x=16, + y=5 + } + }, + RPU={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="RPU", + index=0, + statictext=true, + x=2, + y=5 + } + }, + RPU4s={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="RPU4s", + index=0, + statictext=false, + x=11, + y=5 + } + }, + RPU4s1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="RPU4s1", + index=0, + statictext=false, + x=11, + y=5 + } + }, + RTR={ + { + alignment="RGHT", + cdu_pages={ + "ACCREJ", + "UPDATE"}, + id="RTR", + index=0, + statictext=true, + x=24, + y=3 + } + }, + RT_ADDR={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="RT_ADDR", + index=0, + statictext=false, + x=13, + y=6 + } + }, + RWY={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO"}, + id="RWY", + index=0, + statictext=true, + x=2, + y=6 + } + }, + RWY_L_FEET={ + { + alignment="RGHT", + cdu_pages={ + "FLDINFO"}, + id="RWY_L_FEET", + index=0, + statictext=true, + x=24, + y=6 + } + }, + SAT4={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="SAT4", + index=0, + statictext=true, + x=2, + y=4 + } + }, + SAT4s={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="SAT4s", + index=0, + statictext=false, + x=11, + y=4 + } + }, + SAT4s1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="SAT4s1", + index=0, + statictext=false, + x=11, + y=4 + } + }, + SCALE={ + { + alignment="LFT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="SCALE", + index=0, + statictext=true, + x=1, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "ATTRIB"}, + id="SCALE", + index=1, + statictext=true, + x=1, + y=5 + } + }, + SCS={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB"}, + id="SCS", + index=0, + statictext=true, + x=2, + y=9 + } + }, + SCS_ROTARY={ + { + alignment="LFT", + cdu_pages={ + "ATTRIB"}, + id="SCS_ROTARY", + index=0, + statictext=false, + x=1, + y=9 + } + }, + SENSORS={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="SENSORS", + index=0, + statictext=true, + x=10, + y=9 + } + }, + SEN_ST1={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="SEN_ST1", + index=0, + statictext=false, + x=23, + y=9 + } + }, + SEN_ST2={ + { + alignment="LFT", + cdu_pages={ + "INSSTAT"}, + id="SEN_ST2", + index=0, + statictext=false, + x=23, + y=9 + } + }, + SERVICE={ + { + alignment="LFT", + cdu_pages={ + "LASTE"}, + id="SERVICE", + index=0, + statictext=true, + x=2, + y=7 + } + }, + SFKEYSs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="SFKEYSs", + index=0, + statictext=false, + x=23, + y=3 + } + }, + SFKEYSs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="SFKEYSs1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + SFKEYSs2={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="SFKEYSs2", + index=0, + statictext=false, + x=23, + y=3 + } + }, + SLASH1={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO"}, + id="SLASH1", + index=0, + statictext=true, + x=14, + y=9 + } + }, + SLASH2={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO"}, + id="SLASH2", + index=0, + statictext=true, + x=14, + y=10 + } + }, + SPHEROID={ + { + alignment="RGHT", + cdu_pages={ + "WPMENU"}, + id="SPHEROID", + index=0, + statictext=false, + x=23, + y=9 + } + }, + SPU={ + { + alignment="LFT", + cdu_pages={ + "EGI2"}, + id="SPU", + index=0, + statictext=true, + x=2, + y=3 + } + }, + SPU_STATUS={ + { + alignment="LFT", + cdu_pages={ + "EGI2"}, + id="SPU_STATUS", + index=0, + statictext=true, + x=10, + y=3 + } + }, + ST3={ + { + alignment="LFT", + cdu_pages={ + "GPS"}, + id="ST3", + index=0, + statictext=true, + x=8, + y=7 + } + }, + ST5={ + { + alignment="LFT", + cdu_pages={ + "GPS"}, + id="ST5", + index=0, + statictext=true, + x=8, + y=6 + } + }, + START={ + { + alignment="RGHT", + cdu_pages={ + "CDUTEST1"}, + id="START", + index=0, + statictext=true, + x=23, + y=5 + } + }, + STARTUPBIT={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT", + index=0, + statictext=false, + x=9, + y=3 + } + }, + STARTUPBIT1={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT1", + index=0, + statictext=false, + x=9, + y=3 + } + }, + STARTUPBIT10={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT10", + index=0, + statictext=false, + x=9, + y=6 + } + }, + STARTUPBIT11={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT11", + index=0, + statictext=false, + x=9, + y=6 + } + }, + STARTUPBIT12={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT12", + index=0, + statictext=false, + x=23, + y=3 + } + }, + STARTUPBIT13={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT13", + index=0, + statictext=false, + x=23, + y=3 + } + }, + STARTUPBIT14={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT14", + index=0, + statictext=false, + x=23, + y=3 + } + }, + STARTUPBIT15={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT15", + index=0, + statictext=false, + x=23, + y=4 + } + }, + STARTUPBIT16={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT16", + index=0, + statictext=false, + x=23, + y=4 + } + }, + STARTUPBIT17={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT17", + index=0, + statictext=false, + x=23, + y=4 + } + }, + STARTUPBIT18={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT18", + index=0, + statictext=false, + x=23, + y=5 + } + }, + STARTUPBIT19={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT19", + index=0, + statictext=false, + x=23, + y=5 + } + }, + STARTUPBIT2={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT2", + index=0, + statictext=false, + x=9, + y=4 + } + }, + STARTUPBIT20={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT20", + index=0, + statictext=false, + x=23, + y=5 + } + }, + STARTUPBIT21={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT21", + index=0, + statictext=false, + x=23, + y=6 + } + }, + STARTUPBIT22={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT22", + index=0, + statictext=false, + x=23, + y=6 + } + }, + STARTUPBIT23={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT23", + index=0, + statictext=false, + x=23, + y=6 + } + }, + STARTUPBIT24={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT24", + index=0, + statictext=false, + x=9, + y=10 + } + }, + STARTUPBIT3={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT3", + index=0, + statictext=false, + x=9, + y=4 + } + }, + STARTUPBIT4={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT4", + index=0, + statictext=false, + x=9, + y=4 + } + }, + STARTUPBIT5={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT5", + index=0, + statictext=false, + x=9, + y=4 + } + }, + STARTUPBIT6={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT6", + index=0, + statictext=false, + x=9, + y=5 + } + }, + STARTUPBIT7={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT7", + index=0, + statictext=false, + x=9, + y=5 + } + }, + STARTUPBIT8={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT8", + index=0, + statictext=false, + x=9, + y=5 + } + }, + STARTUPBIT9={ + { + alignment="LFT", + cdu_pages={ + "STARTUP_BIT"}, + id="STARTUPBIT9", + index=0, + statictext=false, + x=9, + y=6 + } + }, + START_SA={ + { + alignment="RGHT", + cdu_pages={ + "CDUTEST1"}, + id="START_SA", + index=0, + statictext=false, + x=24, + y=5 + } + }, + STATUS={ + { + alignment="LFT", + cdu_pages={ + "EGI2"}, + id="STATUS", + index=0, + statictext=true, + x=2, + y=8 + } + }, + STATUS_LINE={ + { + alignment="LFT", + cdu_pages={ + "EGI1"}, + id="STATUS_LINE", + index=0, + statictext=true, + x=2, + y=3 + } + }, + STATUS_LINE1={ + { + alignment="LFT", + cdu_pages={ + "EGI1"}, + id="STATUS_LINE1", + index=0, + statictext=true, + x=10, + y=3 + } + }, + STATUS_LINE2={ + { + alignment="LFT", + cdu_pages={ + "EGI1"}, + id="STATUS_LINE2", + index=0, + statictext=true, + x=18, + y=3 + } + }, + STEER={ + { + alignment="LFT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="STEER", + index=0, + statictext=true, + x=1, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "ATTRIB"}, + id="STEER", + index=1, + statictext=true, + x=1, + y=7 + } + }, + STEERPOINT={ + { + alignment="LFT", + cdu_pages={ + "WPMENU"}, + id="STEERPOINT", + index=0, + statictext=true, + x=1, + y=3 + } + }, + STEERPTIndicator={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="STEERPTIndicator", + index=0, + statictext=false, + x=7, + y=3 + } + }, + STEER_PT={ + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STEER_PT", + index=0, + statictext=true, + x=2, + y=7 + } + }, + STOP_MSN={ + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="STOP_MSN", + index=0, + statictext=true, + x=2, + y=9 + } + }, + STOP_SA={ + { + alignment="LFT", + cdu_pages={ + "EGITEST"}, + id="STOP_SA", + index=0, + statictext=false, + x=1, + y=9 + } + }, + STRBRGRAD={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRBRGRAD", + index=0, + statictext=false, + x=8, + y=7 + } + }, + STRBRGRAD1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRBRGRAD1", + index=0, + statictext=false, + x=8, + y=7 + } + }, + STRBRGRAD2={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRBRGRAD2", + index=0, + statictext=false, + x=8, + y=7 + } + }, + STRBRGRAD3={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRBRGRAD3", + index=0, + statictext=false, + x=8, + y=7 + } + }, + STRBRGRAD4={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRBRGRAD4", + index=0, + statictext=false, + x=8, + y=7 + } + }, + STRBRGRADMode={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRBRGRADMode", + index=0, + statictext=false, + x=2, + y=7 + } + }, + STRBRGRADMode1={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRBRGRADMode1", + index=0, + statictext=false, + x=2, + y=7 + } + }, + STRBRGRADRotary={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRBRGRADRotary", + index=0, + statictext=true, + x=1, + y=7 + } + }, + STRDIS={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRDIS", + index=0, + statictext=true, + x=2, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "ACCREJ"}, + id="STRDIS", + index=1, + statictext=false, + x=23, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "UPDATE"}, + id="STRDIS", + index=2, + statictext=false, + x=17, + y=4 + } + }, + STRDIS1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRDIS1", + index=0, + statictext=false, + x=10, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STRDIS1", + index=1, + statictext=false, + x=6, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "UPDATE"}, + id="STRDIS1", + index=2, + statictext=false, + x=17, + y=4 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRDIS1", + index=3, + statictext=false, + x=23, + y=8 + } + }, + STRDIS2={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRDIS2", + index=0, + statictext=false, + x=10, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STRDIS2", + index=1, + statictext=false, + x=6, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRDIS2", + index=2, + statictext=false, + x=23, + y=8 + } + }, + STRDIS3={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRDIS3", + index=0, + statictext=false, + x=10, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRDIS3", + index=1, + statictext=false, + x=23, + y=8 + } + }, + STRDISMH={ + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STRDISMH", + index=0, + statictext=true, + x=5, + y=9 + } + }, + STRDMH={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRDMH", + index=0, + statictext=true, + x=2, + y=4 + } + }, + STRDMH1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRDMH1", + index=0, + statictext=false, + x=10, + y=4 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRDMH1", + index=1, + statictext=false, + x=23, + y=7 + } + }, + STRDMH2={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRDMH2", + index=0, + statictext=false, + x=10, + y=4 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRDMH2", + index=1, + statictext=false, + x=23, + y=7 + } + }, + STRDMH3={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRDMH3", + index=0, + statictext=false, + x=10, + y=4 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRDMH3", + index=1, + statictext=false, + x=23, + y=7 + } + }, + STREL={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STREL", + index=0, + statictext=true, + x=2, + y=6 + }, + { + alignment="LFT", + cdu_pages={ + "ACCREJ", + "UPDATE"}, + id="STREL", + index=1, + statictext=true, + x=17, + y=9 + } + }, + STREL1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STREL1", + index=0, + statictext=false, + x=10, + y=6 + }, + { + alignment="RGHT", + cdu_pages={ + "UPDATE"}, + id="STREL1", + index=1, + statictext=false, + x=23, + y=9 + } + }, + STREL2={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STREL2", + index=0, + statictext=false, + x=10, + y=6 + }, + { + alignment="RGHT", + cdu_pages={ + "UPDATE"}, + id="STREL2", + index=1, + statictext=false, + x=23, + y=9 + } + }, + STREL3={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STREL3", + index=0, + statictext=false, + x=10, + y=6 + }, + { + alignment="RGHT", + cdu_pages={ + "ACCREJ", + "UPDATE"}, + id="STREL3", + index=1, + statictext=false, + x=23, + y=9 + } + }, + STREL4={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STREL4", + index=0, + statictext=false, + x=10, + y=6 + } + }, + STRGroundSpeed1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRGroundSpeed1", + index=0, + statictext=false, + x=23, + y=9 + } + }, + STRIAS1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRIAS1", + index=0, + statictext=false, + x=23, + y=9 + } + }, + STRIdent={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRIdent", + index=0, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="STRIdent", + index=1, + statictext=false, + x=2, + y=5 + } + }, + STRIdent1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO", + "ANCHOR"}, + id="STRIdent1", + index=0, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="STRIdent1", + index=1, + statictext=false, + x=2, + y=5 + } + }, + STRIdent2={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO", + "ANCHOR"}, + id="STRIdent2", + index=0, + statictext=false, + x=23, + y=3 + } + }, + STRIdent3={ + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRIdent3", + index=0, + statictext=false, + x=23, + y=3 + } + }, + STRIdentEntry={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO", + "ANCHOR"}, + id="STRIdentEntry", + index=0, + statictext=false, + x=24, + y=3 + } + }, + STRMH1={ + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STRMH1", + index=0, + statictext=false, + x=2, + y=9 + } + }, + STRMH2={ + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STRMH2", + index=0, + statictext=false, + x=2, + y=9 + } + }, + STRNumber={ + { + alignment="LFT", + cdu_pages={ + "STRINFO", + "UPDATE"}, + id="STRNumber", + index=0, + statictext=false, + x=2, + y=3 + } + }, + STRNumber1={ + { + alignment="LFT", + cdu_pages={ + "STRINFO", + "UPDATE"}, + id="STRNumber1", + index=0, + statictext=false, + x=2, + y=3 + } + }, + STRNumber2={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRNumber2", + index=0, + statictext=false, + x=2, + y=3 + } + }, + STRNumber3={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRNumber3", + index=0, + statictext=false, + x=3, + y=3 + } + }, + STRNumberIncDec={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRNumberIncDec", + index=0, + statictext=false, + x=1, + y=3 + } + }, + STRReqGroundSpeed={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRReqGroundSpeed", + index=0, + statictext=false, + x=23, + y=7 + } + }, + STRReqIAS={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRReqIAS", + index=0, + statictext=false, + x=23, + y=7 + } + }, + STRReqSpeedMode={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRReqSpeedMode", + index=0, + statictext=false, + x=19, + y=7 + } + }, + STRReqSpeedMode1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRReqSpeedMode1", + index=0, + statictext=false, + x=19, + y=7 + } + }, + STRReqSpeedMode2={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRReqSpeedMode2", + index=0, + statictext=false, + x=19, + y=7 + } + }, + STRReqSpeedRotary={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRReqSpeedRotary", + index=0, + statictext=false, + x=24, + y=7 + } + }, + STRReqTAS={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRReqTAS", + index=0, + statictext=false, + x=23, + y=7 + } + }, + STRSpeedMode3={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRSpeedMode3", + index=0, + statictext=false, + x=17, + y=9 + } + }, + STRSpeedMode4={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRSpeedMode4", + index=0, + statictext=false, + x=19, + y=9 + } + }, + STRSpeedMode5={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRSpeedMode5", + index=0, + statictext=false, + x=19, + y=9 + } + }, + STRSpeedMode6={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRSpeedMode6", + index=0, + statictext=false, + x=19, + y=9 + } + }, + STRSpeedRotary1={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRSpeedRotary1", + index=0, + statictext=true, + x=24, + y=9 + } + }, + STRTAS1={ + { + alignment="RGHT", + cdu_pages={ + "STRINFO"}, + id="STRTAS1", + index=0, + statictext=false, + x=23, + y=9 + } + }, + STRTOT={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTOT", + index=0, + statictext=false, + x=16, + y=6 + } + }, + STRTOT1={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTOT1", + index=0, + statictext=false, + x=16, + y=6 + } + }, + STRTOT2={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTOT2", + index=0, + statictext=false, + x=16, + y=6 + } + }, + STRTOT3={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTOT3", + index=0, + statictext=false, + x=16, + y=6 + } + }, + STRTOT4={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTOT4", + index=0, + statictext=false, + x=16, + y=6 + } + }, + STRTTG={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTTG", + index=0, + statictext=true, + x=12, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="STRTTG", + index=1, + statictext=true, + x=7, + y=6 + } + }, + STRTTG1={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTTG1", + index=0, + statictext=false, + x=16, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STRTTG1", + index=1, + statictext=false, + x=2, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="STRTTG1", + index=2, + statictext=false, + x=11, + y=6 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRTTG1", + index=3, + statictext=false, + x=23, + y=6 + } + }, + STRTTG2={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTTG2", + index=0, + statictext=false, + x=16, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STRTTG2", + index=1, + statictext=false, + x=2, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="STRTTG2", + index=2, + statictext=false, + x=11, + y=6 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRTTG2", + index=3, + statictext=false, + x=23, + y=6 + } + }, + STRTTG3={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTTG3", + index=0, + statictext=false, + x=16, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="STRTTG3", + index=1, + statictext=false, + x=2, + y=8 + }, + { + alignment="LFT", + cdu_pages={ + "UPDATE"}, + id="STRTTG3", + index=2, + statictext=false, + x=11, + y=6 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRTTG3", + index=3, + statictext=false, + x=23, + y=6 + } + }, + STRTTG4={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTTG4", + index=0, + statictext=false, + x=16, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRTTG4", + index=1, + statictext=false, + x=23, + y=6 + } + }, + STRTTG5={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRTTG5", + index=0, + statictext=false, + x=16, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "ANCHOR"}, + id="STRTTG5", + index=1, + statictext=false, + x=23, + y=6 + } + }, + STRWindDirection1={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRWindDirection1", + index=0, + statictext=false, + x=17, + y=8 + } + }, + STRWindDirection2={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRWindDirection2", + index=0, + statictext=false, + x=17, + y=8 + } + }, + STRWindSpeed1={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRWindSpeed1", + index=0, + statictext=false, + x=21, + y=8 + } + }, + STRWindSpeed2={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="STRWindSpeed2", + index=0, + statictext=false, + x=21, + y=8 + } + }, + ST_ST={ + { + alignment="LFT", + cdu_pages={ + "DTSSTAT"}, + id="ST_ST", + index=0, + statictext=true, + x=2, + y=6 + } + }, + SUCCESSFUL={ + { + alignment="LFT", + cdu_pages={ + "LASTE"}, + id="SUCCESSFUL", + index=0, + statictext=true, + x=11, + y=6 + } + }, + SUFKEYS={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="SUFKEYS", + index=0, + statictext=true, + x=13, + y=3 + } + }, + T={ + { + alignment="LFT", + cdu_pages={ + "ALIGN", + "ALTALGN"}, + id="T", + index=0, + statictext=true, + x=4, + y=8 + } + }, + TAC={ + { + alignment="LFT", + cdu_pages={ + "FLDINFO"}, + id="TAC", + index=0, + statictext=true, + x=2, + y=8 + } + }, + TARGET_MARK={ + { + alignment="RGHT", + cdu_pages={ + "OFFSET"}, + id="TARGET_MARK", + index=0, + statictext=true, + x=24, + y=7 + } + }, + TAS={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="TAS", + index=0, + statictext=true, + x=2, + y=6 + } + }, + TAS_ST={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="TAS_ST", + index=0, + statictext=false, + x=21, + y=6 + } + }, + TAS_ST1={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="TAS_ST1", + index=0, + statictext=false, + x=21, + y=6 + } + }, + TAS_VAL={ + { + alignment="RGHT", + cdu_pages={ + "CADC"}, + id="TAS_VAL", + index=0, + statictext=false, + x=15, + y=6 + } + }, + TEMP={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="TEMP", + index=0, + statictext=true, + x=2, + y=9 + } + }, + TEMP_ST={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="TEMP_ST", + index=0, + statictext=false, + x=21, + y=9 + } + }, + TEMP_ST1={ + { + alignment="LFT", + cdu_pages={ + "CADC"}, + id="TEMP_ST1", + index=0, + statictext=false, + x=21, + y=9 + } + }, + TEMP_VAL={ + { + alignment="RGHT", + cdu_pages={ + "CADC"}, + id="TEMP_VAL", + index=0, + statictext=false, + x=14, + y=9 + } + }, + TEST_MODE0={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST"}, + id="TEST_MODE0", + index=0, + statictext=false, + x=2, + y=9 + } + }, + TEST_MODE1={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST"}, + id="TEST_MODE1", + index=0, + statictext=false, + x=2, + y=9 + } + }, + TEST_MODE2={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST"}, + id="TEST_MODE2", + index=0, + statictext=false, + x=2, + y=9 + } + }, + TEST_MODE4={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST"}, + id="TEST_MODE4", + index=0, + statictext=false, + x=2, + y=9 + } + }, + TEST_SA={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST"}, + id="TEST_SA", + index=0, + statictext=false, + x=1, + y=9 + } + }, + TEST_SA1={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST"}, + id="TEST_SA1", + index=0, + statictext=false, + x=1, + y=9 + } + }, + TEST_SA2={ + { + alignment="LFT", + cdu_pages={ + "LRUTEST"}, + id="TEST_SA2", + index=0, + statictext=false, + x=1, + y=9 + } + }, + TGTSYM_NEW_WPT={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="TGTSYM_NEW_WPT", + index=0, + statictext=true, + x=24, + y=7 + } + }, + TIME={ + { + alignment="LFT", + cdu_pages={ + "NAV"}, + id="TIME", + index=0, + statictext=true, + x=1, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "BITBALL"}, + id="TIME", + index=1, + statictext=true, + x=2, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "GPS"}, + id="TIME", + index=2, + statictext=true, + x=24, + y=7 + } + }, + TOT={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="TOT", + index=0, + statictext=true, + x=12, + y=6 + } + }, + TTG={ + { + alignment="LFT", + cdu_pages={ + "ANCHOR"}, + id="TTG", + index=0, + statictext=true, + x=2, + y=6 + } + }, + TempC={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="TempC", + index=0, + statictext=false, + x=21, + y=9 + } + }, + TempF={ + { + alignment="RGHT", + cdu_pages={ + "POSINFO"}, + id="TempF", + index=0, + statictext=false, + x=21, + y=9 + } + }, + TempRotary={ + { + alignment="LFT", + cdu_pages={ + "POSINFO"}, + id="TempRotary", + index=0, + statictext=true, + x=24, + y=9 + } + }, + UPDATE={ + { + alignment="LFT", + cdu_pages={ + "NAV"}, + id="UPDATE", + index=0, + statictext=true, + x=1, + y=7 + }, + { + alignment="RGHT", + cdu_pages={ + "INS"}, + id="UPDATE", + index=1, + statictext=true, + x=24, + y=5 + } + }, + UTC={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1"}, + id="UTC", + index=0, + statictext=true, + x=2, + y=7 + } + }, + UTCs={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1"}, + id="UTCs", + index=0, + statictext=false, + x=11, + y=7 + } + }, + UTCs1={ + { + alignment="LFT", + cdu_pages={ + "GPSSTAT1"}, + id="UTCs1", + index=0, + statictext=false, + x=11, + y=7 + } + }, + VANGLE={ + { + alignment="RGHT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="VANGLE", + index=0, + statictext=false, + x=24, + y=7 + }, + { + alignment="RGHT", + cdu_pages={ + "ATTRIB"}, + id="VANGLE", + index=1, + statictext=false, + x=24, + y=5 + } + }, + VANGLEEntry={ + { + alignment="RGHT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="VANGLEEntry", + index=0, + statictext=false, + x=24, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "ATTRIB"}, + id="VANGLEEntry", + index=1, + statictext=false, + x=24, + y=7 + } + }, + VANGLEMode={ + { + alignment="RGHT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="VANGLEMode", + index=0, + statictext=false, + x=23, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "ATTRIB"}, + id="VANGLEMode", + index=1, + statictext=false, + x=23, + y=6 + } + }, + VANGLEMode1={ + { + alignment="RGHT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="VANGLEMode1", + index=0, + statictext=false, + x=23, + y=8 + }, + { + alignment="RGHT", + cdu_pages={ + "ATTRIB"}, + id="VANGLEMode1", + index=1, + statictext=false, + x=23, + y=6 + } + }, + VANGLEValue={ + { + alignment="RGHT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="VANGLEValue", + index=0, + statictext=false, + x=23, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "ATTRIB"}, + id="VANGLEValue", + index=1, + statictext=false, + x=23, + y=7 + } + }, + VIEW1={ + { + alignment="LFT", + cdu_pages={ + "BBCTL"}, + id="VIEW1", + index=0, + statictext=true, + x=2, + y=3 + } + }, + VIEW2={ + { + alignment="LFT", + cdu_pages={ + "BBCTL"}, + id="VIEW2", + index=0, + statictext=true, + x=2, + y=5 + } + }, + VIEW3={ + { + alignment="LFT", + cdu_pages={ + "BBCTL"}, + id="VIEW3", + index=0, + statictext=true, + x=2, + y=7 + } + }, + VIEW4={ + { + alignment="LFT", + cdu_pages={ + "BBCTL"}, + id="VIEW4", + index=0, + statictext=true, + x=2, + y=9 + } + }, + VIEW5={ + { + alignment="RGHT", + cdu_pages={ + "BBCTL"}, + id="VIEW5", + index=0, + statictext=true, + x=23, + y=3 + } + }, + VNAV_MODE={ + { + alignment="RGHT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="VNAV_MODE", + index=0, + statictext=true, + x=24, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "ATTRIB"}, + id="VNAV_MODE", + index=1, + statictext=true, + x=24, + y=3 + } + }, + VPU={ + { + alignment="LFT", + cdu_pages={ + "DTSAS"}, + id="VPU", + index=0, + statictext=true, + x=2, + y=8 + } + }, + VRSN={ + { + alignment="LFT", + cdu_pages={ + "DTSSTAT"}, + id="VRSN", + index=0, + statictext=true, + x=2, + y=4 + } + }, + WARCODE={ + { + alignment="LFT", + cdu_pages={ + "EGI3", + "EGI4"}, + id="WARCODE", + index=0, + statictext=true, + x=17, + y=8 + } + }, + WARNING={ + { + alignment="LFT", + cdu_pages={ + "EGI3", + "EGI4"}, + id="WARNING", + index=0, + statictext=true, + x=14, + y=7 + } + }, + WAYPOINT={ + { + alignment="LFT", + cdu_pages={ + "STRINFO"}, + id="WAYPOINT", + index=0, + statictext=true, + x=1, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="WAYPOINT", + index=1, + statictext=true, + x=1, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "WPMENU"}, + id="WAYPOINT", + index=2, + statictext=true, + x=24, + y=3 + } + }, + WAYPTClass={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass1={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass1", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass10={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass10", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass11={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass11", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass12={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass12", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass13={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass13", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass14={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass14", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass15={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass15", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass16={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass16", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass17={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass17", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass18={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass18", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass19={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass19", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass2={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass2", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass20={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass20", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass21={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass21", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass3={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass3", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass4={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass4", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass5={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass5", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass6={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass6", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass7={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass7", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass8={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass8", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTClass9={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTClass9", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WAYPTCoordFormat={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTCoordFormat", + index=0, + statictext=false, + x=24, + y=9 + } + }, + WAYPTCoordFormat1={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTCoordFormat1", + index=0, + statictext=false, + x=24, + y=9 + } + }, + WAYPTDATA_ENTRY={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTDATA_ENTRY", + index=0, + statictext=false, + x=1, + y=7 + } + }, + WAYPTDATA_ENTRY1={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTDATA_ENTRY1", + index=0, + statictext=false, + x=1, + y=9 + } + }, + WAYPTIdent={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTIdent", + index=0, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTIdent", + index=1, + statictext=false, + x=12, + y=2 + } + }, + WAYPTIdent1={ + { + alignment="RGHT", + cdu_pages={ + "WPINFO", + "WAYPT1"}, + id="WAYPTIdent1", + index=0, + statictext=false, + x=23, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTIdent1", + index=1, + statictext=false, + x=12, + y=2 + } + }, + WAYPTIdent2={ + { + alignment="RGHT", + cdu_pages={ + "WPINFO"}, + id="WAYPTIdent2", + index=0, + statictext=false, + x=23, + y=3 + } + }, + WAYPTLat={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ", + "UPDATE", + "WAYPT1"}, + id="WAYPTLat", + index=0, + statictext=false, + x=2, + y=7 + } + }, + WAYPTLatUTM={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ", + "UPDATE", + "WAYPT1"}, + id="WAYPTLatUTM", + index=0, + statictext=false, + x=2, + y=7 + } + }, + WAYPTLong={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ", + "UPDATE", + "WAYPT1"}, + id="WAYPTLong", + index=0, + statictext=false, + x=2, + y=9 + } + }, + WAYPTLongMGRS={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ", + "UPDATE", + "WAYPT1"}, + id="WAYPTLongMGRS", + index=0, + statictext=false, + x=2, + y=9 + } + }, + WAYPTMGRS={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ", + "UPDATE", + "WAYPT1"}, + id="WAYPTMGRS", + index=0, + statictext=false, + x=2, + y=9 + } + }, + WAYPTNumber={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTNumber", + index=0, + statictext=false, + x=2, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTNumber", + index=1, + statictext=false, + x=6, + y=2 + } + }, + WAYPTNumber1={ + { + alignment="LFT", + cdu_pages={ + "WPINFO", + "WAYPT1"}, + id="WAYPTNumber1", + index=0, + statictext=false, + x=2, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTNumber1", + index=1, + statictext=false, + x=6, + y=2 + } + }, + WAYPTNumber2={ + { + alignment="LFT", + cdu_pages={ + "WPINFO"}, + id="WAYPTNumber2", + index=0, + statictext=false, + x=2, + y=3 + } + }, + WAYPTScale={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTScale", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WAYPTScale1={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTScale1", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WAYPTScale2={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTScale2", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WAYPTScale3={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTScale3", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WAYPTScale4={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTScale4", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WAYPTSteer={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTSteer", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WAYPTSteer1={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTSteer1", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WAYPTSteer2={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTSteer2", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WAYPTSteer4={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTSteer4", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WAYPTUTM={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ", + "UPDATE", + "WAYPT1"}, + id="WAYPTUTM", + index=0, + statictext=false, + x=2, + y=7 + } + }, + WAYPTVNavMode={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTVNavMode", + index=0, + statictext=false, + x=23, + y=6 + } + }, + WAYPTVNavMode1={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTVNavMode1", + index=0, + statictext=false, + x=23, + y=6 + } + }, + WAYPTVNavMode2={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT2"}, + id="WAYPTVNavMode2", + index=0, + statictext=false, + x=23, + y=6 + } + }, + WAYPTWindDirection1={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTWindDirection1", + index=0, + statictext=false, + x=17, + y=8 + } + }, + WAYPTWindDirection2={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTWindDirection2", + index=0, + statictext=false, + x=17, + y=8 + } + }, + WAYPTWindSpeed1={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTWindSpeed1", + index=0, + statictext=false, + x=21, + y=8 + } + }, + WAYPTWindSpeed2={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPTWindSpeed2", + index=0, + statictext=false, + x=21, + y=8 + } + }, + WAYPT_CR_FLAG={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPT_CR_FLAG", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WAYPT_CR_FLAG1={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPT_CR_FLAG1", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WAYPT_DTOT={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPT_DTOT", + index=0, + statictext=false, + x=18, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPT_DTOT", + index=1, + statictext=false, + x=8, + y=9 + } + }, + WAYPT_DTOT1={ + { + alignment="RGHT", + cdu_pages={ + "WAYPT1"}, + id="WAYPT_DTOT1", + index=0, + statictext=false, + x=18, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPT_DTOT1", + index=1, + statictext=false, + x=8, + y=9 + } + }, + WAYPT_DTTG={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPT_DTTG", + index=0, + statictext=false, + x=8, + y=7 + } + }, + WAYPT_DTTG1={ + { + alignment="LFT", + cdu_pages={ + "WAYPT2"}, + id="WAYPT_DTTG1", + index=0, + statictext=false, + x=7, + y=7 + } + }, + WAYPT_EL1={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPT_EL1", + index=0, + statictext=false, + x=5, + y=5 + } + }, + WAYPT_EL2={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPT_EL2", + index=0, + statictext=false, + x=5, + y=5 + } + }, + WAYPT_EL3={ + { + alignment="LFT", + cdu_pages={ + "WAYPT1"}, + id="WAYPT_EL3", + index=0, + statictext=false, + x=5, + y=5 + } + }, + WAYPT_INCR_DECR={ + { + alignment="LFT", + cdu_pages={ + "WPINFO", + "WAYPT1"}, + id="WAYPT_INCR_DECR", + index=0, + statictext=true, + x=1, + y=3 + } + }, + WE={ + { + alignment="LFT", + cdu_pages={ + "ACCREJ"}, + id="WE", + index=0, + statictext=true, + x=18, + y=6 + } + }, + WE_ERR={ + { + alignment="RGHT", + cdu_pages={ + "ACCREJ"}, + id="WE_ERR", + index=0, + statictext=false, + x=23, + y=6 + } + }, + WIND={ + { + alignment="RGHT", + cdu_pages={ + "LASTE"}, + id="WIND", + index=0, + statictext=true, + x=24, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WIND", + index=1, + statictext=true, + x=24, + y=3 + } + }, + WINDALT={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDALT", + index=0, + statictext=false, + x=3, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDALT", + index=1, + statictext=false, + x=3, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDALT", + index=2, + statictext=false, + x=12, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDALT", + index=3, + statictext=false, + x=12, + y=3 + } + }, + WINDALT1={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDALT1", + index=0, + statictext=false, + x=3, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDALT1", + index=1, + statictext=false, + x=3, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDALT1", + index=2, + statictext=false, + x=12, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDALT1", + index=3, + statictext=false, + x=12, + y=5 + } + }, + WINDALT2={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDALT2", + index=0, + statictext=false, + x=3, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDALT2", + index=1, + statictext=false, + x=3, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDALT2", + index=2, + statictext=false, + x=12, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDALT2", + index=3, + statictext=false, + x=12, + y=7 + } + }, + WINDALT3={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDALT3", + index=0, + statictext=false, + x=3, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDALT3", + index=1, + statictext=false, + x=12, + y=9 + } + }, + WINDCLRMODE={ + { + alignment="RGHT", + cdu_pages={ + "WIND"}, + id="WINDCLRMODE", + index=0, + statictext=false, + x=24, + y=7 + } + }, + WINDCLRMODE1={ + { + alignment="RGHT", + cdu_pages={ + "WIND"}, + id="WINDCLRMODE1", + index=0, + statictext=false, + x=24, + y=7 + } + }, + WINDCLRMODE2={ + { + alignment="RGHT", + cdu_pages={ + "WIND"}, + id="WINDCLRMODE2", + index=0, + statictext=false, + x=24, + y=7 + } + }, + WINDDATA_ENTRY={ + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDATA_ENTRY", + index=0, + statictext=false, + x=1, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDATA_ENTRY", + index=1, + statictext=false, + x=1, + y=3 + } + }, + WINDDATA_ENTRY1={ + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDATA_ENTRY1", + index=0, + statictext=false, + x=24, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDATA_ENTRY1", + index=1, + statictext=false, + x=24, + y=3 + } + }, + WINDDATA_ENTRY2={ + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDATA_ENTRY2", + index=0, + statictext=false, + x=1, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDATA_ENTRY2", + index=1, + statictext=false, + x=1, + y=5 + } + }, + WINDDATA_ENTRY3={ + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDATA_ENTRY3", + index=0, + statictext=false, + x=24, + y=7 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDATA_ENTRY3", + index=1, + statictext=false, + x=24, + y=5 + } + }, + WINDDATA_ENTRY4={ + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDATA_ENTRY4", + index=0, + statictext=false, + x=1, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDATA_ENTRY4", + index=1, + statictext=false, + x=1, + y=7 + } + }, + WINDDATA_ENTRY5={ + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDATA_ENTRY5", + index=0, + statictext=false, + x=24, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDATA_ENTRY5", + index=1, + statictext=false, + x=24, + y=7 + } + }, + WINDDATA_ENTRY6={ + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDATA_ENTRY6", + index=0, + statictext=false, + x=1, + y=9 + } + }, + WINDDATA_ENTRY7={ + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDATA_ENTRY7", + index=0, + statictext=false, + x=24, + y=9 + } + }, + WINDDIV={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDIV", + index=0, + statictext=false, + x=9, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDIV", + index=1, + statictext=false, + x=9, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDIV", + index=2, + statictext=false, + x=5, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDIV", + index=3, + statictext=false, + x=5, + y=3 + } + }, + WINDDIV1={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDIV1", + index=0, + statictext=false, + x=9, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDIV1", + index=1, + statictext=false, + x=9, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDIV1", + index=2, + statictext=false, + x=5, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDIV1", + index=3, + statictext=false, + x=5, + y=5 + } + }, + WINDDIV2={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDIV2", + index=0, + statictext=false, + x=9, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDIV2", + index=1, + statictext=false, + x=9, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDIV2", + index=2, + statictext=false, + x=5, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDIV2", + index=3, + statictext=false, + x=5, + y=7 + } + }, + WINDDIV3={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDIV3", + index=0, + statictext=false, + x=9, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDIV3", + index=1, + statictext=false, + x=5, + y=9 + } + }, + WINDDir={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDir", + index=0, + statictext=false, + x=6, + y=5 + } + }, + WINDDir1={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDir1", + index=0, + statictext=false, + x=6, + y=5 + } + }, + WINDDirSpeed={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDirSpeed", + index=0, + statictext=false, + x=6, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDirSpeed", + index=1, + statictext=false, + x=6, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDirSpeed", + index=2, + statictext=false, + x=2, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDirSpeed", + index=3, + statictext=false, + x=2, + y=3 + } + }, + WINDDirSpeed1={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDirSpeed1", + index=0, + statictext=false, + x=6, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDirSpeed1", + index=1, + statictext=false, + x=6, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDirSpeed1", + index=2, + statictext=false, + x=2, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDirSpeed1", + index=3, + statictext=false, + x=2, + y=3 + } + }, + WINDDirSpeed2={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDirSpeed2", + index=0, + statictext=false, + x=6, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDirSpeed2", + index=1, + statictext=false, + x=6, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDirSpeed2", + index=2, + statictext=false, + x=2, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDirSpeed2", + index=3, + statictext=false, + x=2, + y=5 + } + }, + WINDDirSpeed3={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDDirSpeed3", + index=0, + statictext=false, + x=6, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDirSpeed3", + index=1, + statictext=false, + x=6, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDirSpeed3", + index=2, + statictext=false, + x=2, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDirSpeed3", + index=3, + statictext=false, + x=2, + y=5 + } + }, + WINDDirSpeed4={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDirSpeed4", + index=0, + statictext=false, + x=6, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDirSpeed4", + index=1, + statictext=false, + x=2, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDirSpeed4", + index=2, + statictext=false, + x=2, + y=7 + } + }, + WINDDirSpeed5={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDirSpeed5", + index=0, + statictext=false, + x=6, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDDirSpeed5", + index=1, + statictext=false, + x=2, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDirSpeed5", + index=2, + statictext=false, + x=2, + y=7 + } + }, + WINDDirSpeed6={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDirSpeed6", + index=0, + statictext=false, + x=6, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDirSpeed6", + index=1, + statictext=false, + x=2, + y=9 + } + }, + WINDDirSpeed7={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDDirSpeed7", + index=0, + statictext=false, + x=6, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDDirSpeed7", + index=1, + statictext=false, + x=2, + y=9 + } + }, + WINDMODE={ + { + alignment="RGHT", + cdu_pages={ + "WIND"}, + id="WINDMODE", + index=0, + statictext=true, + x=24, + y=3 + } + }, + WINDMODE1={ + { + alignment="RGHT", + cdu_pages={ + "WIND"}, + id="WINDMODE1", + index=0, + statictext=false, + x=23, + y=3 + } + }, + WINDMODE2={ + { + alignment="RGHT", + cdu_pages={ + "WIND"}, + id="WINDMODE2", + index=0, + statictext=false, + x=23, + y=3 + } + }, + WINDMODE3={ + { + alignment="RGHT", + cdu_pages={ + "WIND"}, + id="WINDMODE3", + index=0, + statictext=false, + x=23, + y=3 + } + }, + WINDMODE4={ + { + alignment="RGHT", + cdu_pages={ + "WIND"}, + id="WINDMODE4", + index=0, + statictext=false, + x=23, + y=3 + } + }, + WINDSpeed={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDSpeed", + index=0, + statictext=false, + x=10, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDSpeed", + index=1, + statictext=false, + x=10, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDSpeed", + index=2, + statictext=false, + x=6, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDSpeed", + index=3, + statictext=false, + x=6, + y=3 + } + }, + WINDSpeed1={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDSpeed1", + index=0, + statictext=false, + x=10, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDSpeed1", + index=1, + statictext=false, + x=10, + y=3 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDSpeed1", + index=2, + statictext=false, + x=6, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDSpeed1", + index=3, + statictext=false, + x=6, + y=3 + } + }, + WINDSpeed2={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDSpeed2", + index=0, + statictext=false, + x=10, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDSpeed2", + index=1, + statictext=false, + x=10, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDSpeed2", + index=2, + statictext=false, + x=6, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDSpeed2", + index=3, + statictext=false, + x=6, + y=5 + } + }, + WINDSpeed3={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDSpeed3", + index=0, + statictext=false, + x=10, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDSpeed3", + index=1, + statictext=false, + x=10, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDSpeed3", + index=2, + statictext=false, + x=6, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDSpeed3", + index=3, + statictext=false, + x=6, + y=5 + } + }, + WINDSpeed4={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDSpeed4", + index=0, + statictext=false, + x=10, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDSpeed4", + index=1, + statictext=false, + x=10, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDSpeed4", + index=2, + statictext=false, + x=6, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDSpeed4", + index=3, + statictext=false, + x=6, + y=7 + } + }, + WINDSpeed5={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDSpeed5", + index=0, + statictext=false, + x=10, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDSpeed5", + index=1, + statictext=false, + x=10, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDSpeed5", + index=2, + statictext=false, + x=6, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDSpeed5", + index=3, + statictext=false, + x=6, + y=7 + } + }, + WINDSpeed6={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDSpeed6", + index=0, + statictext=false, + x=10, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDSpeed6", + index=1, + statictext=false, + x=6, + y=9 + } + }, + WINDSpeed7={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDSpeed7", + index=0, + statictext=false, + x=10, + y=9 + }, + { + alignment="LFT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDSpeed7", + index=1, + statictext=false, + x=6, + y=9 + } + }, + WINDTemp={ + { + alignment="RGHT", + cdu_pages={ + "WIND", + "WNDEDIT"}, + id="WINDTemp", + index=0, + statictext=false, + x=24, + y=2 + }, + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp", + index=1, + statictext=false, + x=13, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp", + index=2, + statictext=false, + x=13, + y=3 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp", + index=3, + statictext=false, + x=23, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp", + index=4, + statictext=false, + x=23, + y=3 + } + }, + WINDTemp1={ + { + alignment="RGHT", + cdu_pages={ + "WIND", + "WNDEDIT"}, + id="WINDTemp1", + index=0, + statictext=false, + x=24, + y=2 + }, + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp1", + index=1, + statictext=false, + x=13, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp1", + index=2, + statictext=false, + x=13, + y=3 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp1", + index=3, + statictext=false, + x=23, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp1", + index=4, + statictext=false, + x=23, + y=3 + } + }, + WINDTemp10={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp10", + index=0, + statictext=false, + x=13, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp10", + index=1, + statictext=false, + x=23, + y=9 + } + }, + WINDTemp11={ + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp11", + index=0, + statictext=false, + x=13, + y=9 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp11", + index=1, + statictext=false, + x=23, + y=9 + } + }, + WINDTemp12={ + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp12", + index=0, + statictext=false, + x=23, + y=9 + } + }, + WINDTemp2={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp2", + index=0, + statictext=false, + x=13, + y=5 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp2", + index=1, + statictext=false, + x=13, + y=3 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp2", + index=2, + statictext=false, + x=23, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp2", + index=3, + statictext=false, + x=23, + y=3 + } + }, + WINDTemp3={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp3", + index=0, + statictext=false, + x=13, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp3", + index=1, + statictext=false, + x=13, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp3", + index=2, + statictext=false, + x=23, + y=7 + } + }, + WINDTemp4={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp4", + index=0, + statictext=false, + x=13, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp4", + index=1, + statictext=false, + x=13, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp4", + index=2, + statictext=false, + x=23, + y=7 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp4", + index=3, + statictext=false, + x=23, + y=5 + } + }, + WINDTemp5={ + { + alignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp5", + index=0, + statictext=false, + x=13, + y=7 + }, + { + alignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp5", + index=1, + statictext=false, + x=13, + y=5 + }, + { + alignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp5", + index=2, + statictext=false, + x=23, + y=7 + }, + { + ALignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp5", + index=3, + statictext=false, + x=23, + y=5 + } + }, + WINDTemp6={ + { + ALignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp6", + index=0, + statictext=false, + x=13, + y=9 + }, + { + ALignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp6", + index=1, + statictext=false, + x=13, + y=7 + }, + { + ALignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp6", + index=2, + statictext=false, + x=23, + y=9 + }, + { + ALignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp6", + index=3, + statictext=false, + x=23, + y=5 + } + }, + WINDTemp7={ + { + ALignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp7", + index=0, + statictext=false, + x=13, + y=9 + }, + { + ALignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp7", + index=1, + statictext=false, + x=13, + y=7 + }, + { + ALignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp7", + index=2, + statictext=false, + x=23, + y=9 + }, + { + ALignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp7", + index=3, + statictext=false, + x=23, + y=7 + } + }, + WINDTemp8={ + { + ALignment="LFT", + cdu_pages={ + "WIND1"}, + id="WINDTemp8", + index=0, + statictext=false, + x=13, + y=9 + }, + { + ALignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp8", + index=1, + statictext=false, + x=13, + y=7 + }, + { + ALignment="RGHT", + cdu_pages={ + "WNDEDIT1"}, + id="WINDTemp8", + index=2, + statictext=false, + x=23, + y=9 + }, + { + ALignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp8", + index=3, + statictext=false, + x=23, + y=7 + } + }, + WINDTemp9={ + { + ALignment="LFT", + cdu_pages={ + "WIND2"}, + id="WINDTemp9", + index=0, + statictext=false, + x=13, + y=9 + }, + { + ALignment="RGHT", + cdu_pages={ + "WNDEDIT2"}, + id="WINDTemp9", + index=1, + statictext=false, + x=23, + y=7 + } + }, + WIND_ALT_TEMP={ + { + ALignment="LFT", + cdu_pages={ + "WNDEDIT1"}, + id="WIND_ALT_TEMP", + index=0, + statictext=true, + x=2, + y=4 + } + }, + WND={ + { + ALignment="LFT", + cdu_pages={ + "STRINFO", + "WAYPT1"}, + id="WND", + index=0, + statictext=true, + x=13, + y=8 + } + }, + WNDDIV={ + { + ALignment="LFT", + cdu_pages={ + "WIND", + "WNDEDIT"}, + id="WNDDIV", + index=0, + statictext=false, + x=17, + y=2 + } + }, + WNDEDIT={ + { + ALignment="RGHT", + cdu_pages={ + "WIND"}, + id="WNDEDIT", + index=0, + statictext=true, + x=24, + y=5 + } + }, + WNDEDWindDirection1={ + { + ALignment="LFT", + cdu_pages={ + "WNDEDIT"}, + id="WNDEDWindDirection1", + index=0, + statictext=false, + x=14, + y=2 + } + }, + WNDEDWindDirection2={ + { + ALignment="LFT", + cdu_pages={ + "WNDEDIT"}, + id="WNDEDWindDirection2", + index=0, + statictext=false, + x=14, + y=2 + } + }, + WNDEDWindSpeed1={ + { + ALignment="LFT", + cdu_pages={ + "WNDEDIT"}, + id="WNDEDWindSpeed1", + index=0, + statictext=false, + x=18, + y=2 + } + }, + WNDEDWindSpeed2={ + { + ALignment="LFT", + cdu_pages={ + "WNDEDIT"}, + id="WNDEDWindSpeed2", + index=0, + statictext=false, + x=18, + y=2 + } + }, + WNDWindDirection1={ + { + ALignment="LFT", + cdu_pages={ + "WIND"}, + id="WNDWindDirection1", + index=0, + statictext=false, + x=14, + y=2 + } + }, + WNDWindDirection2={ + { + ALignment="LFT", + cdu_pages={ + "WIND"}, + id="WNDWindDirection2", + index=0, + statictext=false, + x=14, + y=2 + } + }, + WNDWindSpeed1={ + { + ALignment="LFT", + cdu_pages={ + "WIND"}, + id="WNDWindSpeed1", + index=0, + statictext=false, + x=18, + y=2 + } + }, + WNDWindSpeed2={ + { + ALignment="LFT", + cdu_pages={ + "WIND"}, + id="WNDWindSpeed2", + index=0, + statictext=false, + x=18, + y=2 + } + }, + WPActive={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPActive", + index=0, + statictext=false, + x=9, + y=5 + } + }, + WPActive1={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPActive1", + index=0, + statictext=false, + x=9, + y=5 + } + }, + WPActive2={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPActive2", + index=0, + statictext=false, + x=9, + y=6 + } + }, + WPActive3={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPActive3", + index=0, + statictext=false, + x=9, + y=7 + } + }, + WPActive4={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPActive4", + index=0, + statictext=false, + x=9, + y=7 + } + }, + WPActive5={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPActive5", + index=0, + statictext=false, + x=9, + y=8 + } + }, + WPActive6={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPActive6", + index=0, + statictext=false, + x=9, + y=9 + } + }, + WPActive7={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPActive7", + index=0, + statictext=false, + x=9, + y=9 + } + }, + WPFPNumber={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPFPNumber", + index=0, + statictext=false, + x=2, + y=5 + } + }, + WPFPNumber1={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPFPNumber1", + index=0, + statictext=false, + x=2, + y=7 + } + }, + WPFPNumber2={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPFPNumber2", + index=0, + statictext=false, + x=2, + y=9 + } + }, + WPInput={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPInput", + index=0, + statictext=false, + x=1, + y=5 + } + }, + WPInput1={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPInput1", + index=0, + statictext=false, + x=1, + y=7 + } + }, + WPInput2={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPInput2", + index=0, + statictext=false, + x=1, + y=9 + } + }, + WPN_EVENTS={ + { + ALignment="LFT", + cdu_pages={ + "LASTE"}, + id="WPN_EVENTS", + index=0, + statictext=true, + x=2, + y=8 + } + }, + WPN_EVENTS1={ + { + ALignment="RGHT", + cdu_pages={ + "LASTE"}, + id="WPN_EVENTS1", + index=0, + statictext=false, + x=16, + y=8 + } + }, + WPName={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPName", + index=0, + statictext=false, + x=10, + y=5 + } + }, + WPName1={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPName1", + index=0, + statictext=false, + x=10, + y=5 + } + }, + WPName2={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPName2", + index=0, + statictext=false, + x=10, + y=6 + } + }, + WPName3={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPName3", + index=0, + statictext=false, + x=10, + y=7 + } + }, + WPName4={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPName4", + index=0, + statictext=false, + x=10, + y=7 + } + }, + WPName5={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPName5", + index=0, + statictext=false, + x=10, + y=8 + } + }, + WPName6={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPName6", + index=0, + statictext=false, + x=10, + y=9 + } + }, + WPName7={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPName7", + index=0, + statictext=false, + x=10, + y=9 + } + }, + WPNewName={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNewName", + index=0, + statictext=false, + x=10, + y=5 + } + }, + WPNewName1={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNewName1", + index=0, + statictext=false, + x=10, + y=5 + } + }, + WPNewName2={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNewName2", + index=0, + statictext=false, + x=10, + y=7 + } + }, + WPNewName3={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNewName3", + index=0, + statictext=false, + x=10, + y=7 + } + }, + WPNewName4={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNewName4", + index=0, + statictext=false, + x=10, + y=9 + } + }, + WPNewName5={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNewName5", + index=0, + statictext=false, + x=10, + y=9 + } + }, + WPNumber={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNumber", + index=0, + statictext=false, + x=5, + y=5 + } + }, + WPNumber1={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNumber1", + index=0, + statictext=false, + x=5, + y=5 + } + }, + WPNumber2={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNumber2", + index=0, + statictext=false, + x=5, + y=6 + } + }, + WPNumber3={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNumber3", + index=0, + statictext=false, + x=5, + y=7 + } + }, + WPNumber4={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNumber4", + index=0, + statictext=false, + x=5, + y=7 + } + }, + WPNumber5={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNumber5", + index=0, + statictext=false, + x=5, + y=8 + } + }, + WPNumber6={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNumber6", + index=0, + statictext=false, + x=5, + y=9 + } + }, + WPNumber7={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPNumber7", + index=0, + statictext=false, + x=5, + y=9 + } + }, + WPT={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT", + "WAYPT2"}, + id="WPT", + index=0, + statictext=false, + x=2, + y=2 + } + }, + WPTATT={ + { + ALignment="RGHT", + cdu_pages={ + "FPBUILD"}, + id="WPTATT", + index=0, + statictext=false, + x=24, + y=4 + } + }, + WPTATTBranch={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPTATTBranch", + index=0, + statictext=false, + x=24, + y=5 + } + }, + WPTATTBranch1={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPTATTBranch1", + index=0, + statictext=false, + x=24, + y=7 + } + }, + WPTATTBranch2={ + { + ALignment="LFT", + cdu_pages={ + "FPBUILD"}, + id="WPTATTBranch2", + index=0, + statictext=false, + x=24, + y=9 + } + }, + WPTATTScale={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTScale", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WPTATTScale1={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTScale1", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WPTATTScale2={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTScale2", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WPTATTScale3={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTScale3", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WPTATTScale4={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTScale4", + index=0, + statictext=false, + x=2, + y=4 + } + }, + WPTATTSteer={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTSteer", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WPTATTSteer1={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTSteer1", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WPTATTSteer2={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTSteer2", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WPTATTSteer4={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATTSteer4", + index=0, + statictext=false, + x=2, + y=6 + } + }, + WPTATTVNavMode={ + { + ALignment="RGHT", + cdu_pages={ + "WPTATT"}, + id="WPTATTVNavMode", + index=0, + statictext=false, + x=23, + y=6 + } + }, + WPTATTVNavMode1={ + { + ALignment="RGHT", + cdu_pages={ + "WPTATT"}, + id="WPTATTVNavMode1", + index=0, + statictext=false, + x=23, + y=6 + } + }, + WPTATTVNavMode2={ + { + ALignment="RGHT", + cdu_pages={ + "WPTATT"}, + id="WPTATTVNavMode2", + index=0, + statictext=false, + x=23, + y=6 + } + }, + WPTATT_DTOT={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_DTOT", + index=0, + statictext=false, + x=8, + y=9 + } + }, + WPTATT_DTOT1={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_DTOT1", + index=0, + statictext=false, + x=8, + y=9 + } + }, + WPTATT_DTOT_ST={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_DTOT_ST", + index=0, + statictext=true, + x=1, + y=9 + } + }, + WPTATT_DTTG={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_DTTG", + index=0, + statictext=false, + x=7, + y=7 + } + }, + WPTATT_DTTG1={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_DTTG1", + index=0, + statictext=false, + x=7, + y=7 + } + }, + WPTATT_DTTG_ST={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_DTTG_ST", + index=0, + statictext=true, + x=1, + y=7 + } + }, + WPTATT_FP_Number={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_FP_Number", + index=0, + statictext=false, + x=22, + y=3 + } + }, + WPTATT_WPT_Name={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_WPT_Name", + index=0, + statictext=false, + x=11, + y=2 + } + }, + WPTATT_WPT_Number={ + { + ALignment="LFT", + cdu_pages={ + "WPTATT"}, + id="WPTATT_WPT_Number", + index=0, + statictext=false, + x=6, + y=2 + } + }, + WPTDIS1={ + { + ALignment="LFT", + cdu_pages={ + "WPINFO"}, + id="WPTDIS1", + index=0, + statictext=false, + x=20, + y=5 + } + }, + WPTDIS2={ + { + ALignment="LFT", + cdu_pages={ + "WPINFO"}, + id="WPTDIS2", + index=0, + statictext=false, + x=20, + y=5 + } + }, + WPTDISMH={ + { + ALignment="LFT", + cdu_pages={ + "WPINFO"}, + id="WPTDISMH", + index=0, + statictext=true, + x=19, + y=5 + } + }, + WPTMH1={ + { + ALignment="LFT", + cdu_pages={ + "WPINFO"}, + id="WPTMH1", + index=0, + statictext=false, + x=16, + y=5 + } + }, + WPTMH2={ + { + ALignment="LFT", + cdu_pages={ + "WPINFO"}, + id="WPTMH2", + index=0, + statictext=false, + x=16, + y=5 + } + }, + WPTTTG1={ + { + ALignment="RGHT", + cdu_pages={ + "WPINFO"}, + id="WPTTTG1", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WPTTTG2={ + { + ALignment="RGHT", + cdu_pages={ + "WPINFO"}, + id="WPTTTG2", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WPTTTG3={ + { + ALignment="RGHT", + cdu_pages={ + "WPINFO"}, + id="WPTTTG3", + index=0, + statictext=false, + x=23, + y=4 + } + }, + WRITE={ + { + ALignment="LFT", + cdu_pages={ + "MXLOG"}, + id="WRITE", + index=0, + statictext=true, + x=2, + y=9 + } + }, + YEAR={ + { + ALignment="LFT", + cdu_pages={ + "TIME"}, + id="YEAR", + index=0, + statictext=true, + x=16, + y=3 + } + }, + YEAR_DE={ + { + ALignment="LFT", + cdu_pages={ + "TIME"}, + id="YEAR_DE", + index=0, + statictext=false, + x=24, + y=3 + } + }, + YEAR_TXT={ + { + ALignment="RGHT", + cdu_pages={ + "TIME"}, + id="YEAR_TXT", + index=0, + statictext=false, + x=23, + y=3 + } + }, + YES={ + { + ALignment="LFT", + cdu_pages={ + "LASTE"}, + id="YES", + index=0, + statictext=true, + x=11, + y=3 + } + }, + ZEROES1={ + { + ALignment="LFT", + cdu_pages={ + "SYS2"}, + id="ZEROES1", + index=0, + statictext=true, + x=1, + y=7 + } + }, + ZEROES2={ + { + ALignment="RGHT", + cdu_pages={ + "SYS2"}, + id="ZEROES2", + index=0, + statictext=true, + x=23, + y=7 + } + }, + ZEROIZE={ + { + ALignment="LFT", + cdu_pages={ + "GPSKEYS"}, + id="ZEROIZE", + index=0, + statictext=true, + x=1, + y=9 + } + }, + pName={ + { + ALignment="LFT", + cdu_pages={ + "GPSSTAT2"}, + id="pName", + index=0, + statictext=true, + x=2, + y=1 + } + }, + ScratchBorders={ + { + alignment="LFT", + x=1, + y=10 + } + }, + ScratchString={ + { + alignment="LFT", + x=2, + y=10 + } + }, + PAGE={ + { + alignment="LFT", + x=19, + y=10 + } + }, + PAGE_NUM={ + { + alignment="LFT", + x=20, + y=10 + } + } +} + +-- Unicode UTF-16 +function ExportScript.AF.replaceSymbols(s) + s = s:gsub("°", "0x00B0") --DEGREE "°" + s = s:gsub(string.char(0xB6), "0x00B6") --FILLED "¶" + s = s:gsub(string.char(0xB1), "0x00B1") --INC_DEC "±" + s = s:gsub("я " , "0x00B10x0030") --INC_DEC "±0" + s = s:gsub("©" , "0x00310x2299") --INC_DEC (1 + Circle with Dot) + s = s:gsub(string.char(0xA9), "0x2299") --INC_DEC (Circle with Dot) + s = s:gsub(string.char(0x3A), "0x003A") --Colon ":" + s = s:gsub(":" , "0x003A") --Colon ":" + s = s:gsub(string.char(26) , "0x2192") --Right Arrow "→" + s = s:gsub(string.char(27) , "0x2190") --Left Arrow "←" + s = s:gsub("ю" , "0x2588 ") --Cursor "█" + s = s:gsub(string.char(20) , "0x2337") --DATA_ENTRY "⌷" + s = s:gsub(string.char(18) , "0x2195") --UpDown Arrow "↕" + s = s:gsub("*" , "0x002A") -- Asterisk "*" + return s +end + + +function ExportScript.AF.parse_indication(indicator_id) + local ret = {} + local li = list_indication(indicator_id) + if li == "" then return nil end + local m = li:gmatch("-----------------------------------------\n([^\n]+)\n([^\n]*)\n") + while true do + local name, value = m() + if not name then break end + ret[name] = value + end + return ret +end + +function ExportScript.AF.exportCDU() + local cdu = ExportScript.AF.parse_indication(3) + + local cdu_lines = {} + local empty_line = " " -- 24 spaces + cdu_lines[1] = empty_line + cdu_lines[2] = empty_line + cdu_lines[3] = empty_line + cdu_lines[4] = empty_line + cdu_lines[5] = empty_line + cdu_lines[6] = empty_line + cdu_lines[7] = empty_line + cdu_lines[8] = empty_line + cdu_lines[9] = empty_line + cdu_lines[10] = empty_line + if not cdu then + if ExportScript.Config.Debug then + ExportScript.Tools.WriteToLog('keine cdu daten') + end + ExportScript.Tools.SendData(2020, cdu_lines[1]) + ExportScript.Tools.SendData(2021, cdu_lines[2]) + ExportScript.Tools.SendData(2022, cdu_lines[3]) + ExportScript.Tools.SendData(2023, cdu_lines[4]) + ExportScript.Tools.SendData(2024, cdu_lines[5]) + ExportScript.Tools.SendData(2025, cdu_lines[6]) + ExportScript.Tools.SendData(2026, cdu_lines[7]) + ExportScript.Tools.SendData(2027, cdu_lines[8]) + ExportScript.Tools.SendData(2028, cdu_lines[9]) + ExportScript.Tools.SendData(2029, cdu_lines[10]) + return + end + if ExportScript.Config.Debug then + ExportScript.Tools.WriteToLog('cdu: '..ExportScript.Tools.dump(cdu)) + end + local cdu_page = list_cockpit_params():match('CDU_PAGE:"([0-9A-Za-z_]+)"') + local cursor_pos = 2 + if ExportScript.Config.Debug then + ExportScript.Tools.WriteToLog('cdu_page: '..ExportScript.Tools.dump(cdu_page)) + end + if cdu.ScratchString then cursor_pos = cdu.ScratchString:len()+2 end + + ExportScript.AF.CDUIndicatorData["Cursor"]={ + [1]={ + alignment="LFT", + x=cursor_pos, + y=10 + } + } + + for k, v in pairs(cdu) do + local candidates = ExportScript.AF.CDUIndicatorData[k] + if candidates then + + local render_instructions = nil + if #candidates == 1 then + render_instructions = candidates[1] + else + for _, ri in pairs(candidates) do + for _, page in pairs(ri.cdu_pages) do + if cdu_page == "CDU_"..page then + render_instructions = ri + break + end + end + end + end + if render_instructions then + local i + local ri = render_instructions + local old_line = cdu_lines[ri.y] + local replacements = {} + if ri.alignment == "LFT" then + for i = 1, v:len(), 1 do + local c = v:sub(i,i) + if c ~= " " then replacements[ri.x + i - 1] = c end + end + elseif ri.alignment == "RGHT" then + for i = 1, v:len(), 1 do + local c = v:sub(i,i) + if c ~= " " then replacements[ri.x - (v:len() - i)] = c end + end + end + local new_line = "" + for i = 1, 24, 1 do + new_line = new_line .. (replacements[i] or old_line:sub(i,i)) + end + cdu_lines[ri.y] = new_line + end + end + end + + if ExportScript.Config.Debug then + ExportScript.Tools.WriteToLog('cdu_lines: '..ExportScript.Tools.dump(cdu_lines)) + end + cdu_lines[1] = ExportScript.AF.replaceSymbols(cdu_lines[1]) + cdu_lines[2] = ExportScript.AF.replaceSymbols(cdu_lines[2]) + cdu_lines[3] = ExportScript.AF.replaceSymbols(cdu_lines[3]) + cdu_lines[4] = ExportScript.AF.replaceSymbols(cdu_lines[4]) + cdu_lines[5] = ExportScript.AF.replaceSymbols(cdu_lines[5]) + cdu_lines[6] = ExportScript.AF.replaceSymbols(cdu_lines[6]) + cdu_lines[7] = ExportScript.AF.replaceSymbols(cdu_lines[7]) + cdu_lines[8] = ExportScript.AF.replaceSymbols(cdu_lines[8]) + cdu_lines[9] = ExportScript.AF.replaceSymbols(cdu_lines[9]) + cdu_lines[10] = ExportScript.AF.replaceSymbols(cdu_lines[10]) + if ExportScript.Config.Debug then + ExportScript.Tools.WriteToLog('cdu_lines: '..ExportScript.Tools.dump(cdu_lines)) + end + ExportScript.Tools.SendData(2020, cdu_lines[1]) + ExportScript.Tools.SendData(2021, cdu_lines[2]) + ExportScript.Tools.SendData(2022, cdu_lines[3]) + ExportScript.Tools.SendData(2023, cdu_lines[4]) + ExportScript.Tools.SendData(2024, cdu_lines[5]) + ExportScript.Tools.SendData(2025, cdu_lines[6]) + ExportScript.Tools.SendData(2026, cdu_lines[7]) + ExportScript.Tools.SendData(2027, cdu_lines[8]) + ExportScript.Tools.SendData(2028, cdu_lines[9]) + ExportScript.Tools.SendData(2029, cdu_lines[10]) + end \ No newline at end of file