mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
22009 lines
464 KiB
Lua
22009 lines
464 KiB
Lua
-- A-10C
|
|
|
|
ExportScript.FoundDCSModule = true
|
|
ExportScript.Version.A10C = "1.2.1"
|
|
|
|
ExportScript.ConfigEveryFrameArguments =
|
|
{
|
|
--[[
|
|
every frames arguments
|
|
based of "mainpanel_init.lua"
|
|
Example (http://www.lua.org/manual/5.1/manual.html#pdf-string.format)
|
|
[DeviceID] = "Format"
|
|
[4] = "%.4f", <- floating-point number with 4 digits after point
|
|
[19] = "%0.1f", <- floating-point number with 1 digit after point
|
|
[129] = "%1d", <- decimal number
|
|
[5] = "%.f", <- floating point number rounded to a decimal number
|
|
]]
|
|
-- AOA Gauges
|
|
[4] = "%.4f", -- AOA
|
|
[55] = "%0.1f", -- AOA Power Flag
|
|
-- VVI
|
|
[12] = "%.4f", -- Variometer (VVI) {-1.0, -0.5, -0.29, 0.29, 0.5, 1.0} {-6000, -2000, -1000, 1000, 2000, 6000}
|
|
-- APU
|
|
[13] = "%.4f", -- APU RPM
|
|
[14] = "%.4f", -- APU Temperature
|
|
[15] = "%.4f", -- Accelerometer_main
|
|
-- ADI
|
|
[17] = "%.4f", -- ADI Pitch
|
|
[18] = "%.4f", -- ADI Bank
|
|
[19] = "%0.1f", -- ADI Course Warning Flag
|
|
[20] = "%.4f", -- ADI Bank Steering Bar
|
|
[21] = "%.4f", -- ADI Pitch Steering Bar
|
|
[23] = "%.4f", -- ADI Turn Needle
|
|
[24] = "%.4f", -- ADI Slip Ball
|
|
[25] = "%0.1f", -- ADI Attitude Warning Flag
|
|
[26] = "%0.1f", -- ADI Glide-Slope Warning Flag
|
|
[27] = "%.4f", -- ADI Glide-Slope Indicator
|
|
-- HSI
|
|
[28] = "%0.4f", -- HSI_range_counter_1000
|
|
[29] = "%0.4f", -- HSI_range_counter_100
|
|
[30] = "%0.4f", -- HSI_range_counter_10
|
|
[31] = "%0.4f", -- HSI_range_counter_1
|
|
[32] = "%0.1f", -- HSI Range Flag
|
|
[33] = "%.4f", -- HSI Bearing #1
|
|
[34] = "%.4f", -- HSI Heading
|
|
[35] = "%.4f", -- HSI Bearing #2
|
|
[36] = "%.4f", -- HSI Heading Marker
|
|
[40] = "%0.1f", -- HSI Power Flag
|
|
[41] = "%.4f", -- HSI Deviation
|
|
[46] = "%0.1f", -- HSI Bearing Flag
|
|
[47] = "%.4f", -- HSI Course Arrow
|
|
-- Airspeed
|
|
[48] = "%.4f", -- Airspeed Needle
|
|
[49] = "%.4f", -- Airspeed Dial
|
|
-- Altimeter
|
|
[51] = "%.4f", -- Altimeter_100_footPtr
|
|
[52] = "%.4f", -- Altimeter_10000_footCount
|
|
[53] = "%.4f", -- Altimeter_1000_footCount
|
|
[54] = "%.4f", -- Altimeter_100_footCount
|
|
[59] = "%.4f", -- pressure_setting_0
|
|
[58] = "%.4f", -- pressure_setting_1
|
|
[57] = "%.4f", -- pressure_setting_2
|
|
[56] = "%.4f", -- pressure_setting_3
|
|
[61] = "%.1f", -- AAU34_PNEU_flag
|
|
-- Stby Attitude Indicator
|
|
[63] = "%.4f", -- Standby Attitude Indicator pitch
|
|
[64] = "%.4f", -- Standby Attitude Indicator bank
|
|
[65] = "%0.1f", -- Standby Attitude Indicator warning flag
|
|
[715] = "%.4f", -- Standby Attitude Indicator manual pitch adjustment
|
|
[717] = "%.4f", -- Standby Attitude Indicator knob arrow
|
|
-- Engine Gauges
|
|
[70] = "%.4f", -- Left Engine Temperature
|
|
[71] = "%.4f", -- Left Engine TemperatureUnits
|
|
[73] = "%.4f", -- Right Engine Temperature
|
|
[74] = "%.4f", -- Right Engine TemperatureUnits
|
|
[76] = "%.4f", -- EngineLeftFanSpeed
|
|
[77] = "%.4f", -- EngineRightFanSpeed
|
|
[78] = "%.4f", -- EngineLeftCoreSpeedTenth
|
|
[79] = "%.4f", -- EngineLeftCoreSpeedUnits
|
|
[80] = "%.4f", -- EngineRightCoreSpeedTenth
|
|
[81] = "%.4f", -- EngineRightCoreSpeedUnits
|
|
[82] = "%.4f", -- Left Engine Oil Pressure
|
|
[83] = "%.4f", -- Right Engine Oil Pressure
|
|
[84] = "%.4f", -- EngineLeftFuelFlow
|
|
[85] = "%.4f", -- EngineRightFuelFlow
|
|
-- Fuel Gauges
|
|
[88] = "%.4f", -- Fuel Indicator, FuelQuantityLeft
|
|
[89] = "%.4f", -- Fuel Indicator, FuelQuantityRight
|
|
[90] = "%.4f", -- FuelQuantityCounterTenthOfThous
|
|
[91] = "%.4f", -- FuelQuantityCounterThousands
|
|
[92] = "%.4f", -- FuelQuantityCounterHundreds
|
|
[129] = "%1d", -- PTR-LCP-EAC (EAC On/Off)
|
|
-- Misc lamps
|
|
[178] = "%.f", -- L_AILERON_EMER_DISENGAGE
|
|
[179] = "%.f", -- R_AILERON_EMER_DISENGAGE
|
|
[181] = "%.f", -- L_ELEVATOR_EMER_DISENGAGE
|
|
[182] = "%.f", -- R_ELEVATOR_EMER_DISENGAGE
|
|
-- STABILITY AUGMENTATION SYSTEM PANEL
|
|
[185] = "%1d", -- PTR-SASP-YAW-SASENGAGE-L (Yaw SAS Engage left)
|
|
[186] = "%1d", -- PTR-SASP-YAW-SASENGAGE-R (Yaw SAS Engage right)
|
|
[187] = "%1d", -- PTR-SASP-PITCH-SASENGAGE-L (Pitch SAS Engage left)
|
|
[188] = "%1d", -- PTR-SASP-PITCH-SASENGAGE-R (Pitch SAS Engage right)
|
|
-- Misc lamps
|
|
[191] = "%.f", -- TAKE_OFF_TRIM
|
|
[215] = "%.f", -- L_ENG_FIRE
|
|
[216] = "%.f", -- APU_FIRE
|
|
[217] = "%.f", -- R_ENG_FIRE
|
|
[260] = "%.f", -- TACAN_test_light {0.0, 1.0}
|
|
--
|
|
[269] = "%.4f", -- HARS_sync {-1.0, 1.0}
|
|
[274] = "%.4f", -- OxygenVolume {0.0, 1.0}
|
|
[281] = "%.4f", -- CabinPressAlt {0.0, 1.0}
|
|
-- Light System Control Panel
|
|
[289] = "%1d", -- PTR-LGHTCP-ANTICOLLISION (Anticollision Lights)
|
|
-- CMSC lamps
|
|
[372] = "%.f", -- CMSC_MissileLaunchIndicator {0.0, 1.0}
|
|
[373] = "%.f", -- CMSC_PriorityStatusIndicator {0.0, 1.0}
|
|
[374] = "%.f", -- CMSC_UnknownStatusIndicator {0.0, 1.0}
|
|
-- Master Warning Lamp UFCP
|
|
[404] = "%.f", -- MASTER_WARNING_STUB MASTER WARNING
|
|
-- Caution Panel LAMPS
|
|
[480] = "%.f", -- ENG_START_CYCLE
|
|
[481] = "%.f", -- L_HYD_PRESS
|
|
[482] = "%.f", -- R_HYD_PRESS
|
|
[483] = "%.f", -- GUN_UNSAFE
|
|
[484] = "%.f", -- ANTISKID
|
|
[485] = "%.f", -- L_HYD_RES
|
|
[486] = "%.f", -- R_HYD_RES
|
|
[487] = "%.f", -- OXY_LOW
|
|
[488] = "%.f", -- ELEV_DISENG
|
|
[489] = "%.f", -- VOID1
|
|
[490] = "%.f", -- SEAT_NOT_ARMED
|
|
[491] = "%.f", -- BLEED_AIR_LEAK
|
|
[492] = "%.f", -- AIL_DISENG
|
|
[493] = "%.f", -- L_AIL_TAB
|
|
[494] = "%.f", -- R_AIL_TAB
|
|
[495] = "%.f", -- SERVICE_AIR_HOT
|
|
[496] = "%.f", -- PITCH_SAS
|
|
[497] = "%.f", -- L_ENG_HOT
|
|
[498] = "%.f", -- R_ENG_HOT
|
|
[499] = "%.f", -- WINDSHIELD_HOT
|
|
[500] = "%.f", -- YAW_SAS
|
|
[501] = "%.f", -- L_ENG_OIL_PRESS
|
|
[502] = "%.f", -- R_ENG_OIL_PRESS
|
|
[503] = "%.f", -- CICU
|
|
[504] = "%.f", -- GCAS
|
|
[505] = "%.f", -- L_MAIN_PUMP
|
|
[506] = "%.f", -- R_MAIN_PUMP
|
|
[507] = "%.f", -- VOID2
|
|
[508] = "%.f", -- LASTE
|
|
[509] = "%.f", -- L_WING_PUMP
|
|
[510] = "%.f", -- R_WING_PUMP
|
|
[511] = "%.f", -- HARS
|
|
[512] = "%.f", -- IFF_MODE_4
|
|
[513] = "%.f", -- L_MAIN_FUEL_LOW
|
|
[514] = "%.f", -- R_MAIN_FUEL_LOW
|
|
[515] = "%.f", -- L_R_TKS_UNEQUAL
|
|
[516] = "%.f", -- EAC
|
|
[517] = "%.f", -- L_FUEL_PRESS
|
|
[518] = "%.f", -- R_FUEL_PRESS
|
|
[519] = "%.f", -- NAV
|
|
[520] = "%.f", -- STALL_SYS
|
|
[521] = "%.f", -- L_CONV
|
|
[522] = "%.f", -- R_CONV
|
|
[523] = "%.f", -- CADC
|
|
[524] = "%.f", -- APU_GEN
|
|
[525] = "%.f", -- L_GEN
|
|
[526] = "%.f", -- R_GEN
|
|
[527] = "%.f", -- INST_INV
|
|
-- Angle of attack indicator
|
|
[540] = "%0.1f", -- AOA_INDEXER_HIGH
|
|
[541] = "%0.4f", -- AOA_INDEXER_NORM
|
|
[542] = "%0.1f", -- AOA_INDEXER_LOW
|
|
-- Misc Data
|
|
[600] = "%0.1f", -- BreathFlow {0.0, 1.0}
|
|
[604] = "%.4f", -- OxygenPress {0.0, 0.5, 1.0}
|
|
-- NMSP Panel lamps
|
|
[606] = "%.f", -- HARS
|
|
[608] = "%.f", -- EGI
|
|
[610] = "%.f", -- TISL
|
|
[612] = "%.f", -- STRPT
|
|
[614] = "%.f", -- ANCHR
|
|
[616] = "%.f", -- TCN
|
|
[618] = "%.f", -- ILS
|
|
[619] = "%.f", -- UHF
|
|
[620] = "%.f", -- FM
|
|
-- Hydraulic Pressure
|
|
[647] = "%.4f", -- HydraulicPressureLeft {0.0,1.0}
|
|
[648] = "%.4f", -- HydraulicPressureRight {0.0,1.0}
|
|
-- Flap Indicator
|
|
[653] = "%.4f", -- FlapPositionIndicator {0,20} {0,2/3,1}
|
|
-- Landing Gear Lamps
|
|
[659] = "%.f", -- GEAR_N_SAFE
|
|
[660] = "%.f", -- GEAR_L_SAFE
|
|
[661] = "%.f", -- GEAR_R_SAFE
|
|
-- Misc lamps
|
|
[662] = "%.f", -- GUN_READY
|
|
[663] = "%.f", -- NOSEWHEEL_STEERING
|
|
[664] = "%.f", -- MARKER_BEACON
|
|
[665] = "%.f", -- CANOPY_UNLOCKED
|
|
[730] = "%.f", -- AIR_REFUEL_READY
|
|
[731] = "%.f", -- AIR_REFUEL_LATCHED
|
|
[732] = "%.f", -- AIR_REFUEL_DISCONNECT
|
|
[737] = "%.f", -- HANDLE_GEAR_WARNING
|
|
-- IFF Panel lamps
|
|
[798] = "%.f", -- IFF_reply_lamp {0, 1}
|
|
[799] = "%.f", -- IFF_test_lamp {0, 1}
|
|
--
|
|
[902] = "%.4f", -- Accelerometer_min
|
|
[903] = "%.4f", -- Accelerometer_max
|
|
-- Standby Compass
|
|
[6] = "%.4f", -- heading
|
|
[720] = "%.4f", -- pitch
|
|
[721] = "%.4f", -- bank
|
|
}
|
|
ExportScript.ConfigArguments =
|
|
{
|
|
--[[
|
|
arguments for export in low tick interval
|
|
based on "clickabledata.lua"
|
|
]]
|
|
--Attitude Direction Indicator
|
|
[22] = "%.4f", -- ADI Pitch Trim Knob {-.05,0.5} in 01. steps
|
|
--Horizontal Situation Indicator
|
|
[45] = "%.4f", -- HSI Heading Set Knob
|
|
[44] = "%.4f", -- HSI Course Set Knob
|
|
--Standby Attitude Indicator
|
|
[67] = "%1df", -- SAI Cage Standby Attitude Indicator. Hold Right Mouse Button and rotate Scroll Wheel to uncage
|
|
[66] = "%.4f", -- SAI Cage Standby Attitude Indicator. Hold Right Mouse Button and rotate Scroll Wheel to uncage
|
|
-- Digital Clock
|
|
[68] = "%1d", -- Clock Toggle Clock and Elapsed Time Modes
|
|
[69] = "%1d", -- Clock Start, Stop and Reset Elapsed Timer
|
|
-- Emergency Jettison Button
|
|
[101] = "%.1f", -- PTR-EXT-STORES-JETT (mergency Jettison External Stores)
|
|
-- Fire Extinguishers Panel
|
|
[102] = "%1d", -- PTR-FIRE-LENG-PULL (Left Engine Fire T-Handle)
|
|
[103] = "%1d", -- PTR-FIRE-APU-PULL (APU Fire T-Handle)
|
|
[104] = "%1d", -- PTR-FIRE-RENG-PULL (Right Engine Fire T-Handle)
|
|
[105] = "%1d", -- PTR-FIRE-EXTING-DISCH (Fire Extinguishing Agent Discharge)
|
|
-- Fuel System Control Panel
|
|
[106] = "%1d", -- PTR-FSCP-EXT-TANKS-WING (External Wing Tanks Boost Pumps)
|
|
[107] = "%1d", -- PTR-FSCP-EXT-TANKS-FUS (External Fuselage Tank Boost Pump)
|
|
[108] = "%1d", -- PTR-FSCP-TK-GATE (Tank Gate)
|
|
[109] = "%1d", -- PTR-FSCP-CROSS-FEED (Cross Feed)
|
|
[110] = "%1d", -- PTR-FSCP-BOOST-PUMPS-WING-L (Boost Pumps Left Wing)
|
|
[111] = "%1d", -- PTR-FSCP-BOOST-PUMPS-WING-R (Boost Pumps Right Wing)
|
|
[112] = "%1d", -- PTR-FSCP-BOOST-PUMPS-MAIN-L (Boost Pumps Main Fuselage Left)
|
|
[113] = "%1d", -- PTR-FSCP-BOOST-PUMPS-MAIN-R (Boost Pumps Main Fuselage Right)
|
|
[114] = "%1d", -- PTR-FSCP-SIG-AMPL (Signal Amplifier Norm/Override)
|
|
[115] = "%.1f", -- PTR-FSCP-LINE-CHECK (Line Check)
|
|
[116] = "%.3f", -- PTR-FSCP-RCVR-LT (Refueling Lighting Dial)
|
|
[117] = "%1d", -- PTR-FSCP-FILLDISABLE-WING-L (Fill Disable Wing Left)
|
|
[118] = "%1d", -- PTR-FSCP-FILLDISABLE-WING-R (Fill Disable Wing Right)
|
|
[119] = "%1d", -- PTR-FSCP-FILLDISABLE-MAIN-L (Fill Disable Main Left)
|
|
[120] = "%1d", -- PTR-FSCP-FILLDISABLE-MAIN-R (Fill Disable Main Right)
|
|
[121] = "%1d", -- PTR-FSCP-RCVR-LEVER (Aerial Refueling Slipway Control Lever)
|
|
-- Engine System and Throttle panel
|
|
[122] = "%1d", -- PTR-FUEL-FLOW-L (Left Engine Fuel Flow Control)
|
|
[123] = "%1d", -- PTR-FUEL-FLOW-R (Right Engine Fuel Flow Control)
|
|
[124] = "%1d", -- PTR-ENGINE-OPER-L (Engine Operate Left)
|
|
[125] = "%1d", -- PTR-ENGINE-OPER-R (Engine Operate Right)
|
|
[126] = "%1d", -- PTR-APU-START (APU On/Off)
|
|
[128] = "%.1f", -- PTR-THROTTLE-FRICTION (Throttle Friction Control)
|
|
[652] = "%1d", -- PTR-TEMS-DATA (TEMS DATA)
|
|
-- LASTE Control Panel
|
|
[130] = "%1d", -- PTR-LCP-RDRALTM (Radar Altimeter Normal/Disabled)
|
|
[131] = "%.1f", -- PTR-LCP-AUTOPILOT-ENGAGE (Autopilot Engage/Disengage)
|
|
[132] = "%1d", -- PTR-LCP-AUTOPILOT-PATH-ALT (Autopilot Mode Select Switch)
|
|
-- ANARC186-VHF_AM
|
|
-- AM Radio
|
|
[133] = "%.3f", -- PTR-ANARC186-VHFAM-VOLUME (Volume)
|
|
[134] = "%1d", -- PTR-ANARC186-VHFAM-SQUELCH (Squelch / TONE)
|
|
[135] = "%0.1f", -- PTR-ANARC186-VHFAM-FREQEMER-CONTROL (Frequency Selection Dial)
|
|
[136] = "%.1f", -- PTR-ANARC186-VHFAM-LOAD (Load)
|
|
[137] = "%0.3f", -- PTR-ANARC186-VHFAM-PRESET (Preset Channel Selector)
|
|
[138] = "%0.1f", -- PTR-ANARC186-VHFAM-MODE (Frequency Mode Dial)
|
|
[139] = "%0.2f", -- PTR-ANARC186-VHFAM-FREQ-1 (Frequency Selector the 1nd)
|
|
[140] = "%0.2f", -- PTR-ANARC186-VHFAM-FREQ-2 (Frequency Selector the 2nd)
|
|
[141] = "%0.2f", -- PTR-ANARC186-VHFAM-FREQ-3 (Frequency Selector the 3nd)
|
|
[142] = "%0.2f", -- PTR-ANARC186-VHFAM-FREQ-4 (Frequency Selector the 4nd)
|
|
-- FM Radio
|
|
[147] = "%.3f", -- PTR-ANARC186-VHFFM-VOLUME (Volume)
|
|
[148] = "%1d", -- PTR-ANARC186-VHFFM-SQUELCH (Squelch / TONE)
|
|
[149] = "%0.1f", -- PTR-ANARC186-VHFFM-FREQEMER-CONTROL (Frequency Selection Dial)
|
|
[150] = "%.1f", -- PTR-ANARC186-VHFFM-LOAD (Load)
|
|
[151] = "%0.3f", -- PTR-ANARC186-VHFFM-PRESET (Preset Channel Selector)
|
|
[152] = "%0.1f", -- PTR-ANARC186-VHFFM-MODE (Frequency Mode Dial)
|
|
[153] = "%0.2f", -- PTR-ANARC186-VHFFM-FREQ-1 (Frequency Selector the 1nd)
|
|
[154] = "%0.2f", -- PTR-ANARC186-VHFFM-FREQ-2 (Frequency Selector the 2nd)
|
|
[155] = "%0.2f", -- PTR-ANARC186-VHFFM-FREQ-3 (Frequency Selector the 3nd)
|
|
[156] = "%0.2f", -- PTR-ANARC186-VHFFM-FREQ-4 (Frequency Selector the 4nd)
|
|
-- ANARC164
|
|
-- UHF Raido
|
|
[161] = "%0.2f", -- PTR-ANARC164-CHANNEL-SELECTOR (Preset Channel Selector)
|
|
[162] = "%0.1f", -- PTR-ANARC164-100MHZ-SELECTOR (100 MHz Selector)
|
|
[163] = "%0.2f", -- PTR-ANARC164-10MHZ-SELECTOR (10 MHz Selector)
|
|
[164] = "%0.2f", -- PTR-ANARC164-1MHZ-SELECTOR (1 MHz Selector)
|
|
[165] = "%0.2f", -- PTR-ANARC164-0.1MHZ-SELECTOR (0.1 MHz Selector)
|
|
[166] = "%0.2f", -- PTR-ANARC164-0.025MHZ-SELECTOR (0.025 MHz Selector)
|
|
[167] = "%0.1f", -- PTR-ANARC164-FREQMODE (Frequency Mode Dial)
|
|
[168] = "%0.1f", -- PTR-ANARC164-FUNCTION (Function Dial)
|
|
[169] = "%1d", -- PTR-ANARC164-T-TONE (T-Tone)
|
|
[170] = "%1d", -- PTR-ANARC164-SQUELCH (Squelch)
|
|
[171] = "%.3f", -- PTR-ANARC164-VOLUME (Volume)
|
|
[172] = "%.1f", -- PTR-ANARC164-TEST-DISPLAY (Test Display)
|
|
[173] = "%.1f", -- PTR-ANARC164-STATUS (Status)
|
|
[734] = "%1d", -- PTR-ANARC164-COVER
|
|
[735] = "%.1f", -- PTR-ANARC164-LOAD (Load button)
|
|
-- Emergency Flight Control Panel
|
|
[174] = "%1d", -- PTR-EFCP-SPDBK-EMER-RETR (Speed Brake Emergency Retract)
|
|
[175] = "%1d", -- Speed Brake Emergency Retract (Pitch/Roll Trim Norm/Emergency Override)
|
|
[176] = "%0.1f", -- PTR-EFCP-TRIM (Trim Emergency ...)
|
|
[177] = "%1d", -- PTR-EFCP-AILERON-EMER-DISENGAGE (Aileron Emergency Disengage)
|
|
[180] = "%1d", -- PTR-EFCP-ELEVATOR-EMER-DISENGAGE (Elevator Emergency Disengage)
|
|
[183] = "%1d", -- PTR-EFCP-FLAP-EMER-RETR (Flaps Emergency Retract)
|
|
[184] = "%1d", -- PTR-EFCP-MRFCS (Manual Reversion Flight Control System (MRFCS))
|
|
-- STABILITY AUGMENTATION SYSTEM PANEL
|
|
[189] = "%1d", -- PTR-SASP-MONITOR-TEST (Monitor Test Left/Right)
|
|
[190] = "%.1f", -- PTR-SASP-TO-TRIM (Set Takeoff Trim)
|
|
[192] = "%.3f", -- PTR-SASP-YAW-TRIM (Yaw Trim)
|
|
-- Light System Control Panel
|
|
[193] = "%.3f", -- PTR-ALCP-RSIL (Refuel Status Indexer Lights)
|
|
[194] = "%0.1f", -- PTR-ALCP-NVIS-LTS (Nightvision Lights)
|
|
[195] = "%.3f", -- PTR-ALCP-WPNSTA (Weapon Station Lights. No function)
|
|
[196] = "%1d", -- PTR-ALCP-HARSSAS (HARS-SAS Override/NORM)
|
|
-- ALCP
|
|
[197] = "%.1f", -- "PTR-ALCP-SIGLIGHTS-LAMP-TEST (Test Cockpit Indication Lights)
|
|
-- Light System Control Panel
|
|
[198] = "%.1f", -- PTR-ALCP-FDBAL-TEST (Fire Detect Bleed Air Test)
|
|
-- IFF
|
|
[199] = "%0.1f", -- PTR-IFFCP-CODE (Code)
|
|
[200] = "%0.1f", -- PTR-IFFCP-MASTER (Master)
|
|
[201] = "%1d", -- PTR-IFFCP-OUT-AUDIO-LIGHT (Audio/light)
|
|
[202] = "%1d", -- PTR-IFFCP-TEST-M-1 (Test M-1)
|
|
[203] = "%1d", -- PTR-IFFCP-TEST-M-2 (Test M-2)
|
|
[204] = "%1d", -- PTR-IFFCP-TEST-M-3A (Test M-3A)
|
|
[205] = "%1d", -- PTR-IFFCP-TEST-M-C (Test M-C)
|
|
[206] = "%1d", -- PTR-IFFCP-RADTEST (RAD Test/Mon)
|
|
[207] = "%1d", -- PTR-IFFCP-MIC-IDENT (Ident/Mic)
|
|
[208] = "%1d", -- PTR-IFFCP-ON-OUT (IFF On/Out)
|
|
[209] = "%0.2f", -- PTR-IFFCP-MODE1-WHEEL1 (MODE1-WHEEL1)
|
|
[210] = "%0.2f", -- PTR-IFFCP-MODE1-WHEEL2 (MODE1-WHEEL2)
|
|
[211] = "%0.2f", -- PTR-IFFCP-MODE3A-WHEEL1 (MODE3A-WHEEL1)
|
|
[212] = "%0.2f", -- PTR-IFFCP-MODE3A-WHEEL2 (MODE3A-WHEEL2)
|
|
[213] = "%0.2f", -- PTR-IFFCP-MODE3A-WHEEL3 (MODE3A-WHEEL3)
|
|
[214] = "%0.2f", -- PTR-IFFCP-MODE3A-WHEEL4 (MODE3A-WHEEL4)
|
|
-- Inercom Panel
|
|
[221] = "%.3f", -- PTR-INTERCOM-INT (INT Switch)
|
|
[222] = "%1d", -- PTR-INTERCOM-INT (INT Switch)
|
|
[223] = "%.3f", -- PTR-INTERCOM-FM (FM Switch)
|
|
[224] = "%1d", -- PTR-INTERCOM-FM (FM Switch)
|
|
[225] = "%.3f", -- PTR-INTERCOM-VHF (VHF Switch)
|
|
[226] = "%1d", -- PTR-INTERCOM-VHF (VHF Switch)
|
|
[227] = "%.3f", -- PTR-INTERCOM-UHF (UHF Switch)
|
|
[228] = "%1d", -- PTR-INTERCOM-UHF (UHF Switch)
|
|
[229] = "%.3f", -- PTR-INTERCOM-AIM (AIM Switch)
|
|
[230] = "%1d", -- PTR-INTERCOM-AIM (AIM Switch)
|
|
[231] = "%.3f", -- PTR-INTERCOM-IFF (IFF Switch)
|
|
[232] = "%1d", -- PTR-INTERCOM-IFF (IFF Switch)
|
|
[233] = "%.3f", -- PTR-INTERCOM-ILS (ILS Switch)
|
|
[234] = "%1d", -- PTR-INTERCOM-ILS (ILS Switch)
|
|
[235] = "%.3f", -- PTR-INTERCOM-TCN (TCN Switch)
|
|
[236] = "%1d", -- PTR-INTERCOM-TCN (TCN Switch)
|
|
[237] = "%1d", -- PTR-INTERCOM-HM (HM Switch)
|
|
[238] = "%.3f", -- PTR-INTERCOM-VOL (Intercom volume)
|
|
[239] = "%0.1f", -- PTR-INTERCOM-MODE (Selector switch)
|
|
[240] = "%.1f", -- PTR-INTERCOM-CALL (Call button)
|
|
-- Electrical Power Panel
|
|
[241] = "%1d", -- PTR-EPP-APU-GEN-PWR (APU Generator On/Off)
|
|
[242] = "%1d", -- PTR-EPP-INVERTER (Inverter Switch)
|
|
[243] = "%1d", -- PTR-EPP-EMER-FLOOD (Emergency Flood Light)
|
|
[244] = "%1d", -- PTR-EPP-AC-GEN-PWR-L (Left AC Generator Power)
|
|
[245] = "%1d", -- PTR-EPP-AC-GEN-PWR-R (Right AC Generator Power)
|
|
[246] = "%1d", -- PTR-EPP-BATTERY-PWR (Battery Power)
|
|
-- ILS
|
|
[247] = "%1d", -- PTR-ILSCP-PWR Power
|
|
[248] = "%0.1f", -- PTR-ILSCP-PWR ILS Frequency MHz
|
|
[249] = "%.3f", -- PTR-ILSCP-VOL ILS Frequency kHz
|
|
[250] = "%0.1f", -- PTR-ILSCP-VOL Volume
|
|
[251] = "%0.1f", -- ILS_window_wheel_MHz
|
|
[252] = "%0.1f", -- ILS_window_wheel_KHz
|
|
-- TACAN
|
|
[256] = "%.1f", -- Channel Selector (Tens). Rotate mouse wheel to select (Axis) {0.0,1.0} in 0.1 steps
|
|
[257] = "%0.2f", -- Channel Selector (Ones) / X/Y Mode. Rotate mouse wheel to make channel selection (Axis) {0.0,1.0} in 0.1 steps
|
|
[258] = "%1d", -- Channel Selector (Ones) / X/Y Mode. Right mouse click to select X/Y.
|
|
[259] = "%.1f", -- PTR-TACAN-TEST (Test TACAN Signal on HSI)
|
|
[261] = "%.3f", -- PTR-TACAN-VOL (Signal Volume) (Axis) {0.0,1.0} in 0.1 steps
|
|
[262] = "%0.1f", -- PTR-TACAN-MODE (Mode Dial) {0.0,0.1,0.2,0.3,0.4}
|
|
[263] = "%.1f", -- TACAN_digit_pos.hundreds
|
|
[264] = "%.1f", -- TACAN_digit_pos.tens
|
|
[265] = "%.1f", -- TACAN_digit_pos.ones
|
|
--[266] = "%1d", -- XYwheel
|
|
-- HARS
|
|
[267] = "%.1f", -- PTR-HARS-CP-PUSH-TO-SYNC (HARS Push-To-Sync)
|
|
[268] = "%.3f", -- PTR-HARS-CP-PUSH-TO-SYNC (HARS Push-To-Sync)
|
|
[270] = "%1d", -- PTR-HARS-CP-SLAVE (HARS SLAVE-DG mode)
|
|
[271] = "%.3f", -- PTR-HARS-CP-LATITUDE (HARS Latitude Dial)
|
|
[272] = "%1d", -- PTR-HARS-CP-MAG-VAR (HARS MAG VAR)
|
|
[273] = "%1d", -- PTR-HARS-CP-N-S (HARS N/S toggle switch)
|
|
[711] = "%.1f", -- PTR-HARS-FAST-ERECT (HARS Fast Erect)
|
|
-- Environment Control Panel
|
|
[275] = "%.1f", -- PTR-ENVCP-OXY-TEST (Oxygen Indicator Test)
|
|
[276] = "%1d", -- PTR-ENVCP-WINDSHIELD-DEFOG (Windshield Defog/Deice)
|
|
[277] = "%.3f", -- PTR-ENVCP-CANOPY-DEFOG (Canopy Defog)
|
|
[278] = "%1d", -- PTR-ENVCP-WINDSHIELD-RREMOVE-WASH (Windshield Rain Removal/Wash)
|
|
[279] = "%1d", -- PTR-ENVCP-PITOT-HEAT (Pitot Heater)
|
|
[280] = "%1d", -- PTR-ENVCP-BLEED-AIR (Bleed Air)
|
|
[282] = "%1d", -- PTR-ENVCP-TEMP-PRESS (Temperature/Pressure Control)
|
|
[283] = "%1d", -- PTR-ENVCP-MAIN-AIR-SUPPLY (Main Air Supply)
|
|
[284] = "%.3f", -- PTR-ENVCP-FLOW-LEVEL (Flow Level Control)
|
|
-- Light System Control Panel
|
|
[287] = "%1d", -- PTR-LGHTCP-POSITION (Position Lights, FLASH/OFF/STEADY)
|
|
[288] = "%.3f", -- PTR-LGHTCP-FORMATION (Formation Lights)
|
|
[290] = "%.3f", -- PTR-LGHTCP-ENG-INST (Engine Instruments Lights)
|
|
[291] = "%1d", -- PTR-LGHTCP-NOSE-ILLUM (Nose Illumination)
|
|
[292] = "%.3f", -- PTR-LGHTCP-FLIGHT-INST (Flight Instruments Lights)
|
|
[293] = "%.3f", -- PTR-LGHTCP-AUX-INST (Auxiliary Instruments Lights)
|
|
[294] = "%1d", -- PTR-LGHTCP-SIGNAL-LTS (Signal Lights)
|
|
[295] = "%1d", -- PTR-LGHTCP-ACCEL-COMP (Accelerometer & Compass Lights)
|
|
[296] = "%.3f", -- PTR-LGHTCP-FLOOD (Flood Light)
|
|
[297] = "%.3f", -- PTR-LGHTCP-CONSOLE (Console Light)
|
|
-- Left MFCDI
|
|
[300] = "%.1f", -- PNT-BTN-MFD-L-01 (OSB 1)
|
|
[301] = "%.1f", -- PNT-BTN-MFD-L-02 (OSB 2)
|
|
[302] = "%.1f", -- PNT-BTN-MFD-L-03 (OSB 3)
|
|
[303] = "%.1f", -- PNT-BTN-MFD-L-04 (OSB 4)
|
|
[304] = "%.1f", -- PNT-BTN-MFD-L-05 (OSB 5)
|
|
[305] = "%.1f", -- PNT-BTN-MFD-L-06 (OSB 6)
|
|
[306] = "%.1f", -- PNT-BTN-MFD-L-07 (OSB 7)
|
|
[307] = "%.1f", -- PNT-BTN-MFD-L-08 (OSB 8)
|
|
[308] = "%.1f", -- PNT-BTN-MFD-L-09 (OSB 9)
|
|
[309] = "%.1f", -- PNT-BTN-MFD-L-10 (OSB 10)
|
|
[310] = "%.1f", -- PNT-BTN-MFD-L-11 (OSB 11)
|
|
[311] = "%.1f", -- PNT-BTN-MFD-L-12 (OSB 12)
|
|
[312] = "%.1f", -- PNT-BTN-MFD-L-13 (OSB 13)
|
|
[313] = "%.1f", -- PNT-BTN-MFD-L-14 (OSB 14)
|
|
[314] = "%.1f", -- PNT-BTN-MFD-L-15 (OSB 15)
|
|
[315] = "%.1f", -- PNT-BTN-MFD-L-16 (OSB 16)
|
|
[316] = "%.1f", -- PNT-BTN-MFD-L-17 (OSB 17)
|
|
[317] = "%.1f", -- PNT-BTN-MFD-L-18 (OSB 18)
|
|
[318] = "%.1f", -- PNT-BTN-MFD-L-19 (OSB 19)
|
|
[319] = "%.1f", -- PNT-BTN-MFD-L-20 (OSB 20)
|
|
[320] = "%1d", -- PNT-MFCD-L-ADJ-UP/DN (Moving Map Scale Adjust Increase/Decrease)
|
|
[321] = "%1d", -- PNT-MFCD-L-DSP-UP/DN (Decrease/Increase Backlight Brightness)
|
|
[322] = "%1d", -- PNT-MFD-L-BRT-UP/DN (Decrease/Increase Brightness)
|
|
[323] = "%1d", -- PNT-MFD-L-CON-UP/DN (Decrease/Increase Contrast)
|
|
[324] = "%1d", -- PNT-MFD-L-SYM-UP/DN (Decrease/Increase Symbol Levels)
|
|
[325] = "%0.1f", -- PNT-LVR-MFD-L (DAY/NIGHT/OFF)
|
|
-- Right MFCDI
|
|
[326] = "%.1f", -- PNT-BTN-MFD-R-01 (OSB 1)
|
|
[327] = "%.1f", -- PNT-BTN-MFD-R-02 (OSB 2)
|
|
[328] = "%.1f", -- PNT-BTN-MFD-R-03 (OSB 3)
|
|
[329] = "%.1f", -- PNT-BTN-MFD-R-04 (OSB 4)
|
|
[330] = "%.1f", -- PNT-BTN-MFD-R-05 (OSB 5)
|
|
[331] = "%.1f", -- PNT-BTN-MFD-R-06 (OSB 6)
|
|
[332] = "%.1f", -- PNT-BTN-MFD-R-07 (OSB 7)
|
|
[333] = "%.1f", -- PNT-BTN-MFD-R-08 (OSB 8)
|
|
[334] = "%.1f", -- PNT-BTN-MFD-R-09 (OSB 9)
|
|
[335] = "%.1f", -- PNT-BTN-MFD-R-10 (OSB 10)
|
|
[336] = "%.1f", -- PNT-BTN-MFD-R-11 (OSB 11)
|
|
[337] = "%.1f", -- PNT-BTN-MFD-R-12 (OSB 12)
|
|
[338] = "%.1f", -- PNT-BTN-MFD-R-13 (OSB 13)
|
|
[339] = "%.1f", -- PNT-BTN-MFD-R-14 (OSB 14)
|
|
[340] = "%.1f", -- PNT-BTN-MFD-R-15 (OSB 15)
|
|
[341] = "%.1f", -- PNT-BTN-MFD-R-16 (OSB 16)
|
|
[342] = "%.1f", -- PNT-BTN-MFD-R-17 (OSB 17)
|
|
[343] = "%.1f", -- PNT-BTN-MFD-R-18 (OSB 18)
|
|
[344] = "%.1f", -- PNT-BTN-MFD-R-19 (OSB 19)
|
|
[345] = "%.1f", -- PNT-BTN-MFD-R-20 (OSB 20)
|
|
[346] = "%1d", -- PNT-MFCD-R-ADJ-UP/DN (Moving Map Scale Adjust Increase/Decrease)
|
|
[347] = "%1d", -- PNT-MFCD-R-DSP-UP/DN (Decrease/Increase Backlight Brightness)
|
|
[348] = "%1d", -- PNT-MFD-R-BRT-UP/DN (Decrease/Increase Brightness)
|
|
[349] = "%1d", -- PNT-MFD-R-CON-UP/DN (Decrease/Increase Contrast)
|
|
[350] = "%1d", -- PNT-MFD-R-SYM-UP/DN (Decrease/Increase Symbol Levels)
|
|
[351] = "%0.1f", -- PNT-LVR-MFD-R (DAY/NIGHT/OFF)
|
|
-- CMSP
|
|
[352] = "%.1f", -- PNT-BTN-CMSP-ARW1 (Edit Program Value)
|
|
[353] = "%.1f", -- PNT-BTN-CMSP-ARW2 (Edit Program Value)
|
|
[354] = "%.1f", -- PNT-BTN-CMSP-ARW3 (Edit Program Value)
|
|
[355] = "%.1f", -- PNT-BTN-CMSP-ARW4 (Edit Program Value)
|
|
[356] = "%1d", -- PNT-BTN-CMSP-BRT-UP/DN (Cycle Program or Value Up/Down)
|
|
[357] = "%.1f", -- PNT-BTN-CMSP-RTN (Save and Return Program)
|
|
[358] = "%1d", -- PNT-TMB-CMSP-JTSN (Jettison Countermeasures)
|
|
[359] = "%.3f", -- PNT-LEV-CMSP-BRT (Adjust Display Brightness)
|
|
[360] = "%0.1f", -- PNT-TMB-CMSP-MWS (Missile Warning System (MWS). Left mouse - ON/OFF, Right mouse - MENU (No Function))
|
|
[361] = "%0.1f", -- PNT-TMB-CMSP-JMR (Electronic Countermeasure Jammer (JMR). Left mouse - ON/OFF, Right mouse - MENU (No Function))
|
|
[362] = "%0.1f", -- PNT-TMB-CMSP-RWR (Radar Warning Receiver (RWR). Left mouse - ON/OFF, Right mouse - MENU)
|
|
[363] = "%0.1f", -- PNT-TMB-CMSP-DISP (Countermeasure Dispenser (DISP). Left mouse - ON/OFF, Right mouse - MENU)
|
|
[364] = "%0.1f", -- PNT-LEV-CMSP-MODE (Master CMS Mode Select)
|
|
-- CMSC
|
|
[365] = "%.1f", -- PNT-BTN-RWR-JMR (Select Jammer Program)
|
|
[366] = "%.1f", -- PNT-BTN-RWR-MWS (Cycle Missile Warning System Programs. No function)
|
|
[367] = "%.3f", -- PNT-LEV-RWR-BRT (Adjust Display Brightness)
|
|
[368] = "%.3f", -- PNT-LEV-RWR-AUD (Adjust RWR Volume)
|
|
[369] = "%.1f", -- PNT-BTN-RWR-PRI (Toggle between 5 and 16 Priority Threats Displayed)
|
|
[370] = "%.1f", -- PNT-BTN-RWR-SEP (Separate RWR Symbols)
|
|
[371] = "%.1f", -- PNT-BTN-RWR-UNK (Display Unknown Threats)
|
|
-- AHCP
|
|
[375] = "%0.1f", -- PNT-TMB-AHCP-MARM (Master Arm)
|
|
[376] = "%0.1f", -- PNT-TMB-AHCP-GUNPAC (Gun Arm Mode)
|
|
[377] = "%0.1f", -- PNT-TMB-AHCP-LARM (Laser Arm)
|
|
[378] = "%1d", -- PNT-TMB-AHCP-TGP (Targeting Pod Power On/Off)
|
|
[379] = "%0.1f", -- PNT-TMB-AHCP-ALT (Altimeter Source)
|
|
[380] = "%1d", -- PNT-TMB-AHCP-TIME (Day/Night HUD Mode)
|
|
[381] = "%1d", -- PNT-TMB-AHCP-NORM (NORM/Standby HUD Mode)
|
|
[382] = "%1d", -- PNT-TMB-AHCP-CICU (Turn On/Off CICU)
|
|
[383] = "%1d", -- PNT-TMB-AHCP-JTRS (JTRS Datalink On/Off)
|
|
[384] = "%0.1f", -- PNT-TMB-AHCP-IFFCC (Turn On/Off/Test IFFCC)
|
|
-- UFC
|
|
[385] = "%.1f", -- PNT-BTN-UFC-1
|
|
[386] = "%.1f", -- PNT-BTN-UFC-2
|
|
[387] = "%.1f", -- PNT-BTN-UFC-3
|
|
[388] = "%.1f", -- PNT-BTN-UFC-4
|
|
[389] = "%.1f", -- PNT-BTN-UFC-5
|
|
[390] = "%.1f", -- PNT-BTN-UFC-6
|
|
[391] = "%.1f", -- PNT-BTN-UFC-7
|
|
[392] = "%.1f", -- PNT-BTN-UFC-8
|
|
[393] = "%.1f", -- PNT-BTN-UFC-9
|
|
[394] = "%.1f", -- PNT-BTN-UFC-HACK (Display Hack Time)
|
|
[395] = "%.1f", -- PNT-BTN-UFC-0
|
|
[396] = "%.1f", -- PNT-BTN-UFC-SPC (Space)
|
|
[397] = "%.1f", -- PNT-BTN-UFC-FUNC (Select Function Mode)
|
|
[398] = "%.1f", -- PNT-BTN-UFC-LTR (Select Letter Mode)
|
|
[399] = "%.1f", -- PNT-BTN-UFC-CLR (Clear)
|
|
[400] = "%.1f", -- PNT-BTN-UFC-ENT (Enter)
|
|
[401] = "%.1f", -- PNT-BTN-UFC-MK (Create Overhead Mark Point)
|
|
[402] = "%.1f", -- PNT-BTN-UFC-ALT (Display and Adjust Altitude Alert Values)
|
|
[405] = "%1d", -- PNT-BTN-UFC-STEER-UP/DN (Cycle Steerpoint/Waypoint)
|
|
[406] = "%1d", -- PNT-BTN-UFC-DATA-UP/DN
|
|
[407] = "%1d", -- PNT-BTN-UFC-SEL-UP/DN
|
|
[408] = "%1d", -- PNT-BTN-UFC-DEPR-UP/DN (Adjust Depressible Pipper)
|
|
[409] = "%1d", -- PNT-BTN-UFC-INTEN-RGT/LFT (Adjust HUD Brightness (Hold rocker))
|
|
-- SYS_CONTROLLER
|
|
[403] = "%.1f", -- PNT-BTN-UFC-MASTWARN (Master Caution Light)
|
|
-- CDU
|
|
[410] = "%.1f", -- PNT-BTN-CDU-ARW-L1 (LSK 3L)
|
|
[411] = "%.1f", -- PNT-BTN-CDU-ARW-L2 (LSK 5L)
|
|
[412] = "%.1f", -- PNT-BTN-CDU-ARW-L3 (LSK 7L)
|
|
[413] = "%.1f", -- PNT-BTN-CDU-ARW-L4 (LSK 9L)
|
|
[414] = "%.1f", -- PNT-BTN-CDU-ARW-R1 (LSK 3R)
|
|
[415] = "%.1f", -- PNT-BTN-CDU-ARW-R2 (LSK 5R)
|
|
[416] = "%.1f", -- PNT-BTN-CDU-ARW-R3 (LSK 7R)
|
|
[417] = "%.1f", -- PNT-BTN-CDU-ARW-R4 (LSK 9R)
|
|
[418] = "%.1f", -- PNT-BTN-CDU-SYS (Display System (SYS) Page)
|
|
[419] = "%.1f", -- PNT-BTN-CDU-NAV (Display Navigation (NAV) Page)
|
|
[420] = "%.1f", -- PNT-BTN-CDU-WP (Display Waypoint Menu (WP MENU) Page)
|
|
[421] = "%.1f", -- PNT-BTN-CDU-OSET (Display Offset (OFFSET) Page)
|
|
[422] = "%.1f", -- PNT-BTN-CDU-FPM (Display Flight Plan Menu (FPMENU) Page)
|
|
[423] = "%.1f", -- PNT-BTN-CDU-PREV (Go to previous page)
|
|
[424] = "%1d", -- PNT-BTN-CDU-DIMBRT-L/R (Display Brightness Adjustment (Not Functional))
|
|
[425] = "%.1f", -- PNT-BTN-CDU-1
|
|
[426] = "%.1f", -- PNT-BTN-CDU-2
|
|
[427] = "%.1f", -- PNT-BTN-CDU-3
|
|
[428] = "%.1f", -- PNT-BTN-CDU-4
|
|
[429] = "%.1f", -- PNT-BTN-CDU-5
|
|
[430] = "%.1f", -- PNT-BTN-CDU-6
|
|
[431] = "%.1f", -- PNT-BTN-CDU-7
|
|
[432] = "%.1f", -- PNT-BTN-CDU-8
|
|
[433] = "%.1f", -- PNT-BTN-CDU-9
|
|
[434] = "%.1f", -- PNT-BTN-CDU-0
|
|
[435] = "%.1f", -- PNT-BTN-CDU-PNT
|
|
[436] = "%.1f", -- PNT-BTN-CDU-SLASH
|
|
[437] = "%.1f", -- PNT-BTN-CDU-A
|
|
[438] = "%.1f", -- PNT-BTN-CDU-B
|
|
[439] = "%.1f", -- PNT-BTN-CDU-C
|
|
[440] = "%.1f", -- PNT-BTN-CDU-D
|
|
[441] = "%.1f", -- PNT-BTN-CDU-E
|
|
[442] = "%.1f", -- PNT-BTN-CDU-F
|
|
[443] = "%.1f", -- PNT-BTN-CDU-G
|
|
[444] = "%.1f", -- PNT-BTN-CDU-H
|
|
[445] = "%.1f", -- PNT-BTN-CDU-I
|
|
[446] = "%.1f", -- PNT-BTN-CDU-J
|
|
[447] = "%.1f", -- PNT-BTN-CDU-K
|
|
[448] = "%.1f", -- PNT-BTN-CDU-L
|
|
[449] = "%.1f", -- PNT-BTN-CDU-M
|
|
[450] = "%.1f", -- PNT-BTN-CDU-N
|
|
[451] = "%.1f", -- PNT-BTN-CDU-O
|
|
[452] = "%.1f", -- PNT-BTN-CDU-P
|
|
[453] = "%.1f", -- PNT-BTN-CDU-Q
|
|
[454] = "%.1f", -- PNT-BTN-CDU-R
|
|
[455] = "%.1f", -- PNT-BTN-CDU-S
|
|
[456] = "%.1f", -- PNT-BTN-CDU-T
|
|
[457] = "%.1f", -- PNT-BTN-CDU-U
|
|
[458] = "%.1f", -- PNT-BTN-CDU-V
|
|
[459] = "%.1f", -- PNT-BTN-CDU-W
|
|
[460] = "%.1f", -- PNT-BTN-CDU-X
|
|
[461] = "%.1f", -- PNT-BTN-CDU-Y
|
|
[462] = "%.1f", -- PNT-BTN-CDU-Z
|
|
[463] = "%1d", -- PNT-BTN-CDU-PG-UP/DN (Page Up/Down To Additional Pages When Available)
|
|
[466] = "%.1f", -- PNT-BTN-CDU-MK (Create Overhead Mark Point)
|
|
[467] = "%.1f", -- PNT-BTN-CDU-BCK (Erase Single Character. Hold for repeated erase)
|
|
[468] = "%.1f", -- PNT-BTN-CDU-SPC (Insert Space Into Scratchpad)
|
|
[469] = "%1d", -- PNT-BTN-CDU-BLANC-L/R (Scroll Waypoint Names During Search)
|
|
[470] = "%.1f", -- PNT-BTN-CDU-CLR (Erase Entire Scratchpad)
|
|
[471] = "%.1f", -- PNT-BTN-CDU-FA (Fault Acknowledge/Clear Fault Display)
|
|
[472] = "%1d", -- PNT-BTN-CDU-PLUS (Increment/Decrement Data Indicated With +/- Symbol)
|
|
-- AAP
|
|
[473] = "%0.1f", -- PNT-LVR-STEER-PT-SEL-SWITCH (Use Steerpoint From Active Flight Plan)
|
|
[474] = "%1d", -- PNT-TMB-STEER-SPRING-LD-SWITCH (Toggle Steerpoint)
|
|
[475] = "%0.1f", -- PNT-LEV-PAGE-SEL-SWITCH (CDU Page Select)
|
|
[476] = "%1d", -- PTR-TMB-CDU-SWITCH (CDU Power On/Off)
|
|
[477] = "%1d", -- PTR-TMB-EGI-SWITCH (EGI Power On/Off)
|
|
-- UFC
|
|
[531] = "%.1f", -- PNT-BTN-UFC-FWD
|
|
[532] = "%.1f", -- PNT-BTN-UFC-MID
|
|
[533] = "%.1f", -- PNT-BTN-UFC-AFT
|
|
-- Oxygen System Control Panel
|
|
[601] = "%1d", -- PTR-OXYGENCP-EMERGENCY (Oxygen Flow Emergency/Normal/Test Mask)
|
|
[602] = "%1d", -- PTR-OXYGENCP-OXYGEN-DILUTER (Oxygen Normal/100%)
|
|
[603] = "%1d", -- PTR-OXYGENCP-SUPPLY (Oxygen Supply On/Off)
|
|
-- Navigation Mode Select Panel
|
|
[605] = "%.1f", -- PTR-NMSP-HARS (HARS Backup Navigation Mode)
|
|
[607] = "%.1f", -- PTR-NMSP-EGI (EGI Navigation Mode)
|
|
[609] = "%.1f", -- PTR-NMSP-TISL (TISL No Function)
|
|
[611] = "%.1f", -- PTR-NMSP-STARTPT (STEERPT Mode)
|
|
[613] = "%.1f", -- PTR-NMSP-ANCHR (ANCHR Mode)
|
|
[615] = "%.1f", -- PTR-NMSP-TCN (TCN Mode)
|
|
[617] = "%.1f", -- PTR-NMSP-ILS (ILS Mode)
|
|
[621] = "%1d", -- PTR-NMSP-ABLE-STOW (ABLE-STOW ADI Localizer Bar)
|
|
-- TISL Control Panel
|
|
[622] = "%0.1f", -- PTR-TISLCP-MODE (TISL Mode)
|
|
[623] = "%1d", -- PTR-TISLCP-SLANT-RNG (Slant range)
|
|
[624] = "%.3f", -- PTR-TISLCP-ALT-ABV-TGT-WH1 (Altitude above target tens of thousands of feet)
|
|
[626] = "%.3f", -- PTR-TISLCP-ALT-ABV-TGT-WH2 (Altitude above target Units of thousands of feet)
|
|
[628] = "%.1f", -- PTR-TISLCP-ENTER (ENTER)
|
|
[630] = "%.1f", --
|
|
[632] = "%.1f", -- PTR-TISLCP-BITE (BITE)
|
|
[634] = "%.1f", --
|
|
[636] = "%0.2f", -- PTR-TISLCP-CODE-WH1 (TISL Code wheel 1)
|
|
[638] = "%0.2f", -- PTR-TISLCP-CODE-WH2 (TISL Code wheel 2)
|
|
[640] = "%0.2f", -- PTR-TISLCP-CODE-WH3 (TISL Code wheel 3)
|
|
[642] = "%0.2f", -- PTR-TISLCP-CODE-WH4 (TISL Code wheel 4)
|
|
[644] = "%1d", -- PTR-TISLCP-TISL-AUX (TISL AUX)
|
|
-- Fuel System Control Panel
|
|
-- Fuel Quantity Indicator and Selector
|
|
[645] = "%0.1f", -- PTR-FQIS-SELECT (Fuel display selector)
|
|
[646] = "%.1f", -- PTR-FQIS-TEST (Fuel Gauge Test)
|
|
-- CPT MECH
|
|
[651] = "%.1f", -- PTR-DOWNLOCK-OVERRIDE (Downlock Override)
|
|
[716] = "%1d", -- PNT-LNDGEAR (Landing Gear Lever)
|
|
[773] = "%1d", -- PTR-FLAPS (Flap Setting)
|
|
[654] = "%1d", -- PTR-ANTI-SKID (Anti Skid)
|
|
-- Light System Control Panel
|
|
[655] = "%0.1f", -- PTR-LIGHTS-LAND (Land Taxi Lights)
|
|
-- STALL
|
|
[704] = "%.1f", -- PTR-STALLWCP-STALL (Stall Volume) (Axis) {0.0,1.0} in 0.1 steps
|
|
[705] = "%.1f", -- PTR-STALLWCP-PEAK (Peak Volume) (Axis) {0.0,1.0} in 0.1 steps
|
|
-- Canopy
|
|
[712] = "%0.2f", -- PTR-CANOPY-OPEN (Canopy Open/Hold/Close)
|
|
-- Auxiliary Landing Gear Handle
|
|
[718] = "%1d", -- PTR-ARM-DWNC-L (Auxiliary Landing Gear Handle)
|
|
[722] = "%.1f", -- PTR-BTN-ARM-DWNC-L (Auxiliary Landing Gear Handle Lock button)
|
|
-- Arm Seat Handle
|
|
[733] = "%1d", -- PTR-ARM-SEAT-HANDLE (Seat Arm Handle)
|
|
--
|
|
[772] = "%1d", -- PTR-EMER-BRKARM (Emergency Brake)
|
|
-- Secure Voice Comms Panel
|
|
[778] = "%1d", -- PTR-ZEROIZE-COVER (Zeroise Cover)
|
|
[779] = "%1d", -- PTR-ZEROIZE-SWITCH (Zeroise Switch)
|
|
[780] = "%1d", -- PTR-DELAY-SWITCH (Delay Switch)
|
|
[781] = "%0.1f", -- PTR-LVR-PANKY58-PLAIN (C/RAD switch)
|
|
[782] = "%0.1f", -- PTR-LVR-PANKY58-1TO5 (Full switch)
|
|
[783] = "%0.1f", -- PTR-LVR-PANKY58-MODE (Mode switch)
|
|
[784] = "%1d", -- PTR-TMB-PANKY58-POWER (Power switch)
|
|
-- Armament Ground Safety Override Switch
|
|
[709] = "%1d", -- PTR-ARMGS-COVER (Arm Ground Safety Override Cover)
|
|
[710] = "%1d", -- PTR-ARMGS-OVERRIDE-SWITCH (Arm Ground Safety Override Switch)
|
|
--Circuit Breaker Panel CBP
|
|
[666] = "%1d", -- PTR-CBP-AILERON-DISC-L (AILERON DISC L)
|
|
[667] = "%1d", -- PTR-CBP-AILERON-DISC-R (AILERON DISC R)
|
|
[668] = "%1d", -- PTR-CBP-SPS-RUDDER-AUTH-LIM (SPS & RUDDER AUTH LIMIT)
|
|
[669] = "%1d", -- PTR-CBP-ELEVATION-DISC-L (ELEVATION DISC L)
|
|
[670] = "%1d", -- PTR-CBP-ELEVATION-DISC-R (ELEVATION DISC R)
|
|
[671] = "%1d", -- PTR-CBP-AILERON-TAB-L (AILERON TAB L)
|
|
[672] = "%1d", -- PTR-CBP-AILERON-TAB-R (AILERON TAB R)
|
|
[673] = "%1d", -- PTR-CBP-EMER-FLAP (EMER FLAP)
|
|
[674] = "%1d", -- PTR-CBP-EMER-TRIM (EMER TRIM)
|
|
[675] = "%1d", -- PTR-CBP-LAND-GEAR (LAND GEAR)
|
|
[676] = "%1d", -- PTR-CBP-ENGINE-START-L (ENGINE START L)
|
|
[677] = "%1d", -- PTR-CBP-ENGINE-START-R (ENGINE START R)
|
|
[678] = "%1d", -- PTR-CBP-APU-CONT (APU CONT)
|
|
[679] = "%1d", -- PTR-CBP-ANG-IGNITOR-1 (ENG IGNITOR L/R-1)
|
|
[680] = "%1d", -- PTR-CBP-ANG-IGNITOR-2 (ENG IGNITOR L/R-2)
|
|
[681] = "%1d", -- PTR-CBP-EMER-FUEL-SHUTOFF-ENG-L (EMER FUEL SHUTOFF ENG L)
|
|
[682] = "%1d", -- PTR-CBP-EMER-FUEL-SHUTOFF-ENG-R (EMER FUEL SHUTOFF ENG R)
|
|
[683] = "%1d", -- PTR-CBP-DC-FUEL-PUMP (DC FUEL PUMP)
|
|
[684] = "%1d", -- PTR-CBP-BLEED-AIR-CONT-L (BLEED AIR CONT L)
|
|
[685] = "%1d", -- PTR-CBP-BLEED-AIR-CONT-R (BLEED AIR CONT R)
|
|
[686] = "%1d", -- PTR-CBP-EXT-STORES-JETT-1 (EXT STORES JETT 1)
|
|
[687] = "%1d", -- PTR-CBP-EXT-STORES-JETT-2 (EXT STORES JETT 2)
|
|
[688] = "%1d", -- PTR-CBP-STBY-ATT-IND (STBY ATT IND)
|
|
[689] = "%1d", -- PTR-CBP-MASTER-CAUT (MASTER CAUT)
|
|
[690] = "%1d", -- PTR-CBP-PITOT-HEAT-AC (PITOT HEAT AC)
|
|
[691] = "%1d", -- PTR-CBP-IFF (IFF)
|
|
[692] = "%1d", -- PTR-CBP-UHF-COMM (UHF COMM)
|
|
[693] = "%1d", -- PTR-CBP-INTER-COMM (INTER COMM)
|
|
[694] = "%1d", -- PTR-CBP-GENERATOR-CONT-L (GENERATOR CONT L)
|
|
[695] = "%1d", -- PTR-CBP-GENERATOR-CONT-R (GENERATOR CONT R)
|
|
[696] = "%1d", -- PTR-CBP-CONVERTER-L (CONVERTER L)
|
|
[697] = "%1d", -- PTR-CBP-AUX-ESS-BUS-0A (AUX ESS BUS 0A)
|
|
[698] = "%1d", -- PTR-CBP-AUX-ESS-BUS-0B (AUX ESS BUS 0B)
|
|
[699] = "%1d", -- PTR-CBP-AUX-ESS-BUS-0C (AUX ESS BUS 0C)
|
|
[700] = "%1d", -- PTR-CBP-BATTERY-BUS-TRANS (BATTERY BUS TRANS)
|
|
[701] = "%1d", -- PTR-CBP-INVERTER-PWR (INVERTER PWR)
|
|
[702] = "%1d", -- PTR-CBP-INVERTER-CONT (INVERTER CONT)
|
|
[703] = "%1d", -- PTR-CBP-AUX-ESS-BUS-TIE (AUX ESS BUS TIE)
|
|
--AAU-34/A
|
|
[62] = "%1d", -- PNT-ALT-LEVR-L (Set Pressure)
|
|
[60] = "%1d", -- PNT-ALT-LEVR-R (ELECT/PNEU)
|
|
-- Seat Adjustment Button
|
|
[770] = "%1d", -- Seat Height Adjustment up/down
|
|
-- Arm Seat Handle
|
|
[787] = "%1d", -- Extend boarding ladder cover
|
|
[788] = "%1d", -- Extend boarding ladder button
|
|
-- Accelerometer
|
|
[904] = "%1d", -- Accelerometer Push to set
|
|
-- DVADR Remote Control Panel
|
|
[789] = "%1d", -- DVADR - Function control toggle switch
|
|
-- Anti-G suit valve test button
|
|
[776] = "%1d", -- Anti-G suit valve test button
|
|
-- Internal canopy actuator disengage lever
|
|
[777] = "%1d", -- Internal canopy actuator disengage lever
|
|
-- Canopy jettison lever
|
|
[785] = "%1d", -- Canopy jettison lever
|
|
[786] = "%1d", -- Canopy Jettison Lever Unlock Button
|
|
-- Antenna Select Panel
|
|
[706] = "%0.2f", -- IFF - antenna switch
|
|
[707] = "%1d", -- UHF - antenna switch
|
|
[708] = "%1d", -- EGI HQ TOD
|
|
-- RWR
|
|
[16] = "%.4f", -- RWR Adjust Display Brightness {0.15, 0.85} in 0.1 steps
|
|
|
|
-- HMCS
|
|
[550] = "%1d", -- HMCS Switch (1,0,-1)
|
|
}
|
|
|
|
-----------------------------
|
|
-- HIGH IMPORTANCE EXPORTS --
|
|
-- done every export event --
|
|
-----------------------------
|
|
|
|
-- Pointed to by ProcessIkarusDCSHighImportance
|
|
function ExportScript.ProcessIkarusDCSConfigHighImportance(mainPanelDevice)
|
|
--[[
|
|
every frame export to Ikarus
|
|
Example from A-10C
|
|
Get Radio Frequencies
|
|
get data from device
|
|
local lUHFRadio = GetDevice(54)
|
|
ExportScript.Tools.SendData("ExportID", "Format")
|
|
ExportScript.Tools.SendData(2000, string.format("%7.3f", lUHFRadio:get_frequency()/1000000)) -- <- special function for get frequency data
|
|
ExportScript.Tools.SendData(2000, ExportScript.Tools.RoundFreqeuncy((UHF_RADIO:get_frequency()/1000000))) -- ExportScript.Tools.RoundFreqeuncy(frequency (MHz|KHz), format ("7.3"), PrefixZeros (false), LeastValue (0.025))
|
|
]]
|
|
-- Digital Clock
|
|
-------------------------------------------------
|
|
local lDigitalClock = ExportScript.Tools.getListIndicatorValue(4)
|
|
|
|
if lDigitalClock ~= nil and lDigitalClock.txtHours ~= nil then
|
|
local lCET = ""
|
|
if lDigitalClock.txtET ~= nil then
|
|
lCET = ";"..lDigitalClock.txtET
|
|
else
|
|
lCET = "; "..lDigitalClock.txtC
|
|
end
|
|
|
|
ExportScript.Tools.SendData(2010, string.format("%s%s%s%s", lDigitalClock.txtHours, lDigitalClock.txtMinutes, lDigitalClock.txtSeconds, lCET))
|
|
end
|
|
end
|
|
|
|
function ExportScript.ProcessDACConfigHighImportance(mainPanelDevice)
|
|
--[[
|
|
every frame export to DAC
|
|
Example from A-10C
|
|
Get Radio Frequencies
|
|
get data from device
|
|
local UHF_RADIO = GetDevice(54)
|
|
ExportScript.Tools.SendDataDAC("ExportID", "Format")
|
|
ExportScript.Tools.SendDataDAC("ExportID", "Format", HardwareConfigID)
|
|
ExportScript.Tools.SendDataDAC("2000", string.format("%7.3f", UHF_RADIO:get_frequency()/1000000))
|
|
ExportScript.Tools.SendDataDAC("2000", ExportScript.Tools.RoundFreqeuncy((UHF_RADIO:get_frequency()/1000000))) -- ExportScript.Tools.RoundFreqeuncy(frequency (MHz|KHz), format ("7.3"), PrefixZeros (false), LeastValue (0.025))
|
|
]]
|
|
-- Digital Clock
|
|
-------------------------------------------------
|
|
local lDigitalClock = ExportScript.Tools.getListIndicatorValue(4)
|
|
|
|
if lDigitalClock ~= nil and lDigitalClock.txtHours ~= nil then
|
|
ExportScript.Tools.SendDataDAC("2010", string.format("%s%s%s", lDigitalClock.txtHours, lDigitalClock.txtMinutes, lDigitalClock.txtSeconds))
|
|
end
|
|
end
|
|
|
|
-----------------------------------------------------
|
|
-- LOW IMPORTANCE EXPORTS --
|
|
-- done every gExportLowTickInterval export events --
|
|
-----------------------------------------------------
|
|
|
|
-- Pointed to by ExportScript.ProcessIkarusDCSConfigLowImportance
|
|
function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice)
|
|
--[[
|
|
export in low tick interval to Ikarus
|
|
Example from A-10C
|
|
Get Radio Frequencies
|
|
get data from device
|
|
local lUHFRadio = GetDevice(54)
|
|
ExportScript.Tools.SendData("ExportID", "Format")
|
|
ExportScript.Tools.SendData(2000, string.format("%7.3f", lUHFRadio:get_frequency()/1000000)) -- <- special function for get frequency data
|
|
ExportScript.Tools.SendData(2000, ExportScript.Tools.RoundFreqeuncy((UHF_RADIO:get_frequency()/1000000))) -- ExportScript.Tools.RoundFreqeuncy(frequency (MHz|KHz), format ("7.3"), PrefixZeros (false), LeastValue (0.025))
|
|
]]
|
|
|
|
-- Export ScratchPad
|
|
local lScratchPad = ExportScript.Tools.getListIndicatorValue(5)
|
|
ExportScript.Tools.SendData(2040, ExportScript.Tools.coerce_nil_to_string(lScratchPad.Scratch_PAD))
|
|
|
|
-- AN/ARC-164 UHF and UHF Preset Channel
|
|
---------------------------------------------------
|
|
local lUHF_RADIO = GetDevice(54)
|
|
if lUHF_RADIO:is_on() then
|
|
ExportScript.Tools.SendData(2000, ExportScript.Tools.RoundFreqeuncy((lUHF_RADIO:get_frequency()/1000000)))
|
|
|
|
local lPresetChannel = ExportScript.Tools.getListIndicatorValue(10)
|
|
|
|
ExportScript.Tools.SendData(2001, string.format("%s", lPresetChannel.txtPresetChannel))
|
|
else
|
|
ExportScript.Tools.SendData(2000, " ")
|
|
ExportScript.Tools.SendData(2001, " ")
|
|
end
|
|
|
|
-- AN/ARC-186(V) VHF AM and Preset Channel
|
|
---------------------------------------------------
|
|
local lVHF_AM_RADIO = GetDevice(55)
|
|
ExportScript.Tools.SendData(2002, ExportScript.Tools.RoundFreqeuncy((lVHF_AM_RADIO:get_frequency()/1000000)))
|
|
|
|
local lVHF_AM_RADIO_PRESET = {[0.0]="1",[0.01]="2",[0.02]="3",[0.03]="4",[0.04]="5",[0.05]="6",[0.06]="7",[0.07]="8",[0.08]="9",[0.09]="10",[0.10]="11",[0.11]="12",[0.12]="13",[0.13]="14",[0.14]="15",[0.15]="16",[0.16]="17",[0.17]="18",[0.18]="19",[0.19]="20",[0.20]="1"}
|
|
ExportScript.Tools.SendData(2003, lVHF_AM_RADIO_PRESET[ExportScript.Tools.round(mainPanelDevice:get_argument_value(137), 2)])
|
|
|
|
-- AN/ARC-186(V) VHF FM and Preset Channel
|
|
-------------------------------------------------
|
|
local lVHF_FM_RADIO = GetDevice(56)
|
|
ExportScript.Tools.SendData(2004, ExportScript.Tools.RoundFreqeuncy((lVHF_FM_RADIO:get_frequency()/1000000)))
|
|
|
|
-- Preset is buggy
|
|
local lVHF_FM_RADIO_PRESET = {[0.0]="1",[0.01]="2",[0.02]="3",[0.03]="4",[0.04]="5",[0.05]="6",[0.06]="7",[0.07]="8",[0.08]="9",[0.09]="10",[0.10]="11",[0.11]="12",[0.12]="13",[0.13]="14",[0.14]="15",[0.15]="16",[0.16]="17",[0.17]="18",[0.18]="19",[0.19]="20",[0.20]="1"}
|
|
ExportScript.Tools.SendData(2005, lVHF_FM_RADIO_PRESET[ExportScript.Tools.round(mainPanelDevice:get_argument_value(151), 2, "ceil")])
|
|
|
|
-- TACAN Channel
|
|
-------------------------------------------------
|
|
ExportScript.Tools.SendData(2008, (mainPanelDevice:get_argument_value(263) == 0 and "0" or "1")..ExportScript.Tools.round(mainPanelDevice:get_argument_value(264) * 10, 0)..ExportScript.Tools.round(mainPanelDevice:get_argument_value(265) * 10, 0)..(mainPanelDevice:get_argument_value(266) == 0 and "X" or "Y"))
|
|
ExportScript.Tools.SendData(266, (mainPanelDevice:get_argument_value(266) == 0 and "0" or "1"))
|
|
|
|
-- 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)])
|
|
|
|
-- CMSC 2020 (Text only)
|
|
-------------------------------------------------
|
|
if mainPanelDevice:get_argument_value(364) > 0 then
|
|
local lCMSCTable = ExportScript.Tools.getListIndicatorValue(8)
|
|
|
|
if lCMSCTable ~= nil and lCMSCTable.txt_JMR ~= nil then
|
|
ExportScript.Tools.SendData(2011, string.format("%s", lCMSCTable.txt_CHAFF_FLARE)) -- txt_CHAFF_FLARE
|
|
ExportScript.Tools.SendData(2012, string.format("%s", lCMSCTable.txt_JMR)) -- txt_JMR
|
|
ExportScript.Tools.SendData(2013, string.format("%s", lCMSCTable.txt_MWS)) -- txt_MWS
|
|
end
|
|
else
|
|
ExportScript.Tools.SendData(2011, " ") -- txt_CHAFF_FLARE
|
|
ExportScript.Tools.SendData(2012, " ") -- txt_JMR
|
|
ExportScript.Tools.SendData(2013, " ") -- txt_MWS
|
|
end
|
|
|
|
-- CMSP
|
|
-------------------------------------------------
|
|
if mainPanelDevice:get_argument_value(364) > 0 then
|
|
local lCMSP = ExportScript.Tools.getListIndicatorValue(7)
|
|
|
|
local lCMSPTable = {"","","",""}
|
|
|
|
if lCMSP ~= nil and lCMSP.txt_UP ~= nil then
|
|
lCMSP.txt_UP = lCMSP.txt_UP:gsub(" ", " ")
|
|
lCMSP.txt_UP = lCMSP.txt_UP.." "
|
|
lCMSPTable = ExportScript.Tools.split(lCMSP.txt_UP, "%s")
|
|
end
|
|
|
|
--ExportScript.Tools.WriteToLog('lCMSP: '..ExportScript.Tools.dump(lCMSP))
|
|
--ExportScript.Tools.WriteToLog('lCMSPTable: '..ExportScript.Tools.dump(lCMSPTable))
|
|
|
|
ExportScript.Tools.SendData(2014, string.format("%s", lCMSPTable[1]))
|
|
ExportScript.Tools.SendData(2015, string.format("%s", lCMSPTable[2]))
|
|
ExportScript.Tools.SendData(2016, string.format("%s", lCMSPTable[3]))
|
|
ExportScript.Tools.SendData(2017, string.format("%s", lCMSPTable[4]))
|
|
ExportScript.Tools.SendData(2018, string.format("%s", lCMSP.txt_DOWN1))
|
|
ExportScript.Tools.SendData(2019, string.format("%s", lCMSP.txt_DOWN2))
|
|
ExportScript.Tools.SendData(2020, string.format("%s", lCMSP.txt_DOWN3))
|
|
ExportScript.Tools.SendData(2021, string.format("%s", lCMSP.txt_DOWN4))
|
|
else
|
|
ExportScript.Tools.SendData(2014, " ")
|
|
ExportScript.Tools.SendData(2015, " ")
|
|
ExportScript.Tools.SendData(2016, " ")
|
|
ExportScript.Tools.SendData(2017, " ")
|
|
ExportScript.Tools.SendData(2018, " ")
|
|
ExportScript.Tools.SendData(2019, " ")
|
|
ExportScript.Tools.SendData(2020, " ")
|
|
ExportScript.Tools.SendData(2021, " ")
|
|
end
|
|
|
|
-- Cockpit Light
|
|
ExportScript.Tools.IkarusCockpitLights(mainPanelDevice, {290,292,293})
|
|
-- Engine Instruments Lights, Flight Instruments Lights, Auxiliary Instruments Lights
|
|
|
|
-- CDU Data
|
|
ExportScript.AF.exportCDU()
|
|
end
|
|
|
|
function ExportScript.ProcessDACConfigLowImportance(mainPanelDevice)
|
|
--[[
|
|
export in low tick interval to DAC
|
|
Example from A-10C
|
|
Get Radio Frequencies
|
|
get data from device
|
|
local UHF_RADIO = GetDevice(54)
|
|
ExportScript.Tools.SendDataDAC("ExportID", "Format")
|
|
ExportScript.Tools.SendDataDAC("ExportID", "Format", HardwareConfigID)
|
|
ExportScript.Tools.SendDataDAC("2000", string.format("%7.3f", UHF_RADIO:get_frequency()/1000000))
|
|
ExportScript.Tools.SendDataDAC("2000", ExportScript.Tools.RoundFreqeuncy((UHF_RADIO:get_frequency()/1000000))) -- ExportScript.Tools.RoundFreqeuncy(frequency (MHz|KHz), format ("7.3"), PrefixZeros (false), LeastValue (0.025))
|
|
]]
|
|
|
|
-- AN/ARC-164 UHF and UHF Preset Channel
|
|
---------------------------------------------------
|
|
local lUHF_RADIO = GetDevice(54)
|
|
if lUHF_RADIO:is_on() then
|
|
ExportScript.Tools.SendDataDAC("2000", ExportScript.Tools.RoundFreqeuncy((lUHF_RADIO:get_frequency()/1000000)))
|
|
|
|
local lPresetChannel = ExportScript.Tools.getListIndicatorValue(10)
|
|
|
|
ExportScript.Tools.SendDataDAC("2001", string.format("%s", lPresetChannel.txtPresetChannel))
|
|
else
|
|
ExportScript.Tools.SendDataDAC("2000", "-")
|
|
ExportScript.Tools.SendDataDAC("2001", "-")
|
|
end
|
|
|
|
-- AN/ARC-186(V) VHF AM and Preset Channel
|
|
---------------------------------------------------
|
|
local lVHF_AM_RADIO = GetDevice(55)
|
|
ExportScript.Tools.SendDataDAC("2002", ExportScript.Tools.RoundFreqeuncy((lVHF_AM_RADIO:get_frequency()/1000000)))
|
|
|
|
local lVHF_AM_RADIO_PRESET = {[0.0]="1",[0.01]="2",[0.02]="3",[0.03]="4",[0.04]="5",[0.05]="6",[0.06]="7",[0.07]="8",[0.08]="9",[0.09]="10",[0.10]="11",[0.11]="12",[0.12]="13",[0.13]="14",[0.14]="15",[0.15]="16",[0.16]="17",[0.17]="18",[0.18]="19",[0.19]="20",[0.20]="1"}
|
|
ExportScript.Tools.SendDataDAC("2003", lVHF_AM_RADIO_PRESET[ExportScript.Tools.round(mainPanelDevice:get_argument_value(137), 2)])
|
|
|
|
-- AN/ARC-186(V) VHF FM and Preset Channel
|
|
-------------------------------------------------
|
|
local lVHF_FM_RADIO = GetDevice(56)
|
|
ExportScript.Tools.SendDataDAC("2004", ExportScript.Tools.RoundFreqeuncy((lVHF_FM_RADIO:get_frequency()/1000000)))
|
|
|
|
-- Preset is buggy
|
|
local lVHF_FM_RADIO_PRESET = {[0.0]="1",[0.01]="2",[0.02]="3",[0.03]="4",[0.04]="5",[0.05]="6",[0.06]="7",[0.07]="8",[0.08]="9",[0.09]="10",[0.10]="11",[0.11]="12",[0.12]="13",[0.13]="14",[0.14]="15",[0.15]="16",[0.16]="17",[0.17]="18",[0.18]="19",[0.19]="20",[0.20]="1"}
|
|
ExportScript.Tools.SendDataDAC("2005", lVHF_FM_RADIO_PRESET[ExportScript.Tools.round(mainPanelDevice:get_argument_value(151), 2, "ceil")])
|
|
|
|
-- Pressure setting
|
|
--------------------------------------------------------
|
|
local pressure_setting_3 = mainPanelDevice:get_argument_value(56) * 10000 -- {0.0, 10.0} {0.0, 1.0}
|
|
local pressure_setting_2 = mainPanelDevice:get_argument_value(57) * 1000 -- {0.0, 10.0} {0.0, 1.0}
|
|
local pressure_setting_1 = mainPanelDevice:get_argument_value(58) * 100 -- {0.0, 10.0} {0.0, 1.0}
|
|
local pressure_setting_0 = mainPanelDevice:get_argument_value(59) * 10 -- {0.0, 10.0} {0.0, 1.0}
|
|
local pressure_setting = ((pressure_setting_3 + pressure_setting_2 + pressure_setting_1 + pressure_setting_0) / 100)
|
|
ExportScript.Tools.SendDataDAC("2006", string.format("%5.2f", pressure_setting))
|
|
|
|
-- Calculate Total Fuel
|
|
--------------------------------------------------------
|
|
local lFuelQuantityCounterTenthOfThous = mainPanelDevice:get_argument_value(90) * 10000 -- {0.0, 10.0} {0.0, 1.0}
|
|
local lFuelQuantityCounterThousands = mainPanelDevice:get_argument_value(91) * 1000 -- {0.0, 10.0} {0.0, 1.0}
|
|
local lFuelQuantityCounterHundreds = mainPanelDevice:get_argument_value(92) * 100 -- {0.0, 10.0} {0.0, 1.0}
|
|
-- orginal
|
|
local lFuelQuantityCounter = ((lFuelQuantityCounterTenthOfThous + lFuelQuantityCounterThousands + lFuelQuantityCounterHundreds) / 10)
|
|
ExportScript.Tools.SendDataDAC("2007", string.format("%0.0f", lFuelQuantityCounter).."00")
|
|
-- exact
|
|
--local lFuelQuantityCounter = ((lFuelQuantityCounterTenthOfThous + lFuelQuantityCounterThousands + lFuelQuantityCounterHundreds))
|
|
--ExportScript.Tools.SendDataDAC("2007", string.format("%1d", lFuelQuantityCounter).."0")
|
|
|
|
-- TACAN Channel
|
|
-------------------------------------------------
|
|
ExportScript.Tools.SendDataDAC("2008", (mainPanelDevice:get_argument_value(263) == 0 and "0" or "1")..ExportScript.Tools.round(mainPanelDevice:get_argument_value(264) * 10, 0)..ExportScript.Tools.round(mainPanelDevice:get_argument_value(265) * 10, 0))
|
|
|
|
-- 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.SendDataDAC("2009", lILSFrequencyMHz[ExportScript.Tools.round(mainPanelDevice:get_argument_value(251), 1)].."."..lILSFrequencyKHz[ExportScript.Tools.round(mainPanelDevice:get_argument_value(252), 1)])
|
|
|
|
-- generic Radio display and frequency rotarys
|
|
-------------------------------------------------
|
|
-- genericRadioConf
|
|
ExportScript.genericRadioConf = {}
|
|
ExportScript.genericRadioConf['maxRadios'] = 3 -- numbers of aviables/supported radios
|
|
ExportScript.genericRadioConf[1] = {} -- first radio
|
|
ExportScript.genericRadioConf[1]['Name'] = "AN/ARC-164 UHF" -- name of radio
|
|
ExportScript.genericRadioConf[1]['DeviceID'] = 54 -- DeviceID for GetDevice from device.lua
|
|
ExportScript.genericRadioConf[1]['setFrequency'] = true -- change frequency active
|
|
ExportScript.genericRadioConf[1]['FrequencyMultiplicator'] = 1000000 -- Multiplicator from Hz to MHz
|
|
ExportScript.genericRadioConf[1]['FrequencyFormat'] = "%7.3f" -- frequency view format LUA style
|
|
ExportScript.genericRadioConf[1]['FrequencyStep'] = 25 -- minimal step for frequency change
|
|
ExportScript.genericRadioConf[1]['minFrequency'] = 220.000 -- lowest frequency
|
|
ExportScript.genericRadioConf[1]['maxFrequency'] = 314.450 -- highest frequency
|
|
ExportScript.genericRadioConf[1]['Power'] = {} -- power button active
|
|
ExportScript.genericRadioConf[1]['Power']['ButtonID'] = 3008 -- power button id from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Power']['ValueOn'] = 0.1 -- power on value from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Power']['ValueOff'] = 0.0 -- power off value from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Volume'] = {} -- volume knob active
|
|
ExportScript.genericRadioConf[1]['Volume']['ButtonID'] = 3011 -- volume button id from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Preset'] = {} -- preset knob active
|
|
ExportScript.genericRadioConf[1]['Preset']['ArgumentID'] = 161 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Preset']['ButtonID'] = 3001 -- preset button id from cklickable.lua
|
|
-- Preset based on switchlogic on clickabledata.lua
|
|
ExportScript.genericRadioConf[1]['Preset']['List'] = {[0.0]="01",[0.05]="02",[0.10]="03",[0.15]="04",[0.20]="05",[0.25]="06",[0.30]="07",[0.35]="08",[0.40]="09",[0.45]="10",[0.50]="11",[0.55]="12",[0.60]="13",[0.65]="14",[0.70]="15",[0.75]="16",[0.80]="17",[0.85]="18",[0.90]="19",[0.95]="20",[1.00]="01"}
|
|
ExportScript.genericRadioConf[1]['Preset']['Step'] = 0.05 -- minimal step for preset change
|
|
ExportScript.genericRadioConf[1]['Squelch'] = {} -- squelch switch active
|
|
ExportScript.genericRadioConf[1]['Squelch']['ArgumentID'] = 170 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Squelch']['ButtonID'] = 3010 -- squelch button id from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Squelch']['ValueOn'] = 0.0 -- squelch on value from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Squelch']['ValueOff'] = 1.0 -- squelch off value from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['Load'] = {} -- load button preset
|
|
ExportScript.genericRadioConf[1]['Load']['ButtonID'] = 3015 -- load button id from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['ManualPreset'] = {} -- switch manual or preset active
|
|
ExportScript.genericRadioConf[1]['ManualPreset']['ArgumentID'] = 167 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['ManualPreset']['ButtonID'] = 3007 -- ManualPreset button id from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['ManualPreset']['ValueManual'] = 0.0-- ManualPreset Manual value from cklickable.lua
|
|
ExportScript.genericRadioConf[1]['ManualPreset']['ValuePreset'] = 0.1-- ManualPreset Preset value from cklickable.lua
|
|
|
|
ExportScript.genericRadioConf[2] = {} -- secound radio
|
|
ExportScript.genericRadioConf[2]['Name'] = "AN/ARC-186(V) VHF FM" -- name of radio
|
|
ExportScript.genericRadioConf[2]['DeviceID'] = 55 -- DeviceID for GetDevice from device.lua
|
|
ExportScript.genericRadioConf[2]['setFrequency'] = true -- change frequency active
|
|
ExportScript.genericRadioConf[2]['FrequencyMultiplicator'] = 1000000 -- Multiplicator from Hz to MHz
|
|
ExportScript.genericRadioConf[2]['FrequencyFormat'] = "%7.3f" -- frequency view format LUA style
|
|
ExportScript.genericRadioConf[2]['FrequencyStep'] = 25 -- minimal step for frequency change
|
|
ExportScript.genericRadioConf[2]['minFrequency'] = 116.000 -- lowest frequency
|
|
ExportScript.genericRadioConf[2]['maxFrequency'] = 151.975 -- highest frequency
|
|
ExportScript.genericRadioConf[2]['Power'] = {} -- power button active
|
|
ExportScript.genericRadioConf[2]['Power']['ButtonID'] = 3003 -- power button id from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Power']['ValueOn'] = 0.1 -- power on value from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Power']['ValueOff'] = 0.0 -- power off value from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Volume'] = {} -- volume knob active
|
|
ExportScript.genericRadioConf[2]['Volume']['ButtonID'] = 3005 -- volume button id from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Preset'] = {} -- preset knob active
|
|
ExportScript.genericRadioConf[2]['Preset']['ArgumentID'] = 137 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Preset']['ButtonID'] = 3001 -- preset button id from cklickable.lua
|
|
-- Preset based on switchlogic on clickabledata.lua
|
|
ExportScript.genericRadioConf[2]['Preset']['List'] = {[0.0]="01",[0.01]="02",[0.02]="03",[0.03]="04",[0.04]="05",[0.05]="06",[0.06]="07",[0.07]="08",[0.08]="09",[0.09]="10",[0.10]="11",[0.11]="12",[0.12]="13",[0.13]="14",[0.14]="15",[0.15]="16",[0.16]="17",[0.17]="18",[0.18]="19",[0.19]="20",[0.20]="01"}
|
|
ExportScript.genericRadioConf[2]['Preset']['Step'] = 0.01 -- minimal step for preset change
|
|
ExportScript.genericRadioConf[2]['Squelch'] = {} -- squelch switch active
|
|
ExportScript.genericRadioConf[2]['Squelch']['ArgumentID'] = 134 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Squelch']['ButtonID'] = 3008 -- squelch button id from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Squelch']['ValueOn'] = 0.0 -- squelch on value from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Squelch']['ValueOff'] = 1.0 -- squelch off value from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['Load'] = {} -- load button preset
|
|
ExportScript.genericRadioConf[2]['Load']['ButtonID'] = 3006 -- load button id from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['ManualPreset'] = {} -- switch manual or preset active
|
|
ExportScript.genericRadioConf[2]['ManualPreset']['ArgumentID'] = 135 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['ManualPreset']['ButtonID'] = 3004 -- ManualPreset button id from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['ManualPreset']['ValueManual'] = 0.2-- ManualPreset Manual value from cklickable.lua
|
|
ExportScript.genericRadioConf[2]['ManualPreset']['ValuePreset'] = 0.3-- ManualPreset Preset value from cklickable.lua
|
|
|
|
ExportScript.genericRadioConf[3] = {} -- secound radio
|
|
ExportScript.genericRadioConf[3]['Name'] = "AN/ARC-186(V) VHF AM" -- name of radio
|
|
ExportScript.genericRadioConf[3]['DeviceID'] = 56 -- DeviceID for GetDevice from device.lua
|
|
ExportScript.genericRadioConf[3]['setFrequency'] = true -- change frequency active
|
|
ExportScript.genericRadioConf[3]['FrequencyMultiplicator'] = 1000000 -- Multiplicator from Hz to MHz
|
|
ExportScript.genericRadioConf[3]['FrequencyFormat'] = "%7.3f" -- frequency view format LUA style
|
|
ExportScript.genericRadioConf[3]['FrequencyStep'] = 25 -- minimal step for frequency change
|
|
ExportScript.genericRadioConf[3]['minFrequency'] = 30.000 -- lowest frequency
|
|
ExportScript.genericRadioConf[3]['maxFrequency'] = 76.000 -- highest frequency
|
|
ExportScript.genericRadioConf[3]['Power'] = {} -- power button active
|
|
ExportScript.genericRadioConf[3]['Power']['ButtonID'] = 3003 -- power button id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Power']['ValueOn'] = 0.1 -- power on value from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Power']['ValueOff'] = 0.0 -- power off value from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Volume'] = {} -- volume knob active
|
|
ExportScript.genericRadioConf[3]['Volume']['ButtonID'] = 3005 -- volume button id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Preset'] = {} -- preset knob active
|
|
ExportScript.genericRadioConf[3]['Preset']['ArgumentID'] = 151 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Preset']['ButtonID'] = 3001 -- preset button id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Preset']['ButtonID2'] = 3002 -- preset button id from cklickable.lua
|
|
-- Preset based on switchlogic on clickabledata.lua
|
|
ExportScript.genericRadioConf[3]['Preset']['List'] = {[0.0]="01",[0.01]="02",[0.02]="03",[0.03]="04",[0.04]="05",[0.05]="06",[0.06]="07",[0.07]="08",[0.08]="09",[0.09]="10",[0.10]="11",[0.11]="12",[0.12]="13",[0.13]="14",[0.14]="15",[0.15]="16",[0.16]="17",[0.17]="18",[0.18]="19",[0.19]="20",[0.20]="01"}
|
|
ExportScript.genericRadioConf[3]['Preset']['Step'] = 0.01 -- minimal step for preset change
|
|
ExportScript.genericRadioConf[3]['Preset']['Step2'] = -0.01 -- minimal step for preset change
|
|
ExportScript.genericRadioConf[3]['Squelch'] = {} -- squelch switch active
|
|
ExportScript.genericRadioConf[3]['Squelch']['ArgumentID'] = 148 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Squelch']['ButtonID'] = 3008 -- squelch button id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Squelch']['ValueOn'] = 0.0 -- squelch on value from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Squelch']['ValueOff'] = -1.0 -- squelch off value from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['Load'] = {} -- load button preset
|
|
ExportScript.genericRadioConf[3]['Load']['ButtonID'] = 3004 -- load button id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['ManualPreset'] = {} -- switch manual or preset active
|
|
ExportScript.genericRadioConf[3]['ManualPreset']['ArgumentID'] = 149 -- ManualPreset argument id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['ManualPreset']['ButtonID'] = 3004 -- ManualPreset button id from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['ManualPreset']['ValueManual'] = 0.2-- ManualPreset Manual value from cklickable.lua
|
|
ExportScript.genericRadioConf[3]['ManualPreset']['ValuePreset'] = 0.3-- ManualPreset Preset value from cklickable.lua
|
|
|
|
ExportScript.genericRadio(nil, nil)
|
|
|
|
-- NOT FOR ARCAZE
|
|
-------------------------------------------------
|
|
--[[
|
|
-- CMSC
|
|
-------------------------------------------------
|
|
local lCMSC = list_indication(8)
|
|
lCMSC = lCMSC:gsub("-----------------------------------------", "")
|
|
lCMSC = lCMSC:gsub("txt_CHAFF_FLARE", "")
|
|
lCMSC = lCMSC:gsub("txt_JMR", "")
|
|
lCMSC = lCMSC:gsub("txt_MWS", "")
|
|
lCMSC = lCMSC:gsub("%c%c(%C)", "%1")
|
|
lCMSC = lCMSC.."\n"
|
|
|
|
local lCMSCTable = {}
|
|
lCMSCTable = ExportScript.Tools.split(lCMSC, "%c")
|
|
|
|
if lCMSCTable[2] ~= nil then
|
|
ExportScript.Tools.SendDataDAC("2011", lCMSCTable[1]) -- txt_CHAFF_FLARE
|
|
ExportScript.Tools.SendDataDAC("2012", lCMSCTable[2]) -- txt_JMR
|
|
ExportScript.Tools.SendDataDAC("2013", lCMSCTable[3]) -- txt_MWS
|
|
else
|
|
ExportScript.Tools.SendDataDAC("2011", "") -- txt_CHAFF_FLARE
|
|
ExportScript.Tools.SendDataDAC("2012", "") -- txt_JMR
|
|
ExportScript.Tools.SendDataDAC("2013", "") -- txt_MWS
|
|
end
|
|
|
|
-- CMSP
|
|
-------------------------------------------------
|
|
local lCMSP = list_indication(7)
|
|
lCMSP = lCMSP:gsub("-----------------------------------------", "")
|
|
lCMSP = lCMSP:gsub("txt_UP", "")
|
|
lCMSP = lCMSP:gsub("txt_DOWN1", "")
|
|
lCMSP = lCMSP:gsub("txt_DOWN2", "")
|
|
lCMSP = lCMSP:gsub("txt_DOWN3", "")
|
|
lCMSP = lCMSP:gsub("txt_DOWN4", "")
|
|
lCMSP = lCMSP:gsub("%c%c(%C)", "%1")
|
|
lCMSP = lCMSP.."\n"
|
|
|
|
local lCMSPTable = {}
|
|
lCMSPTable = ExportScript.Tools.split(lCMSP, "%c")
|
|
|
|
lCMSP = lCMSPTable[1].."\n"..table.concat(lCMSPTable, " ", 2)
|
|
ExportScript.Tools.SendDataDAC("2014", lCMSP)
|
|
]]
|
|
|
|
|
|
--=====================================================================================
|
|
--[[
|
|
ExportScript.Tools.WriteToLog('list_cockpit_params(): '..ExportScript.Tools.dump(list_cockpit_params()))
|
|
ExportScript.Tools.WriteToLog('CMSP: '..ExportScript.Tools.dump(list_indication(7)))
|
|
|
|
local ltmp1 = 0
|
|
for ltmp2 = 0, 13, 1 do
|
|
ltmp1 = list_indication(ltmp2)
|
|
ExportScript.Tools.WriteToLog(ltmp2..': '..ExportScript.Tools.dump(ltmp1))
|
|
--ExportScript.Tools.WriteToLog(ltmp2..' (metatable): '..ExportScript.Tools.dump(getmetatable(ltmp1)))
|
|
end
|
|
]]
|
|
--[[
|
|
-- LITENING_INTERFACE
|
|
local lLITENING_INTERFACE = GetDevice(11)
|
|
ExportScript.Tools.WriteToLog('lLITENING_INTERFACE:get_station '..ExportScript.Tools.dump(lLITENING_INTERFACE:get_station()))
|
|
--ExportScript.Tools.WriteToLog('lLITENING_INTERFACE:add_masked_region '..ExportScript.Tools.dump(lLITENING_INTERFACE:add_masked_region())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lLITENING_INTERFACE:set_laser_designation_code '..ExportScript.Tools.dump(lLITENING_INTERFACE:set_laser_designation_code())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lLITENING_INTERFACE:set_laser_spot_search_code '..ExportScript.Tools.dump(lLITENING_INTERFACE:set_laser_spot_search_code())) -- test the parameters
|
|
|
|
-- ADI
|
|
local lADI = GetDevice(47)
|
|
ExportScript.Tools.WriteToLog('lADI:get_sideslip '..ExportScript.Tools.dump(lADI:get_sideslip()))
|
|
ExportScript.Tools.WriteToLog('lADI:get_bank '..ExportScript.Tools.dump(lADI:get_bank()))
|
|
ExportScript.Tools.WriteToLog('lADI:get_pitch '..ExportScript.Tools.dump(lADI:get_pitch()))
|
|
|
|
-- SAI
|
|
local lSAI = GetDevice(48)
|
|
ExportScript.Tools.WriteToLog('lSAI:get_sideslip '..ExportScript.Tools.dump(lSAI:get_sideslip()))
|
|
ExportScript.Tools.WriteToLog('lSAI:get_bank '..ExportScript.Tools.dump(lSAI:get_bank()))
|
|
ExportScript.Tools.WriteToLog('lSAI:get_pitch '..ExportScript.Tools.dump(lSAI:get_pitch()))
|
|
|
|
-- UHF_RADIO
|
|
local lUHF_RADIO = GetDevice(54)
|
|
ExportScript.Tools.WriteToLog('lUHF_RADIO:is_on '..ExportScript.Tools.dump(lUHF_RADIO:is_on()))
|
|
ExportScript.Tools.WriteToLog('lUHF_RADIO:get_frequency '..ExportScript.Tools.dump(lUHF_RADIO:get_frequency()))
|
|
--ExportScript.Tools.WriteToLog('lUHF_RADIO:set_frequency '..ExportScript.Tools.dump(lUHF_RADIO:set_frequency())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lUHF_RADIO:set_modulation '..ExportScript.Tools.dump(lUHF_RADIO:set_modulation())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lUHF_RADIO:set_channel '..ExportScript.Tools.dump(lUHF_RADIO:set_channel())) -- test the parameters
|
|
|
|
-- VHF_AM_RADIO
|
|
local lVHF_AM_RADIO = GetDevice(55)
|
|
ExportScript.Tools.WriteToLog('lVHF_AM_RADIO:is_on '..ExportScript.Tools.dump(lVHF_AM_RADIO:is_on()))
|
|
ExportScript.Tools.WriteToLog('lVHF_AM_RADIO:get_frequency '..ExportScript.Tools.dump(lVHF_AM_RADIO:get_frequency()))
|
|
--ExportScript.Tools.WriteToLog('lVHF_AM_RADIO:set_frequency '..ExportScript.Tools.dump(lVHF_AM_RADIO:set_frequency())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lVHF_AM_RADIO:set_modulation '..ExportScript.Tools.dump(lVHF_AM_RADIO:set_modulation())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lVHF_AM_RADIO:set_channel '..ExportScript.Tools.dump(lVHF_AM_RADIO:set_channel())) -- test the parameters
|
|
|
|
-- VHF_FM_RADIO
|
|
local lVHF_FM_RADIO = GetDevice(56)
|
|
ExportScript.Tools.WriteToLog('lVHF_FM_RADIO:is_on '..ExportScript.Tools.dump(lVHF_FM_RADIO:is_on()))
|
|
ExportScript.Tools.WriteToLog('lVHF_FM_RADIO:get_frequency '..ExportScript.Tools.dump(lVHF_FM_RADIO:get_frequency()))
|
|
--ExportScript.Tools.WriteToLog('lVHF_FM_RADIO:set_frequency '..ExportScript.Tools.dump(lVHF_FM_RADIO:set_frequency())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lVHF_FM_RADIO:set_modulation '..ExportScript.Tools.dump(lVHF_FM_RADIO:set_modulation())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lVHF_FM_RADIO:set_channel '..ExportScript.Tools.dump(lVHF_FM_RADIO:set_channel())) -- test the parameters
|
|
|
|
-- INTERCOM
|
|
local lINTERCOM = GetDevice(58)
|
|
ExportScript.Tools.WriteToLog('lINTERCOM:is_communicator_available '..ExportScript.Tools.dump(lINTERCOM:is_communicator_available()))
|
|
ExportScript.Tools.WriteToLog('lINTERCOM:get_noise_level '..ExportScript.Tools.dump(lINTERCOM:get_noise_level()))
|
|
ExportScript.Tools.WriteToLog('lINTERCOM:get_signal_level '..ExportScript.Tools.dump(lINTERCOM:get_signal_level()))
|
|
--ExportScript.Tools.WriteToLog('lINTERCOM:set_communicator '..ExportScript.Tools.dump(lINTERCOM:set_communicator())) -- test the parameters
|
|
--ExportScript.Tools.WriteToLog('lINTERCOM:set_voip_mode '..ExportScript.Tools.dump(lINTERCOM:set_voip_mode())) -- test the parameters
|
|
]]
|
|
--[[
|
|
local ltmp1 = 0
|
|
for ltmp2 = 1, 73, 1 do
|
|
ltmp1 = GetDevice(ltmp2)
|
|
ExportScript.Tools.WriteToLog(ltmp2..': '..ExportScript.Tools.dump(ltmp1))
|
|
ExportScript.Tools.WriteToLog(ltmp2..' (metatable): '..ExportScript.Tools.dump(getmetatable(ltmp1)))
|
|
end
|
|
]]
|
|
|
|
--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
|
|
}
|
|
},
|
|
FPMENUPageNumber={
|
|
{
|
|
alignment="LFT",
|
|
cdu_pages={
|
|
"FPBUILD"
|
|
},
|
|
id="FPMENUPageNumber",
|
|
index=0,
|
|
statictext=false,
|
|
x=20,
|
|
y=10
|
|
}
|
|
},
|
|
FPBUILDPageNumber={
|
|
{
|
|
alignment="LFT",
|
|
cdu_pages={
|
|
"FPBUILD"
|
|
},
|
|
id="FPMENUPageNumber",
|
|
index=0,
|
|
statictext=false,
|
|
x=20,
|
|
y=10
|
|
}
|
|
},
|
|
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
|
|
}
|
|
},
|
|
P={
|
|
{
|
|
alignment="LFT",
|
|
cdu_pages={
|
|
"FPMENU"},
|
|
id="P",
|
|
index=0,
|
|
statictext=true,
|
|
x=19,
|
|
y=10
|
|
}
|
|
},
|
|
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(string.char(0xB0), "0x00B0") --DEGREE "°"
|
|
s = s:gsub(string.char(0xB1), "0x00B1") --INC_DEC "±"
|
|
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(0xBB), "0x2192") --Right Arrow "→"
|
|
s = s:gsub(string.char(0xAB), "0x2190") --Left Arrow "←"
|
|
s = s:gsub(string.char(0xB6), "0x2588") --Cursor "█"
|
|
s = s:gsub(string.char(0xA1), "0x2337") --DATA_ENTRY "⌷"
|
|
s = s:gsub(string.char(0xAE), "0x2195") --UpDown Arrow "↕"
|
|
s = s:gsub("*" , "0x002A") -- Asterisk "*"
|
|
return s
|
|
end
|
|
|
|
function ExportScript.AF.preReplaceSymbols(s)
|
|
s = s:gsub(string.char(26), string.char(0xBB)) -- BRANCH_L
|
|
s = s:gsub(string.char(27), string.char(0xAB)) -- BRANCH_R
|
|
s = s:gsub(string.char(18), string.char(0xAE)) -- ROTARY
|
|
s = s:gsub(string.char(20), string.char(0xA1)) -- DATA_ENTRY
|
|
s = s:gsub("©" , string.char(0xA9)) -- SYS_ACTION
|
|
s = s:gsub("°" , string.char(0xB0)) -- DEGREE
|
|
s = s:gsub("ю" , string.char(0xB6)) -- FILLED
|
|
s = s:gsub("я" , string.char(0xB1)) -- INC_DEC
|
|
return s
|
|
end
|
|
|
|
function ExportScript.AF.exportCDU()
|
|
local cdu = ExportScript.Tools.getListIndicatorValue(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(2030, cdu_lines[1])
|
|
ExportScript.Tools.SendData(2031, cdu_lines[2])
|
|
ExportScript.Tools.SendData(2032, cdu_lines[3])
|
|
ExportScript.Tools.SendData(2033, cdu_lines[4])
|
|
ExportScript.Tools.SendData(2034, cdu_lines[5])
|
|
ExportScript.Tools.SendData(2035, cdu_lines[6])
|
|
ExportScript.Tools.SendData(2036, cdu_lines[7])
|
|
ExportScript.Tools.SendData(2037, cdu_lines[8])
|
|
ExportScript.Tools.SendData(2038, cdu_lines[9])
|
|
ExportScript.Tools.SendData(2039, 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
|
|
|
|
v = ExportScript.AF.preReplaceSymbols(v) -- make sure that 1 char == 1 byte
|
|
|
|
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 1: '..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 2: '..ExportScript.Tools.dump(cdu_lines))
|
|
end
|
|
ExportScript.Tools.SendData(2030, cdu_lines[1])
|
|
ExportScript.Tools.SendData(2031, cdu_lines[2])
|
|
ExportScript.Tools.SendData(2032, cdu_lines[3])
|
|
ExportScript.Tools.SendData(2033, cdu_lines[4])
|
|
ExportScript.Tools.SendData(2034, cdu_lines[5])
|
|
ExportScript.Tools.SendData(2035, cdu_lines[6])
|
|
ExportScript.Tools.SendData(2036, cdu_lines[7])
|
|
ExportScript.Tools.SendData(2037, cdu_lines[8])
|
|
ExportScript.Tools.SendData(2038, cdu_lines[9])
|
|
ExportScript.Tools.SendData(2039, cdu_lines[10])
|
|
|
|
end
|