﻿RuleName=ATL_09 or 10 Visual Approach Exemption
Enabled=True
RepeatInverted=True
'Aircraft is on visual approach to parallel runways 09 or 10, separated by more than 2500 ft.

If Aircraft1(ARRIVALDEPARTUREAIRPORT) = Value(2) Then Continue Else ExitRule

If Aircraft1(LOCATION) IsIn Polygons(NW.POLY) Then Continue Else ExitRule

If Aircraft1(ALTITUDE) <= Value(80) Then Continue Else ExitRule

If Aircraft1(HEADING) <= Value(127) Then Continue Else ExitRule

If Aircraft2(ARRIVALDEPARTUREAIRPORT) = Value(2) Then Continue Else ExitRule

If Aircraft2(LOCATION) IsIn Polygons(SW.POLY) Then Continue Else ExitRule

If Aircraft2(LOCATION) IsNotIn Polygons(CNTR.POLY) Then Continue Else ExitRule

If Aircraft2(HEADING) >= Value(057) Then Continue Else ExitRule

If Aircraft2(HEADING) <= Value(190) Then Continue Else ExitRule

If Aircraft1(SCRATCHPAD2) StartsWith Value(V) Then Exclude(Visual approach to parallel runway separated by more than 2500 ft.) Else Continue

If Aircraft2(SCRATCHPAD2) StartsWith Value(V) Then Exclude(Visual approach to parallel runway separated by more than 2500 ft.) Else ExitRule

