This information is part of the Modelica Standard Library maintained by the Modelica Association.
MakeProduct
State machine defining the time instants when to fill or empty a tank
CONNECTORS
| Name | Type | Description | |
|---|---|---|---|
| inPort | Step_in | ||
| outPort | Step_out | ||
| suspend | CompositeStep_suspend[nSuspend] | ||
| resume | CompositeStep_resume[nResume] | ||
| level1 | RealInput |
PARAMETERS
| Name | Type | Default Value | Description |
|---|---|---|---|
| nSuspend | Integer | 1 | Number of suspend ports |
| nResume | Integer | 1 | Number of resume ports |
| limit | SetRealParameter | 0.98 | Limit level of tank 1 |
| waitTime | SetRealParameter | 3 | Wait time |
USED IN COMPONENTS
| Modelica.StateGraph.Examples.Utilities.TankControllerController for tank system |
