Results 1 to 8 of 8

Thread: Please fix this problem in FSX.

  1. #1

    Default Please fix this problem in FSX.

    http://www.flightsim.com/dc/dcboard.php

    Hopefully yall will fix this in FSX. Thanks.

  2. #2
    Join Date
    Mar 2005
    Location
    New Jersey, Based at KCDW
    Posts
    6,753

    Default RE: Please fix this problem in FSX.

    Fix what????? ;-)

    Regards,
    [link:www.dreamfleet2000.com|http://www.dreamfleet2000.com/gfx2/f...nners/LOU.gif]
    [font size=1][font color=blue]Can you pilot a plane, instead of programming an FMC to do it for you?[/font color= blue][/font size=1]

  3. #3

    Default RE: Please fix this problem in FSX.

    >Fix what????? ;-)
    >

    lol, you have to click on the link, but I'll copy and paste here too.

    "I've been using FS Panel Studio to install GPS on 2D and 3D panel of my aircraft. When I do, everything runs fine, however I have to set up the 2D and 3D GPS seperately. What I would do is turn the 2D on, zoom in, turn the terrain on and then I repeat the step for the 3D panel."

  4. #4

    Default RE: Please fix this problem in FSX.

    >>Fix what????? ;-)
    >>
    >
    >lol, you have to click on the link, but I'll copy and paste
    >here too.
    >
    >"I've been using FS Panel Studio to install GPS on 2D and 3D
    >panel of my aircraft. When I do, everything runs fine, however
    >I have to set up the 2D and 3D GPS seperately. What I would do
    >is turn the 2D on, zoom in, turn the terrain on and then I
    >repeat the step for the 3D panel."

    I answered this question in the other forum in which you had posed this question, but for the benefit of others, I'll repeat it here.

    There's nothing to fix.

    The reason they don't "synch" is quite simple. The GPS XML code makes extensive use of G:variables, which are "local only," that is, they aren't "shared" between gauges.

    While it would be possible to "search and replace" G:variables with L:variables (which are "shared"), it would create another problem:

    Having TWO GPS units sending the SAME request to the gps.dll for information would (best case) slow down the return or (worst case) lock up the gps.dll and crash the sim...
    Bill Leaming
    Gauge Programming - 3d Modeling Eaglesoft & Military Visualizations
    Flightsim.com Panels & Gauges Forum Moderator
    Flightsim Rig: Intel Core i7-2600K - 8GB DDR3 1333 - GeForce GTX550Ti 1GB - Win7 64bit Home Premium
    Development Rig1: Intel Core i7-3770k - 16GB DDR3 - Dual Radeon HD7770 SLI 1GB - Win7 64bit Professional
    Development Rig2: Intel Core i7-860 - 8GB DDR3 Corsair - GeForce GTS240 1GB - Win7 64bit Home Premium
    NOTE: Unless explicitly stated in the post, everything written by my hand is MY opinion. I do NOT speak for any company, real or imagined...

  5. #5

    Default RE: Please fix this problem in FSX.

    Ahhh.... Well, I guess we can ignore this request then.

  6. #6

    Default RE: Please fix this problem in FSX.

    >Ahhh.... Well, I guess we can ignore this request then.

    We ran into this issue even when using C++ to access the gps.dll... This module doesn't "let you know" when it's filled your request, so we had to build a custom .dll (module) to act as a "inquiry buffer," so that overlapping requests will be queued and sent sequentially...
    Bill Leaming
    Gauge Programming - 3d Modeling Eaglesoft & Military Visualizations
    Flightsim.com Panels & Gauges Forum Moderator
    Flightsim Rig: Intel Core i7-2600K - 8GB DDR3 1333 - GeForce GTX550Ti 1GB - Win7 64bit Home Premium
    Development Rig1: Intel Core i7-3770k - 16GB DDR3 - Dual Radeon HD7770 SLI 1GB - Win7 64bit Professional
    Development Rig2: Intel Core i7-860 - 8GB DDR3 Corsair - GeForce GTS240 1GB - Win7 64bit Home Premium
    NOTE: Unless explicitly stated in the post, everything written by my hand is MY opinion. I do NOT speak for any company, real or imagined...

  7. Default RE: Please fix this problem in FSX.

    Hi Bill,

    I don't quite understand why you feel there is nothing MS can do to fix this problem. You created another DLL file to help, and I assume they could do the same thing - in fact, do even more to allow the GPS to operate as he wishes. Are you saying there is NOTHING they could do to fix this?

    Take care,

  8. #8

    Default RE: Please fix this problem in FSX.

    >Hi Bill,
    >
    >I don't quite understand why you feel there is nothing MS can
    >do to fix this problem. You created another DLL file to help,
    >and I assume they could do the same thing - in fact, do even
    >more to allow the GPS to operate as he wishes. Are you saying
    >there is NOTHING they could do to fix this?

    Tom, our 'solution' applies only to the issue of C gauges requesting GPS data from the sim's gps.dll...

    The problem with the default GPS gauge is that it's written in XML... ;) Currently the XML "system" ACES has coded simply isn't robust enough to resolve the synching issue between multiple copies of the same gauge.

    Until and unless ACES adds the ability in their XML "code system" to support string variables, it cannot be done.
    Bill Leaming
    Gauge Programming - 3d Modeling Eaglesoft & Military Visualizations
    Flightsim.com Panels & Gauges Forum Moderator
    Flightsim Rig: Intel Core i7-2600K - 8GB DDR3 1333 - GeForce GTX550Ti 1GB - Win7 64bit Home Premium
    Development Rig1: Intel Core i7-3770k - 16GB DDR3 - Dual Radeon HD7770 SLI 1GB - Win7 64bit Professional
    Development Rig2: Intel Core i7-860 - 8GB DDR3 Corsair - GeForce GTS240 1GB - Win7 64bit Home Premium
    NOTE: Unless explicitly stated in the post, everything written by my hand is MY opinion. I do NOT speak for any company, real or imagined...

Similar Threads

  1. Replies: 3
    Last Post: 01-21-2007, 06:48 PM
  2. Takeoff Problem and Slew Mode Problem
    By pdmike in forum FS2004
    Replies: 4
    Last Post: 10-01-2006, 03:05 PM
  3. Replies: 7
    Last Post: 11-26-2005, 06:16 AM
  4. SOARRec.dll problem problem everytime I start up FS9
    By meine in forum PC Hardware, Video And Audio Help
    Replies: 12
    Last Post: 09-26-2005, 08:45 PM
  5. Replies: 4
    Last Post: 08-07-2003, 01:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •