Hangar30
This example will explain how to make one type of hangars using this dynamic event, as the shown in the above picture. Hangar30 example uses the frequency event to close the doors when the NAV1 frequency is set to 108.00.
The example, use the following macros:
- Main macro:
hangar30.nv2, install this file in your main NOVA folder- Structure macros:
hang30m1 to hang30m8, install these 8 files in your main NOVA folder- Once the files are installed, load each structure macro, from hang30m1 to hang30m8, and save each of them as an structure, this is absolutely needed to create in your system the 8 required structure files
- When all 8 structures have been created, then you can load the main macro hangar30.nv2 and save the macro in the format of your choice, API or ASD formats
The hard core of the macro or static sections are made of the hangar1 tool, an horizontal front section ( Seq. #2) and 2 side front sections of the hangar. This graphic shows all static parts of the hangar. The macro scale will be 0.50
![]() |
The dynamic sections of the hangar are made of structures, I will use the sign doors for this purpose, there are as you can see in the left picture, 2 side doors on each side of the hangar. To produce the movement, the door positions will change, as well as the size of the doors. |
![]() |
The left picture shows
an animation of the doors only, each animation made using a different
structure, and as you can see, 8 structures are used in the example.
|
![]() |
This is where all the
dynamics of the macro are created, the hangar's dynamic will be activated
when the frequency 108.00 is selected in NAV1. At every second, a different structure will be shown or active, until the last one that will remain active, as long as the NAV1 frequency remains at the 108.00 frequency. So, in our example, the structure hang30m1 will be visible all the time, and when the NAV1 frequency is other than 108.00 |
As soon as the frequency on NAV1 is set to 108.00, the structures hang30m2 to hang30m8 will be displayed, each one for a period of 1 second. The last structure, hang30m8 will remain visible and active all the time as far as NAV1 frequency is not changed. When you change NAV1 frequency to any other value than 108.00 , the reverse effect will take place, that is, structures hang30m7 to hang30m1 will be displayed. each one for a period of 1 second, and the last structure, hang30m1 will remain active and visible. As you can see, the sequence of actions or dynamic effects are made in accordance of the active structures as shown in the list, and in the same order as entered. This means, that any type of dynamics can be made, as in this example, the action is set to close the doors when the frequency is set to 108.00, you could make just the reverse effect, by changing the order of the active structure list, that is, starting by hang30m8 and ending by hang30m1, so the effect will be to open the doors when the frequency is selected.
|