Step 7Enjoy!
It would also be nice if anyone who knows how to program later model calculators (Ti-84, 86, and 89) could write some programs to do the same thing. I could probably write the programs but i wouldn't have any way of testing it.
Have Fun!
| « Previous Step | Download PDFView All Steps | Next Step » |









































I'm about to use it again for a new plane. Helps a lot with illustrating construction techniques for new students.
Bumping from below------------------
From Luberack (Mar. 10, 2011)
I also used silentfallen's program below. Very nice! I did notice that the timing seemed to be a bit off, so I ran the program at various times in front of a stopwatch. I put the numbers in Excel and got the slope of the linear trendline that tightened up the timing tremendously. Here's the scale factors you should use for the TI-84 Plus (not sure about others):
[note: "%" should be replaced by pressing the "STO>" button.]
A*750.64 % W
B*750.64-704.12 % X
So here's what the whole program will look like:
.................................................................................
Disp "START DELAY IN"
Disp" SECONDS"
Prompt A
A*750.64 % W
Disp "HOW OFTEN IN"
Disp "SECONDS"
Prompt B
B*750.64-704.12 % X
Disp "HOW MANY SHOTS"
Prompt Y
For(H,1,W,1)
End
Send(A)
Y-1 % Y
While Y>0
Y-1%Y
For(H,1,X,1)
End
Send(A)
End
...............................................................................
hit "QUIT" to save and exit programming
http://www.youtube.com/watch?v=tmRWbQwQEOU
You inspired me to make a few of my own! Great method, cool technique. Thanks!
I found an excellent write-up here:
http://dentites.blogspot.com/2008/04/time-lapse-photography.html