Abstract
A 3-degree-of-freedom (DOF) 3-UPU translational parallel mechanism (TPM) is one of the typical TPMs. Despite comprehensive studies on 3-UPU TPMs in which the joint axes on the base and the moving platform are coplanar, only a few 3-UPU TPMs with skewed base and moving platform have been proposed, and the impact of link parameters on constraint singularity loci of such TPMs has not been systematically investigated. The advances in computing comprehensive Gröbner system (CGS) or Gröbner cover of parametric polynomial systems provide an efficient tool for solving this problem. This paper presents a systematic classification of 3-UPU TPMs with skewed base and moving platform based on constraint singularity loci. First, the constraint singularity equation of a 3-UPU TPM is derived. Using Gröbner cover, the 3-UPU TPMs are classified into 12 types. Finally, a novel 3-UPU TPM is proposed. Reconfiguration analysis shows that unlike most existing 3-UPU TPMs which can transit from a 3-DOF translational mode to two or more 3-DOF operation modes, the proposed 3-UPU TPM can only transit from a 3-DOF translational mode to one general 3-DOF operation mode. The singularity locus divides the workspace of this 3-UPU TPM into two constraint singularity-free regions. As a by-product, a 3-UPU parallel mechanism that the moving platform can undergo 3-DOF translation and 1-DOF infinitesimal rotation is revealed. This work provides a solid foundation for the design of 3-UPU TPMs and a starting point for the classification of 3-UPU parallel mechanisms.
1 Introduction
A 3-UPU translational parallel mechanism (TPM, see Fig. 1) is one of the typical TPMs [1–3]. It is composed of a moving platform connected to the base by three UPU legs. Each UPU leg is a serial kinematic chain composed of a U joint, a P joint, and a U joint in sequence. For convenience, the R (revolute) joint within a U joint connected to the P joint is called an internal R joint, and the other R joint is called an external R joint. In each UPU leg, the axes of the two internal R joints and the P joint form a planar kinematic chain, which restrain the axes of the two external R joints to be coplanar.
Several types of 3-UPU TPMs have been proposed in the literature [2–9]. For the Tsai TPM [2], the axes of the R joints on the base or moving platform are coplanar. For the SNU TPM, the axes of the R joints on the base or moving platform are coplanar and intersect at the same point. In a 3-UPU TPM proposed in Ref. [5], the axes of the R joints on the base or moving platform are coplanar and two of them are parallel. Comprehensive studies on 3-UPU TPMs in which the joint axes on the base and the moving platform are coplanar [1–5,10–14] have been carried out. These TPMs have different constraint singularity loci and therefore different performances. It has been revealed that the SNU TPM has seven operation modes [11,12] and the Tsai TPM has five operation modes [13]. However, only a few 3-UPU TPMs with skewed base and moving platform [6–9] have been proposed. On a skewed base or moving platform, not all the joint axes of R joints are coplanar. In the 3-UPU TPMs with skewed base and moving platform [6,7], the axes of two R joints are parallel and the axis of the other R joint is perpendicular to the plane defined by these two parallel joint axes. In Ref. [7], a 3-UPU TPM with skewed based and platform was also proposed in which the axes of two R joints are coplanar and the axis of the third R joint is perpendicular to the plane defined by the axes of the first two R joints. In the 3-UPU (also called 3-RER) parallel mechanisms (PMs) presented in Ref. [8], the axes of all the R joints on the base or moving platform are perpendicular to each other and intersect at a common point. This 3-UPU PM has 15 operation modes, including four 3-DOF spatial translation modes. As pointed in Ref. [9], future research on 3-UPU TPMs should investigate 3-UPU TPMs with skewed base and moving platform and strategies to pass through constraint singularities.
This paper will investigate the impact of link parameters on constraint singularity loci of 3-UPU TPMs with skewed base and moving platform. This challenging issue has not been systematically investigated. Recent advances in computing comprehensive Gröbner system (CGS) or Gröbner cover of parametric polynomial systems (see, e.g., Refs. [15–17]) provide an efficient tool for tackling this problem. Gröbner cover [16] was used for solving the inverse kinematic analysis of planar robot, the kinematic analysis of planar mechanisms, and the identification of over-constrained planar mechanisms [18]. In Ref. [19], a systematic classification of 3-UPU PMs based on the type/number of operation modes was dealt with by using Gröbner cover and primary decomposition of ideals. The 3-UPU PMs in which the axes of all the R joints on the base or moving platform are parallel were classified into 13 types, each has two 4-DOF 3T1R operation modes and up to two more 3-DOF or other types of 4-DOF operation modes.
In Sec. 2, we will briefly illustrate how to solve parametric polynomial equations using Gröbner cover. The constraint equations of a 3-UPU PM are derived in Sec. 3. In Sec. 4, the constraint singularity equations of the 3-UPU TPM are formulated. The classification of 3-UPU TPMs is dealt with using Gröbner cover in Sec. 5. In Sec. 6, a novel 3-UPU TPM is proposed, and all the operation modes of the TPM are determined using the primary decomposition of ideals. Finally, conclusions are drawn.
2 A Note on Solving Parametric Polynomial Equations Using Gröbner Cover
Several algorithms (see, e.g., Refs. [15–17]) have been developed for computing CGS or Gröbner cover of parametric polynomial systems to obtain locally closed segments each of which accepts a set of functions that specialize to the reduced Gröbner basis for every point within the segment and each segment has different leading power products (lpp). The library for calculating Gröbner cover in Ref. [16], grobcov.lib, will be used in this paper to obtain the segments and the Gröbner bases associated with these segments.
In the following, the use of Gröbner cover will be illustrated by obtaining the well-known three cases of the intersection of two straight lines.
Intersections of two lines obtained using Gröbner cover
No. | Segment | Equation | Geometric characteristics | Intersection |
---|---|---|---|---|
S1 | a ≠ 0 | Two lines are not parallel | ||
S2 | Two lines are parallel | x → ∞ | ||
S3 | V(a, c) | Two lines coincide | y = 0 |
No. | Segment | Equation | Geometric characteristics | Intersection |
---|---|---|---|---|
S1 | a ≠ 0 | Two lines are not parallel | ||
S2 | Two lines are parallel | x → ∞ | ||
S3 | V(a, c) | Two lines coincide | y = 0 |
LIB "grobcov.lib";
ring R = (0,a,b,c),(x,y),dp;
ideal S = y, ax + by + c;
grobcov(S,"showhom",1);
Although the above solutions to Eq. (1) can be easily derived without using a computer, the Gröbner cover of more completed parametric polynomial systems cannot be obtained by hand calculations and the relevant algorithm/library [15–17] would be required.
It is noted that the use of degree reverse lexicographical order (dp) or lexicographical order (lp) may affect the CPU time required for calculating the Gröbner cover and even the Cröbner cover itself. It deserves to try both in calculating the Gröbner cover in order to better solve a kinematic problem. In this paper, the degree reverse lexicographical order (dp) would be used.
3 Constraint Equations of a 3-UPU Parallel Mechanism
In order to facilitate the classification of 3-UPU TPMs based on constraint singularity loci, O − XYZ and OP − XPYPZP are attached to the base and moving platform (Fig. 2) in such a way that Y- and X-axes are along the joint axis of R joint on the base in leg 1 and the common perpendicular to the joint axes of R joints on the base in legs 1 and 2, respectively, and YP- and XP-axes are along the joint axis of R joint on the moving platform in leg 1 and the common perpendicular to the joint axes of R joints on the moving platform in legs 1 and 2, respectively.
4 Constraint Singularity Equation of the 3-UPU Translational Parallel Mechanism
In Ref. [5], the above constraint singularity of TPMs was called a rotational singularity, and the constraint singular condition was derived based on the Jacobin matrix of the 3-UPU TPM.
Equation (10) is generally a parametric cubic polynomial equation in x, y, and z representing the constraint singularity locus of the 3-UPU TPM. It is noted that the coefficient of each term with total degree 3 in x, y, and z in the singularity equation (Eq. (10)) only depends on the vectors along the R joint axes on the base or moving platform.
In the next section, we will investigate the classification of 3-UPU TPMs based on the constraint singularity loci by investigating how the link parameters affect the leading power products (lpp) of the constraint singularity equation using the Gröbner cover.
5 Classification of the 3-UPU Translational Parallel Mechanism Based on Constraint Singularity Locus Using Gröbner Cover
Using the library for calculating Gröbner cover [16], grobcov.lib, we can obtain the Gröbner cover of the ideal associated with Eq. (10). For the classification of 3-UPU TPMs, we only care about the segments within the Gröbner cover and the lpp of each segment. The segments for the 3-UPU TPM obtained are listed in Table 2.
Segments in the parametric space of the 3-UPU PM
Segment ID | lpp | Segment definition |
---|---|---|
S1 | x2y | |
S2a | xz | |
S2b | ||
(S3a) | 0 | V(f, d, c) |
(S3b) | V(m − n, c) | |
(S3c) | V(t − w, r − u, f, d) | |
(S3d) | V3d | |
S4a | yz | |
S4b | ||
S4c | ||
S4d | ||
S5a | xy2 | |
S5b | ||
S6 | xy | |
S7 | xyz | V(b, e, f) |
S8 | x2z |
Segment ID | lpp | Segment definition |
---|---|---|
S1 | x2y | |
S2a | xz | |
S2b | ||
(S3a) | 0 | V(f, d, c) |
(S3b) | V(m − n, c) | |
(S3c) | V(t − w, r − u, f, d) | |
(S3d) | V3d | |
S4a | yz | |
S4b | ||
S4c | ||
S4d | ||
S5a | xy2 | |
S5b | ||
S6 | xy | |
S7 | xyz | V(b, e, f) |
S8 | x2z |
Note: V3d = V(m − n − r + u, et − ew − fs + fv, d, bt − bw − cs + cv, bf − ce)
Among the 16 segments, four segments, S3a, S3b, S3c, and S3d, lead to 3-UPU PMs that can undergo 1-DOF finite rotation (S3a) or 1-DOF infinitesimal rotation (S3b, S3c, and S3d) in addition to 3-DOF translation. In a type S3a 3-UPU PM, the axes of all the R joints on the moving platform (or the base) are parallel. Such a PM is in fact a 4-DOF 3T1R PM [20–22]. In a type S3b, S3c or S3d 3-UPU PM, one pair of legs meet the following conditions: (1) the axes of the R joints on the moving platform (or the base) are parallel and (2) the distance between the axes of the R joints on the moving platform is equal to that between the axes of the R joints on the base. Figure 3 shows the CAD model of a type S3b 3-UPU PM. In this 3-UPU PM, legs 1 and 2 meet the above conditions. Using Eq. (8), we can find that the constraint couples imposed on the moving platform by legs 1 and 2 are along the same direction (j × (j × OP)). The total constraints imposed on the moving platform by all the legs include two independent constraint couples, including one by leg 3 and one by legs 1 and 2. In addition to 3-DOF spatial translation, the moving platform can also undergo an infinitesimal rotation about a line perpendicular to the directions of the above two independent constraint couples in a general configuration. Such mechanisms are also called parallel mechanisms with mixed instantaneous and full-cycle mobility [23] or shaky mechanisms [24]. Unlike most shaky mechanisms in the literature (see, for instance, Refs. [23–25]), the 1-DOF infinitesimal rotation of the above PM could not be eliminated by locking one of its joints. The potential application of this PM in assembly where compliance is required deserves further investigation.

A Type S3b 3-UPU PM that the moving platform undergoes 3-DOF (finite) translation and 1-DOF infinitesimal rotation
Discarding these four segments and putting these four segment numbers into brackets in Table 2, the parameter space of the 3-UPU TPM is divided into 12 segments. Therefore, the 3-UPU TPM can be classified into 12 types (Table 2): S1, S2a, S2b, S4a, S4b, S4c, S4d, S5a, S5b, S6, S7, and S8.
From Table 2, the geometric characteristics of the 12 types of 3-UPU TPMs can be revealed as follows.
In a Type S2a, S2b, S4a, S4b, S4c, S4d, or S6 3-UPU TPM, the axes of two R joints on the base are parallel. The total degree of lpp in x, y, and z for these eight types of 3-UPU TPM is 2. Therefore, the constraint singularity loci of these 3-UPU TPMs are of degree 2.
In a Type S5a 3-UPU TPM, the joint axes of all the three R joints on the base are parallel to one plane. The constraint singularity loci of these 3-UPU TPMs are of degree 3 with a lpp of xy2.
In a Type S7 3-UPU TPM, the joint axes of all the three R joints on the base are perpendicular to each other. The constraint singularity loci of these 3-UPU TPMs are of degree 3 with a lpp of xyz.
In a Type S5b or S8 3-UPU TPM, the joint axes of two R joints on the base are perpendicular to each other. The constraint singularity loci of these 3-UPU TPMs are of degree 3 with a lpp of xy2 for Type S5b or a lpp of x2z for Type S8.
In a Type S1 3-UPU TPM, the joint axes of any two R joints on the base are neither perpendicular nor parallel to each other, and the joint axes of all the three R joints on the base are not parallel to one plane. The constraint singularity locus of the Type S1 3-UPU TPM is of degree 3 with a lpp of x2y.
It is noted that the 3-UPU TPM with planar base and platform and a pair of R joints with parallel axes [5] falls in Type S2a or S6. The 3-UPU TPMs with skewed base and platform and a pair of R joints with parallel axes [6,7] are special cases of Type S4a, S4b, S4c, or S4d. The Tsai TPM [2], SNU TPM [11,12], and a general 3-UPU TPM with planar base and platform [5] fall in Type S5a. The reconfigurable 3-UPU PM in its 3-DOF translation mode [8] is a specific case of Type S7. The 3-UPU TPM with skewed based and platform [7], in which the axes of two R joints are coplanar and the axis of the third R joint is perpendicular to the plane defined by the axes of the first two R joints, is a special case of Type S5b or S8. A general 3-UPU TPM with skewed base and platform (see [9] for instance), which has not been well defined before, can be defined as a Type S1 UPU TPM.
6 Operation Mode Analysis of a Novel 3-UPU Translational Parallel Mechanism
In this section, we will analyze all the operation modes of a novel 3-UPU TPM, which is a general case of Type S7 3-UPU TPM, to reveal its characteristics.
6.1 Description of a Novel 3-UPU Translational Parallel Mechanism.
The link parameters of a novel Type S7 3-UPU TPM (Fig. 4) are: b = 0, c = 1, d = 1, e = 0, f = 0, m = 1, r = 1, s = 1, t = 1, n = 2, u = 2, v = 2, w = 2. In this 3-UPU TPM, the joint axes of the R joints on the base are along the Y-, Z-, and X-axes, respectively. Unlike the 3-UPU TPM in Ref. [8], the joint axes of the R joints on the base do not intersect with each other.
From its constraint singularity locus (Fig. 5), we can observe that the workspace of this novel TPM is divided into two constraint singularity-free regions, while for most existing 3-UPU TPMs, the workspace is divided into four or more constraint singularity-free regions [5–9].
6.2 Constraint Equations.
Using the primary decomposition of ideals, one can calculate the positive dimensional solutions to polynomial constraint equations of a PM. Each positive solution is associated with one operation mode of the PM [8,12,19,26]. For this 3-UPU TPM, five operation modes (Table 3) can be obtained.
In each operation mode, the DOF of 3-UPU TPM can be readily obtained by calculating the difference between the number of variables (x, y, z, e0, e1, e2, and e3) and the number of independent constraint equations including Eq. (15). For example, the DOF in the operation mode associate with the first four operation modes is 3 (= 7 − 4). One can also obtain the DOF of the 3-UPU TPM in operation mode V which has a set of complicated constraint equations by calculating the Hilbert dimension of the ideal associated with the constraint equations using a computer algebra system. Using the kinematic interpretation of 15 cases of Euler parameter quaternions [8], the motion characteristics of the moving platform of the PM in the first four operation modes can be readily obtained. For example, the motion of the moving platform in operation mode IV is a 3-DOF translation mode (Fig. 6(a)).
Considering that the reference configuration of the 3-UPU TPM is in operation mode IV, we mainly care about the transition configurations between operation modes IV and the remaining four operation modes in this paper. Solving the set of equation composed of equations associated with operation modes IV and V, we obtain the same equation as Eq. (10), which is the equation of constraint singularities of the 3-UPU TPM. This means that the transition configurations between operation modes IV and V are the constraint singular configurations of the 3-UPU TPM. From Eq. (15), one obtains that e0, e1, e2, and e3 cannot vanish at the same time. Therefore, there is no common configuration between operation mode IV and any of operation modes I to III, and the 3-UPU TPM cannot transit from operation mode IV to any of operation modes I to III directly.
7 Conclusions
The 3-UPU TPM has been classified into 12 types based on the singularity loci using the Gröbner cover. The analysis of a novel 3-UPU TPM has shown that besides the 3-DOF translational operation modes, the 3-UPU TPM may have a 3-DOF general operation mode. Unlike most existing 3-UPU TPMs for which the workspace is divided into four or more constraint singularity-free regions, the workspace of this 3-UPU TPM is divided into two constraint singularity-free regions.
This work is a step forward in the design of the 3-UPU TPMs and classification of 3-UPU PMs. The 3-UPU PM that the moving platform can undergo 3-DOF translation and 1-DOF infinitesimal rotation in a general configuration and its potential application in assembly also deserve further investigation.
Footnote
The remaining coefficients not given here are functions of link parameters b, c, d, e, f, m, r, s, t, n, u, v, and w.
Acknowledgment
The author would like to thank the Engineering and Physical Sciences Research Council (EPSRC), United Kingdom, for the support (Grant No. EP/T024844/1). For the purpose of open access, the author has applied a Creative Commons Attribution (CC BY) licence (where permitted by UKRI, “Open Government Licence” or “Creative Commons Attribution No-derivatives (CC BY-ND) licence” may be stated instead) to any Author Accepted Manuscript version arising.
Conflict of Interest
There are no conflicts of interest.
Data Availability Statement
The authors attest that all data for this study are included in the paper.