Simulink Control Design™ - MathWorks

(Tuis.) #1
opspec.Inputs(1).Known = 1;
opspec.Inputs(1).u = 30;

The Primary Gap set point specification is set by:

opspec.Inputs(2).Known = 1;
opspec.Inputs(2).u = 0.8;

The Primary Dilution set point specification is set by:

opspec.Inputs(3).Known = 1;
opspec.Inputs(3).u = 170;

The Secondary Gap set point specification is set by:

opspec.Inputs(4).Known = 1;
opspec.Inputs(4).u = 0.5;

The Secondary Dilution set point is set by:

opspec.Inputs(5).Known = 1;
opspec.Inputs(5).u = 120;

The steady state operating point that meets this specification is found by:

op = findop('scdtmp',opspec);

Operating point search report:
---------------------------------

Operating point search report for the Model scdtmp.
(Time-Varying Components Evaluated at time t=0)

Operating point specifications were successfully met.
States:
----------
(1.) scdtmp/TMP Refining Line/Fiber fill dynamics/Internal
x: 3.56 dx: 0 (0)
(2.) scdtmp/TMP Refining Line/Fiber water fill dynamics/Internal
x: 6.83 dx: 0 (0)
(3.) scdtmp/TMP Refining Line/Primary dilution/Internal
x: 170 dx: 0 (0)
(4.) scdtmp/TMP Refining Line/Primary plate gap/Internal
x: 0.8 dx: 0 (0)

2 Linearization

Free download pdf