WOLFRAM SYSTEM MODELER
TankControllerController for tank system |
SystemModel["Modelica.Fluid.Examples.ControlledTankSystem.Utilities.TankController"]
start |
Type: BooleanInput Description: 'input Boolean' as connector |
|
---|---|---|
stop |
Type: BooleanInput Description: 'input Boolean' as connector |
|
shut |
Type: BooleanInput Description: 'input Boolean' as connector |
|
level1 |
Type: RealInput Description: 'input Real' as connector |
|
level2 |
Type: RealInput Description: 'input Real' as connector |
|
valve1 |
Type: BooleanOutput Description: 'output Boolean' as connector |
|
valve2 |
Type: BooleanOutput Description: 'output Boolean' as connector |
|
valve3 |
Type: BooleanOutput Description: 'output Boolean' as connector |
s1 |
Type: InitialStep Description: Initial step (= step that is active when simulation starts) |
|
---|---|---|
normal |
Type: NormalOperation Description: Normal operation of tank system (button start pressed) |
|
T1 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
T2 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
T3 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
s2 |
Type: Step Description: Ordinary step (= step that is not active when simulation starts) |
|
T4 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
T5 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
emptyTanks |
Type: Step Description: Ordinary step (= step that is not active when simulation starts) |
|
T6 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
setValve1 |
Type: BooleanExpression Description: Set output signal to a time varying Boolean expression |
|
setValve2 |
Type: BooleanExpression Description: Set output signal to a time varying Boolean expression |
|
setValve3 |
Type: BooleanExpression Description: Set output signal to a time varying Boolean expression |
|
stateGraphRoot |
Type: StateGraphRoot Description: Root of a StateGraph (has to be present on the highest level of a StateGraph) |
Modelica.Fluid.Examples.ControlledTankSystem Demonstrating the controller of a tank filling/emptying system |