April 27, 201214 yr Here is a LINDA module for the FSLabs Concorde. Unfortunately it is not perfect, but I wasn't able to gather more LUA variables, controls or offsets. The Autopilot stuff is working, but the buttons are without sound Many other things, mainly from the engineers panel, do not work, sorry Download FSLabs Concorde Installation notes: Download and unzip it and place the two folders into: */Microsoft Games/Microsoft Flight Simulator X/Modules Say "yes" if he'd like to overwrite anything Your current Combo settings wouldn't be overwritten, but you find in Modules\linda-cfg\aircrafts\PMDG 737NGX files named *.default. name them to *.lua to use them. Edited November 28, 20196 yr by ScotFlieger Added link to original module Guenter Steiner -------------------------------------------------------------------------------------- Betatester for: A2A, LORBY, FSR-Pillow Tester --------------------------------------------------------------------------------------
May 4, 201214 yr Here there are some more. Add this to the end of the "actions.lua" file to get some Panels popups. -- ## Panels ############### function Brake_CabinPressure_Engine_control () ipc.control(66506,8020) ipc.control(66506,8021) ipc.control(66506,8014) end function AirIntakes_SecEng_controls_Nozzle () ipc.control(66506,8015) ipc.control(66506,8016) ipc.control(66506,8019) end function Upperfuel_Lowerfuel () ipc.control(66506,8009) ipc.control(66506,8010) end function AC_DC_AirBleed_Hydraulic () ipc.control(66506,8012) ipc.control(66506,8011) ipc.control(66506,8007) ipc.control(66506,8008) end function TemperatureControl_EngineStack () ipc.control(66506,8030) ipc.control(66506,8013) end function Lights () ipc.control(66506,8025) ipc.control(66506,8027) ipc.control(66506,8026) end function CDU1_CDU2 () ipc.control(66506,8035) ipc.sleep(50) ipc.control(66506,8036) end function Engineers_Left_Leg_EngineStack () ipc.control(66506,8017) ipc.control(66506,8030) end function Engineers_Left_Leg () ipc.control(66506,8017) end function Overhead () ipc.control(66506,8002) ipc.control(66506,8003) end function Throttles () ipc.control(66506,8005) end function INS3 () ipc.control(66506,8006) end function Engineers_Right_Leg () ipc.control(66506,8018) end
October 12, 201312 yr Here there are some more. Add this to the end of the "actions.lua" file to get some Panels popups. -- ## Panels ############### function Brake_CabinPressure_Engine_control () ipc.control(66506,8020) ipc.control(66506,8021) ipc.control(66506,8014) end function AirIntakes_SecEng_controls_Nozzle () ipc.control(66506,8015) ipc.control(66506,8016) ipc.control(66506,8019) end function Upperfuel_Lowerfuel () ipc.control(66506,8009) ipc.control(66506,8010) end function AC_DC_AirBleed_Hydraulic () ipc.control(66506,8012) ipc.control(66506,8011) ipc.control(66506,8007) ipc.control(66506,8008) end function TemperatureControl_EngineStack () ipc.control(66506,8030) ipc.control(66506,8013) end function Lights () ipc.control(66506,8025) ipc.control(66506,8027) ipc.control(66506,8026) end function CDU1_CDU2 () ipc.control(66506,8035) ipc.sleep(50) ipc.control(66506,8036) end function Engineers_Left_Leg_EngineStack () ipc.control(66506,8017) ipc.control(66506,8030) end function Engineers_Left_Leg () ipc.control(66506,8017) end function Overhead () ipc.control(66506,8002) ipc.control(66506,8003) end function Throttles () ipc.control(66506,8005) end function INS3 () ipc.control(66506,8006) end function Engineers_Right_Leg () ipc.control(66506,8018) end Hello Pedrobas, can you tell me in a short example who you find the "ipc.controls" numbers. With the tracer itv does not work and with the FSUIPC logger I do not getv results - how did you do this? Kind Regards Tom
October 12, 201312 yr Ok I understand how to find the ipc.control if there is one. But what do I do if there is only a LVar entry like here: LUA.0: [L] LVar: vc_Chrono_CP_Chrono_Btn = 10LUA.0: [L] LVar: vc_Chrono_CP_Chrono_Btn = 0 This is for pushing the Chrono Button. Any idea how to write the script? Thnx Tom
October 12, 201312 yr Hello Pedrobas,can you tell me in a short example who you find the "ipc.controls" numbers. With the tracer itv does not work and with the FSUIPC logger I do not getv results - how did you do this?Kind Regards Tom I only tried all the numbers to see if it did something.
October 15, 201312 yr Does anybody found a solution to add the "Frequenz Dial" of the VORs to Linda? I have no luck - maybe it does not work at all...? Kind Regards Tom Or the Chronometer Push? Tom
October 18, 201312 yr I've found The Chronometer + Clock Start: Use this function: function Chrono_EET_Start () ipc.control(66587,71513) ipc.control(66587,71511) end I associate it to the CTR knob (Push). It works nice. Cheers Pierre
October 2, 201510 yr Long time no see - does anybody found a solution for dialing the NAV Frequencies? Tom
February 4, 201610 yr Does this version work with the new 1.3 P3D version? The question is whether the Concorde aircraft works with P3D 3.1 (latest version) - that I can not tell you. If it does then there is no reason that it won't provided you are also using the latest version of FSUIPC4. Andrew Gransden Scotland, UK LINDA Support/Developer - VATSIM and BAVirtual - Airbus Flyer i7 1TB SSD GTX980 - FSX/P3D - Aerosoft Airbus A318/A319/A320/A321 - FS2Crew
February 5, 201610 yr Well, It's a P3D version, so I'd expect it to work fine with P3D. Thanks Scot! Cheers! Maarten
Create an account or sign in to comment