Parallel Kinematics

Tripod with linear axes

 

This system has three linear drives that are in a defined angle to each other. The drives consist of three rails with traversing slides. The tool plate is connected to the traversing slides by connecting rods of the same length. A paired set of connecting rods holds the tool plate parallel to the floor in the same orientation. The kinematics can move the tool plate in three dimensions.

_sm_img_trafo_pou_3s_tripod_1.png

The forward and inverse transformation of these kinematics is calculated in the SMC_Trafo_Tripod_Lin and SMC_TrafoF_Tripod_Lin POUs. The axis angle of the tripod is determined by the angle between the rails and the vertical axis axis (dAxisAngle).

Mechanical requirements, coordinate system

Parameterization of the function block "SMC_TrafoF_Tripod_Lin"

Name

Description

dInnerRadius

Distance from the center of the tool plate to the gripping points of the connecting rods

_sm_img_trafo_pou_3s_tripod_2.png 

dOuterRadius

_sm_img_trafo_pou_3s_tripod_3.pngA is the intersection of the axis with the XY plane.

dLength

Length of the connecting rods

dDistance

Distance of the pairs of connecting rods to each other

dRotationOffset

Point A of the first axis defines the X axis by default. With the offset, the construction can be rotated about the Z axis. In this case, point A is no longer on the X axis.

_sm_img_trafo_pou_3s_tripod_4.png 

dOffsetA

With the offset, the position value of the axis can be set to its basic setting of zero.

_sm_img_trafo_pou_3s_tripod_5.png 

dOffsetB

dOffsetC

For information, refer to the library description.

See also

Tripod with vertical axes

 

This system is a special case of the kinematics described above with the same mechanical requirements. The dAxisAngle between the guide rails and the vertical axis is 0° and the guide rails are parallel to the vertical axis.

_sm_img_trafo_pou_tripod_vert_1.png

The forward and inverse transformation of these kinematics is calculated in the SMC_Trafo_Tripod_Lin and SMC_TrafoF_Tripod_Lin POUs. The axis angle of the tripod is determined by the angle between the rails and the vertical axis axis (dAxisAngle).

Parameterization of the function block "SMC_TrafoF_Tripod_Lin"

Name

Description

dInnerRadius

This parameter defines the radius of the circle that is described by the six gripping points of the connecting rods to the tool plate.

_sm_img_trafo_pou_tripod_vert_2.png 

dOuterRadius

_sm_img_trafo_pou_tripod_vert_3.png 

dLength

Length of the connecting rods

dDistance

Distance of the pairs of connecting rods to each other

dRotationOffset

Point A of the first axis defines the X axis by default. With the offset, the construction can be rotated about the Z axis. In this case, point A is no longer on the X axis.

_sm_img_trafo_pou_tripod_vert_4.png 

dOffsetA

With the offset, the position value of the axis can be set to its basic setting of zero.

_sm_img_trafo_pou_tripod_vert_5.png 

dOffsetB

dOffsetC

For information, refer to the library description.

See also

Tripod with rotary axes

 

For a tripod, the kinematics are implemented by three rotary drives that are connected to the tool plate by arms and connecting rods.

_sm_img_trafo_pou_tripod_arm_1.png

The origin of the coordinate system is the location of the center of the tool plate when all three arms are in a horizontal position.

The forward and inverse transformation of these kinematics is calculated in the SMC_TRAFO_Tripod_Arm and SMC_TRAFOF_Tripod_Arm POUs.

Mechanical requirements, coordinate system

Parameterization of the function block "SMC_TrafoF_Tripod_Arm"

Name

Description

dArmLength1

_sm_img_trafo_pou_tripod_arm_2.png 

dArmLength2

dArm1Radius

This parameter defines the radius of the circle that is described by the three P points.

_sm_img_trafo_pou_tripod_arm_3.png 

dStewartRadius

This parameter defines the radius of the circle that is described by the six gripping points of the connecting rods to the tool plate.

_sm_img_trafo_pou_tripod_arm_4.png 

dDistance

Distance of the pairs of connecting rods to each other

dOffsetA

dOffsetB

dOffsetC

For information, refer to the library description.

The following image shows the configuration at position 0 from below:

_sm_img_trafo_pou_tripod_arm_5.png

The respective transformations are executed by the following POUs SMC_TRAFO_Tripod_Arm and SMC_TRAFOF_Tripod_Arm:

Example: 3S tripod 

Transformation settings

tta:
SMC_TRAFO_Tripod_Arm := (dArmLength1:=200, dArmLength2:=300, dArm1Radius:=112, dStewartRadius:=53,dDistance:=41,dMaxAngleBallJoint:=60);
ttaf:
SMC_TRAFOF_Tripod_Arm := (dArmLength1:=200, dArmLength2:=300, dArm1Radius:=112, dStewartRadius:=53,dDistance:=41);

_sm_img_trafo_pou_tripod_arm_6.png
_sm_img_trafo_pou_tripod_arm_7.png

See also