You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
11KB

  1. %&tex
  2. \chapter{Introduction}
  3. \label{introduction}
  4. \section{Context of this Thesis}
  5. \ac{cps} are computer systems which control and monitor a physical system.
  6. This physical system is often a system of mechanical components which are deeply intertwined with the software components.
  7. Automobiles, robots, medical devices and even the smart grid are examples of \ac{cps}.
  8. The complexity of \ac{cps} has gone from an embedded system that improved the fuel consumption of a car engine to a fully self-driving vehicle.
  9. Although the complexity opens up more design possibilities, improved efficiency, and beter safety, it has downsides as well.
  10. A major downside with the increasing complexity is the resulting increased developing cost and the decreasing reliability.
  11. \textcite{broenink_rapid_2019} introduce a new design method for \ac{cps} that aims to deal with the downsides of the complexity.
  12. Throughout this thesis, the term '\acl{ridm}' or abbreviated to \acs{ridm}, is used to refer to the design method by \textcite{broenink_rapid_2019}. \acused{ridm} %Set acronym to used. From here only small is set.
  13. The \ac{ridm} adopts a design technique called rapid development that splits the development process into small individual steps
  14. Where each of these steps are implemented and tested separately.
  15. Testing each individual step creates feedback on a short interval, finding errors in the design as early as possible.
  16. In the worst case scenario, the time and resources spent on development from the error being made till the error being detected are lost.
  17. The sooner an error is found, the less time and resources are wasted.
  18. As part of the research, Broenink and Broenink performed a small case study.
  19. In this case study, they have designed a controller, and implemented the controller in software for a physical off-the-shelf system.
  20. Developing \ac{cps} incorporates the computational software side and the physical dynamic side.
  21. However, the case study by Broenink and Broenink only covers the software side of a \ac{cps}.
  22. For this design method to be suitable for a complete design of \ac{cps} it must apply to the physical part of the system as well.
  23. %%In this thesis, the proposed design method is applied and evaluated in the context of the physical part of a \ac{cps}.
  24. %%This is done in a case study, where a \ac{cps} is designed from scratch.
  25. \section{Research Objective}
  26. \textcite{broenink_rapid_2019} present a case study in their paper, developing a software based control system following the \ac{ridm}.
  27. About the result of that case study they state that "this [case study] does not mean that the same techniques cannot be applied to the physical part of the system."
  28. In this thesis, I will research whether the \ac{ridm} applies to the physical part of a \ac{cps}, to come to a design method that can be applied on both the physical and cyber (software) part of a \ac{cps}.
  29. However, the paper makes no attempt to offer a comprehensive design method to be used out of the box.
  30. The \ac{ridm} does not provide information about bringing a system into being, it does not address problem definition, specifications or initial design steps.
  31. Another weakness is that the \ac{ridm} gives no explanation of how the design steps are executed, only specifying that they are used.
  32. The design method would have been more useful if the authors had made a complete design method available to accompany their paper.
  33. To ensure that the \ac{ridm} can be assessed as a design method for \ac{cps}, I have the following research objectives:
  34. \begin{itemize}
  35. \item Extend the \ac{ridm} with a preliminary design phase.
  36. This makes it possible develop a system for a given problem or idea, using this design method.
  37. \item Refine the \ac{ridm} to make the execution of the different design steps explicit and unambiguous.
  38. \item Develop and perform a case study that tests and evaluates the \ac{ridm}.
  39. \end{itemize}
  40. Based on the results of the case study I will answer the following research questions:
  41. \begin{itemize}
  42. \item Which design techniques of the design method by \textcite{broenink_rapid_2019} can be applied developing the physical part of \ac{cps}?
  43. \item Which adaptations are required to make the design method by \textcite{broenink_rapid_2019} suitable for developing the computation and physical part of \ac{cps}?
  44. \end{itemize}
  45. \section{Approach}
  46. The goal of this thesis is to evaluate the \ac{ridm}, a design method by \textcite{broenink_rapid_2019}.
  47. Their design method is evaluated in the form of a case study.
  48. The case study consists of a \emph{design process}, developing a \ac{cps} according to the \ac{ridm}.
  49. Based on the results of the design process, the \ac{ridm} is evaluated.
  50. However, there are a couple of steps required prior to the start of the case study.
  51. %To perform the case study reproducible, it requires a design plan, a subject of design and a evaluation protocol.
  52. %The \emph{design plan} is a refined version of the design method by \textcite{broenink_rapid_2019}, extended with a design method from \ac{se}.
  53. The first step is to produce a concrete \emph{design plan} based on the design method.
  54. The concrete design plan improves the evaluation of the design techniques.
  55. The design method is presented in an abstract form which leaves room for interpretation.
  56. This abstract form hampers the evaluation process, as the ambiguity of the design method makes it difficult to point out flaws in the design method.
  57. Therefore, I will assess the design method and add detail to make a more concrete design plan.
  58. Because the design method focusses on the rapid development principles and modelling techniques, it does not cover the design steps outside of that focus.
  59. 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.
  60. The added steps are based on the steps from the \emph{\ac{se}} approach.
  61. \begin{figure}
  62. \centering
  63. \includegraphics[width=9cm]{graphics/approach.pdf}
  64. \caption{The case study is consists of something to be designed (subject of design), how to design that something (design plan), and how to evaluate the design process.
  65. The design plan itself is a combination of the \ac{ridm} and \ac{se}.}
  66. \label{fig:approach}
  67. \end{figure}
  68. With a design plan to use in the case study there are two steps of preparation left.
  69. The first step is to develop an \emph{evaluation protocol} to ensure complete and consistent feedback during the case study.
  70. The evaluation protocol consists of a list of questions that are evaluated for each design step.
  71. The protocols contains questions about the design method itself, thus evaluating the instruction of each design step.
  72. Other questions are about the design process, covering the execution of the instructions.
  73. %There are questions that evaluate the design plan and there are questions that evaluate the design process.
  74. The other step is to provide the \emph{subject of design} to develop in the case study, essentially defining a problem that has to be solved.
  75. How all these components combine into the case study is shown in \autoref{fig:approach}.
  76. Normally, the design process focusses on delivering the end product in the most effective manner.
  77. However, the goal of this research is to use the design process to evaluate the design method, not to develop a product.
  78. A possible pitfall is that during the design process the developer finds a simple solution, such that the design techniques to deal with the increased complexity are left untouched.
  79. Therefore, it is important to guarantee a minimum level of complexity.
  80. Instead of setting a problem that is very complex, I decided to require a minimum complexity to the solution.
  81. This makes the design process complex enough, without requiring an excessive amount of development time or compromising the quality of the evaluation.
  82. Together with some other practical requirements, the best subject of design found is "Writing a tweet on a whiteboard".
  83. The subject of design is interesting because it has multiple design solutions that are complex but not unpractical.
  84. Furthermore, it has some interesting dynamics, requires a control law, and can easily be constructed in to a prototype.
  85. With a subject of design that requires a solution in the form of an object incorporating both physical and cyber parts to develop;
  86. a design plan which describes how to develop this solution;
  87. and a protocol to evaluate the design plan and the development of the solution;
  88. the case study is executed.
  89. From the results of the case study I propose multiple improvements to the design method, not only for the physical part of \ac{cps} but also the cyber part.
  90. %\section{Notes on Terminology}
  91. % Design method is a commonly-used notion throughout the different papers and research used in this thesis.
  92. % \textcite{broenink_rapid_2019} refer to their design method as 'the methodology', which is to generic for this thesis.
  93. % To ensure distinct terminology throughout this thesis, their methodology is named \acl{ridm} and is abbreviated as \acs{ridm}.
  94. % The more concrete version of the design method that is tested in the case study, is referred to as the 'design plan'.
  95. % The object or system that is going to be designed during the case study is referred as 'subject of design'.
  96. \section{Structure}
  97. The overall structure of the study takes form of 8 chapters.
  98. The first two chapters introduce the used design methods.
  99. \autoref{chap:background} gives a background of the \ac{ridm} and \ac{se} approach and how this is combined into the design plan.
  100. The design plan is presented in full detail in \autoref{chap:analysis}, where each step is explained.
  101. \rrot{De rest van deze sectie is nog niet af!}
  102. The next three chapters cover the method, execution, and evaluation of the case study.
  103. \autoref{chap:case_method} is concerned with the methodology of the case study, introducing the subject of design and the evaluation protocol.
  104. \autoref{chap:case_experiment} documents the execution of the case study, showing the development during the design process.
  105. All the questions and observations that were administered by following the evaluation protocol during the case study are analysed in \autoref{chap:case_evaluation}.
  106. The last three chapters will reflect on the design plan that is evaluated in this research.
  107. \autoref{chap:reflection} uses the evaluation results of the case study to reflect on the design plan in this thesis.
  108. Based on these reflections, a number of improvements on the design is presented in \autoref{chap:improved_design}.
  109. And finally, the research is concluded in \autoref{chap:conclusion}.