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

110 lines
8.1KB

  1. With the preparation phase completed, the development cycle is next.
  2. This consists of three steps: Feature selection, Rapid Development and Variable Approach.
  3. The current section explains the first development cycle during the design.
  4. For this first cycle of the design process, I design the end-effector.
  5. However, not long after the start of the development process, the implementation proved to be too complex.
  6. This led to the decision to abort the implemention of the end-effector.
  7. Eventhough no progress was made, this attempted implementation did provide valuable insight in the desing process.
  8. \subsection{Feature Selection}
  9. \label{sec:case_feature_selection_1}
  10. \begin{table}[]
  11. \caption{Overview of the different features and their dependencies, number of tests that are covered and the risk/time factor.
  12. The risk/time factor is calculate as risk divided by time.}
  13. \label{tab:firstfeatureselection}
  14. \begin{tabular}{|l|l|l|l|l|l|}
  15. \hline
  16. Feature & Dependees & Tests & Risk & Time & Risk/Time \\ \hline
  17. \ac{scara} & - & 3 & 40\% & 10 days & 4 \\ \hline
  18. End-effector & \ac{scara} & 2 & 60\% & 8 days & 7.5 \\ \hline
  19. \ac{cdc} & - & 2 & 30\% & 10 days & 3 \\ \hline
  20. \end{tabular}
  21. \end{table}
  22. For each feature in the system the dependees, tests and risk/time factor is determined, as explained in \autoref{sec:feature_selection}.
  23. These values are combined into \autoref{tab:firstfeatureselection}.
  24. The \ac{scara} depends on the end-effector, as explained in the initial design.
  25. However, for the \ac{cdc} no dependency was defined even though it has to lift the other two components.
  26. This is mainly because the torque and range requirements of the \ac{scara} depending on the implementation of the end-effector.
  27. Especially the required range depends on the method of grabbing and releasing tools.
  28. For the \ac{cdc} it only changes the mass that has to be lifted.
  29. Upgrading the motor torque is a minor parametric change and the dependency is therefore insignificant.
  30. The testing number is directly the number of tests that apply to that feature.
  31. The risk and time values are not determined with a specific protocol, but with simple engineering judgement.
  32. The estimated risk is high for the end-effector due to the collision dynamics of the operation.
  33. It has to grab something and that is difficult to model. Furthermore, it was not known if that design would work.
  34. The \ac{scara} has the most moving parts, but no difficult dynamics and has therefore an estimated risk of medium.
  35. For the \ac{cdc} there was no real risks and got therefore a low risk indication.
  36. Based on \autoref{tab:firstfeatureselection}, the end-effector is implemented first.
  37. The end-effector has the most dependees, and is therefore chosen above the other two.
  38. \subsubsection{Evaluation}
  39. This first step of the detail design phase did go well.
  40. Although risk and time assessment is always depend on some engineering judgment, this human factor introduces uncertainty in the assessment.
  41. However, an improved approach for the risk assesment can drastically reduce this human factor.
  42. Within a design team a form of planning poker \autocite{grenning_planning_2002} could be a good option.
  43. \subsection{Rapid Development of the End-Effector}
  44. \label{sec:case_development_cycle_1}
  45. This section explains the process of the development of the end-effector.
  46. The first step is to create an initial design of the model.
  47. In subsequent steps, detail is added to this model.
  48. The previous section explained the relative high risk assessment for the end-effector.
  49. Which was not exaggerated as the implementation proved to be troublesome.
  50. Eventually, the implementation was unfeasible and was therefore cut short.
  51. Nonetheless did it result in useful evaluation points on the design method.
  52. The process of this step is explained in the following sections.
  53. The development starts with an initial design of the system.
  54. The next step is to develop that further into a model and prototype.
  55. This development did not get past the basic model implementation due to unforeseen difficulties.
  56. However, the evaluation gave new useful insight on the design plan.
  57. \subsubsection{Initial design}
  58. The end-effector is mounted on the \ac{scara} and acts as an interface.
  59. With the end-effector, the \ac{scara} is able to grab and release tools.
  60. There are multiple approaches to handle these tools.
  61. However, there is a trade-off to be made with the \ac{scara} feature, the heavier the end-effector is, the more force the \ac{scara} must deliver.
  62. And because the goal is to make the \ac{scara} light and quick, this end-effector must be light-weight as well.
  63. The best options in this case is a simple spring-loaded clamp.
  64. To release the tool, the clamp is forced open, pushing it against the holder.
  65. As the end-effector is connected to the \ac{scara}, the \ac{scara} is responsible for the pushing force.
  66. Because the actuation force of the \ac{scara} is used, it removes the need for an additional servo in the end-effector.
  67. Resulting in a simpler and lighter design.
  68. The initial design of the clamp and the operation is shown in \autoref{fig:gripper}.
  69. Although this design requires the \ac{scara} to deliver more force.
  70. The relative low mass of the end-effector also keeps the moment of inertia small.
  71. Therefore, the current design reduces the impact on the acceleration of the \ac{scara} to a minimum.
  72. \begin{figure*}
  73. \centering
  74. \includegraphics[width=151mm]{graphics/end-effector.pdf}
  75. \caption{Operation of the end-effector. The clamp is forced open against the holder to release the marker.
  76. Instead of releasing, the marker is grabbed by reversing the order of executing for these steps.}
  77. \label{fig:gripper}
  78. \end{figure*}
  79. \subsubsection{Behavior Modelling}
  80. The next step is to implement this design with the corresponding behavior in a dynamic model.
  81. The challenge in this case is the modelling of the contact dynamics.
  82. Based on some experience in modelling with collisions, I decided to use the 20-sim 3D mechanics editor.
  83. Unfortunately, there is little tooling available and there are no debugging options if the model does not behave as expected.
  84. The marker kept falling trough the gripper or flew away.
  85. With the small amount of progress made in two days the implementation was not promising.
  86. A system freeze caused the model to corrupt, where the complete configuration of the shapes and their collisions was lost.
  87. Based on the loss of work and the low feasibility of the implementation, the decision was made to remove the end-effector from the design.
  88. With the end-effector removed, the \ac{scara} gets a direct connection with the marker.
  89. The lifting of the marker from the is included in the \ac{scara} as well.
  90. Furthermore, this means that the erasing is no longer possible as a feature.
  91. \subsubsection{Evaluation}
  92. The lost progress of the model is unfortunate, but the implementation did not go as expected anyway.
  93. It was probably for the best as it forced an evaluation of the design and avoided a tunnel vision while trying to get it to work.
  94. However, it did show the value of the risk/time analysis.
  95. This early failure resulted in changes for other components.
  96. But as none of the components were implemented yet, no work was lost.