0LAUK0 2018Q1 Group 2 - Prototype: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:


=== Forces ===
=== Forces ===
To function properly, the prototype should be able to lift the monitor easily from each position without damaging the actuation system. Forces can differ a lot due to change of arm length, and thus higher moments. To make sure this happens, the correct actuation type should be chosen. After also considering hydraulic actuation and servo motors, we have decided to use stepper motors for the prototype. Stepper motors are easy to use and can deliver high torque without gearing. A stepper motor also has a holding torque, which means that the torque will be kept even when no input is given to the motor.
Even though stepper motors are conventional, it is still possible that the full system needs more power to operate. An integrated spring system could be used to subtract the major part of forces needed to move the arm. These spring systems are already implemented in normal monitor arms. It was not possible for us to acquire such an monitor arm, so we decided to build our own. Because of manufacturability we have decided to not make an integrated spring system, but to assume this is implemented in the final design. Because of this, the prototype will be lightweight and carry a dummy monitor instead of a real one.


===Manufacturability ===
===Manufacturability ===

Revision as of 10:59, 29 October 2018

Introduction

This page explains the design-process behind the prototype made during this project. Suggestions for the final design are also given.

Important components that need to be kept in mind when making the prototype are:

  • Degrees of Freedom
  • Dynamic domain
  • Forces
  • Manufacturability
  • Compatibility
  • Simplicity
  • Movement
    • Kinematics
    • Arduino
    • Sensors
Mark I prototype

Degrees of Freedom

First of all the Degrees of Freedom (DOF) need to be considered. In total there are six DOF that can be included (3 linear x,y,z; 3 rotational), but each DOF makes the manufacturability of the prototype more difficult. Also, not every DOF is important to achieve the end result, which is a monitor arm that reduces neck and back complaints. Looking at the Ideal monitor guidelines, it was decided that the prototype will receive 3 DOF. The first one is a linear movement in the z-direction, to adjust to the body length of a person. The second one is a rotational movement in the xy-plane, to adjust to the angle at which the user is behind his or her desk. The final DOF is a linear radial movement perpendicular to the rotation in the xy-plane. This adjusts the distance at which the monitor is from the user. We have thought of adding a rotational movement in the yz-plane, but this did not seem necessary whereas the linear z-direction already sufficiently comprehends the height adjustment. The DOF are visualized in Mark I prototype.

Dynamic Domain

As with the DOF, the dynamic domain of the prototype is depending on the Ideal monitor guidelines. Taking these guidelines in account, the ideal operational domain (seen from the top view) of the prototype is a semicylinder with a radial distance of approximately 40 cm. This can easily be accomplished by using a 2-link arm with 3 rotational joints that can fully move in the linear y-direction. To move in the linear y-direction we have decided to assume that this can be actuated by the systems that is already implemented in the Gispen TM duo desk.

Forces

To function properly, the prototype should be able to lift the monitor easily from each position without damaging the actuation system. Forces can differ a lot due to change of arm length, and thus higher moments. To make sure this happens, the correct actuation type should be chosen. After also considering hydraulic actuation and servo motors, we have decided to use stepper motors for the prototype. Stepper motors are easy to use and can deliver high torque without gearing. A stepper motor also has a holding torque, which means that the torque will be kept even when no input is given to the motor.

Even though stepper motors are conventional, it is still possible that the full system needs more power to operate. An integrated spring system could be used to subtract the major part of forces needed to move the arm. These spring systems are already implemented in normal monitor arms. It was not possible for us to acquire such an monitor arm, so we decided to build our own. Because of manufacturability we have decided to not make an integrated spring system, but to assume this is implemented in the final design. Because of this, the prototype will be lightweight and carry a dummy monitor instead of a real one.

Manufacturability

Compatibility & Simplicity

Movement

Kinematics

Arduino

Sensors