pvarn wrote:
Thank you for clarifying many of these items.
"VnavSetSpd=0 // Does not set speed when VNAV is on (default is 1) IGNORED. AIRSPEED STILL CHANGES WHEN VNAV ACTIVATED.
...
Quote:
As you can see from the content of the two files, there is not a conflict.
Hmmm,
I just tried it, and you are right 'VnavSetSpd=0' does not work, its not accepting VnavSetSpd=0 for some reason, we must have
broke it in the 1.8 update.
As a workaround use VnavSetSpd=3, that should work in place of 0 with the same effect.
Quote:
This needs further testing, but there is the possibility the value: [b]VnavSetSpdOffOnManSpdChg=1 // Turns off VNAV speed setting if manual speed change is detected conflicts with VnavSetSpd=0 , or detects my attempt to correct the value in the AP and correctly disables further VNAV input.
VnavSetSpdOffOnManSpdChg=1 will internal make that VnavSetSpd=2, which effectively disables it. However when VNAV is turned off
and turned back on again, it will reset it back VnavSetSpd=1 if that value is a 2. Which is why my suggested workaround is to use
VnavSetSpd=3.
Quote:
How the Cost Index is scaled is confusing. Until you mentioned this relationship here, I would never have derived this from the documentation.
Its mentioned on Page 6 of the Smiths FMS documentation.
"...There are default Min/Max values for climb cruise and descent hardcoded into the FMS. These can be overridden by the
Climb,Cruise, and Descent MaxIas values in the (Aircraft Id).cfg file"
Quote:
Would I get more predictable results if I leaved the Cost Index out?
Is the idea, the higher the index, the higher speed the FMS will use and thus force a higher fuel rate? Perhaps am Index in the middle of its scale and a very small difference between the max and min values?
The idea is the higher the number the greater importance on time, the lowwer the number the greater importance on fuel efficiency.
Obviously what cruise alt and en-route winds, and gross weight factor into it.
---------------------------------------------------------------------------
Quote:
Confirming my installer applied version 1.8. Any way to tell?
The version number is in the FMS's Ident page in params over the 'supp data' label. It would read something like (V01.8)
Quote:
When I first started using these two files together, the isg file contained the setting:
WptProcChgDist=2.3 // Waypoint change distance for procedures (Sid,Star, etc)
I commented it out when I could not get the aircraft file to modify the behavior.
...
For me, the turn to next waypoint is always 3.0 exactly whether it's a waypoint or procedure, not the default 4.0:
WptChgDist The distance (in Lnav mode) the autopilot changes to tracking the next waypoint
(default is 4.0 nm)
I just tried them, they both work.
But really WptChgSecs=xx is going to the better overall setting. As that wil cause both distances to vary based on the
aircraft's speed instead of a single hard distance value for each turn.
Quote:
"FlightPlansFolder=concordeplans WHEN SET, NO FPs ARE DISPLAYED THOUGH VALID FPs EXIST WHICH WORK IN DEFAULT "flightplans" dir
You need to use the 'full' directory path (ie C:\Program Files...")."
THIS HELPS A LOT. No mention of this detail in the doc.
It is mentioned...twice
Page 2: "...Location to read Flight Plan files from when not using the default folder."
'concordeplans' is not a location on your computer, it is perhaps a folder or file name, but not a location.
Page 6: "Directory path where the FMC will list and Flightplans from when this aircraftId.cfg file is used."
Directory 'Path' would appear to need no explanation.
---------------------------------------------------------------------------
Quote:
The Fuel quantity values as displayed in the smiths FMS are 20K lbs lower than the actual fuel quantity as displayed by the FS fuel dialog
and 20K lbs less than an XML gauge using the value:
FUEL TOTAL QUANTITY WEIGHT,pounds
Since this difference was the quantity of CENTER2 at the time I noticed the discrepancy...
It only takes into account the one center tank. This was already noted as an issue previously on the forum.
Quote:
VnavSetMachCruiseSpd In Vnav mode Sets speed as mach value instead of Ias value when in cruise.
Example:
VnavSetMachCruiseSpd=2.00
Does not get used. Always some other value gets set for cruise. I assume this is another Cost Index conflict? Leave out the Cost Index value to get more predictable results?
Its an on/off value =1 or =0, it either sets the mach speed (form the FMS) or it does not.
All this means is when it reaches the cruise alt is willl change from Ias to Mach mode.
Regards.
Ernie.