Conceptual Design - N-Division-2018-19-even/Repo-7 GitHub Wiki
Problem definition
Design a sorting machine which should operate automatically.the the machine should have a storage facility.Machine should be handled by users above age 15,with a Arc to move the objects,and the machine must cost within Rs 4000/- of size within(2 * 2 * 2)ft ,weight less than 4 kg and should have the capacity to store minimum 4-5 objects to be sorted.After the sorting process is completed,the object must go in to the assigned container and give the notification once the entire process is completed.
Black Box Representation:
Main Functions of the system:
- storing the objects.
- Sensing the coloured object.
- Sorting the object
- Notifications for process completion and storage.
User Interaction - System Behavior Table
User Interaction | System Behavior |
---|---|
1. Place the object | 1. Store the object |
2. Notify the object whether able to sort or not |
User Interaction | System Behavior |
---|---|
1. Remove the object | 1. Indicate the user using buzzer/LED |
User Interaction | System Behavior |
---|---|
1. Restart the process | 1. Move the object |
2. sensing the object | |
3. Sort the object according to their color | |
4. Notify after the completion of process |
User Interaction | System Behavior |
---|---|
1. Receiving the sorted object | indicating using LED |
Functional Tree
Glass Box Representation
Morphological Chart
Concept Designs
-
Design 1 💡
-
Design 2 💡
-
Design 3 💡
-
Design 4 💡