Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

233 linhas
12KB

  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. Features los van elkaar beschouwen is dus niet haalbaar in een dynamisch systeem.
  28. Als je dit terugbrengt tot subsystemen dan kom je een heel eind verder.
  29. Maar dan wordt het implementeren van een onderdeel gelijk een tijdverslindende stap.
  30. In de stap zelf was het toevoegen van detail in kleine stukjes wel erg succesvol.
  31. Maar dit komt ook in een aantal andere papers naar voren.
  32. Ik heb een verzameling van dingen die beter kunnen in het process.
  33. Maar het is nog wel interessant om te bespreken of een "hardware-only" systeem onwikkelen nog wel van deze tijd is.
  34. Enige complexiteit is nu vaak uberhaupt mogelijk omdat er embedded software in kan.
  35. 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.
  36. \tableofcontents
  37. \include{include/acronyms}
  38. \chapter{Introduction}
  39. \section{Context of this Thesis}
  40. %Wat is het probleem?
  41. % Cyber Physical systems worden steeds complexer.
  42. % De complexiteit bemoeilijkt de ontwikkeling significant.
  43. %Hoe proberen we dat op te lossen?
  44. % het paper introduceerd een gestructureerde design methode voor CPS.
  45. % De methode breekt de ontwikkeling op in kleine stukken die elk individueel getest kunnen worden.
  46. % Hierdoor kunnen in een vroeg stadium fouten in de ontwikkeling worden gedetecteerd.
  47. % De methode is ontworpen rondom de ontwikkeling van embedded control software.
  48. % Het dynamische model en de control law worden aan de hand van deze methode ontwikkeld.
  49. % De case in het paper baseerd het dynamische model aan de hand van bestaande hardware.
  50. % Maar ontwikkeling van een nieuw CPS betekent dat er ook het fysieke deel van het systeem ontwikkeld moet worden.
  51. % Of de voorgestelde ontwerpmethode geschikt is voor het ontwikkelen hardware dan ook het doel van dit onderzoek.
  52. %
  53. % 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.
  54. %
  55. % Maar Cyber Physical systems zijn multi disciplinair waarvan embedded control software een is.
  56. Design methodology for \ac{CPS} is one of the research topics within the department of Robotics and Mechatronics.
  57. A design method for rapid development of embedded control software is proposed by \autocite{broenink_rapid_2019} as part of this research topic.
  58. The design method in the paper is used to design a control system on an existing hardware system.
  59. The presented result shows a working control system for a small segway.
  60. Broenink and Broenink emphasize that "this [result] does not mean that the same techniques cannot be applied to the physical part of the system."
  61. This thesis will analyse if these techniques can be applied to the development of a physical system.
  62. %The goal of this thesis is to present a method that is suitable for designing the physical part of a system.
  63. %The method is based on the rapid development design method.
  64. %Initially,
  65. %to analyse which techniques are suitable to a physical system development.
  66. \section{Research Objective}
  67. In the basis this research started with the question if the design method can be applied to the physical part of a system.
  68. That answers is a quick no.
  69. In the early stage of the research it was found that some techniques cannot be copied from a software development into a hardware development.
  70. It is necessary to analyse which techniques cannot be used and replace or improve them.
  71. Otherwise, it is impossible to present a design method that can be applied in a hardware development at the end of this thesis.
  72. The research can be summarized in the following two research questions.
  73. \begin{itemize}
  74. \item Which techniques of the design method can be applied in the development of hardware?
  75. \item Which adaptations are required to create a design method that is suitable for the development of hardware?
  76. \end{itemize}
  77. %\rro{Which techniques of the design method can be applied in the development of hardware?}
  78. %\subsection{Which techniques of the design method can be applied in the development of hardware?}
  79. % The starting point of this research is the design method by \autocite{broenink_rapid_2019}.
  80. % Their design method consists of multiple techniques, in the form of different cycles and steps.
  81. % Each of these techniques will be analysed to determine if they are applicable for the physical component of the design.
  82. % %For any technique that is not applicable, we w
  83. %\subsection{Which adaptations are required to create a design method that is suitable for the development of hardware?}
  84. % Techniques that are not applicable have to be improved or replaced.
  85. %\rro{Which adaptations are required to create a design method that is suitable for the development of hardware?}
  86. \section{Approach}
  87. \rro{Adapt the design method for hardware development}
  88. \rroi{Current design method gives an initial foundation for development}
  89. \rroi{However, lacks detail in some parts}
  90. \rroi{System Engineering will fill in the blanks}
  91. The first step is to create a concrete design method.
  92. The design method by \autocite{broenink_rapid_2019} is in an abstract form.
  93. It often leaves room for interpretation about how certain steps should be performed.
  94. However, this does not help the evaluation of the test method.
  95. If a step is not written down, it is difficult to point out flaws during the evaluation.
  96. By performing a case study where a physical system will be developed, the design method can be evaluated.
  97. However, the type of physical system strongly influences the success of the evaluation.
  98. On the basis of testing requirements, it was decided to develop a Whiteboard Writer.
  99. Implementing this system ensures sufficient complexity but still fits in the scope of this thesis.
  100. The next step is to perform the case study.
  101. Setting up evaluations forms ensures consistent feedback for each step in the case study.
  102. During the case study all the design method steps are performed one by one.
  103. Although the development of the Whiteboard writer was not completed.
  104. The result of the case study is a physical prototype of a subsystem and a substantial amount of feedback.
  105. Based on the feedback from the case study, an improved design method is proposed.
  106. \rro{Define a case study to test the design method}
  107. \rroi{To actually test the method we have to design something}
  108. \rroi{From multiple options we chose the whiteboard writer}
  109. \rroii{Complex enough}
  110. \rroii{Fits within the scope}
  111. \rro{Perform the case study}
  112. \rroi{The case study does not focus on the best product.}
  113. \rroi{Some design decissions are made to aid the evaluation of the design method}
  114. \rroi{Run continuous evaluation during the case study, to improve the design method}
  115. \rro{Use feedback to propose design method for the development of hardware}
  116. \section{Structure of this Thesis}
  117. \autoref{chap:analysis}
  118. \autoref{chap:systemdesign}
  119. \autoref{chap:casestudy}
  120. \autoref{chap:improvements}
  121. \autoref{chap:discussion}
  122. \autoref{chap:conclusion}
  123. \include{content/analysis}
  124. \include{content/designcycle}
  125. \include{content/casestudy}
  126. \include{content/improvements}
  127. \chapter{Discussion}
  128. \label{chap:discussion}
  129. \section{Complexity}
  130. The goal of this thesis is to investigate how the design method for the embedded software in a cyber-physical system can be applied to the physical part.
  131. The setup of the design method and applying that method in the case study pointed out that there is an enormous difference between the cyber and physical part.
  132. This difference in presents itself in development cost and system complexity.
  133. \subsection{Complexity}
  134. Almost every complex system that is produced today contains software.
  135. Software is often the reason that the complex system can exist in the first place.
  136. Where software can have millions of states, configurations and variables, hardware is often limited to a dozen of states.
  137. \subsection{Cost}
  138. \rro{\textcite{sheard_718_1998} discusses:}
  139. \rroi{Mechanical solutions are inherent simpler than software solution}
  140. \rro{Huge difference in states}
  141. \rroi{Mechanical part of prototype has 3 states}
  142. \rroii{2 angles, 1 marker angle (given that is still operating correctly)}
  143. \rroii{Double it for each angular velocity: making it 6}
  144. \rroi{Each embedded part of the stepper drivers have more than 30 states}
  145. \rroii{With two drivers it gives it easily 10 times more states already}
  146. \rroi{Software itself has more than 40 states}
  147. \rro{Mechanical states are linked}
  148. \rroi{Software engineer has to implement and link the states}
  149. \rro{Mechanical states/behavior is always limited by the law of physics.}
  150. \rroi{We cannot make mechanics al large as we want}
  151. \rro{Software has almost no scaling limitations}
  152. \rroi{Can have gigantious amounts of states}
  153. \rroi{States can be changed separately}
  154. \rroi{Only limitations are always the computing power}
  155. \rroi{Real-time limitations are occuring when we want to keep up with physics}
  156. \rro{Mechanics that reach the same complexity as software where this design method would be usefull is something that never fits in a Thesis.}
  157. \rroi{Probably only on industrial scale}
  158. \rro{The "soft" in software is based on that it can be changed, improved, tweaked.}
  159. \rroi{This does not mean that it is cheap or easy}
  160. \rroi{During prototyping/development it probably cheaper to make a change to the hardware}
  161. \rroi{From the point of production, software becomes cheaper to change than hardware}
  162. \rro{Humans design and build hardware, humans design software but a machine builds it.}
  163. \rroi{Therefore, any flaws that come to light during hardware build is spotted way easier.}
  164. \section{Features vs Subsystems}
  165. \rro{Original method is based on features and implementing them one by one}
  166. \rroi{Software can implement a single feature, where the output can be tested}
  167. \rroi{A single hardware feature cannot be tested as connecting another feature changes the output}
  168. \rroii{Difference between a power-connection and a singal-port}
  169. \rroi{Smallest division in hardware is a subsystem}
  170. \section{Interesting concepts}
  171. \rro{Some features are required for multiple design options}
  172. \rroi{Implementing them earlier does not contribute to the cost of switching design.}
  173. \chapter{Conclusion}
  174. \label{chap:conclusion}
  175. \appendix
  176. \input{content/system_test_specification.tex}
  177. \printbibliography
  178. \end{document}