User`s guide

516 VEE User’s Guide
Appendix
Optimizing Techniques
For this lab, you will build a VEE program two different ways
and note the difference in execution speed.
Optimizing Techniques, Step 1
Create a program that sends the range 0 to 710 step 10 through
both a sine function and cosine function. Put the results of the
functions on an X vs.Y display. Use the Timer object to clock how
long the program takes. (Set your default preferences for Trig
Mode to Radians.)
Solution—Optimizing Techniques, Step 1
Figure 289 shows a solution to step 1.
Figure 289 Optimizing VEE Programs, Step 1
Optimizing Techniques, Step 2