Sensors for 1-dim. translational mechanical quantities
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).
Name | Description |
---|---|
PositionSensor | Ideal sensor to measure the absolute position |
SpeedSensor | Ideal sensor to measure the absolute velocity |
AccSensor | Ideal sensor to measure the absolute acceleration |
RelPositionSensor | Ideal sensor to measure the relative position |
RelSpeedSensor | Ideal sensor to measure the relative speed |
RelAccSensor | Ideal sensor to measure the relative acceleration |
ForceSensor | Ideal sensor to measure the force between two flanges |
PowerSensor | Ideal sensor to measure the power between two flanges (= flange_a.f*der(flange_a.s)) |
MultiSensor | Ideal sensor to measure the absolute velocity, force and power between two flanges |
Ideal sensor to measure the absolute position
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 Translational.Interfaces.PartialAbsoluteSensor (Device to measure a single absolute flange variable).
Name | Description |
---|---|
flange | Flange to be measured (flange axis directed in to cut plane, e. g. from left to right) |
s | Absolute position of flange as output signal [m] |
Ideal sensor to measure the absolute velocity
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 Translational.Interfaces.PartialAbsoluteSensor (Device to measure a single absolute flange variable).
Name | Description |
---|---|
flange | Flange to be measured (flange axis directed in to cut plane, e. g. from left to right) |
v | Absolute velocity of flange as output signal [m/s] |
Ideal sensor to measure the absolute acceleration
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 Translational.Interfaces.PartialAbsoluteSensor (Device to measure a single absolute flange variable).
Name | Description |
---|---|
flange | Flange to be measured (flange axis directed in to cut plane, e. g. from left to right) |
a | Absolute acceleration of flange as output signal [m/s2] |
Ideal sensor to measure the relative position
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 Translational.Interfaces.PartialRelativeSensor (Device to measure a single relative variable between two flanges).
Name | Description |
---|---|
flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
flange_b | (right) driven flange (flange axis directed out of cut plane) |
s_rel | Distance between two flanges (= flange_b.s - flange_a.s) as output signal [m] |
Ideal sensor to measure the relative speed
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 Translational.Interfaces.PartialRelativeSensor (Device to measure a single relative variable between two flanges).
Name | Description |
---|---|
flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
flange_b | (right) driven flange (flange axis directed out of cut plane) |
v_rel | Relative velocity between two flanges (= der(flange_b.s) - der(flange_a.s)) as output signal [m/s] |
Ideal sensor to measure the relative acceleration
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 Translational.Interfaces.PartialRelativeSensor (Device to measure a single relative variable between two flanges).
Name | Description |
---|---|
flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
flange_b | (right) driven flange (flange axis directed out of cut plane) |
a_rel | Relative acceleration between two flanges (= der(v_rel)) as output signal [m/s2] |
Ideal sensor to measure the force between two flanges
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 Translational.Interfaces.PartialRelativeSensor (Device to measure a single relative variable between two flanges).
Name | Description |
---|---|
flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
flange_b | (right) driven flange (flange axis directed out of cut plane) |
f | Force in flange_a and flange_b (f = flange_a.f = -flange_b.f) as output signal [N] |
Ideal sensor to measure the power between two flanges (= flange_a.f*der(flange_a.s))
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 Translational.Interfaces.PartialRelativeSensor (Device to measure a single relative variable between two flanges).
Name | Description |
---|---|
flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
flange_b | (right) driven flange (flange axis directed out of cut plane) |
power | Power in flange flange_a as output signal [W] |
Ideal sensor to measure the absolute velocity, force and power between two flanges
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 Translational.Interfaces.PartialRelativeSensor (Device to measure a single relative variable between two flanges).
Name | Description |
---|---|
flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
flange_b | (right) driven flange (flange axis directed out of cut plane) |
power | Power in flange flange_a as output signal [W] |
f | Force in flange_a and flange_b (f = flange_a.f = -flange_b.f) as output signal [N] |
v | Absolute velocity of flange as output signal as output signal [m/s] |