Discrete-time Linear Systems - IMT School For Advanced Studies Lucca

1y ago
6 Views
2 Downloads
3.02 MB
34 Pages
Last View : 4d ago
Last Download : 3m ago
Upload by : Maxine Vice
Transcription

Lecture: Discrete-time linear systemsAutomatic Control 1Discrete-time linear systemsProf. Alberto BemporadUniversity of TrentoAcademic year 2010-2011Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-20111 / 34

Lecture: Discrete-time linear systemsIntroductionIntroductiony(t), y(kTs)u(kTs)3.543.5332.52.5221.51.501234510time t12345time tSampling of a continuous signalDiscrete-time signalDiscrete-time models describe relationships between sampled variablesx(kTs ), u(kTs ), y(kTs ), k 0, 1, . . .The value x(kTs ) is kept constant during the sampling interval [kTs , (k 1)Ts )A discrete-time signal can either represent the sampling of a continuous-timesignal, or be an intrinsically discrete signalDiscrete-time signals are at the basis of digital controllers (as well as of digitalfilters in signal processing)Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-20112 / 34

Lecture: Discrete-time linear systemsDifference equationsDifference equationConsider the first order difference equation (autonomous system)§x(k 1) ax(k)x(0) x0The solution is x(k) ak x032.5a 1x(k)21.5a 110.50 a 10012345678910kProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-20113 / 34

Lecture: Discrete-time linear systemsDifference equationsDifference equationFirst-order difference equation with input (non-autonomous system)§x(k 1)x(0) ax(k) bu(k)x0The solution has the formx(k) ka x0 {z}natural response k 1 i 0 ai bu(k 1 i){z}forced responseThe natural response depends on the initial condition x(0), the forced responseon the input signal u(k)Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-20114 / 34

Lecture: Discrete-time linear systemsDifference equationsExample - Wealth of a bank accountk: year counterρ: interest ratex(k): wealth at the beginning of year ku(k): money saved at the end of year kx0 : initial wealth in bank accountDiscrete-time model:§ (1 ρ)x(k) u(k)x0Stored amount of money (keur)10 k 5 k 10 %5045403530x(k)x0u(k)ρx(k 1)x(0)2520151 (1.1)k5 60(1.1)k 50x(k) (1.1) · 10 1 1.1kProf. Alberto Bemporad (University of Trento)Automatic Control 1105000.511.522.533.544.55k (years)Academic year 2010-20115 / 34

Lecture: Discrete-time linear systemsDifference equationsLinear discrete-time systemConsider the set of n first-order linear difference equations forced by theinput u(k) R x1 (k 1) a11 x1 (k) . . . a1n xn (k) b1 u(k) x a21 x1 (k) . . . a2n xn (k) b2 u(k)2 (k 1) . xn (k 1) an1 x1 (k) . . . ann xn (k) bn u(k) x1 (0) x10 , . . . xn (0) xn0In compact matrix form:§ x1 where x . Rn .x(k 1)x(0) Ax(k) Bu(k)x0xnProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-20116 / 34

Lecture: Discrete-time linear systemsDifference equationsLinear discrete-time systemThe solution isx(k) Ak x {z}0 natural responsek 1 Ai Bu(k 1 i)i 0 {z}forced responseIf matrix A is diagonalizable, A TΛT 1 λ0 .0 λ2 .100 λk1 0 .0 λk2. 0 0Λ . . . . . Ak T . . . . T 1. . . . . . . .0 0 . λn0 0 . λknwhere T [v1 . . . vn ] collects n independent eigenvectors.Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-20117 / 34

Lecture: Discrete-time linear systemsModal responseModal responseAssume input u(k) 0, k 0Assume A is diagonalizable, A TΛT 1The state trajectory (natural response) isk 1x(k) A x0 TΛ T x0 kn αi λki vii 1whereλi eigenvalues of Avi eigenvectors of Aαi coefficients that depend on the initial condition x(0) α1 α . T 1 x(0), T [v1 . . . vn ]αnThe system modes depend on the eigenvalues of A, as in continuous-timeProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-20118 / 34

Lecture: Discrete-time linear systemsModal responseExampleConsider the linear discrete-time system x (k 1) 1x2 (k 1)x1 (0) x2 (0) x(k 1)112 x1 (k) 2 x2 (k)x2 (k) u(k) 11 12 0u(k)1x(k) 1 1 x(0)1201Eigenvalues of A: λ1 12 , λ2 1Solution: x(k) 0 1212k0 121 k 111 1k211 1 k 12 k 1 0i 0 1 1 k 1 i 0 1 {z}natural response12 12 i 11 1i21 0u(k 1 i)1 x1(k),x2(k)1.510.5u(k 1 i) k 1 1 1i2u(k 1 i)1i 0 {z}forced response0 0.5 1 1.5012345678910step ksimulation for u(k) 0Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-20119 / 34

Lecture: Discrete-time linear systemsLinear difference equationsnth -order difference equationConsider the nth -order difference equation forced by uan y(k n) an 1 y(k n 1) · · · a1 y(k 1) y(k) bn u(k n) · · · b1 u(k 1) b0 u(k)Equivalent linear discrete-time system in canonical state matrix form 0010.0001.0 0 . . . . . .x(k 1) . x(k) . u(k) 0000.11 a a a. ann 1n 2 1y(k) (bn b0 an ) . . . (b1 b0 a1 ) x(k) b0 u(k) There are infinitely many state-space realizationsMATLABtf2ssnth -order difference equations are very useful for digital filters, digitalcontrollers, and to reconstruct models from data (system identification)Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201110 / 34

Lecture: Discrete-time linear systemsDiscrete-time linear systemsDiscrete-time linear system x(k 1)y(k) x(0) Ax(k) Bu(k)Cx(k) Du(k)x0Given the initial condition x(0) and the input sequence u(k), k N, it ispossible to predict the entire sequence of states x(k) and outputs y(k), k NThe state x(0) summarizes all the past history of the systemThe dimension n of the state x(k) Rn is called the order of the systemThe system is called proper (or strictly causal) if D 0General multivariable case:x(k)u(k)y(k)Prof. Alberto Bemporad (University of Trento) RnRmRpAutomatic Control 1ABCD Rn nRn mRp nRp mAcademic year 2010-201111 / 34

Lecture: Discrete-time linear systemsDiscrete-time linear systemsExample - Student dynamicsProblem Statement:3-years undergraduate coursepercentages of students promoted, repeaters, and dropouts are roughly constantdirect enrollment in 2nd and 3rd academic year is not allowedstudents cannot enrol for more than 3 yearsNotation:kxi (k)u(k)y(k)αiβiγiYearNumber of students enrolled in year i at year k, i 1, 2, 3Number of freshmen at year kNumber of graduates at year kpromotion rate during year i, 0 αi 1failure rate during year i, 0 βi 1dropout rate during year i, γi 1 αi βi 03rd -order linear discrete-time system: x (k 1) 1x2 (k 1)x (k 1) 3y(k) β1 x1 (k) u(k)α1 x1 (k) β2 x2 (k)α2 x2 (k) β3 x3 (k)α3 x3 (k)Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201112 / 34

Lecture: Discrete-time linear systemsDiscrete-time linear systemsExample - Student dynamicsIn matrix form x(k 1) y(k) β1 0 α1 β 20 α2 0 0 α3 010 x(k) 0 u(k)β0 3x(k)Simulationy(k)40α1 .60α2 .80α3 .90β1 .20β2 .15β3 .082002012201420162018202020182020step ku(k)51u(k) 50, k 2012, . . .5049201220142016step kProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201113 / 34

Lecture: Discrete-time linear systemsDiscrete-time linear systemsExample - Supply )y(k) 3x3(k)Rx2(k)x3(k)Problem Statement:S purchases the quantity u(k) of raw material at each month ka fraction δ1 of raw material is discarded, a fraction α1 is shipped to producer Pa fraction α2 of product is sold by P to retailer R, a fraction δ2 is discardedretailer R returns a fraction β3 of defective products every month, and sells afraction γ3 to customersMathematical model: x (k 1) 1x2 (k 1)x3 (k 1) y(k) (1 α1 δ1 )x1 (k) u(k)α1 x1 (k) (1 α2 δ2 )x2 (k) β3 x3 (k)α2 x2 (k) (1 β3 γ3 )x3 (k)γ3 x3 (k)Prof. Alberto Bemporad (University of Trento)Automatic Control 1kx1 (k)x2 (k)x3 (k)y(k)month counterraw material in Sproducts in Pproducts in Rproducts sold to customersAcademic year 2010-201114 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsEquilibriumConsider the discrete-time nonlinear system§x(k 1)y(k) f (x(k), u(k))g(x(k), u(k))DefinitionA state xr Rn and an input ur Rm are an equilibrium pair if forinitial condition x(0) xr and constant input u(k) ur , k N,the state remains constant: x(k) xr , k NEquivalent definition: (xr , ur ) is an equilibrium pair if f (xr , ur ) xrxr is called equilibrium state, ur equilibrium inputThe definition generalizes to time-varying discrete-time nonlinear systemsProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201115 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsStabilityConsider the nonlinear system§x(k 1)y(k) f (x(k), ur )g(x(k), ur )and let xr an equilibrium state, f (xr , ur ) xrDefinitionThe equilibrium state xr is stable if for each initial conditions x(0) “closeenough” to xr , the corresponding trajectory x(k) remains near xr for all k N aaAnalytic definition: ε 0 δ 0 : x(0) xr δ x(k) xr ε, k NThe equilibrium point xr is called asymptotically stable if it is stable andx(k) xr for k Otherwise, the equilibrium point xr is called unstableProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201116 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsStability of first-order linear systemsConsider the first-order linear systemx(k 1) ax(k) bu(k)xr 0, ur 0 is an equilibrium pairFor u(k) 0, k 0, 1, . . ., the solution isx(k) ak x0The origin xr 0 is3unstable if a 12.5stable if a 12x(k)asymptotically stable if a 1a 11.510.5x0Automatic Control 10 a 1xr00Prof. Alberto Bemporad (University of Trento)a 1a 024k6810Academic year 2010-201117 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsStability of discrete-time linear systemsSince the natural response of x(k 1) Ax(k) Bu(k) is x(k) Ak x0 , the stabilityproperties depend only on A. We can therefore talk about system stability of adiscrete-time linear system (A, B, C, D)Theorem:Let λ1 , . . ., λm , m n be the eigenvalues of A Rn n . The systemx(k 1) Ax(k) Bu(k) isasymptotically stable iff λi 1, i 1, . . . , m(marginally) stable if λi 1, i 1, . . . , m, and the eigenvalues with unitmodulus have equal algebraic and geometric multiplicity aunstable if i such that λi 1aAlgebraic multiplicity of λi number of coincident roots λi of det(λI A). Geometricmultiplicity of λi number of linearly independent eigenvectors vi , Avi λi viThe stability properties of a discrete-time linear system only depend on the modulus of the eigenvalues of matrix AProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201118 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsStability of discrete-time linear systemsProof:The natural response is x(k) Ak x0If matrix A is diagonalizable1 , A TΛT 1 , λ1 0 .0 λ2 .00 λk1 0 .0 . 0 0 1Λ . . . . Ak T . . . . . T. . . . . .00 . λnλk200 . λknTake any eigenvalue λ ρejθ : λk ρ k ejkθ ρ kA is always diagonalizable if algebraic multiplicity - geometric multiplicity 1If A is not diagonalizable, it can be transformed to Jordan form. In this case the natural responsex(t) contains modes kj λk , j 0, 1, . . . , alg. multiplicity geom. multiplicityProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201119 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsExample 1 x(k 1) 01 x 10x(0) x20solution: x1 (k) x2 (k) 10 x(k)12 eigenvalues of A:ª§10,20, k 1, 2, . . . k1 k 1x10 12 x20 , k 1, 2, . . .21.510.5x2(k)x1(k)0.5asymptotically stable00 0.5 0.50246810 1kProf. Alberto Bemporad (University of Trento)0246810kAutomatic Control 1Academic year 2010-201120 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsExample 2 x(k 1) 01 x x(0) x1020 x1 (k)x2 (k)110.80.60.60.40.40.20.20 0.2 0.4 0.4 0.6 0.6 1marginally stable0 0.2 0.8kπx10 cos kπ2 x20 sin 2 , k 0, 1, . . .kπx10 sin 2 x20 cos kπ2 , k 0, 1, . . . , 0.8x2(k)x1(k)solution: 1x(k)0 eigenvalues of A: { j, j} 0.80246 1kProf. Alberto Bemporad (University of Trento)0246kAutomatic Control 1Academic year 2010-201121 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsExample 3 x(k 1) 10 x 10x(0) x20§x1 (k)x2 (k) 1x(k)1 eigenvalues of A: {1, 1}x10 x20 k, k 0, 1, . . .x20 , k 0, 1, . . .7Note: A is not diagonalizable !261.55140.5x2(k)x1(k)321unstable0 0.50 1 1 1.5 2 30246 20kProf. Alberto Bemporad (University of Trento)12345kAutomatic Control 1Academic year 2010-201122 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsExample 4 x(k 1) 21 x x(0) x1020 808060604040x2(k)x1(k)solution:200 20 200246x1 (k)x2 (k) 2k x10 , k 0, 1, . . .2k 1 x10 , k 1, 2, . . .unstable200 40 0x(k)0 eigenvalues of A: {0, 2} 40kProf. Alberto Bemporad (University of Trento)012345kAutomatic Control 1Academic year 2010-201123 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsZero eigenvaluesModes λi 0 determine finite-time convergence to zero.This has no continuous-time counterpart, where instead all convergingmodes tend to zero in infinite time (eλi t )Example: dynamics of a bufferu(k)x3(k) x (k 1) 1x2 (k 1)x (k 1) 3y(k) x2 (k)x3 (k)u(k)x1 (k)x2(k) x1(k)y(k) 00 1 0 0 0 1 x(k) 0 u(k)0 0 01 1 0 0 x(k) x(k 1) y(k) Natural response: A3 x(0) 0 for all x(0) R3For u(k) 0, the buffer deploys after at most 3 steps !Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201124 / 34

Lecture: Discrete-time linear systemsStability of discrete-time linear systemsSummary of stability conditions for linear systemssystemasympt. stableunstablestable i 1, . . . , n i such that i, . . . , nand λi such thatalgebraic geometric mult.Prof. Alberto Bemporad (University of Trento)Automatic Control 1continuous-timeℜ(λi ) 0ℜ(λi ) 0ℜ(λi ) 0ℜ(λi ) 0discrete-time λi 1 λi 1 λi 1 λi 1Academic year 2010-201125 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsExact samplingConsider the continuos-time system ẋ(t) y(t) x(0) Ax(t) Bu(t)Cx(t) Du(t)x0We want to characterize the value of x(t), y(t) at the time instantst 0, Ts , 2Ts , . . . , kTs , . . ., under the assumption that the input u(t) isconstant during each sampling interval (zero-order hold, ZOH)y(t), y(kTs)u(t), u(kTs)1.521.5u(t) ū(k), kTs t (k 1)Ts110.50.50x̄(k) x(kTs ) and ȳ(k) y(kTs ) are the stateand the output samples at the kth samplinginstant, respectively0 0.5 1 0.5 1.5 1 20246time tProf. Alberto Bemporad (University of Trento)Automatic Control 18100246810time tAcademic year 2010-201126 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsExact samplingLet us evaluate the response of the continuous-time system between timet0 kTs and t (k 1)Ts from the initial condition x(t0 ) x(kTs ) usingLagrange formula: x(t) eA(t t0 ) tx(t0 ) eA(t σ)Bu(σ)dσ eA((k 1)Ts kTs )(k 1)TseA((k 1)Ts σ) Bu(σ)dσx(kTs ) t0kTsSince the input u(t) is piecewise constant, u(σ) ū(k), kTs σ (k 1)Ts .By setting τ σ kTs we get T sx((k 1)Ts ) eATs x(kTs ) eA(Ts τ) dτ Bu(kTs )0 and hencex̄(k 1) eATs Tsx̄(k) eA(Ts τ)dτ Bū(k)0which is a linear difference relation between x̄(k) and ū(k) !Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201127 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsExact samplingThe discrete-time system§x̄(k 1)ȳ(k) Āx̄(k) B̄ū(k)C̄x̄(k) D̄ū(k)depends on the original continuous-time system through the relations T sĀ eATs ,B̄ eA(Ts τ) dτ B,C̄ C,D̄ D0If u(t) is piecewise constant, (Ā, B̄, C̄, D̄) provides the exact evolution of stateand output samples at discrete times kTsy(t), y(kTs)0.40.20MATLABsys ss(A,B,C,D);sysd c2d(sys,Ts);[Ab,Bb,Cb,Db] ssdata(sysd); 0.2 0.4012345678910678910time tu(t), u(kTs)10.50 0.5 1012345time tProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201128 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsExact sampling1Rule of thumb: Ts 10of the rise time time to move from 10%to 90% of the steady-state value, for input u(t) 1, x(0) 0y(t), y(kTs)rise time1190 .5533.544.5520.31.50.2110 %0.10.5rise time02.5time tu(t), u(kTs)0.5012345678910time t000.511.522.5time tMore on the choice of sampling time in the second part of the course .Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201129 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsApproximate sampling - Euler’s methodx(t)x((k 1)Tx((k 1)Ts)ẋ(kTs ) x((k 1)Ts ) x(kTs )Tsx((k x((k 1)T1)Ts ) )¡x(kTx(kTs ) )TTsx(t)ẋ(kTs)x(kTs )x(kTTTskTkTst(k 1)T(k 1)TsLeonhard Paul Euler(1707-1783)For nonlinear systems ẋ(t) f (x(t), u(t)):x̄(k 1) x̄(k) Ts f (x̄(k), ū(k))For linear systems ẋ(t) Ax(t) Bu(t):x((k 1)Ts ) (I Ts A)x(kTs ) Ts Bu(kTs )Ā I ATs ,B̄ Ts B,C̄ C,D̄ DTsn AnNote that eTs A I Ts A . . . n! . . .Therefore when Ts is small Euler’s method and exact sampling are similarProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201130 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsExample - Hydraulic systemDiscrete time:Continuous time: ddt h(t)q(t) pa 2g p Ah(t) A1 u(t)p pa 2g h(t) h̄(k 1) q̄(k) p ÆT a 2gh̄(k) s Ah̄(k) p Æa 2g h̄(k)TsA ū(k)level h(t) (m)7u6543h2continuous time1qEuler approximation0051015202530time (s)Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201131 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsTustin’s discretization methodAssume u(k) constant within the sampling interval. Given the linear systemẋ Ax Bu, apply the trapezoidal rule to approximate the integral (k 1)Tsx(k 1) x(k) kTs (k 1)Tsẋ(t)dt (Ax(t) Bu(t))dtkTsTs(Ax(k) Bu(k) Ax(k 1) Bu(k)) (trapezoidal rule)2and thereforeTsTsA)x(k 1) (I )x(k) Ts Bu(k)22 Ts 1TsTs 1x(k 1) I AI A x(k) I ATs Bu(k)222(I Advantage: simpler to compute than exponential matrix, without too muchloss of approximation qualityProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201132 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsN-steps Euler methodWe can obtain the matrices A, B of the discrete-time linearized model whileintegrating the nonlinear continuous-time dynamic equations ẋ f (x, u)N-steps explicit forward Euler method: given x(k), u(k), execute the followingsteps12x x(k), A I, B 0for n 1:N doTs fN x (x, u(k))ATs fT fB (I N x (x, u(k))B Ns u (x, u(k))ATsx x N f (x, u(k))A (I 34endreturn x(k 1) x and matrices A, B such that x(k 1) Ax(k) Bu(k).Property: the difference between the state x(k 1) and its approximationx Tcomputed by the above iterations satisfies x(k 1) x) O NsExplicit forward Runge-Kutta 4 method also availableProf. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201133 / 34

Lecture: Discrete-time linear systemsSampling continuous-time systemsEnglish-Italian Vocabularydiscrete-time linear systemssampling intervaldifference equationzero-order holdpiecewise constantrise timesistemi lineari a tempo discretotempo (o intervallo) di campionamentoequazione alle differenzemantenitore di ordine zerocostante a trattitempo di salitaTranslation is obvious otherwise.Prof. Alberto Bemporad (University of Trento)Automatic Control 1Academic year 2010-201134 / 34

Lecture: Discrete-time linear systems Discrete-time linear systems Discrete-time linear system 8 : x(k 1) Ax(k) Bu(k) y(k) Cx(k) Du(k) x(0) x0 Given the initial condition x(0) and the input sequence u(k), k 2N, it is possible to predict the entire sequence of states x(k) and outputs y(k), 8k 2N The state x(0) summarizes all the past history of the system The dimension n of the state x(k .

Related Documents:

2.1 Sampling and discrete time systems 10 Discrete time systems are systems whose inputs and outputs are discrete time signals. Due to this interplay of continuous and discrete components, we can observe two discrete time systems in Figure 2, i.e., systems whose input and output are both discrete time signals.

IMT AGM appoints a new Board of Directors. 2011/2013 IMT develops the prototypes for the full range of the AF series drilling rigs with Tier 4 engines, as well as the newly-born A125 and A150 models, mounted on IMT base and powered by CAT. 2014/2015 IMT

2.1 Discrete-time Signals: Sequences Continuous-time signal - Defined along a continuum of times: x(t) Continuous-time system - Operates on and produces continuous-time signals. Discrete-time signal - Defined at discrete times: x[n] Discrete-time system - Operates on and produces discrete-time signals. x(t) y(t) H (s) D/A Digital filter .

Meritor shoe will fi t onto a IMT brake spider, but the drum will not be able to be in-stalled. The IMT shoe can be installed on a Meritor brake spider, but the drum will not be able to be installed. 4710 IMT shoe only fi ts on a IMT axle. 4710 Meritor shoe only fi ts on a Meritor axle

This volume deals with information applicable to your particular crane. For operating, maintenance and repair instructions, refer to IMT Electric Cranes Operation & Safety (IMT part number 99904381.) We recommend that this volume be kept in a safe place in the office. This manual is provided to assist you with ordering parts for your IMT crane.

This volume deals with information applicable to your particular crane. For operating, maintenance and repair instructions, refer to IMT Electric Cranes Operation & Safety (IMT part number 99904381.) We recommend that this volume be kept in a safe place in the office. This manual is provided to assist you with ordering parts for your IMT crane.

This volume deals with information applicable to your particular crane. For operating, maintenance and repair instructions, refer to IMT Electric Cranes Operation & Safety (IMT part number 99904381.) We recommend that this volume be kept in a safe place in the office. This manual is provided to assist you with ordering parts for your IMT crane.

The Astrophysics Research Institute has over 50 individuals conducting observational and theoretical research in stellar, Galactic and extragalactic Astronomy. Research interests of the staff are broad and include such topics as: star formation; the structure of galaxies; clusters of galaxies; determination of the cosmological parameters; novae; supernovae ; gamma ray bursts; and gravitational .