WOLFRAM SYSTEM MODELER
Add3Output the sum of the three inputs |
SystemModel["Modelica.Blocks.Math.Add3"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This blocks computes output y as sum of the three input signals u1, u2 and u3:
y = k1*u1 + k2*u2 + k3*u3;
Example:
parameter: k1= +2, k2= -3, k3=1; results in the following equations: y = 2 * u1 - 3 * u2 + u3;
k1 |
Value: +1 Type: Real Description: Gain of input signal 1 |
---|---|
k2 |
Value: +1 Type: Real Description: Gain of input signal 2 |
k3 |
Value: +1 Type: Real Description: Gain of input signal 3 |
u1 |
Type: RealInput Description: Connector of Real input signal 1 |
|
---|---|---|
u2 |
Type: RealInput Description: Connector of Real input signal 2 |
|
u3 |
Type: RealInput Description: Connector of Real input signal 3 |
|
y |
Type: RealOutput Description: Connector of Real output signal |
Modelica.Blocks.Continuous PID-controller in additive description form |
|
Modelica.Blocks.Continuous P, PI, PD, and PID controller with limited output, anti-windup compensation, setpoint weighting and optional feed-forward |
|
Modelica.Electrical.Machines.Examples.ControlledDCDrives.Utilities Limited PI-controller with anti-windup and feed-forward |
|
Modelica.Electrical.Polyphase.Sensors Three-phase sensor for reactive power |
|
Modelica.Electrical.QuasiStatic.Polyphase.Sensors Three-phase sensor for reactive power |
|
Modelica.Magnetic.QuasiStatic.FundamentalWave.Sensors Rotor lagging angle |
|
Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Utilities P-PI cascade controller for one axis |