Modelica_StateGraph2.Examples.Interactive

Examples to demonstrate how to use the interactive blocks

Package Content

NameDescription
Modelica_StateGraph2.Examples.Interactive.UseRadioButtonSources UseRadioButtonSources Example to demonstrate the usage of RadioButtonSource components


Modelica_StateGraph2.Examples.Interactive.UseRadioButtonSources Modelica_StateGraph2.Examples.Interactive.UseRadioButtonSources

Example to demonstrate the usage of RadioButtonSource components

Modelica_StateGraph2.Examples.Interactive.UseRadioButtonSources

Information

Extends from Modelica.Icons.Example (Icon for runnable examples).

Modelica definition

model UseRadioButtonSources 
  "Example to demonstrate the usage of RadioButtonSource components"
  extends Modelica.Icons.Example;
  Modelica_StateGraph2.Blocks.Interactive.RadioButtonSource start(
                                                    reset={stop.on,shut.on},
    buttonTimeTable={1,3});
  Modelica_StateGraph2.Blocks.Interactive.RadioButtonSource stop(
                                                   reset={start.on,shut.on},
    buttonTimeTable={2,4});
  Modelica_StateGraph2.Blocks.Interactive.RadioButtonSource shut(
                                                   reset={start.on,stop.on},
    buttonTimeTable={5});
equation 

end UseRadioButtonSources;

Automatically generated Fri Nov 12 17:26:49 2010.