Jump to content
Sign in to follow this  
guenseli

PMDG 777 (module 1.5a - Aug 2020)

Recommended Posts

 

 

BETA REPORT:  ADIRU assignment inop.

confirmed.

Replace it with the code below, please

function ADIRU_SWITCH_on ()
	ipc.control(PMDGBaseVariable +59, 1)
	DspShow ("ADRU", "on", "ADIRU", "on")
end

function ADIRU_SWITCH_off ()
	ipc.control(PMDGBaseVariable +59, 0)
	DspShow ("ADRU", "off", "ADIRU", "off")
end

function PMDG_ADIRU_toggle ()
	if _tl("switch_59_a", 0) then
       ADIRU_SWITCH_on ()
	else
       ADIRU_SWITCH_off ()
	end
end


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

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

Share this post


Link to post
Share on other sites

New ADIRU code works great.  Thanks!!


Phil Stephens

i7 9700 3.00GHz | 16GB DDR4 | NVIDEA GTX1600 Ti  6GB | Win 10 x64

Share this post


Link to post
Share on other sites

For some reason with the new v 1.0 beta the V/S window on the VRInsight MCP2 will now no longer function. It just stays at 0000. I have selected VS/FPA for the push button on that particular button. I have also selected PMDG v/s inc and dec and while working in .5, it now does not work in 1.0.


Eric 

 

 

Share this post


Link to post
Share on other sites

Yes Eric,

 

you are right.

 

I wasn't aware, that the displays where complete out of sync ...

 

this is fixed now with 1.1

You just have to replace the actions.lua (and readme.txt if you like)

 

 

Thanks for the hint


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

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

Share this post


Link to post
Share on other sites

I guess iam the unlucky one, from the earlier version, whenever i assign any function to a button and try to use it nothing happens.. :(


Clinton Royston Fernandes.

Vabb-Mumbai India.

Share this post


Link to post
Share on other sites

Hallo Guenter,

 

please Check the Display for the Range.

I have the MCP1.

it is not syncron. 1 Step false.

 

( Zeigt immer eine Wert unter dem in der 777)

 

Greatings

Frank from EDDM


WIN 11 64 Pro, Gigabyte Z790 Aorus Elite AX, I7 13700K, be-quiet Loop Silent 2 WK, RTX 3090 OC, 32 GB DDR5 Kingston Fury Beast EXPO, 4x Nvme Samsung PRO, MS2020, be quiet SP11 850 Watt

Share this post


Link to post
Share on other sites

Yes Eric,

 

you are right.

 

I wasn't aware, that the displays where complete out of sync ...

 

this is fixed now with 1.1

You just have to replace the actions.lua (and readme.txt if you like)

 

 

Thanks for the hint

 

Thank you Guenter!  


Eric 

 

 

Share this post


Link to post
Share on other sites

Hallo Günter,

 

i fix my problem.

 

Your settings:

 

function EFIS_CPT_RANGE_show ()
    ipc.sleep(10)
     CEfisRange = ipc.readLvar('switch_187_a')
     if CEfisRange == 0 then CEfisRangeTxt = "10"
     elseif CEfisRange == 10 then CEfisRangeTxt = "20"
     elseif CEfisRange == 20 then CEfisRangeTxt = "40"
     elseif CEfisRange == 30 then CEfisRangeTxt = "80"
     elseif CEfisRange == 40 then CEfisRangeTxt = "160"
     elseif CEfisRange == 50 then CEfisRangeTxt = "320"
     elseif CEfisRange == 60 then CEfisRangeTxt = "640"

 

My Settings

function EFIS_CPT_RANGE_show ()
    ipc.sleep(10)
     CEfisRange = ipc.readLvar('switch_187_a')
     if CEfisRange == 0 then CEfisRangeTxt = "5"
     elseif CEfisRange == 10 then CEfisRangeTxt = "10"
     elseif CEfisRange == 20 then CEfisRangeTxt = "20"
     elseif CEfisRange == 30 then CEfisRangeTxt = "40"
     elseif CEfisRange == 40 then CEfisRangeTxt = "80"
     elseif CEfisRange == 50 then CEfisRangeTxt = "160"
     elseif CEfisRange == 60 then CEfisRangeTxt = "320"

 

Greatings from EDDM

Frank


WIN 11 64 Pro, Gigabyte Z790 Aorus Elite AX, I7 13700K, be-quiet Loop Silent 2 WK, RTX 3090 OC, 32 GB DDR5 Kingston Fury Beast EXPO, 4x Nvme Samsung PRO, MS2020, be quiet SP11 850 Watt

Share this post


Link to post
Share on other sites

Hallo Günter,

 

i have a little Problem with my mcp1.

On my Display ist allways VS flashing.

All other displays working good for me.

What can i do. It make`s me nervös

 

Gratings from EDDM

 

Frank


WIN 11 64 Pro, Gigabyte Z790 Aorus Elite AX, I7 13700K, be-quiet Loop Silent 2 WK, RTX 3090 OC, 32 GB DDR5 Kingston Fury Beast EXPO, 4x Nvme Samsung PRO, MS2020, be quiet SP11 850 Watt

Share this post


Link to post
Share on other sites

Hi Guys.

 

i have the original MCP and i cant get it to work with the pmdg 777/300, i have reinstalled it several times and still cant get it to run,.the mcp works if i change the heading altitude  on the plane it shows on the mcp,but i cant control the  plane from the mcp can anyone please upload there working module for me to try please..

 

regards Pete

Share this post


Link to post
Share on other sites

hello guys,

I was trying to assign the HYDRAULIC PRIMARY functions to my MCP2 but i can't find them (L ENG C1-ELEC-C2 R eng)

Does anybody can help?

Thanks

Share this post


Link to post
Share on other sites

Overhead hydraulic ...

 

Isn't it there?

Demand elec1 and 2

Hydr Elec 1 and 2


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

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

Share this post


Link to post
Share on other sites

Hi fellas, My Linda module seems to have failed. When I press the buttons it shows up in the on screen configuration section as working but nothing happens in the sim itself


ZORAN

 

Share this post


Link to post
Share on other sites

hi out there,

after installing Linda 2.5 and the latest B777 module I get the following message if I try to configer the user mode buttons.

paGql.png

If I reload Linda I get the message in Linda Console: config-mcp.lua cannot br loaded.

Is it possible that this is an Anti virus problem...?

 

Thnx Tom

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...