Package Modelica.​Mechanics.​Translational.​Sensors
Sensors for 1-dim. translational mechanical quantities

Information

This package contains ideal sensor components that provide the connector variables as signals for further processing with the Modelica.Blocks library.

Extends from Modelica.​Icons.​SensorsPackage (Icon for packages containing sensors).

Package Contents

NameDescription
AccSensorIdeal sensor to measure the absolute acceleration
ForceSensorIdeal sensor to measure the force between two flanges
MultiSensorIdeal sensor to measure the absolute velocity, force and power between two flanges
PositionSensorIdeal sensor to measure the absolute position
PowerSensorIdeal sensor to measure the power between two flanges (= flange_a.f*der(flange_a.s))
RelAccSensorIdeal sensor to measure the relative acceleration
RelPositionSensorIdeal sensor to measure the relative position
RelSpeedSensorIdeal sensor to measure the relative speed
SpeedSensorIdeal sensor to measure the absolute velocity

Model Modelica.​Mechanics.​Translational.​Sensors.​PositionSensor
Ideal sensor to measure the absolute position

Information

Measures the absolute position s of a flange in an ideal way and provides the result as output signals (to be further processed with blocks of the Modelica.Blocks library).

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialAbsoluteSensor (Device to measure a single absolute flange variable).

Connectors

TypeNameDescription
Flange_aflangeFlange to be measured (flange axis directed in to cut plane, e. g. from left to right)
output RealOutputsAbsolute position of flange as output signal

Model Modelica.​Mechanics.​Translational.​Sensors.​SpeedSensor
Ideal sensor to measure the absolute velocity

Information

Measures the absolute velocity v of a flange in an ideal way and provides the result as output signals (to be further processed with blocks of the Modelica.Blocks library).

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialAbsoluteSensor (Device to measure a single absolute flange variable).

Connectors

TypeNameDescription
Flange_aflangeFlange to be measured (flange axis directed in to cut plane, e. g. from left to right)
output RealOutputvAbsolute velocity of flange as output signal

Model Modelica.​Mechanics.​Translational.​Sensors.​AccSensor
Ideal sensor to measure the absolute acceleration

Information

Measures the absolute acceleration a of a flange in an ideal way and provides the result as output signals (to be further processed with blocks of the Modelica.Blocks library).

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialAbsoluteSensor (Device to measure a single absolute flange variable).

Connectors

TypeNameDescription
Flange_aflangeFlange to be measured (flange axis directed in to cut plane, e. g. from left to right)
output RealOutputaAbsolute acceleration of flange as output signal

Model Modelica.​Mechanics.​Translational.​Sensors.​RelPositionSensor
Ideal sensor to measure the relative position

Information

Measures the relative position s of a flange in an ideal way and provides the result as output signals (to be further processed with blocks of the Modelica.Blocks library).

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialRelativeSensor (Device to measure a single relative variable between two flanges).

Connectors

TypeNameDescription
Flange_aflange_a(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)
Flange_bflange_b(right) driven flange (flange axis directed out of cut plane)
output RealOutputs_relDistance between two flanges (= flange_b.s - flange_a.s) as output signal

Model Modelica.​Mechanics.​Translational.​Sensors.​RelSpeedSensor
Ideal sensor to measure the relative speed

Information

Measures the relative speed v of a flange in an ideal way and provides the result as output signals (to be further processed with blocks of the Modelica.Blocks library).

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialRelativeSensor (Device to measure a single relative variable between two flanges).

Connectors

TypeNameDescription
Flange_aflange_a(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)
Flange_bflange_b(right) driven flange (flange axis directed out of cut plane)
output RealOutputv_relRelative velocity between two flanges (= der(flange_b.s) - der(flange_a.s)) as output signal

Model Modelica.​Mechanics.​Translational.​Sensors.​RelAccSensor
Ideal sensor to measure the relative acceleration

Information

Measures the relative acceleration a of a flange in an ideal way and provides the result as output signals (to be further processed with blocks of the Modelica.Blocks library).

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialRelativeSensor (Device to measure a single relative variable between two flanges).

Connectors

TypeNameDescription
Flange_aflange_a(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)
Flange_bflange_b(right) driven flange (flange axis directed out of cut plane)
output RealOutputa_relRelative acceleration between two flanges (= der(v_rel)) as output signal

Model Modelica.​Mechanics.​Translational.​Sensors.​ForceSensor
Ideal sensor to measure the force between two flanges

Information

Measures the cut-force between two flanges in an ideal way and provides the result as output signal (to be further processed with blocks of the Modelica.Blocks library).

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialRelativeSensor (Device to measure a single relative variable between two flanges).

Connectors

TypeNameDescription
Flange_aflange_a(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)
Flange_bflange_b(right) driven flange (flange axis directed out of cut plane)
output RealOutputfForce in flange_a and flange_b (f = flange_a.f = -flange_b.f) as output signal

Model Modelica.​Mechanics.​Translational.​Sensors.​PowerSensor
Ideal sensor to measure the power between two flanges (= flange_a.f*der(flange_a.s))

Information

Measures the power between two flanges in an ideal way and provides the result as output signal power (to be further processed with blocks of the Modelica.Blocks library).

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialRelativeSensor (Device to measure a single relative variable between two flanges).

Connectors

TypeNameDescription
Flange_aflange_a(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)
Flange_bflange_b(right) driven flange (flange axis directed out of cut plane)
output RealOutputpowerPower in flange flange_a as output signal

Model Modelica.​Mechanics.​Translational.​Sensors.​MultiSensor
Ideal sensor to measure the absolute velocity, force and power between two flanges

Information

Measures the absolute velocity of a flange_a, the cut-force and power between two flanges in an ideal way and provides the results as output signals v, f and power, respectively.

Extends from Modelica.​Mechanics.​Translational.​Interfaces.​PartialRelativeSensor (Device to measure a single relative variable between two flanges).

Connectors

TypeNameDescription
Flange_aflange_a(left) driving flange (flange axis directed in to cut plane, e. g. from left to right)
Flange_bflange_b(right) driven flange (flange axis directed out of cut plane)
output RealOutputpowerPower in flange flange_a as output signal
output RealOutputfForce in flange_a and flange_b (f = flange_a.f = -flange_b.f) as output signal
output RealOutputvAbsolute velocity of flange as output signal as output signal