Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

47 wiersze
3.4KB

  1. %&tex
  2. \subsection{Feature Definition}
  3. \label{sec:case_featuredefinition}
  4. At this point there are specifications and an initial design for the system.
  5. In the following steps of the design method features will be implemented one by one.
  6. The goal of this step is then to define these features.
  7. During this step it became clear that this approach was not feasible.
  8. Prior to this step the expectation was that this step would produce three features that could be implemented.
  9. These three features were the SCARA, the cable suspended carriage, and the end-effector.
  10. However, independent of the interpretation of this step, the result was not the three expected features.
  11. Why were those three features expected in the first place?
  12. During the previous steps a useful evaluation was to anticipate for the subsequent steps.
  13. Where one of the following steps is to implement an individual feature.
  14. Therefore, it must be possible to implement the feature.
  15. Separating the initial design into the smallest components that could still be implemented, resulted in the SCARA, carriage and end-effector.
  16. The problem is that these three components do not describe the complete system.
  17. Some functions of the system (feature) is performed by a combination of the components.
  18. Therefore can the components in the system not be seen as features of the system.
  19. Defining the components as features of the system is not a solution.
  20. The relations between the components and features is still required.
  21. %As the features describe the behavior of the components, it is not a solution to replace the features with components.
  22. A solution to organize the relations between features and components was found in RobMoSys\footnote{\url{https://robmosys.eu/approach/}}.
  23. RobMoSys defines a separation of levels in a design.
  24. Where the levels start functional and moves via software to hardware implementation.
  25. Although not all levels of RobMoSys are used, it was very useful to define the features of the system.
  26. The definition can be seen in \autoref{fig:robmosys}
  27. The current definition of features allows to start the implementation with a component.
  28. When the component is finished features can be implemented by following the tree upwards.
  29. \begin{figure*}
  30. \centering
  31. \includegraphics[width=0.85\linewidth]{graphics/robmosys}
  32. \caption{Feature Definition based on the separation of levels introduced by RobMoSys}
  33. \label{fig:robmosys}
  34. \end{figure*}
  35. \subsubsection{Evaluation}
  36. Even though there is a feature definition that can be used in the next step, there remain a couple of difficulties.
  37. There is still a really strong border between features and components.
  38. And the single level of components makes it impossible to depict the dependencies between components.
  39. Developing larger and complex systems will have sub-components in the system, introducing even more dependencies.
  40. Therefore, this is not a valid solution for feature definition.
  41. Fortunately the current solution suffices to continue the case study.