blockPController
Simple proportional controller
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block), MagLev.Control.BaseBlocks.PController (Simple proportional controller).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | kp (from PController) | 1 | Proportional gain |
| SI.Position | d0 (from PController) | Initial reference position | |
| SI.Time | Tds | Dead time at sample |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal | |
| Modelica.Blocks.Interfaces.RealInput | u_m (from PController) | Connector of measured signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.Feedback | feedback (from PController) | ||
| Modelica.Blocks.Math.Gain | gain (from PController) | ||
| Modelica.Blocks.Continuous.FirstOrder | firstOrder |