blockPrecision3rdOrderNM
Extends from ManualTracking.Blocks.SI3SO (3 Single Input / 1 Single Output continuous control block with manual controller signal names), ManualTracking.Icons.ManualController.
Information
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | K | 1 | Proportional gain |
| Real | tau | 0.25 | Time delay (s) |
| Real | T1 | 5 | Time constant of phase lead (s) |
| Real | T2 | 5 | Time constant of phase lag (s) |
| Real | T3 | 5 | Time constant of neuromuscular filter (rad/s) |
| Real | omega | 12 | Natural frequency of neuromuscular filter (rad/s) |
| Real | zeta | 0.2 | Damping ratio of neuromuscular filter |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | r (from SI3SO) | Reference state | |
| Modelica.Blocks.Interfaces.RealInput | y (from SI3SO) | Measured state | |
| Modelica.Blocks.Interfaces.RealInput | w (from SI3SO) | Disturbance input | |
| Modelica.Blocks.Interfaces.RealOutput | u (from SI3SO) | Control input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | e (from SI3SO) | Difference between reference and measured states | |
| Real | v (from SI3SO) | Control input before disturbance input is added | |
| Modelica.Blocks.Math.Gain | gain | ||
| Modelica.Blocks.Continuous.TransferFunction | leadlag | ||
| Modelica.Blocks.Continuous.FirstOrder | firstorder | ||
| Modelica.Blocks.Continuous.SecondOrder | secondorder | ||
| Modelica.Blocks.Nonlinear.FixedDelay | timedelay |