Hello, Mr. Romanov
Doing some tests whit the new version, i found these problems:
- When attempting to load an approximation, loads a mismatch for instance. Example:
Trying to load RNAV Z RWY 30 from SCSE:
Data from navigraph:
APPTR,R30-Z,30,ANDAK
IF,ANDAK,-30.243633,-71.119122, ,0.0,0.0,4,9000,7500,0,0,0,1,0
TF,CRITA,-30.181986,-71.113886,0, ,0.0,0.0,0.0,0.0,2,6500,0,0,0,0,0,0
TF,TALCA,-30.120333,-71.108669,0, ,0.0,0.0,0.0,0.0,2,5600,0,0,0,0,0,0
TF,LOICA,-30.084619,-71.083761,0, ,0.0,0.0,0.0,0.0,2,5000,0,0,0,0,0,0
TF,RALES,-30.043525,-71.055133,0, ,0.0,0.0,0.0,0.0,2,4200,0,1,200,0,1,0
MDCU load the following procedure:
SID,EDRON1,30,5
CA,0,295.0,2,2500,0,0,0,0,0,0
DF,UMBUX,-30.087414,-71.286181,1, ,0.0,0.0,2,7500,0,0,0,0,0,0
TF,SE270,-30.271117,-71.291908,0, ,0.0,0.0,0.0,0.0,2,12000,0,0,0,0,0,0
TF,SE350,-30.555603,-71.300772,0, ,0.0,0.0,0.0,0.0,2,20000,0,0,0,0,0,0
TF,EDRON,-30.794808,-71.151794,0, ,0.0,0.0,0.0,0.0,2,21000,0,0,0,0,0,0
I am doing some tests, i discovered that the problem is the name of the procedure, by eliminating - cotained in the AIRAC (example: APPTR,R30-Z,30,ANDAK by APPTR,R30Z,30,ANDAK) fix the problem and the MCDU load the corresponding approach.
- The MCDU not read the RF(Radius to Fix) drawing an incomplete approximation (Picture 1)
APPTR,R30-Z,30,ANDAK
IF,ANDAK,-30.243633,-71.119122, ,0.0,0.0,4,9000,7500,0,0,0,1,0
TF,CRITA,-30.181986,-71.113886,0, ,0.0,0.0,0.0,0.0,2,6500,0,0,0,0,0,0
TF,TALCA,-30.120333,-71.108669,0, ,0.0,0.0,0.0,0.0,2,5600,0,0,0,0,0,0
TF,LOICA,-30.084619,-71.083761,0, ,0.0,0.0,0.0,0.0,2,5000,0,0,0,0,0,0
TF,RALES,-30.043525,-71.055133,0, ,0.0,0.0,0.0,0.0,2,4200,0,1,200,0,1,0
FINAL,R30-Z,30,G,4
IF,RALES,-30.043525,-71.055133, ,0.0,0.0,2,4200,0,1,200,0,0,0
RF,PELIC,-30.001003,-71.048519,1,ARC01,317.9,3.2,2,3400,0,0,0,0,0,0
RF,SEREN,-29.967384,-71.080678,1,ARC01,294.4,3.2,2,2560,0,0,0,0,2,0
TF,RW30,-29.920292,-71.190556,0, ,0.0,0.0,295.0,6.4,1,531,0,0,0,0,3,1
TF,BARCA,-29.816667,-71.432222,0, ,0.0,0.0,0.0,0.0,2,3000,0,0,0,0,0,1
HM,BARCA,-29.816667,-71.432222,1, ,0.0,0.0,115.0,04,0,0,0,0,0,0,0,0,0
If i change the RF by TF in the AIRAC, MCDU loading it properly but without the ARC
-When you load the flight plan, if the path is very long whitout inserting the temporary plan, path goes blank. To not miss this, is necessary to keep adding points and go inmediately inserting the temporary path.
- ZFW and BLOCK are somethat displaced
- In the SID DONTI1B from SCEL departing from the procedure indicates that you must start the turn by passing 4000 feet, so the MCDU inmediately crank the plane without passing 4000 feet.
SID,DONT1B,17L,4
CA,0,175.0,2,4000,0,0,0,0,0,0
DF,SEKSU,-33.472489,-70.985972,2, ,0.0,0.0,4,9000,7500,0,0,0,0,0
TF,EL370,-33.202808,-71.091550,0, ,0.0,0.0,0.0,0.0,2,11000,0,0,0,0,0,0
TF,DONTI,-32.950097,-71.189867,0, ,0.0,0.0,0.0,0.0,2,13000,0,0,0,0,0,0
Everything else looks good, thank you very much for the great work and updates