25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

250 satır
12KB

  1. \documentclass[english,titlepage,nomath]{siltex-report}
  2. \include{include/preamble}
  3. \title{Title}
  4. \subtitle{Thesis Report}
  5. \course{}
  6. \faculty{\large Electrical Engineering, Mathematics and Computer Science}
  7. \supervisor{%
  8. Dr. ir. J.F. Broenink \\
  9. Ir. T.G. Broenink
  10. }
  11. \author{%
  12. Wouter Horlings
  13. }
  14. \begin{document}
  15. \maketitle
  16. \makerro
  17. \chapter{Samenvatting}
  18. Dit is nu een eerste opzet van de structuur van mijn verslag.
  19. De eerste hoofdstukken komen goed overeen met mijn orinele projectplan.
  20. Dan is er een hoofdstuk over de casestudy zelf.
  21. Daarin ben ik tegen best wel veel dingen aangelopen.
  22. Vooral omdat de methode toch direct was afgeleid van een meer softwarekant.
  23. Al vrij snel kwam ik er achter dat een dynamisch model een interactie tussen powerports.
  24. Waar software een duidelijke input en output heeft.
  25. 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.
  26. Features los van elkaar beschouwen is dus niet haalbaar in een dynamisch systeem.
  27. Als je dit terugbrengt tot subsystemen dan kom je een heel eind verder.
  28. Maar dan wordt het implementeren van een onderdeel gelijk een tijdverslindende stap.
  29. In de stap zelf was het toevoegen van detail in kleine stukjes wel erg succesvol.
  30. Maar dit komt ook in een aantal andere papers naar voren.
  31. Ik heb een verzameling van dingen die beter kunnen in het process.
  32. Maar het is nog wel interessant om te bespreken of een "hardware-only" systeem onwikkelen nog wel van deze tijd is.
  33. Enige complexiteit is nu vaak uberhaupt mogelijk omdat er embedded software in kan.
  34. 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.
  35. \tableofcontents
  36. \include{include/acronyms}
  37. \chapter{Introduction}
  38. \section{Context}
  39. \section{Problem Statement}
  40. \section{Research Objective}
  41. \section{Approach}
  42. \chapter{Analysis}
  43. \section{Design Methods}
  44. \subsection{Rapid development}
  45. \rro{Explain the design method of \textcite{broenink_variable_2018} and \textcite{broenink_rapid_2019}}
  46. \subsection{Systems Engineering}
  47. \rro{Explain the general idea of systems engineering}
  48. \section{Testing}
  49. \subsection{Automatic Method Testing}
  50. \section{CAD tools}
  51. \subsection{20-sim}
  52. \rro{20-sim will be used for the portbased modeling of the dynamics}
  53. \rroi{Gives the posibility to simulate what I want}
  54. \rroi{And i'm very familiar with it}
  55. \subsection{openSCAD}
  56. \rro{3D drawing software}
  57. \section{Case Studies}
  58. \rro{This section will be taken from the project plan}
  59. \subsection{Coverage}
  60. \subsection{Tweet on a Whiteboard}
  61. \subsection{Sensor Calibration Rig}
  62. \subsection{Peg-in-Hole Robot}
  63. \subsection{Decision}
  64. %\chapter{Design Method}
  65. \rro{This chapter is the project plan with feedback}
  66. \include{content/designcycle}
  67. \chapter{Case Study: Whiteboard writer}
  68. \section{Monitoring}
  69. \rro{Use forms to evaluate the method}
  70. \rroi{Questions answered before and after each step}
  71. \rroi{Forms are also updated during the design}
  72. \section{Preliminary Design}
  73. \subsection{Specifications}
  74. \rro{Present Specifications for Case}
  75. \subsubsection{Evaluation}
  76. \rro{EARS is a good method}
  77. \rro{Expected walk in the park}
  78. \rro{Was difficult to validate}
  79. \subsection{Initial Design}
  80. \rro{Research on Existing Systems}
  81. \rroi{Cable bot}
  82. \rroii{Cable Tensioning, helps avoid oscillations}
  83. \rroi{Cartesian-coordinate robot}
  84. \rroi{SKARA}
  85. \rroi{Polar-coordinate robot}
  86. \rroi{Combination of the different systems}
  87. \rro{Choice of system}
  88. \rroi{Combine Cable bot with SCARA}
  89. \rroii{Combination gives more dimensions of freedom to system}
  90. \rroii{Otherwise it is expected that modeling is too easy}
  91. \subsubsection{Evaluation}
  92. \rro{Difficult to validate if the system is working}
  93. \rro{Design stays very rough}
  94. \rroi{Not sufficient detail to communicate to other engineers}
  95. \rroi{Lack in experience.}
  96. \rro{Tested: Discussed and reviewed with daily-supervisor}
  97. \subsection{Feature Definition}
  98. \rro{Goal: define features that can be implemented one by one}
  99. \rroi{Additionally, division of system requirements}
  100. \rro{Expected: A list of features, with corresponding dependencies}
  101. \rro{Could define features, but non of them described mechanical components that could be implemented.}
  102. \rro{Result: Improvised a structure that was loosely based on Robmosys}
  103. \rroi{The lose features:}
  104. \rroii{End-effector}
  105. \rroii{SCARA}
  106. \rroii{Carriage}
  107. \subsubsection{Evaluation}
  108. \rro{Multiple problems:}
  109. \rroi{Specifications were to broad or to specific}
  110. \rroi{Taking the following steps in to account, none of the features made sense}
  111. \rroii{None of the features were something that could be modeled}
  112. \rroii{Type of motor was depending on the forces required}
  113. \rro{Inspired from RobMoSys we made a tree structure}
  114. \rroi{The mission, task, skill etc separation helped a lot in structuring}
  115. \rroi{For now, this solution suffices to continue the case study}
  116. \rro{Mid-way Conclusion: Preliminary requires large changes}
  117. \subsection{System Test Specification}
  118. \rro{Specify tests for the different specifications}
  119. \rro{Made a document with tests}
  120. \rroit{Should this document be included in the report?}
  121. \rroi{Each test covers one or more specs}
  122. \subsubsection{Evaluation}
  123. \rro{Was quite easy to perform}
  124. \rroi{Difficult due to specs and features not working out as expected}
  125. \rroi{Most features could not be tested as the subsystem needs to be completed first}
  126. \rro{Tested by peer-review}
  127. \rroi{Found that a review without all the project information is difficult}
  128. \section{Detail Design}
  129. \subsection{Feature Selection: First Iteration}
  130. \subsubsection{Selection}
  131. \rro{Compared: Dependency, tests coverage and risk/time ratio}
  132. \rroi{First Feature/system to implement is End-effector.}
  133. \rroii{Due to dependency and high risk/time}
  134. \subsubsection{Implementation}
  135. \rro{Plan: Model a gripper}
  136. \rroi{Result: Underestimated Complexity}
  137. \rroii{No debugging options for collisions in 3D-ME}
  138. \rroii{Crash with software resulted in corrupted model}
  139. \rro{Conclusion: not feasible in scope of case study}
  140. \subsubsection{Evaluation}
  141. \rro{Result is not as expected}
  142. \rro{Risk/time factor proofed itself useful}
  143. \subsection{Feature Selection: Second Iteration}
  144. \subsubsection{Selection}
  145. \rro{Scara is next in selection}
  146. \rroi{Covers more tests and has higher risk/time factor than carriage}
  147. \subsubsection{Implementation}
  148. \rrot{Should this be here? Maybe in an appendix?}
  149. \rro{Starting with very abstract model}
  150. \rroi{Forward and inverse kinematics}
  151. \rro{Increasing model detail}
  152. \rroi{2D physics model}
  153. \rroi{Simple Motor model}
  154. \rroi{Path planning}
  155. \rroi{Stepper motor}
  156. \rroi{3D physics arm}
  157. \rroi{Marker lift (torque on joint)}
  158. \rroi{Marker lift (Servo)}
  159. \rro{Used 20-sim for dynamic behavior}
  160. \rroi{Could determine physical limits}
  161. \rro{Used openSCAD for geometric design}
  162. \rroi{Could easily avoid collision between parts}
  163. \rro{Implementation went smooth}
  164. \rroi{Order of increase in detail more in line with Koen den Hollander.}
  165. \rroi{Stepwise detail increase gives loads of feedback}
  166. \rroi{Dynamics model gave feedback on required stepper torque}
  167. \section{Testing}
  168. \rro{Testing was difficult with only one finished component, however}
  169. \rroi{Able to run draw three characters in 2 seconds}
  170. \rroi{Able to draw a square in 1 second}
  171. \section{Result}
  172. \rro{Created a model in 20-sim and openscad}
  173. \rro{Build a physical prototype}
  174. \chapter{Improvements}
  175. \section{Specifications}
  176. \rro{For validation \textcite{garrett_322_2000} suggests:}
  177. \rroi{Looking at comparable systems' specifications}
  178. \rroi{Use of best engineering judgements}
  179. \rroi{Apply early simulation results for feedback}
  180. \rro{Without mechanical experience is difficult}
  181. \rro{Better specification document is a team effort}
  182. \rro{\textcite{sheard_718_1998} discusses:}
  183. \rroi{Mechanical requirements are directly derived from and bounded by physics}
  184. \rro{Result: Mechanical specifications are easier to change}
  185. \rroi{More room for initial simulations, before making concrete specs}
  186. \section{Feature Separation}
  187. \rro{During the case study, the planned approach was not possible}
  188. \rro{Result: Improvised a structure that was loosly based on Robmosys}
  189. \rro{Proposed Improvement: Split layout for requirements, functions and components from State Analysis \textcite{kordon_model-based_2007}.}
  190. \chapter{Discussion}
  191. \section{Complexity}
  192. \rro{\textcite{sheard_718_1998} discusses:}
  193. \rroi{Mechanical solutions are inherent simpler than software solution}
  194. \rro{Huge difference in states}
  195. \rroi{Mechanical part of prototype has 3 states}
  196. \rroii{2 angles, 1 marker angle (given that is still operating correctly)}
  197. \rroii{Double it for each angular velocity: making it 6}
  198. \rroi{Each embedded part of the stepper drivers have more than 30 states}
  199. \rroii{With two drivers it gives it easily 10 times more states already}
  200. \rroi{Software itself has more than 40 states}
  201. \rro{Mechanical states are linked}
  202. \rroi{Software engineer has to implement and link the states}
  203. \rro{Mechanical states/behavior is always limited by the law of physics.}
  204. \rroi{We cannot make mechanics al large as we want}
  205. \rro{Software has almost no scaling limitations}
  206. \rroi{Can have gigantious amounts of states}
  207. \rroi{States can be changed separately}
  208. \rroi{Only limitations are always the computing power}
  209. \rroi{Real-time limitations are occuring when we want to keep up with physics}
  210. \rro{Mechanics that reach the same complexity as software where this design method would be usefull is something that never fits in a Thesis.}
  211. \rroi{Probably only on industrial scale}
  212. \rro{The "soft" in software is based on that it can be changed, improved, tweaked.}
  213. \rroi{This does not mean that it is cheap or easy}
  214. \rroi{During prototyping/development it probably cheaper to make a change to the hardware}
  215. \rroi{From the point of production, software becomes cheaper to change than hardware}
  216. \section{Features vs Subsystems}
  217. \rro{Original method is based on features and implementing them one by one}
  218. \rroi{Software can implement a single feature, where the output can be tested}
  219. \rroi{A single hardware feature cannot be tested as connecting another feature changes the output}
  220. \rroii{Difference between a power-connection and a singal-port}
  221. \rroi{Smallest division in hardware is a subsystem}
  222. \section{Interesting concepts}
  223. \rro{Some features are required for multiple design options}
  224. \rroi{Implementing them earlier does not contribute to the cost of switching design.}
  225. \chapter{Conclusion}
  226. \printbibliography
  227. \end{document}