Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FSL Concorde (module version 1.0)

Featured Replies

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 by ScotFlieger
Added link to original module

Guenter Steiner
--------------------------------------------------------------------------------------

Betatester for: A2A, LORBY, FSR-Pillow Tester
--------------------------------------------------------------------------------------

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

  • 1 year later...

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

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 = 10
LUA.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

 

 


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.

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

Hi all,

I'm investigating to find a solution for NAV1/2 knobs.

 

Cheers

Pierre

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

Thnx Pierre.

Tom

  • 1 year later...

Long time no see - does anybody found a solution for dialing the NAV Frequencies?

Tom

  • 4 months later...

Does this version work with the new 1.3 P3D version?

Cheers!

Maarten

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

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.