characteristics of candidate reaction wheel configurations

58

Upload: others

Post on 09-Dec-2021

1 views

Category:

Documents


0 download

TRANSCRIPT

Characteristics of Candidate Reaction Wheel Configurationsfor Satellite Attitude Control

1) Introduction

Attitude control of most existing satellites is performed through groups ofreaction wheels, which exchange momentum and produce torque about fixed rotoraxes. When the wheels are mounted in simple arrangements (ie. three identicalwheels oriented along mutually orthogonal axes), the resulting momentum and tor-que envelopes, which determine the maximum actuator authority that can be pro-jected in a given direction, are straightforward to visualize (this case will result in acube-shaped envelope, since each wheel independently spans a single coordinate).When more complicated reaction wheel configurations are considered, however, theconsequent envelope shape becomes a correspondingly more complex polyhedron,which can indeed be quite difficult to directly visualize. Geometric arguments mightbe applied to divine the critical characteristics of particular wheel ensembles; suchtechniques can be readily exploited for symmetric mounting protocols. When theconfigurational symmetry is broken after degradation or failure of at least one mem-ber wheel, however, the envelope also looses symmetry, and its determination canbecome more difficult.

This report describes a straightforward means of structuring the envelope calcu-lation as a linear programming problem. This formulation is completely tolerant ofvariations in configuration design. Wheels can be added, failed, degraded, etc. inany manner, orientation, or quantity; the linear program does not require any mount-ing symmetry (although it does generally assume the configuration to span thedimensions of the control space).

Because the authorities and limits of each wheel are considered independently,envelopes can be calculated for configurations that blend wheels of different specifi-cation. The ability to arbitrarily specify different lower and upper bounds on actua-tor authority can even enable incorporation of a reaction wheel which is able todeliver more torque (or momentum) in one direction (ie. "+") than the other (ie. "-");

this option may be useful in describing unique failure modes.

2

In addition to defining reaction wheel configurations which can project sufficent

authority along controlled axes, other considerations (such as power requirements,weight, volume, and cost) can impact determination of an optimal wheel arrange-ment. The power requirement is the only additional item in this list that is

addressed here; alternative mounting protocols will be proposed based on theirpower and control advantages, the ultimate selection of which depends upon sizing,mass, and financial considerations. Granted, one might be able to compose a mul-ti-dimensional optimization to find the best wheel setup considering the simultane-ous effect of all relevant factors; such an effort, however, is well beyond the scope

of this report.

2) Envelope Calculation

Since a reaction wheel projects momentum and produces torque about thesame fixed axis, both torque and momentum envelopes may be produced throughapplication of the same technique. The equations presented in this section will becast in momentum (h) space, and later generalized to torque (T) coordinates.

Calculation of the momentum envelope may be interpreted as solving for themaximum momentum projection possible along a given direction (), subject to the

Aconstraint that the momentum components orthogonal to r are zero. Quantitatively:

N

a) Maximize: hi ri=1

(1) Nb) Subject to: ^ x r

i=1

c) Limited by: I hi I hmax

Where...

N = # Reaction wheels consideredhi = Rotor momentum of wheel #i

hmax = Peak rotor rate

A hat "A" denotes a unit vector.

An underscore "_" denotes a vector of full magnitude.

3

I

Equation (1) is a linear programming problem set up to solve for the momentumA A A A

envelope. Cost coefficents are hi .r, activity vectors are hi x r, and the decisionvariables are the signed magnitudes of rotor momenta, hi.

Although the equality constraint (lb) is expressed in terms of three-componentvectors, it is only a two-dimensional relation, since it merely states that the total

Asystem momentum in the plane orthogonal to r is zero. The redundant degree offreedom may be removed by expressing constraint (b) in the plane perpendicularto r . Equation (1) becomes:

N

a) Maximize: (a ij r )h i

b) Subject to: Z ha), = i=1

c) Limited by: -hmin. < hi hmaxi

Where...

Aa, = Unit vector in direction of rotor axis #i

(A) Cto A to A(ai)A = Vector a projected into plane orthogonal to rhi = Signed magnitude of rotor angular momenta

-hmini, hmaxi = + bounds on rotor momenta

The above relationship is a 2-dimensional linear programming problem which issolved directly to yield the rotor momenta hi that project the ensemble momentum

A Amaximally along direction r (termed hiIA). By solving this relation for a set of rspherically distributed in all directions, a momentum envelope is generated:

N

(3) henv 1J = (hble) aii=1

Note: The magnitude of henv is also the objective evaluationof the optimal solution to Eq. (2).

4

By replacing all momentum-related (h) quantities in Eqs. (2) and (3) with torqueparameters (T), the torque envelope may be calculated by an identical process. Theonly physical constants that actually would require change are the bounds in Eq.(2c). If all wheels are identical, with ,,in, and r,,, identically proportional to hm,, and

h,,x, the momentum envelope may be re-scaled to form the torque envelope; arepeat of the linear programming procedure is unnecessary.

As indicated earlier, the bounds in Eq. (2c) may be specified differently for eachreaction wheel, and hmi,li, is not required to equal h,,,. This option allows consider-

able flexibility in mixing wheels with different hardware characteristics, and may beused to examine attitude control capability under unusual failure modes.

The routine "DLPRS" from the IMSL math library [1] was used to solve Eq. (2).The current release of this software, however, seems to encounter occasional diffi-culty in obtaining an accurate solution. In the cases examined, DLPRS seemed toarrive at the correct optimal solution approximately 98% of the time. Occasionally,however, it produced results which violated the equality constraint (2b) and/or deci-sion variable bounds (2c). These points were easily filtered out by checking theDLPRS solution against the constraints; if a signi'icant violation was found, the signsof an activity vector, its cost coefficent, and its decision variable were reversed, andthe DLPRS call was repeated. This second try generally allieviated the constraintviolation; if not, another activity vector was chosen for negation, and the processwas repeated.

The IMSL software also experienced an occasional problem in starting the line-ar programming simplex procedure; it occasionally would abort, claiming that theconstraints (2b,2c) were "infeasable", when this obviously was not the case. Thisseemed to be due to an occasional inability to account for the bipolar nature of thedecision variables (ie. thay are allowed to go both positive and negative in this cal-culation). Whenever this condition was detected, an activity vector and its associ-ated quantities were negated (as discussed above), and the DLPRS call wasrepeated. The new attempt generally avoided the difficulty and started simplexwithout further problem.

3) Graphic Portrayl

Applying the results of Section 2 will yield a map of maximum projectablemomentum (he,,) as a function of spherical coordinates and p (ie. r), defining a3-dimensional polyhedron as indicated in Section 1. The simplest means of qualita-

5

III

tively evaluating characteristics of this envelope is to render it in a series of 3Dviews. Unfortunately, pre-packaged software to draw 3D solids as a function of and p do not seem to currently exist in usable form at CSDL, so a simple solid-drawing routine was written expressly for this purpose. This section includes aquick description of the techniques used; more detail may be found in [2].

The methods introduced in Section 2 yield a table of values h,(e, 0), or alterna-tively, h,,,(r). These points must first be rotated and translated to account for theviewing position. The observer is assumed to be located at position v and is look-ing into the origin. Vector v is broken into polar and azimuthal rotations ( y, ¢pv )and distance (d= Iv ); all points h,,, must be transformed accordingly:

(4) h' ev = Zd - R( - v) Rz( - )v) henv

Where...

R = Rotation about x-axisI Z = Rotation about z-axiszd = Vector distance to eye coordinates; ie. [ O,O,d ]

The above rotations map the z-axis into the viewing direction v ; the viewingtranslation is then achieved by adding z ,, which now possesses only a z-compo-nent. The envelope may then be mapped into a 2-dimensional perspective projec-tion (thereby producing "screen" coordinates) by inversely scaling the x and ycomponents by their associated z value:

(henv)x() - (h'env)x

(5) (hy (h'env)y~(hen~ (h'env)z

In all examples presented here, the points h are calculated over a uniform(8, p) spherical "web" (8 runs 0 -, 7 in 80 steps, P runs 0 - 2n' in 80 steps). Vec-tors are drawn between each point h,,, and its nearest neighbor (displacing 8 or pby one increment). Hidden line elimination is accomplished by testing the dot prod-uct between the outward normal to the envelope surface at the point being viewed

6

and the vector to this point from the viewing location. If the projection is positive,the line is assumed to be hidden, and is not drawn. Quantitatively:

To test line between h'env(eo, 0) and h'env(&o + A, o0):

(6) Define: N = [ h'env(eo + A, 0) - h'env(eo, Po)] x [ h'env(o, Po + A) - h'env(eo, po)]y = J th'env(0o, 0)

If and only if y < O, draw line.

Note that this simplified hidden-line procedure may be successfully applied herebecause the envelope polyhedra for reaction wheel systems are always convex.This approach won't be able to detect all hidden surfaces in a more complex object;ie. the momentum envelope for a single-gimballed CMG system (which is puncturedby funnel-shaped cavities).

In addition to the 3D perspective views, 2D projections onto the coordinateplanes (xz, yz, and xy) are also drawn. These plots are presented in absolute coor-dinates (ie. ft-lb & ft-lb-sec), thus can be used for quantitative comparison withrequirements. No "web" lines are drawn in these figures; only projections (notincluding any perspective effect) of the envelope points (h',,) are plotted, producing

2D "shadows" of the 3D solid.

4) Comparison With Mission Objectives

In order to maintain vehicle attitude control, the torque and momentum envel-opes of candidate wheel configurations must contain the maximum respective tor-ques and momenta expected to be required during satellite operation. For thesatellite considered in the examples presented in this report, the maximum objec-tives were assumed to form cylinders in both torque and momentum space. Themaximum torque requirements were assumed to run + 1.5 ft-lb in azimuth (z) and+ 1.5 ft-lb in elevation (xy plane). This describes a cylinder of height 3 ft-lb (cen-tered on the z-axis and bisected by the xy plane), with radius 1.5 ft-lb (in xy). Thesetorque requirements are somewhat large for a spacecraft controlled via reactionwheels; they arise primarily from the need to stabilize the vehicle during the rapidslew of an onboard antenna (this estimate arises primarily from the need to slew theantenna by 150 in azimuth and 5 in elevation within 17.5 sec.; the 1.5 ft-lb result wascalculated by scaling previous simulation data [3] to this expanded slew time).

7

III

The momentum requirements range 0 to + 100 ft-lb-sec in azimuth (z) and 15ft-lb-sec in elevation (xy plane), defining another cylinder centered on the z-axis, butextending only to positive z (height = 100 ft-lb-sec), with radius 15 ft-lb-sec. Thelarge azimuth momentum storage is needed to offset the momentum of the rotatingantenna (plus a small margin for environmental torque buildup); the total momentumof the spacecraft-plus-wheels system will then always be close to zero, and Eulerprecession torques (assuming an Earth-fixed attitude) will be negligible. The orthog-onal + 15 ft-lb-sec elevation requirement is due to integration of assumed environ-ment torques (which are expected to be quite small for this vehicle), together withsome allowance for the peak momentum required in this plane while slewing theantenna and/or vehicle.

The spacecraft could by momentum-biased in azimuth, allowing the wheels toArange + 50 ft-lb-sec along z (rather than 0 to 100 ft-lb-sec). This will always result in

an uncancelled 50 ft-lb-sec system momentum, and since the azimuth axis willrotate inertially in an Earth-fixed orientation, this excess momentum must corre-spondingly counter-rotate in spacecraft coordinates to prevent vehicle precession.This situation defines a considerably different momentum requirement, which canno longer be represented by the cylinder discus.ed above; the surface of maximumneeded momentum will now essertially define a sphere of radius 50 ft-lb-sec (plus asmall margin for integration of environmental and slewing torques). This case is notconsidered in the examples presented in this report; all investigations refer to the100 ft-lb-sec cylinder, which, · because of its associated zero net system momentum,is less demanding of the onboard attitude control system and easier to implement.The momentum-biased approach, however, could be considered for operation undera failure mode that prevents the full 100 ft-lb-sec from being achieved in azimuth.

The appropriate constraint cylinders are plotted over the momentum and torqueenvelopes in the projection plots presented in this report (the cylinders project intorectangles or squares on the xz and yz planes; they project into circles on the xyplane). The regions internal to the cylinder which are not inside the envelope aredarkened, allowing one to rapidly ascertain areas in operational momentum or tor-que space where available vehicle control authority will be inadequate and/or satu-rated. Since these are projection plots, merely noting the constraint areas lyingoutside of the envelope "shadow" is inadequate; the algorithm which darkens theuncontrolled regions compares the envelope and constraint in three dimensions,thus projects these zones to their full extent.

The ratio of uncontrolled constraint volume (cylinder volume lying outside theenvelope) to total constraint volume (complete cylinder volume) is also listed with

8

the projection plots to provide a quantitative estimate of performance for the wheelconfiguration under examination. These volumes are integrated in uniform spheri-cal coordinates as the envelope is being calculated, as described below for momen-tum (and analogously for torque):

Define: out (, P) = 0 If henv,(, p) > h(, )

eout (8, (p) = hc(e, () - henv(8, P) If henv(e, /) < hc(8, p)

[Where hc(e, p)M Distance from origin to constraint cylinder at 8, c]

(7) Z t2out (8, p) sin

Ratio total = ,hc(O, cp) sin e

e,p

5) Estimating Power Requirements

The power consumed by a single reaction wheel of the type considered heremay be described by [4]:

IP = K112 + (K2 + K3w, )i + K4

Where...(8) Ii = Current consumed by wheel #i (ie. aTi)

Tji =Torque applied by wheel #iw i = Rate of wheel #i

The constants in Eq. (8) are defined [5] below:

a = 14.8 Amp/ft - lbsK1 = 0.15 n

(9) K2 = 2.26 VoltsK3 = 0.00958 Watts/Amp - RPM

K4 = 15 Watts

9

III

Because power is an increasing function of T1, maximum power will be encount-ered at points on the torque constraint cylinder (which represent peak require-ments). In the examples presented here, it is also assumed that the peak azimuthmomentum requirement of 100 ft-lb-sec has been absorbed by the reaction wheelsystem (ie. the antenna is rotating at its maximum fixed rate); this increases thepower consumption due to the linear wi term in Eq. (8).

In order to calculate total system power needed for peak projections in alldirections, the spacecraft torque request must be distributed amoung all reactionwheels in the configuration. Each power contribution (Pi) must then be calculatedvia Eqs. (8) and (9), and summed. Ideally, one would want to use a minimum-powerdistribution policy in this calculation. Since, in the torque region of interest here(under 1.5 ft-lb), the linear K2 and K3 terms dominate in Eq. (8), linear programmingcould potentially provide the ability to generate a nearly power-optimal solution. Inthis case, one would minimize the net current consumed by the wheel ensemble,suggesting an objective function formed from the sum of the absolute torque valuesfor each wheel. Incorporating an absolute value into the objective function used bythe IMSL routine DLPRS [1] would be somewhat difficult. Other extended linearprogramming packages (eg. [6]) provide this ab;lity, but are difficult to adapt to thistask due to other application-specific features.

As a comprimise, a pseudo-inverse procedure [7] was used to solve the torquedistribution problem. Since it minimizes the solution's 2-norm (sum of squared tor-ques), it does not directly calculate the "power-optimal" solution (which would comecloser to minimizing the sum of linear torque absolute values), although it shouldnonetheless generally achieve an acceptable low-power, near-optimal result.Because the pseudo-inverse is not able to directly account for bounds on decisionvariables (as is possible with linear programming), some solutions that push thewheel configuration near to its limit may produce individual wheel torques aboveallowed bounds. The power calculated in these cases, however, should not be toofar removed from the power derived using a properly bounded solution, thus thesevalues are retained.

Consumed power is calculated in this fashion at all sampled points on the tor-que constraint cylinder. These power values are then histogrammed (after havingtheir probability weighted by sin8 to account for the directional inhomogeneity of theuniform , P distribution), allowing determination of the maximum power, averagepower @ peak torque, and most probable power @ peak torque (the latter twoquantities assume that all points on the torque constraint cylinder can be com-manded with equal probability).

10

6) Applications and Results

This section presents a performance analysis of several proposed reactionwheel configurations. Results are obtained by applying the techniques and criteriadescribed in this report to the mission constraints proposed in Section 4. The 3Denvelope renderings are presented only for qualitative consideration, thus are notscaled in absolute units (the accompanying axes are unlabeled). The torque andmomentum projection plots, however, are respectively scaled in ft-lb and ft-lb-sec(as labeled), thus may be used to quantitatively ascertain the extent of availablecontrol authority. Because all wheels are assumed to be identical (with maximumtorque and momentum limits symmetric about zero) and no wheels are consideredto be running at rate limits, the shapes of all torque envelopes will be identical tothose of their corresponding momentum envelopes. Accordingly, only one set of 3Denvelope drawings need be presented per configuration; the pictures apply in bothtorque and momentum space under these conditions.

Two 3D views are generated for each configuration; one as seen from an"oblique" position suspended in the first quadrant at equal angles, and the otheragain in the first quadrant, but located slightly above-left of the x-axis (the x-axislength is extended in this view to enable it to be seen emerging from the envelope).All views look directly into the origin.

Wheel momenta are assumed to range from 40 to 65 ft-lb-sec, and wheel tor-ques are assumed to run 1.2 to 1.6 ft-lb; specific values are listed on the relevantfigures.

The first set of examples investigates a configuration proposed in [8], whichconsists of four wheels mounted with axes along the diagonals of a symmetric pyra-mid inclined at 380 to the elevation plane, plus one wheel mounted directly alongthe azimuth axis (see Fig. 1). 3D views of the envelope shape are drawn in Fig. 2;one sees that an elongated "crystalline" dodecahedron is produced. As indicatedearlier, this polyhedral shape is characteristic of reaction wheel envelopes. It isgenerally produced by solutions which contain all wheels except two at maximumlimits; these remaining two are operated at intermediate values in order to achievethe desired equality constraint, and thereby "span" a planar face of the polyhedron.

The momentum projections (assuming 50 ft-lb-sec wheels) are given in Fig. 3.The envelope is seen to amply enclose the constraint cylinder; no saturated regionsare evident. The torque projections (assuming 1.3 ft-lb per wheel) are given in Fig.

11

III

4; again we see that the torque objectives are completely enclosed in all views,leaving no uncontrolled regions.

The next example assumes the same mounting configuration, but "fails" the azi-muthal wheel (ie. it is fixed at zero momentum and zero torque). Fig. 5 shows the3D envelope views; again we see a dodecahedron, yet it is no longer extendedalong the azimuth axis due to failure of the azimuthal wheel. Momentum and torqueprojections (still assuming 50 ft-lb-sec and 1.3 ft-lb per wheel) are shown in Figs. 6and 7, where it is seen that the envelope retains the ability to contain the controlrequirements (although it is a close fit at the azimuthal extremes of the constraintcylinder), indicating that the azimuthal wheel is fully redundant.

The following example also assumes an identical wheel definition. In this case,A A

however, a pyramid wheel is failed (the wheel pointing between the -- x and -y

axes is chosen). The 3D envelope views (Fig. 8) again depict a polyhedral structure,however much of the symmetry has been destroyed, and the surface appears to beskewed more-or-less in a direction orthogonal to the axis of the failed wheel. Theeffect is obvious in the momentum and torque projection plots (Figs. 9 & 10), wherethe skewness and loss of symmetry are readily apparent. The envelopes are defi-nitely seen to have shrunk significantly when compared to the no-failure case (Figs.2 -, 4), and the lack of symmetry has twisted and reduced the remaining volumesufficiently to prevent much of the desired control objective from being enclosed.The loss of configurational symmetry can deal a significant blow to the utility of theresulting envelopes; compare this result to that of the previous example, which losta wheel while staying symmetric, thereby retaining full control. The ability of anasymetric wheel configuration to project its momentum into arbitrary directions isseverely curtailed, as will be elaborated upon in other examples.

From Figs. 9 & 10, it is seen that very little momentum objective volume is unre-alizable (due to the surviving azimuthal wheel), but approximately 12% of the opera-tional torque volume will be unreachable, which may indeed impact missionscheduling (locations of control loss are evident from the shaded areas inside theconstraint cylinder projections).

In order to reduce the volume of the uncontrolled regions in the single-failurecase and reduce the peak torques required from the reaction wheels (1.3 ft-lb isapproximately a factor of two over the maximum output of the largest operatingwheel [used in Space Telescope]), other mounting configurations were investi-gated. Because the azimuth wheel was seen to be completely redundant in the pre-vious configuration, it was incorporated into a symmetric 5-wheel pyramid, which is

12

examined in the following series of tests. Since an inclination angle of 420 was

found to yield best constraint coverage in the 1-failure case (420 was also found to

require least power in the fully-operational configuration), it was chosen as standardfor all 5-wheel pyramid examples, as depicted in Fig. 11.

Fig. 12 shows the 3D envelope for this configuration with all wheels operational.Again we see a polyhedron, however more faces are present, due to the increasedcomplexity of the mounting arrangement. From the projection plots in Figs. 13 & 14,we see that the constraint cylinder is entirely contained within the envelope in bothmomentum (40 ft-lb-sec/wheel) and torque (1.2 ft-lb/wheel).

Fig. 15 shows the 3D envelope for the 5-pyramid with one wheel failed (again,A

the wheel inclined closest to the -x direction is removed). As expected, we see asmaller, asymmetric polyhedron, which has developed a skew away from the azi-muth (z) axis. The consequences of these effects are evident in the momentumprojection plot given in Fig. 16. The peak momentum allocated per wheel isassumed identical to the 40 ft-lb-sec used in the previous test, however we now seethat 29% of the momentum constraint volume lies outside the envelope (as indi-cated by the dark region drawn inside the cylinder). Increasing the wheel momentato 60 ft-lb-sec causes the envelope to grow somewhat (Fig. 17), leaving only approx-imately 2% of the momentum constraint unreachable. The momentum allocationwas raised to 65 ft-lb-sec in Fig. 18, where we now see the constraint fully coveredby the momentum envelope.

Fig. 19 shows the torque projection plots for this configuration; a maximum of1.2 ft-lb per wheel is assumed, as was shown to be adequate in the no-failure case(Fig. 14). The situation is considerably different here; 4.6% of the torque constraintvolume is now unreachable. This is significantly better than the 12% of outside vol-ume encountered when a pyramid wheel was failed in the analogous 4-pyramid plus1-azimuth case @ 1.3 ft-lb/wheel (Fig. 10); the symmetry of the 5-pyramid configura-tion has resulted in superior tolerance to a single pyramid wheel failure.

As seen in the Fig. 19, the saturated locations are on opposite upper and lowerextremes of the constraint cylinder. Increasing the wheel torque capability to 1.5ft-lb (Fig. 20) lowers the unreachable volume to 0.4%; the opposite cylinder cornersstill protrude slightly from the envelope boundry. If the wheels are each able to tor-que up to 1.6 ft-lb, the unreachable corner region shrinks to 0.07% of the total con-straint volume, as seen in Fig. 21.

13

III

Since the maximum torque per wheel of 1.6 ft-lb required in the previous exam-ple to span the entire operational constraint (with one wheel failed) remains signif-icantly above the latest off-the-shelf capability, a symmetric 6-wheel pyramidconfiguration (Fig. 22) was examined. An inclination of 380 to the elevation planewas found to provide optimum envelope coverage with one wheel failure, along withminimum full-up power dissipation. Fig. 23 shows the 3D envelope with all wheelsoperational; the polyhedron is quite similar to the 5-pyramid case (Fig. 12), howeveradditional faces appear due to the increased combinatoric possibilities created bythe added wheel. Envelope projections are shown in Figs. 24 & 25, where we seethat the momentum constraints (with 40 ft-lb-sec per wheel) and torque constraints(with 1.2 ft-lb per wheel) are amply satisfied.

The 3D views of the 6-pyramid envelope with one wheel failure (again, thewheel directed closest to - ) are presented in Fig. 26, where some skewness andlack of symmetry can be noted. Looking at the momentum projections (Fig. 27), aless distorted envelope is seen (when compared to the 5-pyramid with one failure),but insufficient capability exists with 40 ft-lb-sec per wheel to cover the top of theconstraint cylinder, leaving 5.4% saturated volume. Raising the peak wheel allo-cation up to 45 ft-lb-sec is sufficient to cover the entire cylinder volume in this case,as shown in Fig. 28. Torque projections are shown in Fig. 29, where it is noted thata peak wheel torque of 1.2 ft-lb is now sufficient to cover nearly the entire con-straint.

The above results show a definite advantage in controlling the 1-failure situationwith a 6-wheel pyramid; maximum required torques drop from 1.6 to 1.2 ft-lb perwheel, which is much closer to the specifications of existing devices. These exam-ples also indicate the role that configurational symmetry plays in specifying envel-ope coverage; the greater skewness and "distortion" of the 5-wheel/I-failedenvelope adversely affected constraint coverage at least as much as the generalshrinkage of the envelope resulting from the wheel loss. The symmetry is not quiteso strongly broken in the 6-wheel/i-failed case, thus the envelope is not so dis-torted, and its coverage is superior.

This point is illustrated further in the final two examples, which again use the6-pyramid configuration (Fig. 22), but now examine the effect of two simultaneouswheel failures. All plots assume each wheel to be capable of attaining 45 ft-lb-secmomentum and 1.2 ft-lb torque.

Fig. 30 shows the 3D envelope arising from the failure of two adjacent wheels.Considerable envelope shrinkage and distortion is noted. These effects cause 47%

14

of the momentum constraint to be missed (Fig. 31), and cut off-18.5% of the torque

constraint (Fig. 32).

Fig. 33 shows the 3D envelope resulting from the failure of two opposing

wheels. Although the envelope is truncated about two axes (ie. it begins to

approach a "lozenge" shape), it still retains considerable symmetry and remainsA

peaked in the azimuthal (z) direction. The superior constraint coverage of this

unskewed envelope is evident in the projection plots (Figs. 34 & 35). Although the

same number of wheels were failed as in the previous example, we now miss only

1% of the momentum constraint and 3.3% of the torque constraint. Indeed, the

higher envelope symmetry retained in this case provides a better fit to the con-

straint cylinder, resulting in projection of more control authority into the region of

desired objectives.

The move to a 6-wheel configuration immediately generates concern over

increased power requirements. Eqs. (8) and (9) indicate that the 6-wheel configura-

tion will dissipate an extra 15 Watts of quiescent power at zero torque. This

increase is not very significant. The evolution of required power with increasing tor-

que, however, is more difficult to ascertain. Sirce the added wheel will generally

decrease the torque and momentum load carried per device, the non-linear K, and

w-dependent K3 terms in Eq. (8) will act to lower the total configuration power

requirement. This gain may indeed offset the 15 Watt K4 contribution, and possibly

lead to even greater savings.

In order to derive quantitative power estimates, the techniques outlined in Sec-

tion 4 were applied to the 5- and 6-wheel pyramid configurations. The wheels were

assumed to have absorbed the peak 100 ft-lb-sec antenna momentum as discussed

in Section 4. Fig. 36 shows resultant data for the 6-pyramid @ 38 °. The upper plot

depicts the required total power as a function of the torque-request elevation angle

for a uniform sample of points on the constraint cylinder surface. Points on the tor-

que constraint cylinder represent maximum desired torque in any given direction,

thus these calculations model the maximum configuration power expected to be

expended during normal satellite operation. Since the envelope and constraint cyl-

inder shapes are essentially invarient under azimuth ( ) rotation, the only

expected angular dependance of peak power will be in elevation ( ), as plotted in

Fig. 38a. This figure shows two distinct peaks at 450 and 1350, corresponding to tor-

que commands oriented toward the constraint cylinder radius at its upper and lower

ends, thereby representing simultaneous application of maximum azimuth and ele-

vation torques ( 1.5 ft-lb per axis were used as commanded torque maxima

throughout this report). The power burnt in these peaks will approach 400 Watts.

15

III

The smallest required power occurs when torquing directly along the azimuth axis(at zero elevation); this value of approximately 325 Watts is also approached whentorquing in the elevation plane (ie. at 90° elevation).

In order to enable ready derivation of useful quantities, all data taken across theconstraint cylinder are histogrammed, as in Fig. 38b. The maximum histogram entryat 405 Watts arises from data taken in the twin peaks of Fig. 38a. The high-powertail of the distribution arises from lower portions of these peaks, the low7power tailcomes from samples taken near zero elevation, and the bulk of the distribution isdue to samples requesting torques at elevation angles around 90° or close to zero.By comparing calculated power demands from various wheel configurations, onecan ascertain which will prove problematic from the power standpoint.

The torque requests generated for this data were weighted to be uniform overspherical coordinates (as discussed in Section 4), entailing that torque commandsare equally probable in all directions. Mission requirements which impose a direc-tional bias can potentially move the most probable and mean values. Since all dataassume identical conditions, however, a comparison of these values is still valid.

Table 1 summarizes results for 5- and 6-wheel pyramid configurations. Lookingat the upper portion (all wheels operational), we see that the 6-wheel configurationrequires 20 Watts less power on average and at maximum. Indeed, the effects onEq. (8) that were mentioned earlier were more than able to cancel the added 15Watts from the extra wheel. A smaller gain (only 10 Watts) is seen in the most prob-able power; these points are generally at lower torque, however, hence don't see asmuch improvement through Eq. (8).

The lower portion of Table 1 summarizes the power parameters arising fromthese configurations with one wheel failed. Because of the higher momentum andtorque load per wheel, these values are considerably larger. The symmetryretained in the 6-pyramid/1-failure configuration (as well as the extra momentum &torque available from the additional wheel) has enabled it to beat the5-pyramid/1-failure configuration by 57 Watts on average, 185 Watts at maximum,and 30 Watts at most probable (the envelopes and power distribution loose ele-vation symmetry in this case, thus larger tails are created).

Because the pseudo-inverse is used to distribute torques in these calculations,no bounds are enforced on the output of each wheel, thus individual torques mayrise above saturation levels, potentially introducing a positive bias into these latterresults. The total momentum, however, is still assumed to be equally distributed

16

amoung surviving wheels in the failure case; since the configurational symmetry isnow broken, this will not apply in reality, causing the actual power dissipated underfailures to increase even further, and introducing a negative bias into these results.

7) Conclusions and Implications

This study has shown that graphical display of the envelope polyhedra can beuseful in determing reaction wheel configurations that fit pre-determined missionconstraints.

For the particular satellite under investigation, it was shown that all wheel con-figurations considered (4-pyramid plus 1-azimuth, 5-pyramid, and 6-pyramid) wereable to answer all mission constraints with minimal sizing (1.2 ft-lb of maximum tor-que per wheel and up to 40 ft-lb-sec momentum storage). Operating with one wheelfailed, however, presents a different picture. Although the 4-plus-1 configurationpossessed a completely redundant azimuth wheel (which could be failed with littleeffect), the failure of a pyramid wheel can substantially reduce needed torque mar-gin. The failure tolerance was seen to be somewhat better in the symmetric 5-py-ramid orientation, but a capability of achieving up to 1.6 ft-lb of torque and 65ft-lb-sec of momentum per wheel was needed to meet all mission requirements.The symmetric 6-wheel pyramid exhibited the best overall performance, with nearlyfull mission requirements retained after one failure, assuming peak capacities of 1.2ft-lb and 45 ft-lb-sec per wheel. The fully-operational 6-wheel configuration was alsoseen to require 20 Watts less peak power (averaged about all angles) than neededby the 5-wheel system. Data was presented indicating that this power margin wouldwiden additionally in favor of the 6-wheel setup when operating under a single-wheel failure. Optimum pyramid skew angles (which minimize power requirementand maximize envelope coverage of the torque constraint cylinder in the single fail-ure case) were found to be 420 for the 5-pyramid and 380 for the 6-pyramid.

The break in the configurational symmetry caused by wheel failures can skewand distort the shape of the momentum and torque envelopes, causing a substantialreduction in capability to fit a symmetric operational constraint (such as the torque& momentum cylinders considered in this report). This effect contributes to thesuperior performance displayed by the 6-wheel configuration under one failure; theperturbation to the envelope symmetry is not as severe as in the 5-wheel/1-failuresystem. This effect was directly demonstrated in examples assuming simultaneous2-wheel failures in the 6-wheel configuration. Under failure of 2 adjacent wheels,much of the objective space was uncontrollable (due to the large configurational

17

III

symmetry break and subsequent envelope skew), yet after failure of 2 opposingwheels, considerably more objective space could be achieved (since configurationalsymmetry is retained).

A few final comments should be made on the interpretation of the envelope stu-dies (ie. Figs. 1 -+ 35). In the momentum projections, the dark areas (which aredrawn over the constraint cylinder where it protrudes from the envelope) signifyregions of momentum saturation. If the vehicle state is in a saturated region, thesatellite will experience a steady-state rotation; since the vehicle can spend consid-erable time in these areas (ie. when storing the full antenna momentum), momen-tum saturation must be avoided, therefore the momentum envelope is required tocover the entire expected constraint. Since this doesn't push the state-of-the-art inreaction wheels (the worst case encountered needed 65 ft-lb-sec per wheel to coverthe momentum constraint with a single failure), it isn't considered to be a problem.

Tradeoffs, however, may prove more relevant when considering the torque situ-ation. The dark areas drawn over the constraint cylinder in the torque plots indicateregions of torque saturation. When using the wheel configuration to null antenna-in-duced torques (which were used to size the cyl;nder), an operation that places thevehicle state in a dark area will-cause the vehicle to move. The excess torqueencountered in this case will be essentially proportional to the distance of the dis-turbance torque from the torque envelope; ie. the distance which the desired torqueprotrudes into the dark area (which can be estimated from these plots). Since onlya modest fraction of the constraint cylinder corners are darkened in most of the one-failure cases examined, the residual torques after saturation will be small, yieldinglittle satellite motion. If this motion can be tolerated (again, it only occurs in a fail-ure case), operation in a saturated region may be allowable. Simulations of flexiblemode excitation and calculations of maximum vehicle displacement under typicalmaneuver scenerios should be first performed before accepting such strategies.

As indicated at the close of the previous section, however, peak power require-ments can rise substantially when operating with wheel failures. This could makesaturated operation of the wheel configuration undesirable; in this case, therequired torques may be reduced (causing the constraint cylinder to shrink), result-ing in longer maneuver durations (keeping the satellite steady) or increased satellitedisturbance.

To conclude the above discussion, operation of an under-driven reaction wheelarray (ie. a 5-pyramid with one failure and less than 1.5 ft-lb available per wheel)can either result in basebody motion and large power requirements, or force longer

18

· _____I�_____________�____

maneuver durations (ie. slower antenna slews). These effects may be digestable,but must be carefully considered in simulation and mission planning. The config-uration which best covers the entire torque requirement after one failure is the 6-py-ramid running 1.2 ft-lb wheels. This setup exhibits the lowest power requirement,best envelope coverage and power response after one failure, and pushes least onexisting reaction wheel technology. A summary of envelope coverage for all wheelconfigurations examined in this report is given in Table 2.

LIST OF REFERENCES

1. "DLPRS Routine", IMSL MathChapter 8, pg. 888, April 1987.

Library User's Manual Version 1.0, Volume 3,

2. Newman, R.M. Sproull, R.F.,McGraw-Hill Computer Science

Principles of

Series, 1973.Interactive Computer Graphics,

3. Fallek, Scott, "Platform Study Status", Presentation given at McDonnell Douglas,Huntington Beach, CA., Aug. 21, 1987.

4. A Trade of Momentum Control Concepts for the Naval Research Laboratory,Honeywell Inc., Sperry Space Systems Division, Glendale, AZ, June 25, 1987.

5. Dixon, Wayne, Honeywell Inc., Sperry Space Systems Division, Glendale, AZ,personal communication, Sept., 1987.

6. Paradiso, Joseph A., "A Highly Adaptable Steering/Selection Procedure forCombined CMG/RCS Spacecraft Control", Detailed Report, CSDL-R-1835, March,1986.

7. "LSGRR Routine", IMSL Math Library User's Manual Version

Chapter 1, pg. 286, April 1987.

8. Levenson, Marv, Spacecraft ACS Actuators, Presentation givenSummer of 1987.

1.0, Volume 1,

at NRL during

19

III

FIGURESAND

TABLES

20

tI

z (azimuth axis)

A (elevation plane) AY x

FIGURE 1: 4-Pyramid + 1-Azimuth Configuration

21

4.................

iI

X

AL

Cz

LL-

0co00

0C

E

I

--

E0L114

I.

ELLr -

4 -

a ...................

LI1

CE©D

LryD0L 1i

22

w

I, " ' ' '''.......:....... .. .. . ... . ..... ...

/" ·:.: .... :.... ..:: .. ,' -.::.: ., .·.. .'··......... . .. ·., "...'.....-._'.......... ............. . ....... .................

',~:.,i : ....... ::.....i. ............::,:., ,!.. ,,;·, ............

\, .I'.",... . ................ ...."..'" ." '."J'., . ,. , ..... :... ... ·::....:.: ::::/

'., .,:.................................... ....... /.; ............................................ o

"., ...L"1'..........."..,

o'T00 noz

OOOI -

Q)

1)0

U)011

/" . . .. . . . .. .... ... . .. . ........... . .. .. ...

... ./, .. ... .. .. .... ......... ...... . .)~

"x : 1. ..:::: :: . . ::::: ...... /1.,' ' ' : ' : ::::: - .. i,

0'00l 0

z0'001-

z

t--

[L

O_

In

9

.-D

Ir

U UU-

_Oe

-O

C

CC

zZ

C-)

o11

LE1

9C:)0

9CD

E2

C3E!

L

C

CF

cn3

CZ

En

o' oa

000

oc0O

I

Q)

.IL3

N

ENI

o

0' ooz-

QI,)I

-

Q)

0

0c:LLJEzQ)E0

C)-C0

9E

o

o

O

Co

CL

aL0o

9

-C2

O. ooZ

LLJw)

'00 Z-

23

! . [ ..

III

'' i i i i ix

rz

U U U UUL-

: ' . .. . ... . ....-

/. . . ... ... ... .. .. ...

..'. . ........... ... '. . . ''/. .. .. .. ........ ...,..\

~. :. : . .. .. :. -.. '* }E'ji',',".. ...........

' . .... ... .·: ··- ······:i~¥ ':~!··!! , · · ·-... ;?..·..... .............S.,, ,, ,,,,,,, ,, ' .'.~~~~i~ ,

.

' ............

SS S £ S'I S-'- S'Z-

z

U)

(-

Q

-

I I

S' -

./ ... .. . '..... .. ... . .

,, ......... ..... ... . ,

l" ':: - ' -.,-' "' .

...... ./.. ...... .... .. ..

S-S S£ S- I S-U0-z

S"Z- S"I-

z

a_C-..Q

In5tn

Ct

CD

> i

NJ

Un

-I

-I

a

00a

L1L_a

E-o

r-nCY

z

(_

-0-1I

q)

0

0Q,LL-

a2

L)

11

+-3

E

0_I

L.1

Iz

CD

O_

Xrj

SI * -- I-S Z- S'-S. £ i 5. I 5.0-

U'II

LL0

In

S'9-

24

1 - i

== l - l - } - --�

_ · T · · _

�^-�--------·-�I-�-�-��

In

If!

t 1. i I :

In

t Lr)

tf

IOU)

-q

In

............................

I

N

4 -----..-- .---.............

XalI

X

cri

LJZ:

CL1

--!I

-I

Li

D

I,

E0Q

*FrC-

I--

O

c-

0

L

0_I*-

1,

-IL

[Li

CD

CD

4

25

III

A

) . . ........ a, / z , I ',.

z

CD!

or-4- F-4

C-)

E irLL

N >..el

U-*

0

r,C

o. LJ-~~0~

r-

E-4

icn

I

o oo0'00Z o' 0'0 0'001- 0'00o- 00 Z CD

V--1%1

Q)>o O

EL .0 c

CC-Q)

P :

-iz

Q) I .() (1) LiI C) LI

-o I C0I >

...->

· - .. ' :. -;

~~~~~~~~~~~~~~~~~~~~~~~~~. .

.':., .' ..- .- :, ::: '-- -- . ' -~~~~~~

LO Co

II r°C

N--. e I I~~~~~~~--~- - -- -~-- - -~- - - -

lr--~ 0-o 0'0at m'O oaooi- o'ooz-

+ 7 , - : , \

-o o

CE 3

xL- -0(I r -0

i ~,

//,' ........................ \

'2i000 ;: iV00 (3' ) x st., . .. .'-'.

~~~~~~~~~·-.~~~~~~~~~~~~~~~~~~~~~~ ~ _

'I'. :::::: I:

I__.~ __- ~L---1 -aaao 0,00t ma m o t- 00fl z-

z

LiLI1 DLI (If

I~~~~~~~L

C),

111.

o.

o

_ 112

,:

1--1

CR ~ ~ ~~~~~~~~~~~~~ . .........::.;.:i~~· . . ........ .::: ::'

............·

-0

I�-M1

a1) I_O-C

�Q) .1:

..... ......

....... . ......iI\ ' V e *b-yS

/+***

S-S s - S- I S"0- SZ- S -z

-C

I1..iI',,,,...II

Z

F-,COLiJ

rXa_X•

n

Ln

In

27

ZCD

c)QL0_

a

1w

oL

c

zCL

-IN,..

Q)a0Q)

Ljq)

0

Ir)ImLn

Q)c-*_C-:1

EN

I

0

o

CO

a)

OC

E

I

+

_0

EL.

zO

CDt2:a

Li

0•

0-~

Nx

S'£ SI 50O- S'Z- - 59-

r-'

I

· · I · I~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~l

III

Lnlt

I tf'

I iS'9-

Ln >

I

In

I n

1- I ----- I

tn

Z

NQ

4 .........................

.4 . .................................

Cf

I

CEG

LJ

(1)(1)C-

EL0

S..

0

10IC

0o

C_

EN

I

"0

CL

I

Li

TI

CDCD

.4

28

a

!--

zCD

I-

C-)L_

a,1N-

O' OSZ

Q)00q)c

LAJ

E0

Q)

00:z

....... ........... ..... .;;.. .;. .... .. ..........;......

" ·Ii ·7 7. 7 ~-i. ::::. .::.:.::.:::::.

OIOS

0

IQ)I

O*OSZ O*'OS1

O'OS O'OS-

z

a

a,Q)

I-W

I

0

II

c-

IO'OS

z

O'OS -

z

C)

Lli0O

O051-O'oS-

o

Ln

-o

-Ln

-o-Cn

!2_o

9O._Ln

O'OSz-

_ cd

oO'OS1 005 O'OS--

-

o

U,(

C)

Lo

O'OsZ-

-

Co

orl

CD

,1

LJ

o

zcncm

zCDaa

a)c-

"Q

E0L.

CoI_

.

-4-.O

E

+ -

EL00I--F

.n17

o

-o

eno-o

enI

_ e

z

C-)11

CDQf

Xa

a

a

0N

O'OSI- O'OSZ-

29

III

III

-

i ·�·:6:·:, ·.:�

·

-

... ....."''~~~~~~~~~~....... ....

.... .... ....

oo

L99~i L99ti L99O £ 9t - fxz;-E-z

a

r-

T

I

2o

-

oC

LiCD

tD-to

tO

-to

O0

-(D

tn_m.1

£££9' 5-

(n

L99£ L99£ 0 ££t' - £ ££9'£-

-rt

(att"I

I

"oCD

-19

rr)

I

r?-119

rT

V)

_ttn

a)-

"0

E0L

>,.0.

2:

C)FLu

CD

aN

r-Q

L-

0_

z

L-

at

Cfl

CS

U):

L.

a2

L)

* _

0

r)l-

0

(Dt-

E

Na)

0I

E0L.

I

totD

-to

CtO1O

- i

N

'o-1M

CO

-t1t

rB

r

ZOCD

CDL

05

X

0

Ir

(.

Z99£ L99 Z L99*' £EE9' I- £U9£- £££9'S-

z

30

_ _I�r��s�l�_

..'. ' .-... : .. . ..,. ·. . i ~ .

X.I.

..... .·

:- -.,: ...... I................. . .I... - � .......

I--

14-

, _4. .., ." . .:

I I I I, I

z (azimuth axis)

(elevation plane)

FIGURE 11: 5-Pyramid Configuration

31

I

Ay

Ax

III

II- --1611

.4

.4

32

cn

CI

. --- ----- - - - -

LL1z

,I I

m

o

N

Cc

0

E>.

I

Q)

EE

bO1

CD

N

4 .....................

III

o

zCD

I--

Li

0

0 (NI "

IIII ,,.- .. -:..! .. .':..-.......: ........ :... .. · . ... ....r! ~~~~~~~~~~~~~..'.. . - ' !:

i~::.. . . ' ;..... .... ;'";] ::.'-.

ii: .

cO

i I I

,D

.O

o Li

_rO

CD

fl

O cnoIJ EDZ

aoo0Z 0-001 0'0 0-001- O'M - UIZ. o·Z

i

.nr -, i I .W Q)

O o'[: U)a

E zIL E>

I U)

o

a) , \ \ ' .'

I I o-Q-._ IL

-4- 4 x

i.: 'I ,

:·· · ·· ' � .e

-··.

.--·· .i i::: "`c'

i : i.-/ , i ; i ; : · ·. ·/.· ;r i

qIRt Ci

11- -

z

C-)

1,

cK0_

x

/~~~~~~~~~~,-;:: , . ... ::, . i ,,

-' ''."' ."': '2' "."'.",/:';.:: ·' : ' -: . · . .. .'" !

,. .· .. .0i

* ,;, '-

I [ - I I

C

~.I I. , I

0'00o 0'0 0'00l- 0'00z-

t.

~O ~ r)-9 I

-, I, -

C O

LL9~~~C

O

_ (

33

O-OOZ 0-001 0'0 O'OOL- OOO'Z-

z

,1

cn

.-2

Iw

EE

z

F--

(tAa_,

0 NC, I

0r"Tm~ I I T i I I

0· -- , l I

0 <) 9_ n.- _ XCD'~' N.-

LL v Tv

uO)W) I--

a)

zE C

0LLJ

CD

r-J

,- .:...- . , .. . : . : .

/ '~ . , . - .. ,-, I ·

.L::.

- '::'. .,........" ':,'}

-':". , . ..

-' . . .. -·

Fn CDCo:

CIo 0

E1Li

z

o CC-J'O n

In0 r-t 7

CY

(O·-

C-

CC)

o

-cz

o.

Cl)

o'z oo oz- olb- n'9-

A

C-

x u

cq 0I L-

'--L - rr ----C t

0.9 O'b O'Z '(V O'Z - onk- 0'9-7

34

v o'g o ' O'Z 0o' o o'z- o'i- o's- E-+ 7 2

a) 't\\' . '';S/',o

o

i r:i

,di

II. i'i: 1

v,, i''

IjIii:((f ·\t· ··-·:-i:i�

r ...·1' :'t 'il

'�:�. .. r,,)··�. · ·

:::1; i I.

I -

'n

C]

, ·1,. ~ _

4 .... ...... ......

1*.....................................

.4

(f)

IX

[I

Li! I f-z

iI

rYZD01/

I,

._

c-

OIN

.,._

E

0Om

E

EEC~

I

LI 1I--

r

CD

35

III

C)LZ

CDb.J

n

a)(D

C-

0

0' 0O

CO

-.--0

C

CL

O

-OQE>,I

(.~

U)o0Q):3C

LcQ

E

Q)0/

Z

C-)

LLJ

C

N

X--

O' Oo

III.. .. : ::::- ..~i:!!i?! ./

KI()U t)

[(/

0o0

z0'00 -

)

c-

Q)I

I

!_

rJ'00[

z

CD

-

CD

Q_

>-

O

0\

a'LUJCLC

w

-3Li

LU)

cnE-

C_

l:~

CC

oC_)C3

O'OOZ -

o

C,

0'001-

o0ot 0]

DLO

0o00 - O' OO--

'0ooZ-

36

9C)C)3

-C)

-C3

-C3

2I

n

C)C)

C,

C)

o

_o

C,c'c.

-r -

r o --

··:;.···..::: ·:.·;·· ·3'i-

..· �·

i

C]

I

-6T

-`--

·:�·\ ';·\\\I\.�· ·. ·'��·

"`

\: �i i· �·.r=

·'` `·

.i/j iiiii i

,i '···�ii?:

kt.;,·

.·· .

CD

o

LL_]

o ;I ' · CD

ui|i. i$ 15 i,i; ~:¢. . , . ·

-0 ol?-

* - --------- C ~ o~we o~our oao~ o~a o~'.. i G rrnNC\l ° °o' °o o0 0o lo o o'oZ

Q)

O o. Q

E 0P

., ;;aa) .; .' a . .....~~~~~~~~~~~~~~~~~~~~_C z

(n 0) LJ

I) nCD.0 nl-0

4 I >Y-~ - x~~~~t

0OI rII r0

.II

. r-~ T -- T 1 -r- r I

Ln)

*-

I) CD

Ei~~LECr

X

n' --nc r-- n' r---- , --r- !n * nnc nf*nlfl n* I (') * n nll oo P - O' l0oz- o' Of.-

7.

c 0U0 0 ' 0 001- 0 00- O00£-

.,t-)

_-

tO,

p-j

t, LJ

DI II - I

I

r,

\\;'I i§i '-''.

* . : . :: -~~~ .

: ::: .--I-:..·....:..-. ..: : : ::. ..

.- :'.!':';,,,lz \.-..';.:

0

0

0C,

_O

0

t )fM00

0

0coc:,r'J0

I ---- � --- ------ ----- -----

···.

: I:

i··i,.r:::

:Ir ·̀:i·

7s�r

u UUi . . ..

CO

z

CD

(1)

Q) C-)-0

9-

rr~~~~-

' -c : -. - :' '''-'-''-:,'i~~k, . - . .-, ·. · . .-

: ., , .· ,' . - :

: .... ..:

L· .. ·.. -

*

0

N _ - I __0'00Z 0 '00 0'0 0'001- O' u00-

cC~~~~~~· .' . ' ' . ., :. I i i ; i, ; 1 o .. .. /. I,-,

-Eo5r°

CD

0 D

O ood L-J_ LJ

o r1

~- ~O ~ ~

cnE-

o CCC

_r I~N Z~~rI -

z

n Q)*- 0

EL EE

_0

E )o. 0

, z

Q)

CL

Cn ,rX

_ . .

r o

Q) L a(no _

-

I _>I+- r

'-

II

, :- :~~~~~~~~~~~~~' -,' , "': , '',-

:.

.,~~ ~ ~ ~ ~ ~ ~~~.. -"...: :-.... ~..o, -,1 : . ,. , .. ',,. ...

.. c. . . .. .. ..·- .. .

~~~~~~~~~~~. .. ..I ·..

`·-

`·-�"'- ·'"·

"'�"

,

V o

C)

· (\I0'00( 00 o'001- O '-

-o

oX

00

mn LC)((3

o00z 0'1o01 0'0 0'00o- O'ooZ-7

o

r-J11Is

-C52

I-r - -

* U .. :.

j I·�·�

i '''i : : : ii;·

iIi II I

_o -

,,

il, I

I -I I -

,58

" I~I - - "T - - . -0-9 0' O-Z 0-0 Oe- O'-

z

Q)

0

,

CcI)030

-o_,

Q)

-

II

zO

CDt--)Li

QCD0•

x

o.9 o.' oz .m - - r - - -- -..---

Zo'z- f n' - n' 5

o

C)

I1

oC)·

C)

0 9-

zCSD

Li

0l

N

a)(D:

N-

0

E0

o

Cx j

L

L.i

L:

LL

cr

EH

2

C

C-

CS

IL)u )US.-a)EE>1Gn

-.) - 0 - I I-. r O-Z 0 00 Z-

ZC)

f--

CDiiN0

X

"I

0' - 0'9-

C)'O

n

C)

=:)LU

i.

I,-I

C, 39

1IUI_ ·

__

III

O

.:.." .... ....

i.......

.. ....."' '

.... ...

.. .7

·: i- :

o

1(-1

rIn

I

..'',':' '..".:, ':: F': ..~

I A (-:l

, '-~; ... ... . . ...-:+;S· ;,;·

inrD

Ln-'Q

IVN

Ui

_o

Z

C-

L

x

a

c-I

rIO 1-- - - I 1TF c'

S'Z s-0 [ -S £-

inIli

In

o

x

vn

._0

LI,w

(_5

_n

u - S'£- S'S- S'-

40

zQ

C-)

u-n

r--jN]

0

0

LiJ

0 1-J

2!Li

LiJr--

E,

D

a:(ZrclF--GD

CL)'l

Q)-

* ,

c

0--

0Q.)

_

L-

I

-4-

a)

EEo0

9)cl0Q1)

c

L.a

"I,.- ,, .

a

I

Itr

1rlInLn

_ ,<

I}

'I,}

I -

zC)

c-iLiGD0•0kr:

S'S- S'L-

r :E

m-r,

I

in

'vl

tn

I n

I F- I I I I I919 SIR S, 2! G' S, - S'f- S's- S, L-

I.

N--

U]~ins

tn

II I

.'~ '

In

In

in

.·· . ·.·.· ·-

018 0`9 a0 0' 0'0

7

Q)0-0Q)

0

:3

I2

ZE

[-L_)

ELdC)

[Nr-l

O'Z- 04b- 0'9-

Q

.0

I

I I

0 8-

CD

CULU

X

eaco

T - T-- - -1'. 0¼' 0.0 0'?- O''- 0*9- 0*2-

c-N'

n

enI

M'D

I,

i)(.i;

O 9-

41

C

en

Q

r-10

CL

C

rL

z

LL

LI

cn

CD

cr

CEI

q

9

q

2CD

-ED

Nr-j

a)a>(D

lo0

C0

C-

C_0

E"0C7

I

0S.m

cn

.~~~~~~~~~·. .:·~> ·.

-_ --I__ _ -- _ __ ·_1__ - -- T----------Ir- -- T -- T--- T ... --. _ -I_...

0'89 0'9 o'V 0'2 0' 0 -'Z- 0'9-

7I

IIL'- |lL

UI

III

-c

(DI I

rli

--··, ··

: i. i---·-···

: ·

I-N-0I--

114-14- o

NE

C.o

.-

I- I I I

r

I

IAz (azimuth axis)

Ax

AY (elevation plane)

FIGURE 22: 6-Pyramid Configuration

42

,Bax�g�-----------� �

AL

(r

XCEI

X

c LLCN

U-

co0

c)O0

c"L_0

(0._

I._

0

-I--()EE

0

CCCZL3Z:

Li]I---

LLi[,,

II

CD

CDcD

-4 .............

4 .

43

44

. . : , :I. ;

.. >..- ::. ,, .......,..

.. .... . .. . CO E-7 . '·*_~~~~~~ Z:::'.:-i:- >'u. .:.: · ', -. : ' .. ' Z

*-o nal - . - - : - -. n

a)___~~~~~~~~~~~~~~~~~~~~~~~~~~~~O Oit'-

0 .: _ Dp. > >

u~U

E C',) 0 W :L- I I OLt 1 : . I(_ n -I- .>

UIC-I I

o+- 9 1 O *I i 11 . c,C

I-(za o os o ow- o0bL- o ObZ v

o

x

LLJo z

ID.9CC

1 LO. \,

[--f_)

:L

X

..... ....

· ·. ···:· :. . : : .- h,'., 5'. ... ' . .-' . . . ... :.-,.r~~~~~~~~· , ,~,J.:.: ............. .......... -->

II *... .....

'..-' .............. ... /

· , ::..; ..:. . .... .:...::.,

':.: : ; :'.' . : : .-.: .. ' ,.

r I I I

44

o

-o

w+

E_ ~~~~~~~~~~~~~~~~~~~~~~~~..... ...- .. .

S . . . '-: ... .

0'091 0'09 O'ov- O'ol- O'OVZ-z

__�__��_�_______��_�_

IO

I '

90

12

...........

qIa

I

cD

C-D

cD

CD0L

>-

o

0

8-(,O

CDC

co

-J

2:

LI

rn

a:

cn

z C)Xa) . ~~~~~~~~~~~~~~~~~~~~~~~- .o~~~~C-)_

III

Q) c. _.

O -

-a LuJ

~ Q)~)

L L>1 ~0

f-I

I

t.LOa

-)

-.

t Z~c o

21

01

Nr__

Wm z

-_ 0 U

I- CDn

ql..

II._

" '' '' '']~sl f j: 4j ' ii I

_T T - -- T ' . .

8'? 8 0 z' -. Z'- F'S E z-

-'1-

X

( -( I

YI.

45

-(0

-InU,m s

CD

''' -1': :: I :" : II-N [Ln

:...... :' , : LJ

III

m

of, [1

I . ........I ..� ... .. .. -...

... ... ...........

-1

CD

I . I

-1

11

Ln

11

4....................

4..............................

CE

IX

A

I

L,]

,1

()

'.

* *

00

o0

0

CL0e

I)

0

E

>,u")

i

3

CD

.

46_�_Y��·��_l��l�

1__1_________

' . . .: :-r:- : !~ fA

.; . ." ....... : .: ::: ::: : . ............. :: . .' ~

\ , ': .l- ~ .: ', . ;::. ',!i:~ 'i~

, . : . ·;·-- ·· · ·.... '

r-C

U)

0

.Jo

, 'qJl~a

c) cD

E--

C) z. G o~~~~~-4

U UL U UN U-Uv- WU b'- O'O - - C)n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-l

vNa oCO1

0

) E

ZQ

E 0m -

O_ID z

(O CD

o

-- ,

F x>i

fn T -- , ! T ----

) ; . . ,,C

zZ

-- I

I X L_.Q aI :)~

II C)

O' 09 O'-0,- 0-'Ol- O' Ob-

-C

x r-C) CS

LJ

C0

C)

,,,A

0'091 0'09 '0.o- O'Ol- O'OHZ-

47

GD

C)FU

CD)

LLJ(1) Q

r~~~~~rj

T!

* 1-

I ~ ~I I I, .. _, .,~~·nn

_T-

I

O

rm

II

_0,

I-_Ir

·

SI

1.:...

it.�·\: i ' : : : ·

: i i

_ r tA

L-I -- I I

.i :··::i.i r ..·-�

''

�-.i. i·.i--..�..

C)

C

CD

C2

I---

() 0

,

>-

.:: : .... ..: . : .: ..

'.~,~ .S* *. ........... . ..% .. .;.:.

,: ..' . ..::- .:::1/

o @o

CDL

o >

-c) Z>- E

CI

rtl~~~~~~~ z~~~00* Z -

03 00ICZ 0-0A O0' o 0o0'o- 0 o'Lo- 'oz - 2O) z c

%.--00m

o

r(i

o

_on

Q)) LEn O

U)D c

I 0,T I

,'"'.'. .i; .' '. -. .- ..'.' -' (- .-... . :::-..: ::.

. ,,..... . .: - -... .-. . ; ..,.

--:''-:..'...'.. ..:.::./ 7:;.'.. ."- '......:'-: -., -- -: , ",-.."::~: .,, , ,-

.... .... ,., ; '.'.-

:-- .

.· .

UnIIt,4-IcO tr

,I- I I I I

C)r7- I

II

i

C);r

IC)C)D

ioIo

I

LJ.I O'Oc! 0,0C O'OL- O'OLl- OOLZe-

-C)~I n~; CO~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~C(.0

C

E XE 0-NLn X

1,

x 00

9~~~~~~

I - 1

C)- k -

C.) h- I - - -1 ---- ---------- t-- - 1- Ir

'O O'O- 'O-0DU '0M£I D 00. 0'0/.- 0*0hz- - O~' Z-

48

L Q)

O a

ol0 Q)

c 5c, a, LL

Q)LA

O E_0 cQ)E ECt O_ :z

...:::::.....;-.·�·.

LL

r- rlYI. .- . . .

.-; I :

·i:r

be,

·1:

------ ·-�

�_��---�---��� -�

8-9 9 ' 8z . a I 1- - es-

z

0

Lu 1

Q)ItnS

a)

_Q

I.

CD

Lx-

X

cn

(D

-0

IC)

I,

ar

.i. :.

I.

(3

-..,

~:., .,:. ' :: . .' .'-.;

('rN

a _____8__ _r_ 1-- I

8.9 0' 8 8 0 ? t 'T -- Z'

8°¼ 8'0 ' I-L

ZCD

C-

C

>

a)

0

3c)

C

0

oZ

Li

C-j

CD

en

C0

0

a)

CL

ILi

-t'>

EE

IL

(0

(0

"III

kn('3

-o

z

COLJ

1_

NX

Z' L-

C'I

DL0t

49_ ._ ___ .____ _ _ _ _ _ __ __ _ _~~~~~~~~~~~~~~~~~~ -..- ~- ._......... _. _. _. _ _ _...

.. .__ _

... . . . .. . ... ... ..

-

-' -

_,

' - .....

4 ...... ......................

4.................

CEl

r,

c-

t 1

0

r)

w I

0V)ulcc:D0

14

Co0

©4-

Q)-o

O

E0L.

4-

I

EE

c)

L:LJ

[L

CIt ,

i

50

�_D��__�___�_ _

lC)r)

C

o-C)0

C)

I I O o

aOsOC n'EI Ot O'OL- O'O! -

zCD)a---XLiLUaF1F0•0n

x

C)

rl

O'Zl-

o00£ 00L-)

In

C)I

C

_ )

Z

51

z

c-)

LJ

Q'

a

Ln

[-JCL

zLJ

c-n

af-I

b-l

cn-)Z

z

r)Q)

*1I.Q

b _

(1)

'3

N

LL

0O

00

O0

a)C0O0

(D_0E0

Q,EEto

)

C-

a)n

11

Luj

E

E0

\11

- =

x

o-)

o.

o.oC)

ZC

t--'CD)

OLiCLar

NX

O' I - O'OZZ-

0 It

N')

oc,wD0.L,_

·· · ·~~~~~~~~~~~~~~~~~~~~~~~~~

III

o-C3

o

o'Oz

..........'iiiiiiit

z

:CDLICD

C-

N,

9.S 9 £ 9"1 '0- ,bZ- ,',.-

z

)

0

c

O2

z

LJ

0

Nx

Q)Q)

-

'4-CI

I I

I z

CD

oF-

>--

xi

vl aDCC)

cL

tn

- >-I

t

I

LJ

z(_a

cn

zCD

U)

(I)

-

0

0

-QCC1._O

_0

0

(LI

C)LOOm

EE. _

_(O

'

to

tO

tD

tn

v*- 'b-

(n'

N

LLJCy-

LI

52

_· · · · · ·

_______1__�1_111111_^I__�_________��·��________�_____ --I_

··, -- · .; .l ......: . I t : .

·-�

I .

z4

I

I+.

' ,t

. .

'

T_ . -

. .

to(O._

!

- f(nV)Q) ci(1) a_C- 1

o Li

0 r~il

LL* VI

o

ot-4v)

O

cO

"-t -3

L

I Lco

Q C3

E

N

I-

C9LLDI I

.

53

-AL

rlN

.............................~·~~-

ELn

C)-q

n

-o!)

n

t-C

-C

o?

OEOC O'O- O'OLI- O'OZZ-

Z

2:CD

CD

L_1-T

0

.; ".''..'. ..

: ,.' '-: W· W~ ." ....

-;." !'.."

n

1111

I C 1 -I __ I 1-

o0l n O.- O'n -

oc noL-

x

-)

I

1I,,-

L_

O-im1,I

CD

tCI

O' OL -

z

Li1

0

N>-(

... .............

, .. .:.... . .

' . ....' . ' .'''...... . : -"'· : ..: ' .. : ',.; ' ;1 , - :: :~- ..... .

i .. .

CD

LLJ

CDo-_1Li

LLJ

cnE-

CD

E-

c-nZCDo '- 1

C,a)0a

C

0coci

L.

o

Ec

IO._

OL-C3

> ,

C)

V01,-4

1s

ll-

Q)Q0Q)

L1

E

Q)

E:>

()

C)

(DV)I-

I..

Ut'

CD

r-)

-C-

C)M

-O

r_-?

ZCD

-

LOCD_

N-IX--

O' 0 I - O'OZ'

tZ? oN'o

54

·

, , , .

--

------·-----�----- ·-�----------- ---·---- -·· ---- ·-----------�II�

I I

O0*z

......... . .. ... .

F7,

t

'z- ft-9 9 £ 9 1 'o -z

0Q.-0Q)

Q 6

ZCD

oLi--I0EL.

QQ)

-C

II

-'n

CrJ(n

(a

Lui0_

[L_a

2!

1- --

-,I(.i,

cn

0'1ZCY

. I

(a

9/£ 9" '1 -O-

A

.-

I

ro:DCLL

9 's 9 £ 99 17'O-7

55

CD

Li

InrGa

N>-I

C)0

a)

C0.:0

* F

0

00

0O

0

0IC

Q

o

0

E0

O_I

._

EEc/

(n- r

to

tn(0

2:

F

C3

N]X

· _· 1 1 ,-

III

In

1.

1:1l

I Z- ib-

r . T' ; 1 rv v- ' .-

FIGURE 36: Power Analysis

6-PYR;r"Ljkr" ,,-

38 DEGo

.' , .. .~ ? ^iLn

I I

"i. iOI

'n I

_IE.- I I1 1m c j /r" IIIIX

I !

in

~-/000~

U.

3.3 3;.0 9c.0j 120.0 IS. :.90._

"TOG i CF~ PCNE' @ PER_K TRQUEe.;hi , u$,RGPM OF P,..NER , PEFK_ TRuO, '

,fnSt PRORRBE PDN R - 338.Su RTT3

.: _,

oI

I

r-

J-Ji

It

275.0 300. 3 325.0 3_0.0- -. C;

3' 'L9TT

375.3 400..3 42-5.

a) rf~Mr' :. v

b)

NzrDZ_

00

56

-

........ I _ _- I _- _- _

l

IiII

1

III

11ll�

- - -- -

TABLE I) Power Calculations

· Wheel rates = heq w/(Nwsinfl)

h req = Max. requested momentum (100 ft-lb-sec)a w = 12.5 RPM/ft-lb-secNw = Number of wheels in configuration/ = Pyramid skew angle (42 ° or 38 °)

* Wheel torques computed for 6400 points uniformly distributedacross maximum constraint cylinder.· Pseudoinverse calculation used· Torque limits and wheel rate saturation not enforced

* Results.(in Watts):5-Wheel 6-Wheel

All Wheels OperationalPower at Zero torque: 75 90Avg. Power Max. requested torque: 362 344Max. Power @ Max. requested torque: 425 405MP. Power @ Max. requested torque: 346 336

One Wheel FailedPower at zero torque: 60 75Avg. Power @ Max. requested torque: 435 378Max. Power @ Max. requested torque: 725 540MP. Power @ Max. requested torque: 361 331

57

TABLE II) Summary of Envelope Investigations

Cases Examined: %

* 4-Pyramid (38° ) + 1 Azimuth Wheel· Momentum Envelope (50 ft-lb-sec/wheel) .. 0...... 0.* Torque Envelope (1.3 ft-lb/wheel) .... 0.

* 4-Pyramid (38 ° ) + 1 Azimuth Wheel; Fail azimuth wheel

* Momentum Envelope (50 ft-lb-sec/wheel) .......... 0.* Torque Envelope (1.3 ft-lb/wheel) ............... 0.

* 4-Pyramid (38 ° ) + 1 Azimuth Wheel; Fail pyramid wheel* Momentum Envelope (50 ft-lb-sec/wheel) .......... 0.11* Torque Envelope (1.3 ft-lb/wheel) ............... 12.

* Symmetric 5-Wheel Pyramid (42° )

· Momentum Envelope (40 ft-lb-sec/wheel) ......... 0.* Torque Envelope (1.2 ft-lb/wheel) ............... 0.

· Symmetric 5-Wheel Pyramid (42°); Fail one wheel* Momentum Envelope (40 ft-lb-sec/wheel) .......... 29.* Momentum Envelope (60 ft-lb-sec/wheel) . .. 1.9. Momentum Envelope (65 ft-lb-sec/wheel) . ....... O.· Torque Envelope (1.2 ft-lb/wheel) ............... 4.6* Torque Envelope (1.5 ft-lb/wheel) ............... 0.40· Torque Envelope (1.6 ft-lb/wheel) ............... 0.07

* Symmetric 6-Wheel Pyramid (38 °)

. Momentum Envelope (40 ft-lb-sec/wheel) .......... 0.• Torque Envelope (1.2 ft-lb/wheel) . .............. 0.

* Symmetric 6-Wheel Pyramid (38°); Fail 1 wheel· Momentum Envelope (40 ft-lb-sec/wheel) .......... 5.4· Momentum Envelope (45 ft-lb-sec/wheel) .......... 0.· Torque Envelope (1.2 ft-lb/wheel) ................ 0.02

* Symmetric 6-Wheel Pyramid (38°); Fail 2 adj. wheels

· Momentum Envelope (45 ft-lb-sec/wheel) .......... 47.· Torque Envelope (1.2 ft-lb/wheel) ................ 19.

* Symmetric 6-Wheel Pyramid (38°); Fail 2 opp. wheels· Momentum Envelope (45 ft-lb-sec/wheel) ........... 1.0· Torque Envelope (1.2 ft-lb/wheel) ................ 3.3

58

��--I-�----��`-�''`-'��' I-----�--�1�11��--1�--�-