Standard package icon.
Extends from Modelica.Icons.Package
(Icon for standard packages).
Name | Description |
---|---|
LSController | Load Sensing Controller |
The component LSController is a pump controller for use in load sensing applications.
The LS controller is a pressure control with an additional LS offset pressure to compensate the losses of pressure compensator valves. The inputs are normalized to the LS pressure, so that the input of gain, integrator, and derivative has the dimension 1. The output also ranges from 0 to 1 according to the displacement input of pumps.
The displacement is calculated with a first order delay parameterized by Time constant of pump displacement. The pumps themselves (VariableFlowPump, VariableFlowPumpCC, VariableDisplacementPump) have no dynamical displacement behavior.
Type | Name | Default | Description |
---|---|---|---|
Real | KP | 2 | Gain of controller |
Real | KI | 0 | Gain of integrator |
Real | KD | 0.5 | Gain of derivative block |
Time | TD | 0.001 | Time constant of derivative block |
Pressure | LSOffset | 2e+6 | LS offset pressure |
Time | TAdjust | 0.2 | Time constant of pump displacement |
Real | initialDisplacement | 0 | Initial displacement |
Type | Name | Description |
---|---|---|
FluidPort | fluidPortP | Hydraulic port P |
FluidPort | fluidPortLS | Hydraulic port LS |
output RealOutput | Displacement |   |