Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors

Internal definitions that are usually not utilized (only indirectly via the expandable connectors)

Information


This package contains the "actual" default bus definitions needed for the BusUsage example. The bus definitions in this package are the default definitions shown in the bus menu when connecting a signal to an expandable connector (here: ControlBus or SubControlBus). Usually, the connectors of this package should not be utilized by a user.

Package Content

NameDescription
Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors.StandardControlBus StandardControlBus Used to build up the standard control bus (do not use this connector)
Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors.StandardSubControlBus StandardSubControlBus Used to build up the standard sub-control bus (do not use this connector)


Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors.StandardControlBus Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors.StandardControlBus

Used to build up the standard control bus (do not use this connector)

Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors.StandardControlBus

Information


This connector is used to show default signals that might be added to the ControlBus.

Extends from Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.ControlBus (Empty control bus that is adapted to the signals connected to it).

Contents

TypeNameDescription
AngularVelocityrealSignal1First Real signal (angular velocity) [rad/s]
VelocityrealSignal2Second Real signal [m/s]
IntegerintegerSignalInteger signal
BooleanbooleanSignalBoolean signal
StandardSubControlBussubControlBusCombined signal

Modelica definition

expandable connector StandardControlBus 
  "Used to build up the standard control bus (do not use this connector)"
  extends Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.ControlBus;

  import SI = Modelica.SIunits;
  SI.AngularVelocity realSignal1 "First Real signal (angular velocity)";
  SI.Velocity realSignal2 "Second Real signal";
  Integer integerSignal "Integer signal";
  Boolean booleanSignal "Boolean signal";
  StandardSubControlBus subControlBus "Combined signal";


end StandardControlBus;

Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors.StandardSubControlBus Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors.StandardSubControlBus

Used to build up the standard sub-control bus (do not use this connector)

Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.InternalConnectors.StandardSubControlBus

Information


This connector is used to show default signals that might be added to the SubControlBus.

Extends from Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.SubControlBus (Empty sub-control bus that is adapted to the signals connected to it).

Contents

TypeNameDescription
RealmyRealSignal 
BooleanmyBooleanSignal 

Modelica definition

expandable connector StandardSubControlBus 
  "Used to build up the standard sub-control bus (do not use this connector)"
  extends Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.SubControlBus;

  Real myRealSignal;
  Boolean myBooleanSignal;

end StandardSubControlBus;

HTML-documentation generated by Dymola Sun Jan 17 21:09:12 2010.