Requirements and Verification

Description

Requirements: Requirements provide a technical definition of what each and every block in your system block diagram must be able to do. Each module in your system's block diagram should be associated with a set of requirements. If all requirements have been met for every module, you should have a fully functioning project. A good set of requirements should meet the following criteria.

Verification: Verifications are a set of procedures that you will use to verify that a requirement has been met. Every requirement should have a verification procedure associated with it. Good verification procedures will meet the following criteria.

Remember, a good R&V table should function like a debugging checklist.

Points Summary: At the time of demo, 50 points will be defined by the R&V table for your project. It is up to you to define how important each requirement is and how many points it will be worth. If your project is not fully functioning at the time of demo, these points will define how you will earn partial credit. If you do not provide a points summary or define one poorly (e.g., by giving too many points to a trivial requirement) the course staff reserve the right to define the points for your requirements without your input. The point summary should be organized as a table separate from the R&V table where the points are distributed across each functional block in your block diagram. Meeting the requirements for that block will then represent earning those points. If desired, you may define how many points each individual requirement is worth but this is not required.

This point allocation should initially be proposed by the students themselves with TA approval and finally instructor approval at DR. This point allocation must be printed and brought to the demo at the end of the semester. Changes must be approved by the instructor. Here is an example.

Examples

You can view example R&V tables in the sample Design Review documents: Good Sample DR and a Poor Sample DR. It is also helpful to examine the points summary example and a good example R&V table as it was presented in a final report.

A note about formatting: Requirements and Verification are best organized into a table and organized by functional block. If each module of your project has several requirements, you may want to create an R&V table for each block separately. Each row of your R&V table should have one requirement (in one column) and the corresponding verification procedure (in another column).

Submission and Deadlines

Requirements and Verification will be included in your Project Proposal, Design Review Document and you will receive feedback and suggestions for improvement. Changes to your R&V table made after design review must be approved by your TA. Changes made after Mock Demo will not be approved with the exception of extreme circumstances.

Unapproved changes to the R&V table that are presented at the Final Demo may be penalized up to 50 points (the total associated with R&V).

Tea Blend Distributor

Zhenzuo Si, Zhiyuan Wang, Ruiqi Ye, Anyu Ying

Featured Project

# TEAM MEMBERS:

- Zhenzuo si (zsi2)

- Ruiqi Ye (ruiqiye3)

- Zhiyuan Wang (zw39)

- Anyu Ying (anyuy2)

# PROBLEM

Tea is a popular beverage but cannot be easily obtained like coffee because no machine on the market can make it as convenient to drink tea as a coffee machine. Additionally, people’s requirements for the type and strength of tea are just as complex as those for coffee. We want to design a device that allows users to input the type of tea they want to drink and their taste preferences and then receive a cup of tea that meets their requirements.”

# SOLUTION OVERVIEW

This machine has a total of five systems: an interactive subsystem that receives user input, a control subsystem that controls all other subsystems, a solid storage subsystem for storing tea leaves, a tea brewing subsystem that adds an appropriate amount of water at the right temperature, and a flavour subsystem for adding additional ingredients such as milk and sugar.

# SOLUTION COMPONENTS

##INTERACTIVE SUBSYSTEM

The interactive subsystem includes a series of digital displays and buttons for users to adjust parameters related to taste, such as tea strength, temperature, and concentration of additional ingredients. It is also capable of delivering this data to the control subsystem.

## CONTROL SUBSYSTEM

The control subsystem is capable of transmitting signals to other subsystems and can control the number of tea leaves and additional ingredients used, as well as the temperature and amount of water used, and the overall brewing time.

## TEA BREWING SUBSYSTEM

The tea brewing subsystem includes a mixing tank that can store the added tea leaves, water, and additional ingredients and can dispense the brewed tea and tea leaves together at the set time.

## FLAVOR SUBSYSTEM

The flavouring subsystem includes tanks for storing syrup and milk, as well as pipelines and valves for adding a predetermined amount of syrup and milk based on instructions from the control subsystem.

# CRITERION FOR SUCCESS

After users set their taste preferences on the front-end interface, they can wait for a certain amount of time and then enjoy a cup of tea that meets their preferences. After each tea-making process, the machine’s interior is relatively clean and there are no residual tea leaves that could affect the taste or food safety.

# DISTRIBUTION OF WORK

Zhiyuan Wang is responsible for designing the mechanical structure, including the outer shell, storage compartment, and liquid pipelines. Anyu Ying is responsible for designing and soldering the circuit board. Zhenzuo Si and Ruiqi Ye are responsible for developing and debugging the control and interaction systems.