- Messages
- 371
- Country

If you want test the gauge, (the link to download is in a previous post), she needs XMLVARS.dll and Loggerx.dll
the XMLVARs used by the gauge and that must be delared are :
'VarWaypointLongitude' (>C:XMLVARS:StoreVarName,string) is the longitude of a waypoint in Degrees, minutes, seconds
'VarWaypointLatitude' (>C:XMLVARS:StoreVarName,string) is the latitude of a waypoint in Degrees, minutes, seconds
'VarWaypointAltitude' (>C:XMLVARS:StoreVarName,string) is the allatitude of a waypoint if exists
'VarWaypointType' (>C:XMLVARS:StoreVarName,string) is the type of waypoint (vor,NDB, user, airport ...)
'VarAircraftPosition' (>C:XMLVARS:StoreVarName,string) is the start position of the aircraft(Gate , parking runway ....=
'VarFlightPlanNameFile' (>C:XMLVARS:StoreVarName,string) is the name of your saved PLN file
'VarTemp' (>C:XMLVARS:StoreVarName,string) is a temp variable to convert decimal degrees in degrees , minutes , seconds
And you must create the folder "FD_FMC" in your main FSX folder.
To use the gauge you have just to set:
- a flightplan name in 'VarFlightPlanNameFile' (>C:XMLVARS:SearchVarName,string) 'your flight plan name' (>C:XMLVARS:StringValue,string)
- the original aircraft position of the FSX flight plan that used as base (eg '26' for a runway, or 'GATE B 1" in 'VarAircraftPosition' (>C:XMLVARS:StringValue,string)
and to launch the save of the flight plan, by set to 1 (>L:Save_FPLN_Save,bool) (at the end of the record, the gauge reset the value to 0)
You can attrib this (L:Save_FPLN_Save,bool) to a button of your cockpit.
Test it
the XMLVARs used by the gauge and that must be delared are :
'VarWaypointLongitude' (>C:XMLVARS:StoreVarName,string) is the longitude of a waypoint in Degrees, minutes, seconds
'VarWaypointLatitude' (>C:XMLVARS:StoreVarName,string) is the latitude of a waypoint in Degrees, minutes, seconds
'VarWaypointAltitude' (>C:XMLVARS:StoreVarName,string) is the allatitude of a waypoint if exists
'VarWaypointType' (>C:XMLVARS:StoreVarName,string) is the type of waypoint (vor,NDB, user, airport ...)
'VarAircraftPosition' (>C:XMLVARS:StoreVarName,string) is the start position of the aircraft(Gate , parking runway ....=
'VarFlightPlanNameFile' (>C:XMLVARS:StoreVarName,string) is the name of your saved PLN file
'VarTemp' (>C:XMLVARS:StoreVarName,string) is a temp variable to convert decimal degrees in degrees , minutes , seconds
And you must create the folder "FD_FMC" in your main FSX folder.
To use the gauge you have just to set:
- a flightplan name in 'VarFlightPlanNameFile' (>C:XMLVARS:SearchVarName,string) 'your flight plan name' (>C:XMLVARS:StringValue,string)
- the original aircraft position of the FSX flight plan that used as base (eg '26' for a runway, or 'GATE B 1" in 'VarAircraftPosition' (>C:XMLVARS:StringValue,string)
and to launch the save of the flight plan, by set to 1 (>L:Save_FPLN_Save,bool) (at the end of the record, the gauge reset the value to 0)
You can attrib this (L:Save_FPLN_Save,bool) to a button of your cockpit.
Test it
Last edited:





