您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

96 行
8.3KB

  1. %&tex
  2. \chapter{Design Method Evaluation}
  3. \label{chap:reflection}
  4. \section{Elements of a Feature}
  5. During the course of this study, the concepts of specifications, components and functions are added to the design method.
  6. As explained in the background chapter, having an approach to determine specifications is a crucial concept of a design process.
  7. Because \ac{ridm} did not include such an approach, a \ac{se} approach was added.
  8. The aim of the \ac{se} approach is to deliver a set of features to be used in the \ac{ridm}.
  9. To be more specific, the set of features was expected to be the result of the feature definition step.
  10. Contrary to that expectation, multiple attempts for this step did not produce a satisfactory definition of features.
  11. As explained in \autoref{sec:case_featuredefinition}, there was a clear discrepancy between the expected and resulting features.
  12. It was expected to get features in the form of components that can be developed during the design process.
  13. However, the resulting features came off as functions of the system.
  14. In the end, a solution was found in the RobMoSys approach.
  15. Even though the RobMoSys approach was too comprehensive for this case study, it provided the basis for the split between functions and components.
  16. Furthermore, it resulted in the hierarchical structure of functions and sub-functions as shown in \autoref{fig:robmosys}.
  17. \begin{figure}
  18. \centering
  19. \includegraphics[width=85mm]{graphics/functional_relation.pdf}
  20. \caption{Relations and elements within a feature. \autocite{kordon_model-based_2007}}
  21. \label{fig:functional_relation}
  22. \end{figure}
  23. Creating a hierarchy for the functions and a separate set of components allowed for the continuation of the case study.
  24. There were still a number of challenges with this approach.
  25. For example, it was almost impossible to divide the specifications between components and functions.
  26. Furthermore, the roll of electronics did not fit in the current approach either.
  27. In reviewing the literature, the approach used in this case study shows clear resemblances with \ac{mbed} \autocite{kordon_model-based_2007}.
  28. \ac{mbed} introduces explicit relations between the requirements, components and functions, as shown in \autoref{fig:functional_relation}.
  29. Additionally, the paper includes a layout for the hierarchy of requirements, functions and components.
  30. Based on this, the approach by \textcite{kordon_model-based_2007} further supports the idea of dividing features into specifications or requirements, functions, and components.
  31. What is interesting about this new insight is that it helps to understand the difference with the case study performed by \textcite{broenink_rapid_2019}.
  32. The hardware components used by Broenink and Broenink was a mini-segway, which was designed for a student project.
  33. The requirement for this mini-segway to be able to balance, drive and steer, is inherited directly from the student project.
  34. Causing the requirements and components to be implicitly defined in their case study.
  35. Therefore, the function that needs to be implemented, fits very well within the definition of a feature.
  36. \section{Model and Design Relation}
  37. The \ac{ridm} as well as the design method in this study fail to make a explicit distinction between the model and the design.
  38. %Hierdoor wordt de harde grens hier tussen onduidelijk.
  39. This implicitly caused the model itself to dictate the design.
  40. %Een goed model voldoet namelijk aan het volgende ...
  41. According to \textcite{stachowiak_allgemeine_1973}, three general properties apply for a model.
  42. First is that the model is always representative to its original;
  43. second, the model must only include attributes of its original that are relevant to the respective developer or user;
  44. and third, the model must be pragmatic to the original, meaning that models are an adaptation of the original with respect to a specific purpose.
  45. %Dus als je design verder ontwikkeld dan moet je dus schakelen tussen models.
  46. These properties coincide with the different modelling approaches used during the case study.
  47. The dynamic models did not start directly with 3D physics as it would conflict with the second property.
  48. However, as the design becomes more refined, it could not be represented with only basic kinematics calculations.
  49. The step to 2D, and later 3D physics, is made such that the model still represents the design.
  50. Parallel to the dynamics model, a CAD drawing was used to model the shape of the hardware components.
  51. Simply because models represent the design for a different purpose.
  52. Even though the models in the case study satisfy the properties as described above, it has a significant implication for the current design method.
  53. As the model is used to represent the current design, switching to a different modelling approach changes the representation of the design as well.
  54. From the case study it is possible to identify two direct consequences.
  55. The first is that there is discrepancy for the required effort between a design change and the corresponding model update.
  56. This can be seen in the case study when the model was reconstructed with 3D physics but the design did not change.
  57. Resulting in a couple of days of work spend reconstructing the model, without significant progress in the design.
  58. The second consequence is that the design got split up over the dynamics model and the CAD drawing:
  59. Both included the kinematics of the SCARA;
  60. the controller and stepper behavior was defined in the dynamics model;
  61. and the shapes of the components was defined in the CAD drawing.
  62. Such a subdivision of details across different models is, without any doubt, undesired.
  63. \section{Information Flow}
  64. %% Aanknopen op het vorige verhaal?
  65. %Although team members improve the information flow within a design team, it does not guarantee that all information is available.
  66. %Throughout the case study, more and more information becomes available.
  67. %During the initial design, new insight was gained that would have been useful during the problem description and the specifications step.
  68. %And while making the tests, it became clear that the specifications were incomplete.
  69. %It is possible to review the specifications step, but the succeeding steps have to be redone as well.
  70. %During the case study, I decided to continue with the design due to the scope of the research, namely the development design cycle was.
  71. %Dealing with these design changes is a known weakness of the waterfall model.
  72. %Many publications give credit to \textcite{royce_managing_1970}, for the concept of the waterfall model.
  73. %Where they refer to the simple 5 to 8 step design concept, similar to the one in \autoref{sec:SE}.
  74. %What these publications fail to address is that \textcite{royce_managing_1970} says: "I believe in this concept, but the implementation described above is risky and invites failure."
  75. %Followed by multiple steps of improving the waterfall model.
  76. %Royce adds a complete design step, loads of intermittent testing and documentation, and the instruction to "Do it twice".
  77. %On initial thought this feels as a disproportionate amount of extra work.
  78. %Especially since the current design plan already includes small feedback cycles.
  79. %However, the small feedback cycles only apply to the current design, and do not provide information about the current design direction.
  80. %Thus, the current level of detail might work, passing the tests of the current cycle does not guarantee a successful implementation of the design.
  81. %Based on the evaluation, it was often difficult to justify the design decisions as there was insufficient information.
  82. %A simple proof of concept would improve the information about the direction of the design, required resources and the feasibility of the project.
  83. %Although this requires additional work, it is very likely that it improves the projects feasibility and thus reducing the risks of the project.