Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

80 lignes
5.4KB

  1. %&tex
  2. \chapter{Starting Point}
  3. \label{chap:background}
  4. The goal of the design plan is to develop a \ac{cps}.
  5. Due to the nature of \ac{cps}, it involves a multi-domain design approach.
  6. Therefore, the subject of \ac{se} is relevant to this approach.
  7. Furthermore, the \ac{ridm} is discussed in more detail in this chapter.
  8. The \ac{ridm} does not initiate from the problem description step.
  9. As this step is required a design from scratch, the \ac{ridm} is combined with the approach from \ac{se} establish the required design steps.
  10. \section{Systems Engineering}
  11. \label{sec:SE}
  12. \textcite{blanchard_systems_2014} describe \ac{se} in their book as: "an interdisciplinary approach and means to enable the realization of successful systems."
  13. Their book extensively covers multiple design methods and design steps in detail.
  14. For this thesis, their approach on \emph{Bringing a Systems into Being} and \emph{Preliminary System Design} are especially relevant.
  15. \ac{se} is a complete field of engineering on its own and only the top of the iceberg is used in this thesis.
  16. \section{Rapid Iterative Design Method}
  17. \label{sec:RIDM}
  18. The \ac{ridm} by \textcite{broenink_rapid_2019} describes a methodology using two core components for the implementation: the rapid development cycle and the variable-detail approach.
  19. The design method also describes the preparation steps that are required prior to this implementation.
  20. In short, the preparation prepares a list of features.
  21. These features are implemented one by one with in the rapid development cycle using the variable-detail approach.
  22. The following sections discus each of these three design steps.
  23. \subsection{Rapid Development Cycle}
  24. \label{sec:background_rdc}
  25. The goal of the rapid development cycle is sequential implementation of the features in a system.
  26. Each iteration of the rapid development incorporates the following steps:
  27. \begin{enumerate}
  28. \item Create an initial design and corresponding tests for the next feature.
  29. \item Implement and test that feature.
  30. \end{enumerate}
  31. The first step is to create an initial design and tests that are used to verify the requirements of the current feature.
  32. During the second step, the initial design is developed into a detailed design of the feature.
  33. This detailed design of the feature is develop with the variable-detail approach, in which the level of detail is stepwise incremented.
  34. When the second step is completed, the implemented feature contains all the required details and passes all the tests as defined in the first step.
  35. From this point the rapid development cycle is repeated for the next feature, or, when no features are left, finish the development.
  36. \subsection{Variable-Detail Approach}
  37. The variable-detail approach starts with a low-detailed model and increases the detail discretely over multiple iterations.
  38. The low-detailed model is for example a single transfer function of the system.
  39. In the following iteration, the detail of the model is increased by adding, for example, non-linearity, non-continuity or parasitic elements.
  40. The tests, as specified in the first step of the rapid development cycle, are performed after each addition of detail.
  41. If the tests show that the added detail is not conform the requirements, the added detail is reviewed or redesigned.
  42. When the added detail passes the tests, the process is repeated to add more detail.
  43. The variable-detail approach is finished when all the tests are passed and all the detail is added.
  44. \subsection{Preparation steps}
  45. Although the \ac{ridm} does not specify the complete steps for the preparation, it does state some requirements.
  46. The rapid development cycle requires a list of features that can be implemented and tested individually.
  47. These features are gained by partitioning the functionality of the system.
  48. For each feature it is required to specify the feature requirements and the corresponding test protocol.
  49. The feature requirements are based on the system requirements and the tests are used to validate that the feature meets its requirements.
  50. About the order of implementation, the \ac{ridm} states that critical features must be implemented first, as these features have an increased chance of invalidating the complete design.
  51. Would such a feature fail, the investment loss is limited, because the development is still in an early stage.
  52. Following the feature separation step is the system test protocol.
  53. The goal of this step is to describe how the requirements of the system are tested.
  54. These tests can cover a single feature or multiple features.
  55. \begin{marginfigure}
  56. \centering
  57. \includegraphics[width=55mm]{graphics/design_flow.pdf}
  58. \caption{Combined design plan, where the first three steps are based on the \ac{se}-approach and the other four steps are taken from the \ac{ridm} \autocite{broenink_rapid_2019}}
  59. \label{fig:design_flow}
  60. \end{marginfigure}
  61. \section{Combination}
  62. To create a complete design plan, design approaches from both \ac{se} and the \ac{ridm} are combined.
  63. The \ac{ridm} requires an initial design that is then split into features.
  64. To meet this requirement, a linear set of steps from problem description to initial design is used from \ac{se}.
  65. These three steps are shown at the top of \autoref{fig:design_flow} in the \acl{se} group.
  66. The steps show some similarity with the first steps of a V or Waterfall model.
  67. The requirements and initial design are used in the four steps of \ac{ridm} continue the design process.
  68. These four steps are grouped at the bottom of \autoref{fig:design_flow}.