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.

PMDG JS41 (module version 1.4)

Featured Replies

Here you can download the LINDA aircraft module for the PMDG JS41 (module version 1.4) 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.

We will update this files from time to time and will make a little note in this thread about the changes.

 

Users, who also made changes to this codes could post it in this thread or drop me a PM and we will update the module.If you have created a complete new module (also for other addons) please PM us.

PMDG JS41 v1.4

upd Feb 2012

complete rework

Features: nearly all switch actions are displayed now in MCP Combo.

Cold and dark cockpit prepare

update April 2012:

1.2 to 1.3

fuel valve switches addedignition addedoil cooler flaps added

1.3 to 1.4

wipers

reverser

DC Powersource

Guestlock warning for MCPs

FMC section added ( all credits to Emile)

Edited by ScotFlieger
Link reinstated

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

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

  • 3 months later...

awesome work thank you very much !!!! could you tell me how to make an entry for feulpump toggle ? i tried to program it but somehow it doesnt show up in the menu the code i used: function Pump_LEFT_toggle () LVarSet = "L:LeftStbyFuelPump" val = 1 if ipc.readLvar(LVarSet) == 1 thenval = 2end ipc.writeLvar(LVarSet, val)ipc.control(66587, 8027)endim a newbie to coding i just looked @ the other entry's and figured it had to look something like this :) thanks for the help in advance !!!

  • 4 weeks later...

another question: i have two rotary controller's connected via an usb board to my pc linda see's it fine and i can program it just fine ...the only thing is when i program it to crsplus and minus and hdgplus minus it is very very laggy !! it's not workable @ all .....is there any solution to this ?

  • 2 months later...
  • Author

upd Feb 2012complete reworkFeatures: nearly all switch actions are displayed now in MCP Combo.Cold and dakr cockpit prepare

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

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

  • 2 months later...
  • Author

update April 2012:

1.2 to 1.3

 

fuel valve switches added

ignition added

oil cooler flaps added

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

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

  • 2 weeks later...

I've managed to successfully configure Linda to operate the J41 as I'd like with my Saitek pro yoke/throttle. One thing though.... stop locks.... I've set buttons 22 and 23 (which are past the bottom detent on the levers) - to FSX functions throttle # decr small (control 66637 & 66636) - simulating F2 to pull the lever back into reverse or beta. But the lever movement on screen is very slow, and I don't hear the "stop locks removed" call from the FO.

 

Any ideas? I've tried the unfeather commands but they seem to do the opposite, pitching the prop blades flat for starting.

Drew Melia, Lancashire UK

Captain, InvictaJet VA

http://www.invictajet.com

  • Author

Jep, the reverser function is a bit slow.

Will try to speed it up a bit.

 

 

But I can hear "stop locks removed" ...

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

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

  • Author

ok, insert this code into your SJ41 action.lua

 

-- ## Reverser ###############

function J41_Reversers_inc ()
  for i = 1,5,1 do
  ipc.control(66634)
  DspShow("Rev", "on")
  end
end
function J41_Reversers_incfast ()
  for i = 1,10,1 do
  ipc.control(65602)
  DspShow("Rev", "on")
  end
end
function J41_Reversers_off ()
  ipc.control(65604)
  DspShow("Rev", "off")
end

 

 

will post an updated module after a while.

If you are not able to insert this code into the action.lua, please drop me a note...

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

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

Hi Guenter

 

Excellent work! that's cracked it..... could do with being able to assign rev 1 and rev 2 separately, but it seems to work OK..... except I still don't hear the "stop locks removed" call - that's possibly because the engine selected start sequence does it for me? for example, I have button 18 assigned thus.... press - ENGINE 1 START SELECT and release ENGINE SELECTED START. Does that sequence remove the stop locks?

 

Great work though! LINDA is a quantum leap forward in FSX

 

Drew Melia

Drew Melia, Lancashire UK

Captain, InvictaJet VA

http://www.invictajet.com

  • 1 year later...
  • Author

module updated to 1.4

 

1.3 to 1.4

wipers
reverser
DC Powersource
Guestlock warning for MCPs
FMC section added ( all credits to Emile)

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

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

  • 4 years later...

Hello guys i know this post is a little old but by any chance anyone has the module for the JS41 because the link is down 😞

 

 

Thanks!

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.