Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

40 rindas
2.4KB

  1. %&tex
  2. \chapter{Case Study: Execution}
  3. \label{chap:case_experiment}
  4. This chapter presents the execution of the case study.
  5. Where the goal of the case study is to evaluate the design plan as presented in \autoref{chap:analysis}.
  6. To achieve this goal, I develop a system according to the design plan and document this design process.
  7. As described in \autoref{sec:sod}, the subject of design is a "Tweet on a Whiteboard Writer".
  8. Documenting the process is done by following the evaluation protocol as described in \autoref{sec:evaluation_protocol}.
  9. To start the case study unbiased, during the preparation I did perform as little preliminary research as possible on the design options of the whiteboard writer.
  10. The chapter begins with the section about the preparation phase, which contains the five steps from problem description to test protocol step as shown in \autoref{fig:design_plan_analysis}.
  11. This is followed by two completed development cycles in the later two sections.
  12. Both of these sections cover the feature selection, variable-detail approach and rapid development steps as shown in \autoref{fig:design_plan_analysis}.
  13. Each design step is described in a separate section.
  14. Herein, the result of each design step is presented and concluded with an evaluation section at the end.
  15. This evaluation section discusses the pairs of questions that were answered according to the evaluation protocol (\autoref{tab:prepost}).
  16. The questions regarding the design method itself are discussed in \autoref{chap:reflection}.
  17. \section{Preparation Phase}
  18. The preparation phase contains four design steps.
  19. It begins with a problem description.
  20. The problem description is used to create a list of system requirements.
  21. Based on the requirements, a number of design solutions proposed and eventually one of these solutions is chosen as initial design.
  22. Splitting the initial design into features is done in the feature definition step.
  23. \input{content/case_experiment_problem_description.tex}
  24. \input{content/case_experiment_specifications.tex}
  25. \input{content/case_experiment_initial_design.tex}
  26. \input{content/case_experiment_feature_definition.tex}
  27. \input{content/case_experiment_test_protocol.tex}
  28. \section{First Development Cycle}
  29. \input{content/case_experiment_end-effector.tex}
  30. \section{Second Development Cycle}
  31. \input{content/case_experiment_scara.tex}
  32. \section{System Design Validation}
  33. \input{content/case_experiment_prototype.tex}