IvAc2 implements the following automatic operational features:
Transition levels can be individually defined for every airport in the FIR. The rules governing the selection of the transition level are defined in the transitionlevel.xml file.
Mode A SSR codes are allocated and linked to the flight plan automatically when a clearance is generated. The range of codes are defined in the mode_a.xml file.
SIDs are allocated based on the following variables, set in the sid.xml file.
The query used to find the appropriate SID is based on:
The first found SID is used. If necessary a controller can always override the selected SID when issuing the clearance.
<sid id="CIV6F" short="CIV6F" exit="CIV" rwy="02" cfl="60" minrfl="0" maxrfl="660" begin="0000" end="2359" dow="1234567" wtc="LMH"/>
STARs are allocated based on the following variables, set in the star.xml file.
The query used to find the appropriate SID is based on:
The first found STAR is used. If necessary a controller can always override the selected STAR.
Arrival gates are allocated based on the following variables, set in the gates.xml file.
The query used to find the appropriate arrival gate is based on:
The first found gate is used. If necessary a controller can always override the selected gate when issuing the clearance.