Jump to content
Sign in to follow this  
fs1

New ATC and Airport Operations Application Testing

Recommended Posts

Thanks for continuing to improve this amazing add-on Federico.

Enjoy your well-deserved vacations and I'll be here to support everyone in this great community.

Regards


Iván Guerrero

Share this post


Link to post

1.0.0.5 works great, but it still gives me the FPS decease as soon as AI starting to approach.....

Share this post


Link to post
On 12/2/2020 at 6:39 PM, pmemery said:

Dimitrios,

Here it is:

AIPUSHBACKHOLDTIME=20
AIEXTENDEDPUSHBACK=1
//AINOCONTROLCHECK=0
//AITAXISEPARATIONDISTANCE=200.0
//AIADVANCEDINCURSIONDETECTION=0
//AITAXILOCALDISTANCE=5.0
//AIMONITORRADIUS=55556
AILANDINGBRAKINGSCALAR=1.0 //start with 15.0 if using AILANDINGTARGETTIME
AILANDINGTARGETTIME=0
//AILANDINGBRAKINGGAIN=3.0
//AITAKEOFFTHRUSTDERATESCALAR=1.0 //start with 15.0 is using AITAKEOFFTARGETTIME
//AITAKEOFFTARGETTIME=0
//AITAKEOFFTHRUSTDERATEGAIN=3.0
AIPLANESPOTTINGONLY=1
//INSIMMESSAGELEVEL=2
//STARTMINIMIZED=1
INIPERIODICUPDATE=1

The two parameters to be modified are

AILANDINGBRAKINGSCALAR=1.0 //start with 15.0 if using AILANDINGTARGETTIME
AILANDINGTARGETTIME=0

so that there is no interference with ATCAPI (as per Roland recommendations)

Guys, do you mind sharing your current AIFlow settings as well? I'd like to use these 3 utilities together. 

Thanks.

 

Share this post


Link to post

Could anybody advise what is wrong in my settings? Active Runways don't show in the drop down menu:

<?xml version='1.0' encoding='utf-8' ?>
Parameters>
    <Airport>
    <ICAO>EGLL</ICAO>
    <ActiveTakeOffRunway>
        <Runway>R27L</Runway>
        <Probability>1</Probability>
    </ActiveTakeOffRunway>
    <ActiveLandingRunway>
        <Runway>R27R</Runway>
        <Probability>1</Probability>
    </ActiveLandingRunway>
    </Airport>
    <enableFastTakeOffs>1</EnableFastTakeOffs>
    <allowTakeOffDistance>6000</AllowTakeOffDistance>
    <taxiSpeedLimiter>30</TaxiSpeedLimiter>
    <runwayTaxiSpeed>60</runwayTaxiSpeed>
    <enableRollthenTakeOff>1</enableRollthenTakeOff>
    <minCrossingRny>4000</minCrossingRny>
    <isGUIVisible>1</isGUIVisible>
    <voidTimer>1000</voidTimer>
    <TaxiSeparationMultiplier>1.8</TaxiSeparationMultiplier>
</Parameters>

 

ICAO is recognized OK though..

Thanks

Share this post


Link to post

Remove that “1” probability, if you don’t assign any probability ATCAPI will give equal probability anyway. 
If that does not work try to assign 0.6 27R and 0.4 27L and check if you see something in the Drown menu. 

  • Like 1

Share this post


Link to post
10 minutes ago, cmdn said:

Remove that “1” probability, if you don’t assign any probability ATCAPI will give equal probability anyway. 
If that does not work try to assign 0.6 27R and 0.4 27L and check if you see something in the Drown menu. 

Unfortunately none of these 2 worked.

I've modified config.xml that came with v1.0.0.4 (now dll is 1.0.0.5 though) it works now as follows:

 <?xml version='1.0' encoding='utf-8' ?>
<Parameters>
    <Airport>
    <ICAO>EGLL</ICAO>
    <ActiveTakeOffRunway>
        <Runway>R27L</Runway>
        <Probability>0.5</Probability>
        <EmptyWeightLimit>23000</EmptyWeightLimit>    
    </ActiveTakeOffRunway>
    <ActiveTakeOffRunway>
        <Runway>R27R</Runway>
        <Probability>0.5</Probability>
    </ActiveTakeOffRunway>
    <ActiveLandingRunway>
        <Runway>R09R</Runway>
        <Probability>0.5</Probability>
    </ActiveLandingRunway>
    <ActiveLandingRunway>
        <Runway>R09L</Runway>
        <Probability>0.5</Probability>
    </ActiveLandingRunway>
    </Airport>
    
    <enableFastTakeOffs>1</EnableFastTakeOffs>
    <allowTakeOffDistance>6000</AllowTakeOffDistance>
    <taxiSpeedLimiter>30</TaxiSpeedLimiter>
    <runwayTaxiSpeed>29</runwayTaxiSpeed>
    <enableRollthenTakeOff>1</enableRollthenTakeOff>
    <minCrossingRny>2000</minCrossingRny>
    <isGUIVisible>1</isGUIVisible>
    <voidTimer>1000</voidTimer>
    <TaxiSeparationMultiplier>1.8</TaxiSeparationMultiplier>
</Parameters>

 

Unfortunately I don't understand what is wrong in my previous edits. Any idea?

Thanks.

Share this post


Link to post

It works now as follows:

<?xml version='1.0' encoding='utf-8' ?>
<Parameters>
    <Airport>
    <ICAO>EGLL</ICAO>
    <ActiveTakeOffRunway>
        <Runway>R27L</Runway>
        <Probability>0.5</Probability>
        <EmptyWeightLimit>23000</EmptyWeightLimit>    
    </ActiveTakeOffRunway>
    <ActiveTakeOffRunway>
        <Runway>R27R</Runway>
        <Probability>0.5</Probability>
    </ActiveTakeOffRunway>
    <ActiveLandingRunway>
        <Runway>R09R</Runway>
        <Probability>0</Probability>
    </ActiveLandingRunway>
    <ActiveLandingRunway>
        <Runway>R09L</Runway>
        <Probability>0</Probability>
    </ActiveLandingRunway>
    </Airport>
    
    <enableFastTakeOffs>1</EnableFastTakeOffs>
    <allowTakeOffDistance>6000</AllowTakeOffDistance>
    <taxiSpeedLimiter>30</TaxiSpeedLimiter>
    <runwayTaxiSpeed>29</runwayTaxiSpeed>
    <enableRollthenTakeOff>1</enableRollthenTakeOff>
    <minCrossingRny>2000</minCrossingRny>
    <isGUIVisible>1</isGUIVisible>
    <voidTimer>1000</voidTimer>
    <TaxiSeparationMultiplier>1.8</TaxiSeparationMultiplier>
</Parameters>

But I would like to manipulate between Take off and Landing percentage on 27R/27L.  Any idea?

 

Thanks!

 

Share this post


Link to post

This is working now:

 

Quote

<?xml version='1.0' encoding='utf-8' ?>
<Parameters>
    <Airport>
    <ICAO>EGLL</ICAO>
    <ActiveTakeOffRunway>
        <Runway>R27L</Runway>
        <Probability>0.6</Probability>
        <EmptyWeightLimit>23000</EmptyWeightLimit>    
    </ActiveTakeOffRunway>
    <ActiveTakeOffRunway>
        <Runway>R27R</Runway>
        <Probability>0.4</Probability>
    </ActiveTakeOffRunway>
    <ActiveLandingRunway>
        <Runway>R27L</Runway>
        <Probability>0.4</Probability>
    </ActiveLandingRunway>
    <ActiveLandingRunway>
        <Runway>R27R</Runway>
        <Probability>0.6</Probability>
    </ActiveLandingRunway>
    </Airport>
    
    <enableFastTakeOffs>1</EnableFastTakeOffs>
    <allowTakeOffDistance>6000</AllowTakeOffDistance>
    <taxiSpeedLimiter>30</TaxiSpeedLimiter>
    <runwayTaxiSpeed>29</runwayTaxiSpeed>
    <enableRollthenTakeOff>1</enableRollthenTakeOff>
    <minCrossingRny>2000</minCrossingRny>
    <isGUIVisible>1</isGUIVisible>
    <voidTimer>1000</voidTimer>
    <TaxiSeparationMultiplier>1.8</TaxiSeparationMultiplier>
</Parameters>

Amazing utility

 

Thanks.

Share this post


Link to post
11 hours ago, Dirk98 said:

This is working now:

 

Amazing utility

 

Thanks.

I modified you some capital letters in the parameters that were with errors.

On the probability to assign on the landing or takeoff runways, in you case being two runways, in both they must add 1 (one).

Example probability parameter:
* Runway 27R takeoff: <Probability>0.7</Probability>
* Runway 27L takeoff:  <Probability>0.3</Probability>
                                                      --------
                                                         1.0 (always returns 1)

* Runway 27R landing: <Probability>0.8</Probability>
* Runway 27L landing:  <Probability>0.2</Probability>
                                                         -------
                                                          1.0 (always returns 1)

In case of not adding probability in the parameters, the program will automatically have the following values:

Example probability parameter:
* Runway 27R takeoff: 0.5
* Runway 27L takeoff: 0.5
                                      --------
                                        1.0 (always returns 1)

* Runway 27R landing: 0.5
* Runway 27L landing: 0.5
                                      -------
                                       1.0 (always returns 1)

<?xml version='1.0' encoding='utf-8' ?>
<Parameters>
    <Airport>
    <ICAO>EGLL</ICAO>
    <ActiveTakeOffRunway>
        <Runway>R27L</Runway>
        <Probability>0.6</Probability>
        <EmptyWeightLimit>23000</EmptyWeightLimit>    
    </ActiveTakeOffRunway>
    <ActiveTakeOffRunway>
        <Runway>R27R</Runway>
        <Probability>0.4</Probability>
    </ActiveTakeOffRunway>
    <ActiveLandingRunway>
        <Runway>R27L</Runway>
        <Probability>0.4</Probability>
    </ActiveLandingRunway>
    <ActiveLandingRunway>
        <Runway>R27R</Runway>
        <Probability>0.6</Probability>
    </ActiveLandingRunway>
    </Airport>
    
    <EnableFastTakeOffs>1</EnableFastTakeOffs>
    <AllowTakeOffDistance>6000</AllowTakeOffDistance>
    <TaxiSpeedLimiter>30</TaxiSpeedLimiter>
    <runwayTaxiSpeed>29</runwayTaxiSpeed>
    <enableRollthenTakeOff>1</enableRollthenTakeOff>
    <minCrossingRny>2000</minCrossingRny>
    <isGUIVisible>1</isGUIVisible>
    <voidTimer>1000</voidTimer>
    <TaxiSeparationMultiplier>1.8</TaxiSeparationMultiplier>
</Parameters>

Regards

  • Like 1
  • Upvote 1

Iván Guerrero

Share this post


Link to post
15 hours ago, padrot said:

I modified you some capital letters in the parameters that were with errors.

padrot, I didn't know the parameters were case sensitive!

Do you know how long does it take AI to change their Landing/Take off runways on the fly by replacing config.xml and pressing Reload XML button? Is there any control over it?

Thank you so much

  • Like 1

Share this post


Link to post

Deleted

Edited by Dirk98

Share this post


Link to post

Sorry, my mistake I know. Swapping of config.xml is intended primarily for different departure/arrival airports. So my static observation in a departure airport only was quite senseless.. )) 

PS: but still interesting with AIG_AM traffic/ATCAPI and AICompanion, AIFlow and AIGround on a WideClient pc

Edited by Dirk98

Share this post


Link to post
On 4/14/2021 at 2:13 PM, Dirk98 said:

padrot, I didn't know the parameters were case sensitive!

Do you know how long does it take AI to change their Landing/Take off runways on the fly by replacing config.xml and pressing Reload XML button? Is there any control over it?

Thank you so much

Well, I have a shortcut on the desktop of the XML config file, there I modify it if necessary during the flight and press the "reload xml" button.

About the time it takes to adjust the AI, let's say to a change in active runways, I haven't done that test yet but it would be interesting to know the behavior of the AI traffic.

Regards Dirk98


Iván Guerrero

Share this post


Link to post
On 4/14/2021 at 2:13 PM, Dirk98 said:

padrot, I didn't know the parameters were case sensitive!

Do you know how long does it take AI to change their Landing/Take off runways on the fly by replacing config.xml and pressing Reload XML button? Is there any control over it?

Thank you so much

tbh I would just set a hotkey in FSUIPC (like ctrl + T) to turn traffic on and off

Share this post


Link to post
On 4/17/2021 at 5:34 AM, Chapstick said:

tbh I would just set a hotkey in FSUIPC (like ctrl + T) to turn traffic on and off

Chapstick, why would you want to turn traffic off?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...