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.

182 line
9.0KB

  1. %&tex
  2. \documentclass[english,titlepage,nomath,nopackage,oneside]{siltex-book}
  3. \include{include/preamble}
  4. \title{Title}
  5. \subtitle{Thesis Report}
  6. \course{}
  7. \faculty{\large Electrical Engineering, Mathematics and Computer Science}
  8. \supervisor{%
  9. Dr. ir. J.F. Broenink \\
  10. Ir. T.G. Broenink
  11. }
  12. \author{%
  13. Wouter Horlings
  14. }
  15. \begin{document}
  16. \maketitle
  17. \makerro
  18. \chapter{Samenvatting}
  19. %Dit is nu een eerste opzet van de structuur van mijn verslag.
  20. %De eerste hoofdstukken komen goed overeen met mijn orinele projectplan.
  21. %Dan is er een hoofdstuk over de casestudy zelf.
  22. %Daarin ben ik tegen best wel veel dingen aangelopen.
  23. %Vooral omdat de methode toch direct was afgeleid van een meer softwarekant.
  24. %Al vrij snel kwam ik er achter dat een dynamisch model een interactie tussen powerports.
  25. %Waar software een duidelijke input en output heeft.
  26. %Het grote verschil komt hier dus ook een volgend "blokje" aan je output hangen wel gevolgen heeft voor je dynamische systeem en niet voor je software.
  27. %
  28. %Features los van elkaar beschouwen is dus niet haalbaar in een dynamisch systeem.
  29. %Als je dit terugbrengt tot subsystemen dan kom je een heel eind verder.
  30. %Maar dan wordt het implementeren van een onderdeel gelijk een tijdverslindende stap.
  31. %
  32. %In de stap zelf was het toevoegen van detail in kleine stukjes wel erg succesvol.
  33. %Maar dit komt ook in een aantal andere papers naar voren.
  34. %
  35. %Ik heb een verzameling van dingen die beter kunnen in het process.
  36. %Maar het is nog wel interessant om te bespreken of een "hardware-only" systeem onwikkelen nog wel van deze tijd is.
  37. %Enige complexiteit is nu vaak uberhaupt mogelijk omdat er embedded software in kan.
  38. %
  39. %Daaruit komt eingelijk ook het discussiestuk aan het einde waarbij ik best een aantal punten kon aandragen waarom dit zo veel belangrijker is voor software dan hardware.
  40. \tableofcontents
  41. \include{include/acronyms}
  42. \chapter{Introduction}
  43. \label{chap:introduction}
  44. \section{Context of this Thesis}
  45. %Wat is het probleem?
  46. % Cyber Physical systems worden steeds complexer.
  47. % De complexiteit bemoeilijkt de ontwikkeling significant.
  48. %Hoe proberen we dat op te lossen?
  49. % het paper introduceerd een gestructureerde design methode voor CPS.
  50. % De methode breekt de ontwikkeling op in kleine stukken die elk individueel getest kunnen worden.
  51. % Hierdoor kunnen in een vroeg stadium fouten in de ontwikkeling worden gedetecteerd.
  52. % De methode is ontworpen rondom de ontwikkeling van embedded control software.
  53. % Het dynamische model en de control law worden aan de hand van deze methode ontwikkeld.
  54. % De case in het paper baseerd het dynamische model aan de hand van bestaande hardware.
  55. % Maar ontwikkeling van een nieuw CPS betekent dat er ook het fysieke deel van het systeem ontwikkeld moet worden.
  56. % Of de voorgestelde ontwerpmethode geschikt is voor het ontwikkelen hardware dan ook het doel van dit onderzoek.
  57. %
  58. % Als de methode gebruikt gaat worden voor de ontwikkeling van een cPS from scratch moet er onderzocht worden of deze methode past bij het ontwikkelen van nieuwe hardware.
  59. %
  60. % Maar Cyber Physical systems zijn multi disciplinair waarvan embedded control software een is.
  61. Design methodology for \ac{cps} is one of the research topics within the department of Robotics and Mechatronics.
  62. A design method for rapid development of embedded control software is proposed by \autocite{broenink_rapid_2019} as part of this research topic.
  63. The design method in the paper is used to design a control system on an existing hardware system.
  64. The presented result shows a working control system for a small segway.
  65. Broenink and Broenink emphasize that "this [result] does not mean that the same techniques cannot be applied to the physical part of the system."
  66. This thesis will analyse if these techniques can be applied to the development of a physical system.
  67. %The goal of this thesis is to present a method that is suitable for designing the physical part of a system.
  68. %The method is based on the rapid development design method.
  69. %Initially,
  70. %to analyse which techniques are suitable to a physical system development.
  71. \section{Research Objective}
  72. In the basis this research started with the question if the design method can be applied to the physical part of a system.
  73. That answers is a quick no.
  74. In the early stage of the research it was found that some techniques cannot be copied from a software development into a hardware development.
  75. It is necessary to analyse which techniques cannot be used and replace or improve them.
  76. Otherwise, it is impossible to present a design method that can be applied in a hardware development at the end of this thesis.
  77. The research can be summarized in the following two research questions.
  78. \begin{itemize}
  79. \item Which techniques of the design method can be applied in the development of hardware?
  80. \item Which adaptations are required to create a design method that is suitable for the development of hardware?
  81. \end{itemize}
  82. %\rro{Which techniques of the design method can be applied in the development of hardware?}
  83. %\subsection{Which techniques of the design method can be applied in the development of hardware?}
  84. % The starting point of this research is the design method by \autocite{broenink_rapid_2019}.
  85. % Their design method consists of multiple techniques, in the form of different cycles and steps.
  86. % Each of these techniques will be analysed to determine if they are applicable for the physical component of the design.
  87. % %For any technique that is not applicable, we w
  88. %\subsection{Which adaptations are required to create a design method that is suitable for the development of hardware?}
  89. % Techniques that are not applicable have to be improved or replaced.
  90. %\rro{Which adaptations are required to create a design method that is suitable for the development of hardware?}
  91. \section{Approach}
  92. \rrog{Adapt the design method for hardware development}
  93. \rroig{Current design method gives an initial foundation for development}
  94. \rroig{However, lacks detail in some parts}
  95. \rroig{System Engineering will fill in the blanks}
  96. The first step is to create a concrete design method.
  97. The design method by \autocite{broenink_rapid_2019} is in an abstract form.
  98. It often leaves room for interpretation about how certain steps should be performed.
  99. However, this does not help the evaluation of the test method.
  100. If a step is not written down, it is difficult to point out flaws during the evaluation.
  101. By performing a case study where a physical system will be developed, the design method can be evaluated.
  102. However, the type of physical system strongly influences the success of the evaluation.
  103. On the basis of testing requirements, it was decided to develop a Whiteboard Writer.
  104. Implementing this system ensures sufficient complexity but still fits in the scope of this thesis.
  105. The next step is to perform the case study.
  106. Setting up evaluations forms ensures consistent feedback for each step in the case study.
  107. During the case study all the design method steps are performed one by one.
  108. Although the development of the Whiteboard writer was not completed.
  109. The result of the case study is a physical prototype of a subsystem and a substantial amount of feedback.
  110. Based on the feedback from the case study, an improved design method is proposed.
  111. \rrog{Define a case study to test the design method}
  112. \rroig{To actually test the method we have to design something}
  113. \rroig{From multiple options we chose the whiteboard writer}
  114. \rroiig{Complex enough}
  115. \rroiig{Fits within the scope}
  116. \rrog{Perform the case study}
  117. \rroig{The case study does not focus on the best product.}
  118. \rroig{Some design decissions are made to aid the evaluation of the design method}
  119. \rroig{Run continuous evaluation during the case study, to improve the design method}
  120. \rrog{Use feedback to propose design method for the development of hardware}
  121. \section{Structure of this Thesis}
  122. \autoref{chap:analysis}
  123. \autoref{chap:systemdesign}
  124. \autoref{chap:casestudy}
  125. \autoref{chap:improvements}
  126. \autoref{chap:discussion}
  127. \autoref{chap:conclusion}
  128. \include{content/analysis}
  129. \include{content/designcycle}
  130. \include{content/casestudy}
  131. \include{content/improvements}
  132. \include{content/discussion}
  133. \include{content/conclusion}
  134. \appendix
  135. \input{content/system_test_specification.tex}
  136. \printbibliography
  137. \end{document}