﻿RuleName=ATL_26  or 27 Visual Approach Exemption
Enabled=True
RepeatInverted=True
'Aircraft is on a visual approach to parallel runways 26 or 27, separated by more than 2500 ft.

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

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

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

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

If Aircraft1(HEADING) >= Value(237) Then Continue Else ExitRule

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

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

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

If Aircraft2(HEADING) >= Value(170) 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

