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 |
|---|---|
| Ideal sensor to measure the absolute position of flange | |
| Ideal sensor to measure the absolute velocity of flange | |
| Ideal sensor to measure the absolute acceleration of flange | |
| Ideal sensor to measure the relative position between two flanges | |
| Ideal sensor to measure the relative velocity between two flanges | |
| Ideal sensor to measure the relative acceleration between two flanges | |
| Ideal sensor to measure the force between two flanges | |
| Ideal sensor to measure the power between two flanges | |
| Ideal sensor to measure the absolute velocity, force and power between two flanges |
Modelica.Mechanics.Translational.Sensors.PositionSensorIdeal sensor to measure the absolute position of flange
Measures the absolute position
of a flange in an ideal way and provides the result as
output signal s
(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 into cut plane, e. g. from left to right) |
| s | Absolute position of flange as output signal [m] |
Modelica.Mechanics.Translational.Sensors.SpeedSensorIdeal sensor to measure the absolute velocity of flange
Measures the absolute velocity
of a flange in an ideal way and provides the result as
output signal v
(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 into cut plane, e. g. from left to right) |
| v | Absolute velocity of flange as output signal [m/s] |
Modelica.Mechanics.Translational.Sensors.AccSensorIdeal sensor to measure the absolute acceleration of flange
Measures the absolute acceleration
of a flange in an ideal way and provides the result as
output signal a
(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 into cut plane, e. g. from left to right) |
| a | Absolute acceleration of flange as output signal [m/s2] |
Modelica.Mechanics.Translational.Sensors.RelPositionSensorIdeal sensor to measure the relative position between two flanges
Measures the relative position between two flanges
in an ideal way and provides the result as output signal s_rel
(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 into cut plane, e. g. from left to right) |
| flange_b | (right) driven flange (flange axis directed out of cut plane) |
| s_rel | Relative distance between two flanges (= flange_b.s - flange_a.s) as output signal [m] |
Modelica.Mechanics.Translational.Sensors.RelSpeedSensorIdeal sensor to measure the relative velocity between two flanges
Measures the relative velocity between two flanges
in an ideal way and provides the result as output signal v_rel
(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 into 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] |
Modelica.Mechanics.Translational.Sensors.RelAccSensorIdeal sensor to measure the relative acceleration between two flanges
Measures the relative acceleration between two flanges
in an ideal way and provides the result as output signal a_rel
(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 into 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] |
Modelica.Mechanics.Translational.Sensors.ForceSensorIdeal 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 f
(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 into 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] |
Modelica.Mechanics.Translational.Sensors.PowerSensorIdeal sensor to measure the power between two flanges
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), i.e.
power = flange_a.f * der(flange_a.s)
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 into 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] |
Modelica.Mechanics.Translational.Sensors.MultiSensorIdeal sensor to measure the absolute velocity, force and power between two flanges
Measures the absolute velocity of the flange_a and
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 into 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 [m/s] |