• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

VGDS Question

Messages
29
Country
germany
I read the VGDS Tutorial in the wiki because I'm going to design the AGNIS Docking system on my own.

AGNIS system is a system which is splitten up in two parts

agnisea6.jpg


Nr 1. in the picture is the "more left/more right" indicator ;)

Nr 2. in the picture is the distance indicator and it stands on the right side of the centerline of the gate/stand. So my question is how to realise this? The safegate system have the distance indicator in the front of the aircraft
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Hi Daniel,

Have a look at this post I made on my blog.

For the azimuth indicator I used the same technique as described in the tutorial. For the distance indicator I used a bar placed in front of the sign. By giving it the correct position, it will be in front of the stop line at the correct position.
 
Messages
29
Country
germany
I don't understand the method you described.

Did you used 1 model with the direction indicator on the gmax-"centerline" and you made the distance indicator in the same model; only a bit more right?
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Hi Daniel,

No, I made two seperate models. That allowed me to place them easier in the scenery. As the position of the stopsigns is not fixed compared to the centerline at the airport I am working on.

I do plan to release my AGNIS/PAPA docking systems in the future as well, when I update the VGDSTweaker tool.
 
Messages
29
Country
germany
Ok. I'm working hard now on the AGNIS system and I just wondered, if you described the "with actigate-version" or not?
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
For the AGNIS/PAPA system I have not made a ActiGate version, as all information on it is static. But in general the tutorial describes the general docking system, not the special ActiGate version.
 
Messages
29
Country
germany
So I edited the picture a bit:

agniscy6.jpg


Would now the "code" in the seperation_plane section be...:

SEPERATION_PLANE di00, (HEADING_VECTOR_X+10), 0, HEADING_VECTOR_Y,
(STOP_DISTANCE+15)*NVL
;15 meters off
DRAW.......

...if the nr.2 in the picture is 10 meters offset to the centerline (y axis)?
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Hi Daniel,

No, you should not add anything to the heading variables, as that will make your heading wrong.

What are you trying to check for the nr. 2 position? Distance for stop point?
 
Messages
20
Country
uzbekistan
Topic up.
I'd like to implement AGNIS / PAPA system at Tashkent, Uzbekistan apt (UTTT).
It's similar to what Frankfurt scenery has
IMG_2534.jpg

Is there a solution how to make it?
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,883
Country
netherlands
Hi,

If you get the latest version of VGDS Tweaker it includes a version of an AGNIS PAPA system (the one used at Schiphol (EHAM)). It is not exactly the same as the one shown on your photo, but maybe you can use it as an example to create your own model.
 
Top