25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
7.5KB

  1. %&tex
  2. \chapter{Introduction}
  3. \label{introduction}
  4. \section{Context of this Thesis}
  5. \ac{cps} integrate computation and physical components as an engineered system.
  6. Automobiles, robots, medical devices and even the smart grid are examples of \ac{cps}.
  7. The complexity of systems has gone from a embedded system that improved the fuel consumption of a car engine to a fully self-driving vehicle.
  8. One of the most interesting and complex \ac{cps} today, is the autonomous landing rocket build by SpaceX.
  9. A problem is that the increasing complexity causes increasing development cost and decreasing reliability.
  10. Within the research topics, that focus on \ac{cps}, lies the development of new design methods that deal with this complexity problem.
  11. The \emph{design method} by \textcite{broenink_rapid_2019} is one of these new design methods and focusses on the rapid development of embedded control software.
  12. One of these design methods is posed by \textcite{broenink_rapid_2019}, which focusses on the rapid development of embedded control software.
  13. Their main design technique is to split the development into individual steps, which can be implemented and tested separately.
  14. The testing makes it possible to receive feedback on a short interval, thus improving the quality.
  15. As part of the research by Broenink and Broenink, they performed a small case study.
  16. In this case study they designed a controller in software for a physical off-the-shelf system.
  17. However, developing \ac{cps} incorporates both the computational software side, as well as the development of the physical dynamic side, but the latter is not covered by Broenink and Broenink.
  18. For this design method to be suitable for a complete design of \ac{cps} it has to be applicable to the physical part as well.
  19. %%In this thesis, the proposed design method is applied and evaluated in the context of the physical part of a \ac{cps}.
  20. %%This is done in a case study, where a \ac{cps} is designed from scratch.
  21. \section{Research Objective}
  22. To ensure that the proposed design method is a competent approach for developing the different aspects of \ac{cps}, the design method has to be applied and evaluated in the context of the physical part of a \ac{cps}.
  23. Directly from the start of this research it was clear that a direct copy of the design method is not possible.
  24. It is necessary to analyse which design techniques cannot be used and thus how to replace or improve them.
  25. The research is summarized in the following two research questions:
  26. \begin{itemize}
  27. \item Which design techniques of the design method by \textcite{broenink_rapid_2019} can be applied in developing the physical part of \ac{cps}?
  28. \item Which adaptations are required to make the design method by \textcite{broenink_rapid_2019} such that it is suitable for developing the computation and physical part of \ac{cps}?
  29. \end{itemize}
  30. \section{Approach}
  31. This research revolves around performing a development process according to the design method in the form of a case study.
  32. However, there are a couple of steps required prior to the start of the case study (see \autoref{fig:approach}).
  33. The first step is to produce a concrete \emph{design plan} based on the design method.
  34. The concrete design plan improves the evaluation of the design techniques.
  35. The design method is presented in an abstract form which leaves room for interpretation.
  36. This uncertainty hampers the evaluation process, because it is impossible to point out flaws in something that was not specific in the first place.
  37. Therefore, the design method is assessed and detail is added to get a concrete design plan.
  38. However, the design method focusses on the rapid development principles and modelling techniques, and does not cover the design steps outside of that focus.
  39. These steps, like problem definition and system specifications, are a crucial part of the design process and are added to create the concrete design plan.
  40. The added steps are based on the steps in a \ac{se} approach.
  41. \begin{figure}
  42. \centering
  43. \includegraphics[width=9cm]{graphics/approach.pdf}
  44. \caption{A graph that shows the interconnection of the different steps that are required to prior to the start of the case study.}
  45. \label{fig:approach}
  46. \end{figure}
  47. With a design plan to use in the case study there are two steps left.
  48. With one step being an evaluation plan to ensure complete and consistent feedback during the case study.
  49. The design plan consists of multiple design steps that are performed in succession.
  50. The evaluation plan consists of a list of questions that have to be evaluated for each design step.
  51. There are specific questions that evaluate the definition, or the execution of the design step.
  52. The other step is to provide the \emph{subject of design} to develop in the case study.
  53. Normally, the design process focusses on delivering the end product in the most effective manner.
  54. However, the goal of this research is to use the design process to evaluate the design method, not to develop a product.
  55. A possible pitfall is that during the design process a simple solution is found, such that the design techniques to deal with the increased complexity are left untouched.
  56. Choosing to develop a very complex subject would ensure that all the design techniques are used, except that the limited time budget of a master's thesis does not allow that.
  57. One of the requirements for the possible subjects is therefore a minimum level of complexity, forcing the developer to not go with the simplest solution.
  58. Some other requirements, based on practical decisions like budget, tools, and time were defined as well.
  59. Based on these requirements, the subject of choice is "Writing a tweet on a whiteboard".
  60. With something to develop, a method to develop, and a method to evaluate, the case study is executed.
  61. Even though the case study was terminated due to the limited amount of time available, it resulted in a partial prototype of a whiteboard writer and a significant amount of evaluation.
  62. The results made it possible to propose improvements to the design method, not only for the physical part of \ac{cps} but also the cyber part.
  63. \section{Notes on Terminology}
  64. Design method is a commonly-used notion throughout the different papers and research used in this thesis.
  65. To ensure distinct terminology throughout this thesis, the term 'design method' is used to refer to the design method by \textcite{broenink_rapid_2019}.
  66. The more concrete version of the design method that is tested in the case study, will be referred to as the 'design plan'.
  67. The object or system that is going to be designed during the case study is referred as 'subject of design'.
  68. \section{Structure}
  69. The refinement of the design method and adding design steps is done in \autoref{analysis} to define a concrete design plan.
  70. The evaluation plan and subject of design is defined in \autoref{case_method}.
  71. The case study is executed in \autoref{case_experiment}, based on the design plan, evaluation plan and subject of design.
  72. The execution of the case study is evaluated in \autoref{case_evaluation}.
  73. In \autoref{reflection} the evaluation of the case study and the results are reflected back on the design plan.
  74. Based on the reflection and the evaluation, an improved design method is proposed in \autoref{improved_design}.
  75. And finally, the research is concluded in \autoref{conclusion}.