3. PROBLEM DEFINITION - S-Division-2022-2023-Odd/Repo-14 GitHub Wiki
A Temple in Dharwad has many visitors visiting each day.the temple priest needs help in performing some tasks such as ring the bells and perform aarti with lamps.
3.1Questions and answers
| Sl.no | Questions | Answers | Objective | Function | Constraint |
|---|---|---|---|---|---|
| 1 | What specific tasks are expected of the bot to accomplish? | Doing aarti and ringing the bells | yes | ||
| 2 | What is the budget of the user? | Less than 4000rs | yes | ||
| 3 | Will the machine be used daily or only on festive occasions? | Daily | yes | ||
| 4 | What should be the proportions/dimensions of the machine? | 2ft×2ft×2ft | yes | ||
| 5 | What system of operation does the client need? | Semi-automatic | yes | ||
| 6 | How long should the machine perform aarti? | 1 or 2 minutes continuosly | yes | ||
| 7 | Should the machine be portable or stationary? | stationary | yes | ||
| 8 | What type of bot should be designed? | Userfriendly | yes | ||
| 9 | Do you want an indication when the machine is switched on? | Yes | yes | ||
| 10 | What should be the weight of the machine? | Preferably lightweight | yes | ||
| 11 | Will both tasks; ringing the bell and aarti take place simultaneously? | yes | yes | ||
| 12 | What kind of lamps are used in the aarti thaali? | Oil lamps or LED lamps | yes | ||
| 13 | How will be the movement of aarti around the axis of rotation? | clockwise and half rotation | yes | ||
| 14 | should the machine be user friendly? | the machine should be user friendly | yes | ||
| 15 | Should the machine be heat resistant? | yes | yes | ||
| 16 | Do you want an indication when the materials are out of stock? | yes | yes |
3.3 Identifying client's objectives
| Sl.no | LIST OF OBJECTIVES |
|---|---|
| 1. | Machine should be user friendly. |
| 2. | Machine should be semi automatic. |
| 3. | Machine should be lightweight. |
| 4. | Machine should be heat-resistant. |
| 5. | Machine should assist the priest in performing aarti. |
PROBLEM DEFINITION VERSION 1.1 Design a semi automatic poojari bot which will assist the priest to perform aarti and ring the bells. The machine should be user-friendly, lightweight and heat resistant.
3.4 Identify constraints
| Sl.no | IDENTIFYING CONSTRAINTS: |
|---|---|
| 1. | Dimensions should be of 2 cubic feet. |
| 2. | Machine should be able to perform aarti for atleast 2 minutes continuously. |
| 3. | Cost of machine should be within 4000rs. |
| 4. | The making of machine should be completed in the time period of 4 months. |
Problem definition version 1.2 Design a semi automatic poojari bot which will assist the priest to perform aarti and ring the bells. Adding to that the machine should be user-friendly, lightweight and heat resistant. Machine should not exceed the volume of 2 cubic feet, should be able to perform aarti and ring the bells for atleast 2 minutes continuously and should not exceed the budget of 4000rs.
3.5 Establish functions
| Sl.no | ESTABLISHING FUNCTIONS: |
|---|---|
| 1. | Indicate that the machine is turned on/off. |
| 2. | Perform aarti and ring the bells simultaneously. |
| 3. | Rotate the aarti thaali in clockwise direction and in semi-circles. |
| 4. | Indicate the completion of task. |
| 5. | Indicate out of stock of materials |
Problem definition version 1.3:
Design a semi automatic poojari bot which will assist the priest to perform aarti and ring the bells. The machine should be user-friendly, lightweight and heat resistant. Machine should not exceed the volume of 2 cubic feet, should be able to perform aarti and ring the bells for atleast 2 minutes continuously and should not exceed the budget of 4000rs.Machine should indicate that the system is turned on/off and indicate when the task is completed. Machine should be able to both the tasks simultaneously. Machine should be able to indicate when the materials are out of stock.