3.Problem Definition - I-Division-2021-2022-Even/Repo-13 GitHub Wiki
| sn | Questions | Answers | Objectives | Functions | Constraints |
|---|---|---|---|---|---|
| 1 | What are the things to be stored? | Ornaments and other valuable documents | yes | ||
| 2 | What are the dimensions of the box? | 1ft1ft1ft | yes | ||
| 3 | What is the volume of the puzzle box? | 3 lit | yes | ||
| 4 | What is the budget? | 4000 | yes | ||
| 5 | What is the weight of the box? | Lightweight | yes | ||
| 6 | Is the puzzle box is manual or semiautomated | Semiautomated | yes | ||
| 7 | Do you want compartments? | yes | yes | ||
| 8 | Should the box be user friendly | yes | yes | ||
| 9 | What should be the time limit to manufacture the puzzle box | 3 months | yes | ||
| 10 | What should be the number of compartments in the box? | 3 | yes | ||
| 11 | Should instructions be given to the user | no | yes | ||
| 12 | Should the box be transparent or opaque | Opaque | yes | ||
| 13 | Should the box open automatically after unlocking | yes | yes |
3.2 BASIC SURVEY AND REQUIREMENT
TABLE 2: Observation from a literature survey
| SN | Observation from survey | Requirements |
|---|---|---|
| 1 | Weight of box | it should be easy to carry and portable |
| 2 | Operation type of puzzle | Semi-automated |
| 3 | Number of compartments in the box | 3 |
| 4 | Box type | opaque |
3.3 Identifying the client's objectives
| Sl no | Objectives |
|---|---|
| 1 | Puzzle box should be easy to carry |
| 2 | Puzzle box should be semi-automated |
| 3 | Puzzle should be moderately difficult |
| 4 | Puzzle box should be user friendly |
| 5 | Puzzle box should be of less maintenance |
Problem Definition 1.1
Design a puzzle box which is easy to carry, semi-automated and user friendly. The box should be opaque with 3 compartments in it.
3.4 Identifying constraints
| SN | Constraints |
|---|---|
| 1 | Valuable ornaments and documents can be stored |
| 2 | Dimensions of the box are 1ft x 1ft x 1ft |
| 3 | Volume of puzzle box is 3 liters |
| 4 | The budget of the puzzle box is 4000 |
| 5 | The time limit to manufacturing the puzzle box is 3 months |
Problem Definition 1.2
The puzzle box should be of dimension less than 1ft1ft1ft with a volume of 3 liters. The design should be ready within 3 months within the budget of 4000 rupees. The box should be such that the user can store valuable ornaments and documents in it.
3.5 Establishing Functions
| SN | Functions |
|---|---|
| 1 | Sense the solved puzzle to open the box |
| 2 | Box Should open automatically after solving puzzle |
Problem Definition 1.3
Design a puzzle box which is semi-automated and user friendly. The box should be opaque along with 3 compartments in it. The box should open automatically after puzzle is solved. The puzzle box should be of dimension less than 1ft1ft1ft with a volume of 3 liters. The design should be ready within 3 months within the budget of 4000 rupees. The box should be such that the user can store documents and ornaments in it.