mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
1081 lines
60 KiB
Lua
1081 lines
60 KiB
Lua
-- A-10C Export
|
|
-- Version 1.0.0 BETA
|
|
|
|
ExportScript.FoundDCSModule = true
|
|
|
|
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
|
|
-- Engine Gauges
|
|
[70] = "%.4f", -- Left Engine Temperature
|
|
[73] = "%.4f", -- Right Engine Temperature
|
|
[76] = "%.4f", -- EngineLeftFanSpeed
|
|
[77] = "%.4f", -- EngineRightFanSpeed
|
|
[78] = "%.4f", -- EngineLeftCoreSpeedTenth
|
|
[80] = "%.4f", -- EngineRightCoreSpeedTenth
|
|
[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}
|
|
-- CPT MECH
|
|
[654] = "%1d", -- PTR-ANTI-SKID (Anti Skid)
|
|
-- 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"
|
|
]]
|
|
[22] = "%.3f", -- AAP ??
|
|
-- 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)
|
|
[127] = "%.1f", -- PTR-THROTTLE-FRICTION (Throttle Friction Control)
|
|
-- 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 (ILS Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value)
|
|
[248] = "%0.1f", -- PTR-ILSCP-PWR (ILS Frequency MHz / Power. Right mouse click to cycle power. Rotate mouse wheel to change frequency value)
|
|
[249] = "%.3f", -- PTR-ILSCP-VOL (ILS Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click and hold while moving mouse to adjust volumeILS Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click and hold while moving mouse to adjust)
|
|
[250] = "%0.1f", -- PTR-ILSCP-VOL (ILS Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click and hold while moving mouse to adjust volumeILS Frequency kHz / Volume. Rotate mouse wheel to change frequency value. Left or Right click and hold while moving mouse to adjust)
|
|
[251] = "%0.1f", -- ILS_window_wheel_MHz
|
|
[252] = "%0.1f", -- ILS_window_wheel_KHz
|
|
-- TACAN
|
|
[258] = "%0.2f", -- PTR-TACAN-CHANNEL-SELECTOR-2 (Channel Selector (Ones) / X/Y Mode. Right mouse click to select X/Y. Rotate mouse wheel to make channel selection)
|
|
[259] = "%.1f", -- PTR-TACAN-TEST (Test TACAN Signal on HSI)
|
|
[261] = "%.3f", -- PTR-TACAN-VOL (Signal Volume)
|
|
[262] = "%0.1f", -- PTR-TACAN-MODE (Mode Dial)
|
|
[266] = "%1d", -- XYwheel
|
|
[263] = "%.1f", -- TACAN_digit_pos.hundreds
|
|
[264] = "%.1f", -- TACAN_digit_pos.tens
|
|
[265] = "%.1f", -- TACAN_digit_pos.ones
|
|
-- 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)
|
|
-- Light System Control Panel
|
|
[655] = "%0.1f", -- PTR-LIGHTS-LAND (Land Taxi Lights)
|
|
-- STALL
|
|
[704] = "%.3f", -- PTR-STALLWCP-STALL (Stall Volume)
|
|
[705] = "%.3f", -- PTR-STALLWCP-PEAK (Peak Volume)
|
|
-- 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)
|
|
}
|
|
|
|
-----------------------------
|
|
-- 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
|
|
]]
|
|
-- Digital Clock
|
|
-------------------------------------------------
|
|
local lDigitalClock = list_indication(4)
|
|
lDigitalClock = lDigitalClock:gsub("-----------------------------------------", "")
|
|
lDigitalClock = lDigitalClock:gsub("txtHours", "")
|
|
lDigitalClock = lDigitalClock:gsub("txtColon", "")
|
|
lDigitalClock = lDigitalClock:gsub(":", "")
|
|
lDigitalClock = lDigitalClock:gsub("txtMinutes", "")
|
|
lDigitalClock = lDigitalClock:gsub("txtSeconds", "")
|
|
lDigitalClock = lDigitalClock:gsub("%c", "")
|
|
lDigitalClock = lDigitalClock:gsub("txt", "")
|
|
lDigitalClock = lDigitalClock:sub(1, 8)
|
|
if lDigitalClock:sub(7, 7) == "C" then
|
|
lDigitalClock = lDigitalClock:sub(1, 6).."; C"
|
|
elseif lDigitalClock:sub(7, 8) == "ET" then
|
|
lDigitalClock = lDigitalClock:sub(1, 6)..";ET"
|
|
else
|
|
lDigitalClock = ""
|
|
end
|
|
ExportScript.Tools.SendData(2001, string.format("%s", lDigitalClock))
|
|
|
|
--local lCDU = list_indication(3)
|
|
--ExportScript.Tools.WriteToLog('CDU: '..ExportScript.Tools.dump(lCDU))
|
|
end
|
|
|
|
function ExportScript.ProcessDACConfigHighImportance(mainPanelDevice)
|
|
--[[
|
|
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", string.format("%7.3f", UHF_RADIO:get_frequency()/1000000), 2) -- export to Hardware '2' Config
|
|
]]
|
|
-- Digital Clock
|
|
-------------------------------------------------
|
|
local lDigitalClock = list_indication(4)
|
|
lDigitalClock = lDigitalClock:gsub("-----------------------------------------", "")
|
|
lDigitalClock = lDigitalClock:gsub("txtHours", "")
|
|
lDigitalClock = lDigitalClock:gsub("txtColon", "")
|
|
lDigitalClock = lDigitalClock:gsub(":", "")
|
|
lDigitalClock = lDigitalClock:gsub("txtMinutes", "")
|
|
lDigitalClock = lDigitalClock:gsub("txtSeconds", "")
|
|
lDigitalClock = lDigitalClock:gsub("%c", "")
|
|
ExportScript.Tools.SendDataDAC("2010", string.format("%s", lDigitalClock:sub(1, 6))) -- with : lDigitalClock:sub(1, 7)
|
|
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
|
|
]]
|
|
--AN/ARC-164 UHF
|
|
---------------------------------------------------
|
|
local lUHFRadio = GetDevice(54)
|
|
ExportScript.Tools.SendData(2002, string.format("%.3f", lUHFRadio:get_frequency()/1000000))
|
|
|
|
-- AN/ARC-186(V) VHF AM
|
|
---------------------------------------------------
|
|
local lVHF_AM_RADIO = GetDevice(55)
|
|
ExportScript.Tools.SendData(2003, string.format("%.3f", lVHF_AM_RADIO:get_frequency()/1000000))
|
|
|
|
-- AN/ARC-186(V) VHF FM
|
|
-------------------------------------------------
|
|
local lVHF_FM_RADIO = GetDevice(56)
|
|
ExportScript.Tools.SendData(2004, string.format("%.3f", lVHF_FM_RADIO:get_frequency()/1000000))
|
|
|
|
-- CMSC 2020 (Text only)
|
|
-------------------------------------------------
|
|
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.SendData(2005, string.format("%s", lCMSCTable[1])) -- txt_CHAFF_FLARE
|
|
ExportScript.Tools.SendData(2006, string.format("%s", lCMSCTable[2])) -- txt_JMR
|
|
ExportScript.Tools.SendData(2007, string.format("%s", lCMSCTable[3])) -- txt_MWS
|
|
else
|
|
ExportScript.Tools.SendData(2005, "") -- txt_CHAFF_FLARE
|
|
ExportScript.Tools.SendData(2006, "") -- txt_JMR
|
|
ExportScript.Tools.SendData(2007, "") -- txt_MWS
|
|
end
|
|
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", string.format("%7.3f", UHF_RADIO:get_frequency()/1000000), 2) -- export to Hardware '2' Config
|
|
]]
|
|
|
|
-- AN/ARC-164 UHF and UHF Preset Channel
|
|
---------------------------------------------------
|
|
local lUHF_RADIO = GetDevice(54)
|
|
if lUHF_RADIO:is_on() then
|
|
ExportScript.Tools.SendDataDAC("2000", string.format("%.3f", lUHF_RADIO:get_frequency()/1000000))
|
|
|
|
local lPresetChannel = list_indication(10)
|
|
lPresetChannel = lPresetChannel:gsub("-----------------------------------------", "")
|
|
lPresetChannel = lPresetChannel:gsub("txtPresetChannel", "")
|
|
lPresetChannel = lPresetChannel:gsub("%c", "")
|
|
|
|
ExportScript.Tools.SendDataDAC("2001", string.format("%s", lPresetChannel))
|
|
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", string.format("%.3f", 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", string.format("%.3f", 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", (string.format("%0.2f", (mainPanelDevice:get_argument_value(263))) == "1.00" and "0" or "1")..ExportScript.Tools.round(mainPanelDevice:get_argument_value(264) * 10, 0)..ExportScript.Tools.round(mainPanelDevice:get_argument_value(265) * 10, 0))
|
|
|
|
-- 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
|
|
-------------------------------------------------
|
|
--[[
|
|
-- CMSP
|
|
-------------------------------------------------
|
|
local lCMPS = list_indication(7)
|
|
lCMPS = lCMPS:gsub("-----------------------------------------", "")
|
|
lCMPS = lCMPS:gsub("txt_UP", "")
|
|
lCMPS = lCMPS:gsub("txt_DOWN1", "")
|
|
lCMPS = lCMPS:gsub("txt_DOWN2", "")
|
|
lCMPS = lCMPS:gsub("txt_DOWN3", "")
|
|
lCMPS = lCMPS:gsub("txt_DOWN4", "")
|
|
lCMPS = lCMPS:gsub("%c%c(%C)", "%1")
|
|
lCMPS = lCMPS.."\n"
|
|
|
|
local lCMPSTable = {}
|
|
lCMPSTable = ExportScript.Tools.split(lCMPS, "%c")
|
|
|
|
lCMPS = lCMPSTable[1].."\n"..table.concat(lCMPSTable, " ", 2)
|
|
ExportScript.Tools.SendDataDAC("2011", lCMPS)
|
|
|
|
|
|
-- 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("2012", lCMSCTable[1]) -- txt_CHAFF_FLARE
|
|
ExportScript.Tools.SendDataDAC("2013", lCMSCTable[2]) -- txt_JMR
|
|
ExportScript.Tools.SendDataDAC("2014", lCMSCTable[3]) -- txt_MWS
|
|
else
|
|
ExportScript.Tools.SendDataDAC("2012", "") -- txt_CHAFF_FLARE
|
|
ExportScript.Tools.SendDataDAC("2013", "") -- txt_JMR
|
|
ExportScript.Tools.SendDataDAC("2014", "") -- txt_MWS
|
|
end
|
|
]]
|
|
|
|
--=====================================================================================
|
|
--[[
|
|
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 |