﻿RuleName=08L Reduced Seperation on final
Enabled=True
RepeatInverted=True
'Aircraft are maintaining at least 2.5 mile seperation on rwy 8L approach

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

If Aircraft1(LOCATION) <= Points(08.POINT[10]) Then Continue Else ExitRule

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

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

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

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

If Aircraft2(LOCATION) <= Points(08.POINT[10]) Then Continue Else ExitRule

If Aircraft2(ALTITUDE) <= Value(50) Then Continue Else ExitRule

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

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

If Pair(LATERALSEPARATION) >= Value(2.5) Then Continue Else ExitRule

If Aircraft1(BEARINGRELATIVE[AIRCRAFT2]) = Value(270, 090) Then Continue Else ExitRule

If Aircraft1(CATEGORY) <> Value(H) Then Continue Else ExitRule

If Aircraft1(CATEGORY) <> Value(B757) Then Exclude(Reduced 2.5 mile separation on final) Else ExitRule

