September 22, 201114 yr Hi, I'm enjoy since I've dicovered LINDA.I use It with PMDG MD-11 and 747-400 with MCP VRInsight and Saitek Proflight device (Yoke, Rudder, and 2 Quadrands). So, I would like to know if it could be possible to make a profile for FSLabs ConcordeX.I believe to know that this aircraft doesn't use FSUIPC to communicate with FSX but not sure. I've tried to create macro's for it but they don't work. Could you see that please. Best RegardsPierre Chassang
September 22, 201114 yr Hello, I haven't the concorde installed. Unfortunately we got not the tiniest piece of yupport from FSLabs regarding LUA variables.I have asked them several times and they promised it for ... later So, all I have found is a bunch of variables. (they do not all work for 100%!)This is just an old script and not compatible or working with LINDA. You can assign it in the "old way" directly to FSUIPC.Maybe one day I feel reinstalling the concorde ... -- FSLabs Concorde-- 10 AP1-- 11 AP2-- 12 ATHR1-- 13 ATHR2-- 14 FD1-- 15 FD2------ 20 INS-- 21 TRK HDG (sel)-- 22 HDG (hold)-- 23 TURB-- 24 Pitch hold-- 25 Mach hold (right side)-- 26 Max climb-- 27 IAS Hold (Right side)-- 28 ALT hold-- 29 Bach Beam-- 30 VOR/LOC-- 31 LAND-- 32 Glide-- 33 Max Cruise-- 34 vert Speed-- 35 ALT ACQ-- 36 Mach hold (left side)-- 37 IAS Hold (left side)-- 38 IAS ACQ---- 40 Alt inc-- 41 Alt dec---- 45 HDG left inc-- 46 HDG left dec-- 47 HDG right inc-- 48 HDG right dec---- 50 CRS left inc-- 51 CRS left dec-- 52 CRS right inc-- 53 CRS right dec---- 55 VS Pitch inc-- 56 VS Pitch dec-- 60 SPD inc-- 61 SPD dec---- 70 RAD/INS 1 (left) toggle-- 71 RAD/INS 2 (right) toggle---- 80 reheat eng1 inc-- 81 reheat eng1 dec-- 82 reheat eng2 inc-- 83 reheat eng2 dec-- 84 reheat eng3 inc-- 85 reheat eng3 dec-- 86 reheat eng4 inc-- 87 reheat eng4 dec---- 90 Landing lights on-- 91 Landing lights off---- 92 Taxi lights on-- 93 Taxi lights off---- 94 Taxi turn lights toggle---- 100 Instr. lights inc-- 101 Instr. lights dec------------------------Panels-- 200 Brake, Cabin Pressure, Engine control-- 201 Air Intakes, sec eng controls-- 202 upper fuel, lower fuel, nozzle-- 203 air bleed, hydraulic-- 204 temperature control, engine stack-- 205 light controls (Capt, FO, engineer)-- 206 AC and DC-- 207 CDU1 +2-- 208 overhead ------------------------------------------------------------AUTOPILOT-------------------------------------------------------------- AP 1if ipcPARAM == 10 then ipc.control(66587,71084)-- AP 2elseif ipcPARAM == 11 then ipc.control(66587,71085) ------------------------------------------------------------ATHR-- ATHR 1elseif ipcPARAM == 12 then ipc.control(66587,71080) -- ATHR 2elseif ipcPARAM == 13 then ipc.control(66587,71081) ------------------------------------------------------------FD-- FD1elseif ipcPARAM == 14 then ipc.control(66587,71082)-- FD2elseif ipcPARAM == 15 then ipc.control(66587,71083) ----------------------------------------------------------------Ap functions-- INSelseif ipcPARAM == 20 then ipc.control(66587,71063)-- TRK HDG (sel)elseif ipcPARAM == 21 then ipc.control(66587,71065)-- HDG (hold)elseif ipcPARAM == 22 then ipc.control(66587,71067)-- TURBelseif ipcPARAM == 23 then ipc.control(66587,71068)-- Pitch holdelseif ipcPARAM == 24 then ipc.control(66587,71070)-- Mach hold (right side)elseif ipcPARAM == 25 then ipc.control(66587,71072)-- Max climbelseif ipcPARAM == 26 then ipc.control(66587,71074) -- IAS hold (right side)elseif ipcPARAM == 27 then ipc.control(66587,71076)-- Alt holdelseif ipcPARAM == 28 then ipc.control(66587,71078)-- Back Beamelseif ipcPARAM == 29 then ipc.control(66587,71064)-- VOR/LOCelseif ipcPARAM == 30 then ipc.control(66587,71066)-- LANDelseif ipcPARAM == 31 then ipc.control(66587,71071)-- Glideelseif ipcPARAM == 32 then ipc.control(66587,71073) -- Max cruiseelseif ipcPARAM == 33 then ipc.control(66587,71075)-- Vert Speedelseif ipcPARAM == 34 then ipc.control(66587,71077)-- ALT ACQelseif ipcPARAM == 35 then ipc.control(66587,71079)-- MACH hold (left side)elseif ipcPARAM == 36 then ipc.control(66587,71060)-- IAS hold (left side)elseif ipcPARAM == 37 then ipc.control(66587,71061)-- IAS ACQelseif ipcPARAM == 38 then ipc.control(66587,71062) ----------------------------------------------------------------AP dials -- Alt incelseif ipcPARAM == 40 then ipc.control(66587,71136) -- Alt decelseif ipcPARAM == 41 then ipc.control(66587,71135) -- HDG left incelseif ipcPARAM == 45 then ipc.control(66587,71107)-- HDG left decelseif ipcPARAM == 46 then ipc.control(66587,71108)-- HDG right incelseif ipcPARAM == 47 then ipc.control(66587,71129)-- HDG right decelseif ipcPARAM == 48 then ipc.control(66587,71128) -- CRS left incelseif ipcPARAM == 50 then ipc.control(66587,71110)-- CRS left decelseif ipcPARAM == 51 then ipc.control(66587,71109)-- CRS right incelseif ipcPARAM == 52 then ipc.control(66587,71121)-- CRS right decelseif ipcPARAM == 53 then ipc.control(66587,71122) -- VS (Pitch) decelseif ipcPARAM == 57 then ipc.control(66587,73530)-- VS (Pitch) incelseif ipcPARAM == 55 then ipc.control(66587,73531) -- SPD incelseif ipcPARAM == 60 then ipc.control(66587,71095) -- SPD decelseif ipcPARAM == 61 then ipc.control(66587,71096) -- RAD / INS 1 (left) toggleelseif ipcPARAM == 70 then ipc.control(66587,71050) -- RAD / INS 2 (right) toggleelseif ipcPARAM == 71 then ipc.control(66587,71051) ----------------------------------------------------Reheat-- Reheat Eng 1 incelseif ipcPARAM == 80 then ipc.control(66587,73600)-- Reheat Eng 1 decelseif ipcPARAM == 81 then ipc.control(66587,73601)-- Reheat Eng 2 incelseif ipcPARAM == 82 then ipc.control(66587,73605)-- Reheat Eng 2 decelseif ipcPARAM == 83 then ipc.control(66587,73606) -- Reheat Eng 3 incelseif ipcPARAM == 84 then ipc.control(66587,73610)-- Reheat Eng 3 decelseif ipcPARAM == 85 then ipc.control(66587,73611)-- Reheat Eng 4 decelseif ipcPARAM == 86 then ipc.control(66587,73615)-- Reheat Eng 4 decelseif ipcPARAM == 87 then ipc.control(66587,73616) ----------------------------------------------------Lights -- Landing lights onelseif ipcPARAM == 90 then ipc.control(66587,75505) ipc.sleep(150) ipc.control(66587,75506) -- Landing lights offelseif ipcPARAM == 91 then ipc.control(66587,75507) ipc.sleep(150) ipc.control(66587,75508)-- Taxi lights onelseif ipcPARAM == 92 then ipc.control(66587,75510) ipc.sleep(150) ipc.control(66587,75511) -- Taxi lights offelseif ipcPARAM == 93 then ipc.control(66587,75512) ipc.sleep(150) ipc.control(66587,75513) -- Taxi turn lights toggleelseif ipcPARAM == 94 then ipc.control(66587,75500) ipc.sleep(100) ipc.control(66587,75499) -- instr lights incelseif ipcPARAM == 100 then ipc.control(66587,77401) ipc.sleep(10) ipc.control(66587,77411) -- instr lights decelseif ipcPARAM == 101 then ipc.control(66587,77400) ipc.sleep(10) ipc.control(66587,77410) -- flood light incelseif ipcPARAM == 102 then ipc.control(66587,75137) -- flood light decelseif ipcPARAM == 103 then ipc.control(66587,75139)-- flood light fullelseif ipcPARAM == 104 then ipc.control(66587,75137) ipc.sleep(10) ipc.control(66587,75137)-- flood light offelseif ipcPARAM == 105 then ipc.control(66587,75139) ipc.sleep(10) ipc.control(66587,75139) -- all console lights onelseif ipcPARAM == 106 then i = 0 while i <= 6 do ipc.control(66587,75141) -- Glareshield ipc.sleep(10) ipc.control(66587,75145) -- centre console ipc.sleep(10) ipc.control(66587,75149) -- centre dash ipc.sleep(10) ipc.control(66587,75153) -- centre console flood ipc.sleep(10) ipc.control(66587,75157) -- roof i = i + 1 end -- all console lights offelseif ipcPARAM == 107 then i = 0 while i <= 6 do ipc.control(66587,75140) -- Glareshield ipc.sleep(10) ipc.control(66587,75144) -- centre console ipc.sleep(10) ipc.control(66587,75148) -- centre dash ipc.sleep(10) ipc.control(66587,75152) -- centre console flood ipc.sleep(10) ipc.control(66587,75156) -- roof i = i + 1 end -- Anti Coll lights toggleelseif ipcPARAM == 110 then ipc.control(66587,75010)-- Nav lights toggleelseif ipcPARAM == 111 then ipc.control(66587,75012)---------------------------------------------------- No smoking toggleelseif ipcPARAM == 120 then ipc.control(66587,75047)-- seatbelt toggleelseif ipcPARAM == 121 then ipc.control(66587,75048) -------------------------------------------------- Eng HP Valves-- ENG1 HP Valve ONelseif ipcPARAM == 130 then ipc.control(66587,75082)-- ENG1 HP Valve OFFelseif ipcPARAM == 131 then ipc.control(66587,75083) -- ENG2 HP Valve ONelseif ipcPARAM == 132 then ipc.control(66587,75084)-- ENG2 HP Valve OFFelseif ipcPARAM == 133 then ipc.control(66587,75085) -- ENG3 HP Valve ONelseif ipcPARAM == 134 then ipc.control(66587,75086)-- ENG3 HP Valve OFFelseif ipcPARAM == 135 then ipc.control(66587,75087) -- ENG4 HP Valve ONelseif ipcPARAM == 136 then ipc.control(66587,75088)-- ENG4 HP Valve OFFelseif ipcPARAM == 137 then ipc.control(66587,75089) -------------------------------------------------- little white AP switches on-- little white AP switches onelseif ipcPARAM == 140 then ipc.control(66587,75408) ipc.sleep(125) ipc.control(66587,75410) ipc.sleep(125) ipc.control(66587,75412) ipc.sleep(125) ipc.control(66587,75414) ipc.sleep(125) ipc.control(66587,75416) ipc.sleep(125) ipc.control(66587,75418) ipc.sleep(125) ipc.control(66587,75420) ipc.sleep(125) ipc.control(66587,75422) ipc.sleep(125) ipc.control(66587,75424) ipc.sleep(125) ipc.control(66587,75426) ipc.sleep(125) ipc.control(66587,75428) ipc.sleep(125) ipc.control(66587,75430) ipc.sleep(125) ipc.control(66587,75432) ipc.sleep(125) ipc.control(66587,75434) ipc.sleep(125) -----------------------------------------------------------------Panels-- Brake, Cabin Pressure, Engine controlelseif ipcPARAM == 200 then ipc.control(66506,8020) --brake control ipc.control(66506,8021) --cabin pressure ipc.control(66506,8014) --engine control-- Air Intakes, sec eng controlselseif ipcPARAM == 201 then ipc.control(66506,8015) --sec engine cpntrol ipc.control(66506,8016) --air intake-- upper fuel, lower fuel, nozzleelseif ipcPARAM == 202 then ipc.control(66506,8009) --fuel bottom ipc.control(66506,8010) --fuel top ipc.control(66506,8019) --engine control-- air bleed, hydraulicelseif ipcPARAM == 203 then ipc.control(66506,8012) --air bleed ipc.control(66506,8011) --hydr -- temperature control, engine stackelseif ipcPARAM == 204 then ipc.control(66506,8030) --popup engine stack ipc.control(66506,8013) --temp control -- lightselseif ipcPARAM == 205 then ipc.control(66506,8025) --eng lights ipc.control(66506,8027) --FO lights ipc.control(66506,8026) --Capt lights-- AC/DCelseif ipcPARAM == 206 then ipc.control(66506,8007) --DC ipc.control(66506,8008) --AC-- CDU1, CDU2elseif ipcPARAM == 207 then ipc.control(66506,8035) --CDU1 ipc.sleep(50) ipc.control(66506,8036) --CDU2-- Overheadelseif ipcPARAM == 208 then ipc.control(66506,8002) ipc.control(66506,8003)end Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
Create an account or sign in to comment