﻿RuleName=ATL_26  or 28 Visual Approach Exemption
Enabled=True
RepeatInverted=True
'Aircraft is on a visual approach to parallel runways 26 or 28, separated by more than 4300 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(170) 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(LOCATION) IsNotIn Polygons(CNTR.POLY) 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 4300 ft.) Else Continue

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

