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

127 lines
8.7KB

  1. %&tex
  2. % \begin{itemize}
  3. % \item Extend the \ac{ridm} with a preliminary design phase.
  4. % This makes it possible develop a system for a given problem or idea, using this design method.
  5. % \item Refine the \ac{ridm} to make the execution of the different design steps explicit and unambiguous.
  6. % \item Develop and perform a case study that tests and evaluates the \ac{ridm}.
  7. % \end{itemize}
  8. % Based on the results of the case study I will answer the following research questions:
  9. % \begin{itemize}
  10. % \item Which techniques of the \ac{ridm} can be applied developing the physical part of \ac{cps}?
  11. % \item Which adaptations are required to make the \ac{ridm} suitable for developing the computation and physical part of \ac{cps}?
  12. % \end{itemize}
  13. \chapter{Conclusion}
  14. \label{chap:conclusion}
  15. % Intro: end goal
  16. % Reflect Extend the RIDM with a preliminary design phase. This makes it possible develop a system for a given problem or idea, using this design method.
  17. The first research objective is to extend the \ac{ridm} with a preliminary design phase.
  18. This makes it possible develop a system for a given problem or idea, using the \ac{ridm}.
  19. Based on the waterfall model as described by \ac{se}, the steps for problem description, requirements, and initial design were prepended to the \ac{ridm}.
  20. % Reflect: Refine the RIDM to make the execution of the different design steps explicit and unambiguous.
  21. The second research objective is to refine the \ac{ridm} to make the execution of the different design steps explicit and unambiguous.
  22. The \ac{ridm} specify the development cycle and the variable detail approach with enough detail, making them ready to use.
  23. How to define features and tests for the development cycle, were not as clearly defined.
  24. Two design steps are added in this thesis that describe a method to define the set of features and create a test protocol.
  25. Furthermore, a feature selection step is added to aid with the development.
  26. % Reflect: Develop and perform a case study that tests and evaluates the RIDM.
  27. The third and last research objective is to develop and perform a case study that tests and evaluates the design plan.
  28. The case study consists of a development that is performed according to the design plan.
  29. A set of requirements is made to ensure the optimal system of design.
  30. With this the \emph{Tweet on a Writeboard} system is chosen.
  31. The progress of the case study is monitored according to a list of questions.
  32. % Answer: Which design techniques of the design method by Broenink and Broenink (2019) can be applied developing the physical part of CPS?
  33. With three research objectives fulfilled, it is possible to answer the two research questions:\\
  34. \emph{Which techniques of the \ac{ridm} can be applied developing the physical part of CPS?}\\
  35. To answer this question I must put emphasis on the difference between the design and modelling process.
  36. The design process embodies the development of a product or system as an answer to a problem or need.
  37. The modelling process allows the developers to gain insight of the inner workings of a product.
  38. By creating and simulating models for the system under design, the modelling process improves the design process tremendously.
  39. Looking at the \ac{ridm}, the fact that the first research objective is to prepend design steps to the \ac{ridm} highlights its shortcoming as a design method.
  40. Despite its exploratory nature, the case study offers some insight into the \ac{ridm} as a technique for rapid prototyping.
  41. The segmentation of the design provides a structured and organized approach.
  42. Moreover, the in this thesis proposed feature selection procedure contribute to the risk management of the development.
  43. By implementing high risk-per-time features first, the design problems are more likely to be found in the early stage of the design.
  44. The variable-detail approach is promising for the implementation of individual features.
  45. Similar to the design begin split in features, this approach implements one feature as multiple levels of detail.
  46. One benefit is that the structured addition of detail enables intermediate testing, allowing the development to continue when all tests are satisfied.
  47. Another benefit is that having one model available in different level of detail is that these models can be reused with the minimum detail possible.
  48. This keeps the complexity of models to a minimum and can be useful to improve simulation speed of large systems.
  49. The major limitation in this thesis is that the model represented the design.
  50. Therefore, the stopping at a certain level of detail or reusing lower detail models did not occur during the case study.
  51. Notwithstanding these limitations, the variable-detail approach does offer a structured approach providing feedback during the implementation.
  52. \emph{Which adaptations are required to make the \ac{ridm} suitable for developing the computation and physical part of CPS?}\\
  53. The most obvious finding to emerge from this study is that the \ac{ridm} without any additions is not a valid design method.
  54. The findings of the case study suggest that a worthwhile solution is to make \ac{ridm} part of a existing design method.
  55. The existing method provides a basis wherein the \ac{ridm} can come to its own, which is to tackle complexity.
  56. %This thesis was designed to assess whether the physical part of \ac{cps} can be developed using the \ac{ridm}.
  57. %Whereby the \ac{ridm} aims to reduce the complexity of a system design.
  58. %The requirement for the case study was to develop a system with sufficient complexity, to apply the \ac{ridm} as intended.
  59. %Being focused on the physical part of the design, this thesis overlooks the significance of software in a \ac{cps}.
  60. %Especially because the complexity of a system is made possible with software.
  61. %
  62. %A design method regarding the full life cycle of \ac{cps}, must therefore incorporate both the computation and physical part of \ac{cps}.
  63. %To use the advantages of the \ac{ridm} in such a design method, there must be a clear distinction between the functions, requirements and components.
  64. %Where possibly each of these three require a different design approach.
  65. %The explicit focus on physical part in the design process, caused a neglect toward the computation part of a \ac{cps}.
  66. %
  67. %The design is the specification of a system, it contains the plans, drawings, documentation, etc.
  68. %A model represent portions of that design, depending on the goal purpose of the model.
  69. %Both methods, from this thesis and the \ac{ridm}, make no adequate distinction between the design and the model.
  70. %As the case study by \autocite{broenink_rapid_2019} is performed with existing hardware, the design is already finished.
  71. %This highlights the shortcoming of the \ac{ridm} as it does model, and not design a system.
  72. %
  73. %The method in this thesis introduces additional steps to implement the design process.
  74. %Although an initial design is produced, the design is implemented as a model.
  75. %
  76. %The point is, the design and the model are two separate components of the design process.
  77. %The fact that this thesis starts with adding half a \ac{se} approach shows that the design aspect lacks in the current method.
  78. %However, both case studies suggest that the \ac{ridm} is a good approach for implementing that design.
  79. %
  80. %This brings me to the last questions:\\
  81. %It is clear that there has to be a design process added, which must implement the different elements of a feature: component, function, requirement.
  82. % Answer: Which adaptations are required to make the design method by Broenink and Broenink (2019) suitable for developing the computation and physical part of CPS?
  83. \section{Recommendations}
  84. \begin{itemize}
  85. \item To use the variable-detail approach in an optimal way, there are two issues that must be addressed.
  86. The first one is the continuous testing of dynamic models.
  87. In a similar approach to unit testing in software, it must be possible to apply changes to a model and check whether everything still works as expected.
  88. A big issue here is the two-port behavior of dynamic models in comparison with software functions.
  89. When a software function is called with given parameters, it returns a specific result.
  90. This result is independent of the program this function is part of.
  91. In contrary, a dynamic model is not independent.
  92. The step response of a electro motor is significantly different if a fly-wheel is attached or not.
  93. Unit testing on sub-models in a dynamic model is therefore not reliable, making intermediate testing of the model difficult.
  94. The second issue is the organization of model versions.
  95. The benefit of switching between different sub-models is discussed in this thesis.
  96. However, switching between different detail versions is difficult and labor intensive.
  97. \end{itemize}