PPRuNe Forums - View Single Post - A330 ADR warnings/failures in approach
View Single Post
Old 24th Aug 2016, 03:07
  #12 (permalink)  
sysrun
 
Join Date: Aug 2016
Location: Sydney
Posts: 3
Likes: 0
Received 0 Likes on 0 Posts
i removed the coordinates

Code:
[
    {
        id: 7,
        description: 'Periodic Report',
        data: {
            ADS Contract Request Number: 238,
            lat: -xx.xxxxx,
            lon: xxx.xxxxx,
            alt: 40004,
            sec_since_hour: 1320.75,
            fom: {
                TCAS Health: 0,
                level: 7,
                nav_redundancy: '> 1 unit operating',
                accuracy: 'Consistent with augmented GPS accuracies.'
            }
        }
    },
    {
        id: 13,
        description: 'Predicted Route Group',
        data: {
            nextWp: {
                lat: -xx.xxxxx,
                lon: xxx.xxxxx,
                alt: 40000
            },
            ETA_sec: 1995,
            NextWp+1: {
                lat: -xx.xxxxx,
                lon: xx.xxxxx,
                alt: 40000
            }
        }
    },
    {
        id: 14,
        description: 'Earth Reference Group',
        data: {
            track: 347.080078125,
            groundspeed: 508,
            vertical_rate: 0
        }
    },
    {
        id: 16,
        description: 'Meteorological Group',
        data: {
            windSpeed: 77.5,
            windDirection: 241.171875,
            temperature: -52
        }
    }
]

ps. you can use my username in this forum, add a ".io" at the end - you'll find my blog there (and maybe a chance to contact me)
sysrun is offline