Delta geometry

From RepRap
Revision as of 10:09, 26 August 2016 by Funny bananas (talk | contribs) (Introduction)
Jump to: navigation, search

Introduction

A 'delta' robot or printer is a robot where a platform is maintained by three pair of arms set in a triangle. The pairs of parallel arms maintain the horizontality of the platform and the movement of these arms displace the platform in the three dimensions. Many solutions exists, but a few are used practically.

There are two principles to displace the arms pairs:

  • Each arm pair is installed on a main articulated arm, the movement being generated be the rotation of this main arm. The geometry is the rotational delta or 'Clavel delta' from the name of its inventor. The principle is widely used on 'pick and place' machine in a wide range of industries, from electronic to food. This system can be found in the Delta by Energetic or on the FirePick Delta printers.
  • Arm pairs are attached to carriage sliding along parallel rails. This geometry is called linear delta and is the most frequent type used in 3D printer world, the machines originating the movement being the Rostock and the Kossel. The term 'parallel delta' shall not be used as all robots with parallel arms are called parallel robots.

There is another solution without rigid mechanics which is to suspend the platform to wires. There are a few examples and notably the Skydelta or this suspended delta

The linear delta kinematic calculation is simple because the carriage follow a straight line, so the horizontal movement of the platform is linked to the vertical movement of the carriage by Pythagorean theorem (which states that the diagonal length squared, is equal to the sum of the triangles sides squared, the triangle must be a right angle triangle). Here the diagonal is the arm length, constant, the vertical branch is the relative vertical position of the platform and carriage, the horizontal branch is the relative horizontal position of the platform and carriage.

The math is not difficult, but for a printer a lot of square roots must be done on control boards based on 8 bit processors, which are struggling doing these calculations, so a lot of fine software optimization were done for the delta geometry for these processors. 32 bit controllers are becoming the controller boards of choice more commonly for delta printers as they have much faster processors and do not struggle with the math at all. It shall be noted that the sliders columns can be on a non-equilateral triangle and asymmetric dispositions were tested, notably the 'Square' delta with angles of 90°,90° and 180°.

Geometry of a linear delta

Schematics

Delta geometry1.png

The arm angle with effector at center is the result of the arms length, minimum angle and angles of the arms while at maximum diameter. For minimum angle of 20°, this angle is around 60° for maximum diameter arm verticals, but if the minimum angle is increased, it may be higher. Minimum angles of 22° will gives an angle of 63° with vertical arms.

Arms may not be able to reach the vertical due to clearance problem, notably with the part cooling fans or effector accessories. In that case, for a given minimum angle, arm length may be reduced and the angle while effector is at center will be lower.

On the other way, some printers have arms capable to go over vertical (e.g. Rostock Max).

Delta geometry2.png

The minimum arm angle, while effector is at maximum diameter, is one of the basic design parameters. It is important for effector stability, precision and carriage speed. A low angle induce high carriage speed for a given effector horizontal speed. Low angle also decrease effector stability. Generally, 20° angle is considered as a practical minimum and induce a carriage speed 2.75 times higher than effector horizontal speed. Some printers with theoretical minimum angle of 15° may experience lost steps at their maximum diameter.

Speed up coefficient for given arm angle
mini angle speed multiplier
22.5° 2.41
20° 2.75
17.5° 3.17
15° 3.73
12.5° 4.51
Delta geometry3.png
Arm space does not influence movement calculation, but have an importance for the effector stability. Best stability is obtained for the minimum offset, with the maximum possible arm space for this offset (minimising b dimension).


Reachable area

Delta reachable area.png

For a given minimum angle, the reachable area is a triangle with bulged sides, with the ends of the triangle oriented toward the columns, which cannot be accessed without impacting the column. Then, for simplicity, the reachable area is generally considered circular. It might be interesting to evaluate the real reachable area when one want to inscribe a rectangle or square in the printing area. The accessories (belts and fans) are critical for the real usable area.

Schematic

  • Green : the area which may be reachable without obstacle
  • Orange : the practical area taking into account the clearance required between effector and columns.


Delta columns and axis names

Delta conventions.jpg

View from top


Effector stability

Effector geometry.png

What is effector stability ?

This is the fact that an effector resist to tilting moments. The tilt may displace the hotend nozzle and creates imprecision. It also have an effect on level measurement sensor while the sensors are offset from the hotend. Two things have important effect on an effector stability:

  • The geometry, as different geometries may induce higher or lower loads on arms and articulation, so higher or lower deformation. A geometry reducing the load will increase precision.
  • The moment resistance induced by arm articulation, say a cardan will resist to torsion induced by the effector, while ball articulation will not.

The moment which will induce tilt will be created by :

  • Inertia
  • Load on the nozzle
  • Friction in articulation, which may be significant for some types of articulations.

How to improve geometry

  • A small offset will reduce the load on arms/articulation for a moment and shall be researched.
  • For a given offset, the distance between the centers of articulation (noted 'b' on drawing) will modify the moment created by side loads. The lower this space, the better the stability. When these articulation are merged, the geometric stability is very important, as there is no possible level difference in the merged articulations, hence, no possibility to have an 'articulated' tilt. This solution is used by example on the Spiderbot delta.

Position of the hotend

What is also very important is the position of the hotend to minimize the effect of effector tilt. Experience show that a nozzle near the effector plane seems the best solution. However, care shall be taken to limit the raise of the center of gravity, to avoid creating dynamic moments.

Quantifying the effects of the geometrical stability: TES coefficient

Understanding that there are other causes that the effector stability to nozzle movement imprecision, it is however interesting to quantify the displacement due to geometrical instability.

A coefficient could be defined, that we may called TES, for tilt effector stability, which will not quantify the effector instability, but its effect on the hotend, by combining the moment effect and the displacement related to the distance between the virtual articulation and the nozzle location.

a being the lever due to arm space (see drawing) b being the space between balls (articulations)

  • Tilt geometric load moment is related to a/b, a being proportional to arm space
  • Tilt stiffness is proportional to arm space

TES = (Arm space)²/b, Dimension units shall be mm.

It is important to note that the TES does not depend from arm length, only effector geometry. Indeed, the arm stiffness in their axis is huge compared to other elements, notably articulation stiffness, so the arm length have nearly no effect on tilting stability. This is why you could install the small Kossel mini effectors on large printers without problems. It shall be noted that for merged articulations, this coefficient will be infinite.

This coefficient is calculated in the OpenScad delta simulator.

Implementation

The practical improvements added by a good geometry is closely related to the quality of the mechanical implementation. By example, if you widen the arm space to improve stability, but the side extensions on the carriage to reach the new width add excessive flexibility, you may have at the end reduced the real stability. It shall be noted that wider arm space does not raise or decrease the moment and only help to fight play in articulation. If your problem is the rotation of the carriage, that is the carriage which shall be reinforced, no geometry can help.

Interactive web simulation

Linear deltas

DSim Graphic simulator.png
Deltabot calculator.png


Rotational deltas


Simulation on software

OpenScad delta simulator.png

Delta calculators

Linear deltas

Rotational deltas

Math and research papers

Rotational delta are a quite common research topic, notably for university students.

Calculation links

Simulation without source/access

Some people have done Delta simulation on CAD/Math software, but not publicly release them.

Calibration


In addition to site licence GFDL1.2, this page is also released under license CC BY-SA 4.0