Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Guidelines for creating an upper level design file

1. Make sure you have a clear idea of what you what your file to accomplish. (i.e. what exactly do you want the file to draw and what do you want the user to be allowed to control)
2. Decide what the user inputs for this file should be
- Put these inputs at the top of the file and do not collapse them in an area
- Leave these values undefined when you commit the code for use so that the code will be able to accept the user's inputted values.

...

7. In addition to the upper level design mathcad file that you have just created you also need to create a method file so that your design file can communicate with labview and the user inputs that were input online. Please the Method template file in the ADT designs folder for information on how to do this.