cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Flight_Simulator_Sketch.zip

gapnunes
1-Newbie

Flight_Simulator_Sketch.zip

Hello,

This file attached is a sketch of a flight simulator built in Mathcad 14.

The simulator working can be seen on the two videos below:

https://www.youtube.com/watch?v=nwuuN8_YKI8

https://www.youtube.com/watch?v=KnbrOkqvKuw

There are a lot of functions inside that may be used for other things.

Feel free to ask.

Guilherme

8 REPLIES 8

Hi Guilherme,

I uploaded two videos of maneuvers in the appropriate section, here:

http://communities.ptc.com/videos/4987

http://communities.ptc.com/videos/4990

?? Whats wrong with youtube videos?

I also printed the source code, refer to the chat: http://communities.ptc.com/docs/DOC-5480

It is easier to see the whole source code this way.

Guilherme

One more video from project beginning:

http://communities.ptc.com/videos/4989

To make it work:

- Open the file "..\Flight_Simulator_Sketch\SIMULATOR\Flight_SIMULATOR_rC.xmcd"

- Inside Mathcad, go to the file bottom, where there are the last graphics.

- Set Zoom to 50%

- Use the animation tool, select the graphics area to be recorded to the movie.

OBS: -If FRAME = 1, then the simulation is reseted.

          - You can use any other FRAME sequence >1 to make the simulation run in time normaly. The order of FRAME sequence is not important, the important is to use the FRAME change to refresh the worksheet and record each step.

          -Example: From 10 to 20 at 10 frames per second.

          -Don`t forget to keep the visualization in the bottom of the worksheet to update all the formulas.

          - Each loop takes 1 sec aprox. to be evaluated.

The main ideia is, if FRAME is > 1, then the simulation runs. You can define FRAME globaly and change its value to see the whole worksheet update to next step.  Variable "tempo" shows the actual time.

Guilherme

Minor update to the file, now it is running.

Guilherme

Hi Guilherme,

Could you please suggest any references to articles and books on the theory that you used for your flight simulator?

Top Tags