This information is part of the Modelica Standard Library maintained by the Modelica Association.
AbsoluteSensor
Measure absolute kinematic quantities of frame connector
CONNECTORS
| Name | Type | Description | |
|---|---|---|---|
| frame_a | Frame_a | Coordinate system at which the kinematic quantities are measured | |
| r | RealOutput[3] | Absolute position vector frame_a.r_0 resolved in frame defined by resolveInFrame | |
| v | RealOutput[3] | Absolute velocity vector | |
| a | RealOutput[3] | Absolute acceleration vector | |
| angles | RealOutput[3] | Angles to rotate world frame into frame_a via 'sequence' | |
| w | RealOutput[3] | Absolute angular velocity vector | |
| z | RealOutput[3] | Absolute angular acceleration vector | |
| frame_resolve | Frame_resolve | If resolveInFrame = Types.ResolveInFrameA.frame_resolve, the output signals are resolved in this frame |
PARAMETERS
| Name | Type | Default Value | Description |
|---|---|---|---|
| animation | Boolean | true | = true, if animation shall be enabled (show arrow) |
| resolveInFrame | ResolveInFrameA | Modelica.Mechanics.MultiBody.Types.ResolveInFrameA.frame_a | Frame in which vectors are resolved (1: world, 2: frame_a, 3: frame_resolve) |
| get_r | Boolean | false | = true, to measure the absolute position vector of the origin of frame_a |
| get_v | Boolean | false | = true, to measure the absolute velocity of the origin of frame_a |
| get_a | Boolean | false | = true, to measure the absolute acceleration of the origin of frame_a |
| get_w | Boolean | false | = true, to measure the absolute angular velocity of frame_a |
| get_z | Boolean | false | = true, to measure the absolute angular acceleration of frame_a |
| get_angles | Boolean | false | = true, to measure the 3 rotation angles |
| sequence | RotationSequence | {1,2,3} | If get_angles=true: Angles are returned to rotate world frame around axes sequence[1], sequence[2] and finally sequence[3] into frame_a |
| guessAngle1 | Angle | 0 | If get_angles=true: Select angles[1] such that abs(angles[1] - guessAngle1) is a minimum |
