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
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
Hi Guilherme,
I uploaded two videos of maneuvers in the appropriate section, here:
?? Whats wrong with youtube videos?
Thanks VladimirN !
I uploaded tree more videos on both youtube and Mathcad Forum:
http://communities.ptc.com/videos/4992
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
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?