http://www.flightsim.com/dc/dcboard.php
Hopefully yall will fix this in FSX. Thanks.
http://www.flightsim.com/dc/dcboard.php
Hopefully yall will fix this in FSX. Thanks.
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]
>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."
>>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...
Ahhh.... Well, I guess we can ignore this request then.
>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...
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,
>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...
Bookmarks