modelTankController
Controller for tank system
Extends from StateGraph.Interfaces.PartialStateGraphIcon (Icon for a StateGraph object).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | limit | 0.98 | Limit level of tank 1 |
| SI.Time | waitTime | 3 | Wait time |
Connectors
Components
| Type | Name | Default | Description |
|---|---|---|---|
| InitialStep | s1 | ||
| MakeProduct | makeProduct | ||
| Transition | T1 | ||
| Transition | T2 | ||
| Transition | T3 | ||
| Step | s2 | ||
| Transition | T4 | ||
| Transition | T5 | ||
| Step | emptyTanks | ||
| Transition | T6 | ||
| Modelica.Blocks.Sources.BooleanExpression | setValve1 | ||
| Modelica.Blocks.Sources.BooleanExpression | setValve2 | ||
| Modelica.Blocks.Sources.BooleanExpression | setValve3 |