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 |
---|---|
AccSensor | Ideal sensor to measure the absolute acceleration |
ForceSensor | Ideal sensor to measure the force between two flanges |
MultiSensor | Ideal sensor to measure the absolute velocity, force and power between two flanges |
PositionSensor | Ideal sensor to measure the absolute position |
PowerSensor | Ideal sensor to measure the power between two flanges (= flange_a.f*der(flange_a.s)) |
RelAccSensor | Ideal sensor to measure the relative acceleration |
RelPositionSensor | Ideal sensor to measure the relative position |
RelSpeedSensor | Ideal sensor to measure the relative speed |
SpeedSensor | Ideal sensor to measure the absolute velocity |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange | Flange to be measured (flange axis directed in to cut plane, e. g. from left to right) |
output RealOutput | s | Absolute position of flange as output signal |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange | Flange to be measured (flange axis directed in to cut plane, e. g. from left to right) |
output RealOutput | v | Absolute velocity of flange as output signal |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange | Flange to be measured (flange axis directed in to cut plane, e. g. from left to right) |
output RealOutput | a | Absolute acceleration of flange as output signal |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
Flange_b | flange_b | (right) driven flange (flange axis directed out of cut plane) |
output RealOutput | s_rel | Distance between two flanges (= flange_b.s - flange_a.s) as output signal |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
Flange_b | flange_b | (right) driven flange (flange axis directed out of cut plane) |
output RealOutput | v_rel | Relative velocity between two flanges (= der(flange_b.s) - der(flange_a.s)) as output signal |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
Flange_b | flange_b | (right) driven flange (flange axis directed out of cut plane) |
output RealOutput | a_rel | Relative acceleration between two flanges (= der(v_rel)) as output signal |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
Flange_b | flange_b | (right) driven flange (flange axis directed out of cut plane) |
output RealOutput | f | Force in flange_a and flange_b (f = flange_a.f = -flange_b.f) as output signal |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
Flange_b | flange_b | (right) driven flange (flange axis directed out of cut plane) |
output RealOutput | power | Power in flange flange_a as output signal |
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).
Type | Name | Description |
---|---|---|
Flange_a | flange_a | (left) driving flange (flange axis directed in to cut plane, e. g. from left to right) |
Flange_b | flange_b | (right) driven flange (flange axis directed out of cut plane) |
output RealOutput | power | Power in flange flange_a as output signal |
output RealOutput | f | Force in flange_a and flange_b (f = flange_a.f = -flange_b.f) as output signal |
output RealOutput | v | Absolute velocity of flange as output signal as output signal |
Generated 2018-12-12 12:12:58 EST by MapleSim.