Jump to content
Sign in to follow this  
jpp094

Saitek Multi Panel

Recommended Posts

I'm trying to program the Saitek Multi Panel in FSX basic mode, and I've noticed that the ALT and VS displayed are in meters. I've try to find inside the scripts if I could modify it but don't succed...

If somebody could help and reply.

JPP094

 

Share this post


Link to post
Share on other sites

It is some time since we were supporting FSX. You can set the display back to feet by editing common.lua file. Carry out the following steps:

  1. Select Setup LINDA.
  2. Ensure Developer Mode ticked.
  3. Open LINDA Editor.
  4. Click on Open.
  5. Select common.lua file.
  6. Enter this search string sim >=
  7. Change 10 to 8.
  8. Clcik Save.
  9. Click on Reload LUA Engine.

The effect of this change will be to set the variable P3D to 1. This will ensure Altitude and VS are displayed in feet not metres.


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

Hi Andrew,

Thanks for replay, I did't find the string but I found sim == 10. I changed to sim > 8 but nothing changed... I found the string line 42.

Thanks for your help.

JPP094

 

Share this post


Link to post
Share on other sites

I forgot to ask which version of LINDA you are using with FSX. The metre/feet fix was not put in until later versions.


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

At line 42 in common.lua change sim == 8 (or sim == 10) to true.

The line should now read if true then.

Alternatively, insert P3D = 1 at line 4.

Do you have Saitek Panels ticked in LINDA Setup? If so please try it unticked and report results.

I may need to dig into the GUI code to make a similar change. This will be involved as I will need to search in my archive for this as I did not think anyone used FSX still.


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've done the changes, but the issue is still here. Thanks for time, if I wrote a lua script only for the multi panel could it works ? I think the issue is inside the GUI code because I try to inib the test code inside common.lua and at the strat it 's running.

 

 

Share this post


Link to post
Share on other sites

As I said, try unticking the Saitek Panel checkbox to turn off the GUI implementation for the Multi Panel. This should give you a temporary solution to the units problem.

The altitude is stored in metric in all flight sims and has to be converted to feet for display. The LUA code is slower than the GUI implementation but will work. 

Edited by ScotFlieger

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

Hi

I’m out ouf home until the 2nd of January. When I ll Côme back l’ll Try to unticking thé saitek multi panel and replay.

best regards,

Jpp094

Share this post


Link to post
Share on other sites

Hi Andrew,

First thing, Happy new year to everyboby !

I've  unticked the Saitek Panel checkbox, saved the new config, and the result is always the same.Tell me if I can do something else.

JPP094

Share this post


Link to post
Share on other sites

Please read and follow the Fault Diagnosis Procedure (under LINDA Support) and email me the logs. Unfortunately I can no longer support FSX so there will be no software fixes I can offer.


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...