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.

LINDA module A2A L049 Constellation (module 1.1)

Featured Replies

Jens, that's indeed the case, but it's no problem at all! However, it could be you get a user module creation error. In that case, follow the instructions above and the module will work.

With kind regards,

Kevin Schepers

Jens, that's indeed the case, but it's no problem at all! However, it could be you get a user module creation error. In that case, follow the instructions above and the module will work.

That explains the User Module previously reported. The main code expects the linda-cfg/aircrafts/{aircraft} folder to exist before the template is copied across. Apologises to any user that has experienced this problem.

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

  • Author

ok, sorry, I missed that.

Added the folder now!

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

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

I've found another slightly annoying issue with this module: while flying, the MCP displays the magnetic heading. When turning the HDG knob on the MCP to change the Sperry AP course, the module first sets the course to the displayed magnetic heading value. Is there some way to keep the AP course at the current value when turning the HDG knob, instead of first switching to this other value?

With kind regards,

Kevin Schepers

  • 2 months later...

Not sure if this would be of any help to anyone, but added a function to the module i find helpful when starting the connie

Whilst an engine is selected this function will move the mixture lever for the selected engine from cut off too rich.. from a button on your joystick for example. (4 levers controlled from 1 button)

 

 -- ## Selected_Engine_Mixture_Rich ## --
       function Selected_Engine_Mixture_Rich ()
      ESelVar = ipc.readLvar("L:EngineSelection")
    if ESelVar == 1 then ipc.writeLvar("MixtureRatioLever1Position", 2)
    elseif ESelVar == 2 then ipc.writeLvar("MixtureRatioLever2Position", 2)
    elseif ESelVar == 4 then ipc.writeLvar("MixtureRatioLever3Position", 2)
    elseif ESelVar == 8 then ipc.writeLvar("MixtureRatioLever4Position", 2)
    else InertSelVar = 0


    end

 

Too add :

Open the module in the editor, copy/paste the above into the bottom of the page after the last 'end'

 

Luke Pype

Thank you MaDDogZ for the function. Rather than cut and pasting into the main actions.lua file it is better if such new functions are placed in the aircraft's user.lua file. This will ensure that any updates to version do not overwrite this and other changes. 

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

Thanks for the info, I was unaware of the user  lua. So if I make a function in future, put it in the user lua file instead of the main actions file to prevent my work being overwritten in future updates.?

Luke

Luke Pype

The aircraft user.lua file allows you to add to or modify any aircraft or LINDA functions. It loads after the 'official' module actions.lua and 'overrides' (takes the place of) any functions with the same name (case sensitive). When an updated module is installed it changes the actions.lua file but not your modified user.lua file.

You can edit the user.lua file by clicking on Edit (top left) to open the Edit Module dialog and then clicking on Edit User (bottom right). 

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

Hello,

 

I can't get the A2A Sperry Rudder incfast, dec and decfast commands to work. Anybody else suffering from this problem?

I also noticed that the A2A Sperry Rudder inc command is missing from this module.

LINDA 2.9.3 and VRi MCP Combo v1.

Thank you for your outstanding work, but this is driving me nuts...

 

Regards

Jan

Best Regards,

Jan Wiese

  • 2 weeks later...
  • Author

Hello Jan,

 

sorry for the late reply... I'm not "in service" the last weeks.

 

Ah, yes, the Sperry part is not working. It is disabled in the code, unforunately it shows up in the list of available functions. Haven't recognized that before. Will have a look into it and report back.

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

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

  • Author

1.0 > 1.1

fixed some Sperry items

 

please, redownload and assign the changed functions again

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

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

No worries Günter, we're all human after all :happy:

Thanks a lot for your work, I'll try it!

 

Regards,

Jan

Best Regards,

Jan Wiese

Archived

This topic is now archived and is closed to further replies.

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.