- Messages
- 542
- Country

I am trying to calculate the current glideslope angle in degrees to a
known ground position .
Horizontal distance is.
Vertical distance is,
I tried the following without success ,
Any assistance would be appreciated .
Cheers
Karol
known ground position .
Horizontal distance is.
Code:
(L:DistanceMarkPos,nmiles) 6076 *
Vertical distance is,
Code:
(A:Indicated Altitude, feet) (L:MarkGROUND ALTITUDE, feet) -
I tried the following without success ,
Code:
%((A:Indicated Altitude, feet) (L:MarkGROUND ALTITUDE, feet) - (L:DistanceMarkPos,nmiles) 6076 * / tg * pi 180 /) %!03d!%
Any assistance would be appreciated .
Cheers
Karol

