Jump to content
Sign in to follow this  
raam123

Help with QW787 profile

Recommended Posts

Hi,

I enjoy using Andrew’s Linda 787 config.

Some functions are missing and I would like to ask is it possible to had them ?

For example:

MINS setting ?

Currently, changing form BARO / RADIO available but setting MINS is not configured.

FPV setting,

I managed to copy paste same function from MTRS but FPV wont come on unless clicked first on aircraft itself the function is available... 😕

Thanks again for your work.

Appreciate any assistance. 

Ittai.

Share this post


Link to post
Share on other sites

This is not an aircraft I fly and I had to download and reinstall it before I could address your question.

The problem with implementing the MINS RST knob and FPV button is that there is no obvious cockpit panel indication as to what is happening when the control in operated. The FPV button (like the MTRS button) is not animated. I have identified the Lvars QW_MCP_L_SEL_RB_Knob and QW_MCP_L_FPV_Button respectively but I can see no reaction to changing these values.

Please tell me what indications one can see to verify that these actions are working? 


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

Share this post


Link to post
Share on other sites
13 hours ago, ScotFlieger said:

This is not an aircraft I fly and I had to download and reinstall it before I could address your question.

The problem with implementing the MINS RST knob and FPV button is that there is no obvious cockpit panel indication as to what is happening when the control in operated. The FPV button (like the MTRS button) is not animated. I have identified the Lvars QW_MCP_L_SEL_RB_Knob and QW_MCP_L_FPV_Button respectively but I can see no reaction to changing these values.

Please tell me what indications one can see to verify that these actions are working? 

Hi Andrew,

Sure there is an indication.

By pressing FPV you see the 'aircraft' symbol on PFD

MINS RST display and blanks Minimums on PFD.

I have photo to explain if it is not clear.

 

 

 

Share this post


Link to post
Share on other sites

Please provide a photo as I could not see these changes. Do you have be in flight or a specific flight mode for them to appear? What are MINS and FPV in the first place? I am an Airbus flyer - Boeing confuses me.


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

Share this post


Link to post
Share on other sites

I hope this help,

787FPV_zpsph7uvi7g.jpg

 

I will really appreciate if you can assist me adding the minimums to the config ?

incr/dec,  incfast/decfast....

The minimums Lvar is 

"qw_dh_clicked"
1=Decrease,
2=Increase

I didn't understand how you had the Baro inc/dec:

function QW_MCP_BARO_show ()
    Altimeter_BARO_show()
end

function QW_MCP_BARO_inc ()
    Altimeter_BARO_plus()
end

function QW_MCP_BARO_incfast ()
    Altimeter_BARO_plusfast()
end

function QW_MCP_BARO_dec ()
    Altimeter_BARO_minus()
end

function QW_MCP_BARO_decfast ()
    Altimeter_BARO_minussfast()
end

I will also send E-mail via private 

Share this post


Link to post
Share on other sites

Try the update module sent by PM. Please test and report back.

I have added the functions:

  • QW_MCP_MINS_inc/_dec
  • QW_MCP_L_RTS_press - Should read RST
  • QW_MCP_FPV_press

The QW_MCP_BARO knob functions use the LINDA default FSX functions (Altimeter_BARO_) as these achieve the desired result without any extra coding.


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

Share this post


Link to post
Share on other sites
6 minutes ago, ScotFlieger said:

Try the update module sent by PM. Please test and report back.

I have added the functions:

  • QW_MCP_MINS_inc/_dec
  • QW_MCP_L_RTS_press - Should read RST
  • QW_MCP_FPV_press

The QW_MCP_BARO knob functions use the LINDA default FSX functions (Altimeter_BARO_) as these achieve the desired result without any extra coding.

I've sent you PM .

Unable to download the file...

Share this post


Link to post
Share on other sites

@raam123 I have been in contact with the QW787 developer via their support forum. It is confirmed that QW787 does not expose all Lvars for all buttons on startup. You will need to continue to click on those buttons you have identified to 'activate' the Lvar and for LINDA then to function.


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

Share this post


Link to post
Share on other sites
7 hours ago, ScotFlieger said:

@raam123 I have been in contact with the QW787 developer via their support forum. It is confirmed that QW787 does not expose all Lvars for all buttons on startup. You will need to continue to click on those buttons you have identified to 'activate' the Lvar and for LINDA then to function.

That's bad new but at least we are aware of.

Thanks Andrew for the great support.

Edited by ScotFlieger

Share this post


Link to post
Share on other sites

Anyone else notice that QW_OH_FUEL_PUMP_R_CTR does not turn on right centre fuel pump?

(all centre same thing - only left turns on)

 

Share this post


Link to post
Share on other sites
18 hours ago, julian46 said:

Anyone else notice that QW_OH_FUEL_PUMP_R_CTR does not turn on right centre fuel pump?

(all centre same thing - only left turns on)

Thank you for the report. It will be fixed in next version.

  • Like 1

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

Share this post


Link to post
Share on other sites

QW787 Module updated to v1.1

  • Like 1

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
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...