Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> PMDG SID/STARS
Mudhendriver
post 17/01/2010, 1:41
Post #1


10<50 posts
**

Group: Member
Posts: 27
Joined: 21/09/09
Member No.: 6629



Ok, so I downloaded most recent PMDG airac 1001 from navigraph and then copied from PMDG SID/STARS into Maddog SID/STARS however I noticed at several airports there are missing ILS approaches etc. For example, I could not find ILS RWY35C into KDFW on the Maddog FMC dep/arr page as I was flying. It listed most but not all of the approaches. That has happened at several large airports in the CONUS. Is this a Maddog limfac or a navigraph one?

THanks
Rich Perry
Go to the top of the page
 
+Quote Post
jimmywa3
post 06/02/2010, 5:29
Post #2


0<10 posts
*

Group: Member
Posts: 1
Joined: 03/01/09
Member No.: 5713
Callsign: N1713V



Thank you Mauro for your correction, post deleted, see below post for proper instuctions. Bottom line is we need a clever chap to come up with a converter asap smile.gif

This post has been edited by jimmywa3: 06/02/2010, 16:19
Go to the top of the page
 
+Quote Post
comanche
post 06/02/2010, 8:12
Post #3


>500 posts
******

Group: Member
Posts: 524
Joined: 03/06/08
Member No.: 4241



QUOTE (jimmywa3 @ 06/02/2010, 5:29) *
Rich,

The Maddog 2008 is not reading the SIDSTARS .txt files correctly. Specifically, with the ILS approaches, if the command line contains an " at or above" statement, Maddog igonores that particular approach as far as the FMS goes. IF you go to the particular airports .txt file, and find the command line associated with the missing ILS approach, find the "at or above xxxx" xxxx being altitude, and delete "at or above xxxx" , you will find next time you start up Maddog the FMS will now contain that particular ILS approach. Kind of a pain to do that with every single missing ILS approach, but that's the best we got right now until someone more clever than I comes up with a converter program. Hope this helps.

Jim Warren


Really the instruction that Maddog FMS does not accept is "AT OR BELOW XXX AT OR ABOVE YYY". Single instruction "AT OR BELOW" or "AT OR ABOVE" are accepted. Pls see http://www.flythemaddog.com/forum/index.php?showtopic=8077. Additionally you should not find all STARS that contain a DOT in their name like JAGGO3.13B: must be replaced by JAGGO3-13B. Pls find KDFW.txt revised.

Attached File  KDFW.txt ( 55.88K ) Number of downloads: 30


Mauro

pls disregard the following attach

This post has been edited by comanche: 06/02/2010, 10:52
Attached File(s)
Attached File  KDFW.txt ( 55.92K ) Number of downloads: 13
 
Go to the top of the page
 
+Quote Post
comanche
post 07/02/2010, 10:05
Post #4


>500 posts
******

Group: Member
Posts: 524
Joined: 03/06/08
Member No.: 4241



QUOTE (jimmywa3 @ 06/02/2010, 5:29) *
Thank you Mauro for your correction, post deleted, see below post for proper instuctions. Bottom line is we need a clever chap to come up with a converter asap smile.gif


I'm not skilled enough to build a converting program; I know most of the syntax problems in using PMDG SIDSTARS with the Maddog therefore I am available to work together anybody expert in programming (if a program can be written).

Mauro
Go to the top of the page
 
+Quote Post
Lennart Vedin
post 18/03/2010, 1:18
Post #5


10<50 posts
**

Group: Member
Posts: 39
Joined: 15/03/10
Member No.: 7169



QUOTE (comanche @ 07/02/2010, 10:05) *
I'm not skilled enough to build a converting program; I know most of the syntax problems in using PMDG SIDSTARS with the Maddog therefore I am available to work together anybody expert in programming (if a program can be written).
Mauro
I do the program work thumbsup.gif

One may divide the work in a few steps.

/
1. Knowledge about each issue.
Example: "STARS that contain a DOT in there names like JAGGO3.13B: must be replaced by JAGGO3-13B"

2. Define the exact convering for each issue.
Example: Replace all DOT by DASH in the entire file.

This may not be that simple, the example may not be working, there may be other DOT that must not be replaced.
The replacement may must meet several conditions when to replace DOT with DASH.
Just an example (I havn't look the format yet): Lines that start with the word STAR should have all DOT replaced with DASH in that line.

3. Program coding based on the defines.

4. Verify each issues.
Typical to compare with marks of each differences in the original file and the converted file, to verify the replacements and only the correct replacements take place. This can be done with such freeware tools as "DiffMerge".
/


Typical is to take one known issue and do all 4 steps, then continue with more issues.



Regarding the AC it self, I just recently purchaded the MADDOG with failing attempt to fly it, I can not fly it wacko.gif (yet) . Currently I fly Boeing 747 and ATR72.

Best regards Lennart Vedin !

This post has been edited by Lennart Vedin: 18/03/2010, 1:21
Go to the top of the page
 
+Quote Post
kremin
post 18/03/2010, 10:40
Post #6


10<50 posts
**

Group: Member
Posts: 43
Joined: 07/05/06
Member No.: 242



QUOTE (Lennart Vedin @ 18/03/2010, 10:48) *
QUOTE (comanche @ 07/02/2010, 10:05) *
I'm not skilled enough to build a converting program; I know most of the syntax problems in using PMDG SIDSTARS with the Maddog therefore I am available to work together anybody expert in programming (if a program can be written).
Mauro
I do the program work thumbsup.gif
......................
Best regards Lennart Vedin !


Hej Lennart!
Good of you to help out - I'm looking forward to seeing what you come up with. You can take your time as I expect your solution will be ready before the developers get around to it rolleyes.gif


This post has been edited by kremin: 18/03/2010, 22:26


--------------------
best regards

Rick Canham
Kangaroo Island
South Australia



"There's always one more imbecile than you counted on"
Go to the top of the page
 
+Quote Post
comanche
post 18/03/2010, 12:22
Post #7


>500 posts
******

Group: Member
Posts: 524
Joined: 03/06/08
Member No.: 4241



QUOTE (Lennart Vedin @ 18/03/2010, 1:18) *
QUOTE (comanche @ 07/02/2010, 10:05) *
I'm not skilled enough to build a converting program; I know most of the syntax problems in using PMDG SIDSTARS with the Maddog therefore I am available to work together anybody expert in programming (if a program can be written).
Mauro
I do the program work thumbsup.gif


Dear Lennart, I am available to work with you in building a CONVERTER PMDG-Maddog. Let me have your E-Mail and I'll send to you a list of Syntax problems with the corresponding solution: to you the job of preparing Algorithms for each solution. At the same time I ask Maddog Dev. in order to know if some update on FMS is foreseen shortly and so avoid a complex work in preparing the Converter.

Mauro

This post has been edited by comanche: 18/03/2010, 12:32
Go to the top of the page
 
+Quote Post
Lennart Vedin
post 18/03/2010, 15:18
Post #8


10<50 posts
**

Group: Member
Posts: 39
Joined: 15/03/10
Member No.: 7169



Thats fine. yes.gif

You find my e-mail at this site, copy and past the link to your web browser: hem.passagen.se/lvedin/dk/freeware/fs (I dont want type my e-mail in any form by text, due to spam)


This post has been edited by Lennart Vedin: 18/03/2010, 15:20
Go to the top of the page
 
+Quote Post
comanche
post 18/03/2010, 15:35
Post #9


>500 posts
******

Group: Member
Posts: 524
Joined: 03/06/08
Member No.: 4241



QUOTE (Lennart Vedin @ 18/03/2010, 15:18) *
Thats fine. yes.gif

You find my e-mail at this site, copy and past the link to your web browser: hem.passagen.se/lvedin/dk/freeware/fs (I dont want type my e-mail in any form by text, due to spam)


OK Lennart I got it. Let me have some time for organizing docs. thumbsup.gif

Mauro
Go to the top of the page
 
+Quote Post
Lennart Vedin
post 18/03/2010, 19:21
Post #10


10<50 posts
**

Group: Member
Posts: 39
Joined: 15/03/10
Member No.: 7169



Just a question, what is this then, isn't it a converter, no or not solve all issues ?

Maddog 2008 User Manual.pdf: "Md_Cleanup.exe. This utility must be used to resolve incompatibility issues that can exist with procedures files downloaded from Internet. The Maddog 2008 will accept most procedures files prepared for the PMDG aircrafts."
Go to the top of the page
 
+Quote Post
comanche
post 18/03/2010, 20:17
Post #11


>500 posts
******

Group: Member
Posts: 524
Joined: 03/06/08
Member No.: 4241



QUOTE (Lennart Vedin @ 18/03/2010, 19:21) *
Just a question, what is this then, isn't it a converter, no or not solve all issues ?

Maddog 2008 User Manual.pdf: "Md_Cleanup.exe. This utility must be used to resolve incompatibility issues that can exist with procedures files downloaded from Internet. The Maddog 2008 will accept most procedures files prepared for the PMDG aircrafts."


The cleanup program was introduced by Flythemaddog with 2006 version in order to solve problems, but results were not satisfactory and several "converters" were developed with still poor results.
With the 2008 version Flythemaddog made some efforts in changing the syntax of Maddog FMC trying to get instructions as close as possible to PMDG syntax; several bugs still exist and worse PMDG made some change in their own syntax; the result is that PMDG procedure are practically unusable (most part of STARS but also several SIDS and some APPROACH). Many many claims appeared on the Forum about. Old converters and Cleanup Utility are no more effective and in some case make the problem worse. Solving or not 100% of problems depends from results of program to be built.

Mauro

This post has been edited by comanche: 18/03/2010, 20:20
Go to the top of the page
 
+Quote Post
Gekkuli
post 29/03/2010, 20:06
Post #12


0<10 posts
*

Group: Member
Posts: 2
Joined: 23/03/10
Member No.: 7204



Hello!
I've been trying to fix some SID/STAR files myself but until now without success. I really need some help from you Gurus. thumbsup.gif It would be great if someone could take a look at some SIDs and STARs from Finnish airports, Oulu (EFOU) to start with. I just can't locate the problem. Is it possible to get some kind of list of known problems since I would definitely like to fix the files I need myself? Right now I just don't know how.
Thanks in advance!
Go to the top of the page
 
+Quote Post
comanche
post 30/03/2010, 7:10
Post #13


>500 posts
******

Group: Member
Posts: 524
Joined: 03/06/08
Member No.: 4241



QUOTE (Gekkuli @ 29/03/2010, 21:06) *
Hello!
I've been trying to fix some SID/STAR files myself but until now without success. I really need some help from you Gurus. thumbsup.gif It would be great if someone could take a look at some SIDs and STARs from Finnish airports, Oulu (EFOU) to start with. I just can't locate the problem. Is it possible to get some kind of list of known problems since I would definitely like to fix the files I need myself? Right now I just don't know how.
Thanks in advance!


Which AIRAC you use? Pls find EFOU and some other Finnish procedure based on AIRAC 1003: should be OK. Let me know if you have more problems.

Mauro

Attached File  EFOU.txt ( 12.02K ) Number of downloads: 6

Attached File  EFIV.txt ( 3.15K ) Number of downloads: 0

Attached File  EFKK.txt ( 3.42K ) Number of downloads: 0

Attached File  EFJY.txt ( 5.67K ) Number of downloads: 1

Attached File  EFKE.txt ( 2.8K ) Number of downloads: 0

Attached File  EFKS.txt ( 4.27K ) Number of downloads: 1


This post has been edited by comanche: 30/03/2010, 8:51
Go to the top of the page
 
+Quote Post
Gekkuli
post 30/03/2010, 16:50
Post #14


0<10 posts
*

Group: Member
Posts: 2
Joined: 23/03/10
Member No.: 7204



Thanks a lot! I will take a look at these and report any following problems if I find one. And yes btw Airac cycle 1003 currently in use.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 



Lo-Fi Version Time is now: 07/09/10 - 2:41