Motions

Use the Motions tool to create motions and to edit the initial conditions, displacements, velocities, and acceleration of joints.

Create Motions

  1. From the Browser, select the system to which the motion entity is to be added.
  2. From the Model ribbon, click the Motions tool.
    A guide bar for entity creation appears.
  3. Optional: Select the Pair check box to create a pair entity.
    A motion entity, like most of the entities that are created in MotionView, can be a single entity or a pair entity. Pair entities help to create models that are symmetric about the Z-X plane of the model. Their properties can also be symmetric about the Z-X plane (in other words, the Y property is mirrored). Asymmetry or symmetry of the motions can be decided or specified when editing the created motion.
  4. Select whether the motion will be applied to joints or markers.
    • On Joint
    • Using Markers
    If On Joint is chosen:
    1. Select a joint reference.
      • Select a joint in the modeling window.

        OR

      • On the guide bar, click the Advanced Selector and make your selection in the Model Tree.
    If Using Markers is chosen:
    1. Select the first marker reference (Marker 1).
      • Select a marker in the modeling window.

        OR

      • On the guide bar, click the Advanced Selector and make your selection in the Model Tree.
    2. Select the second marker reference (Marker 2).
      • Select a marker in the modeling window.

        OR

      • On the guide bar, click the Advanced Selector and make your selection in the Model Tree.
  5. Optional: Click to reset the entity selections and select new entities.
  6. Once the reference selections are made, create the marker using one of the following methods:
    • Click on the guide bar to create and orient the entity.
    • Click the button that appears at the mouse location in the modeling window.
    • Click to create the entity and exit the guide bar selections for this motion.
    Once the motion has been added to the model, the corresponding motion will automatically be displayed in the browser area.
    Note: By default, variables names of entities in MotionView follow a certain convention. For example, all markers entities have a variable name starting with 'mot_'. This is the recommended convention to follow when building models in since it has many advantages in model editing and model manipulation.
Tip: A new motion can be created from the Model Browser by right-clicking on the Model label (or any system/analysis of your choice) and selecting Add > Constraint Entity > Motion or by right-clicking Motions and selecting Add Motion.

Edit Motions

A motion can be a displacement, velocity, or acceleration and can be applied to some joint types or between markers.

Define the Connectivity of Motions

From the Connectivity tab of the Motions panel, select an option from the Define motion drop-down menu.
If On joint is chosen:
  1. Click the Joint collector and select the joint to which the motion is connected from the modeling window, or double-click the Joint collector to open the Model Tree (from which the desired joint can be selected).
    Note: If the selected motion is a pair entity, first distinguish between the Left and Right tabs in the panel, and then edit the properties. When defining a pair motion, use pair entities for Joint, Marker, etc.
    Tip: Check the Symmetric properties option to make the motion properties symmetric. Once this option is activated, MotionView will ask you which side of the values of the pair entity (left or right) is to be used. Selecting any one side will make values of that side as “leader” and the values of the other side ("follower") will gray out and follow the values on the leader side.
  2. Select an option from the Properties drop-down menu.
Option Description
Displacement Requires no initial conditions
Velocity Requires an initial displacement
Acceleration Requires an initial displacement and an initial velocity
If Using markers is chosen:
  1. Select the axis to define the translational or rotational motion.
  2. Select an option from the Properties drop-down menu.
  3. Click the Marker 1 and Marker 2 collectors to select the first and second markers to which to the motion is applied.
Tip: Click Data Summary to view the Data Summary table for motions.

Define the Properties of Motions

From the Properties tab, you can define the magnitude of a motion either as a constant value or as a non-linear value using a 2D curve, 3D spline, or expressions.

  1. Click the Properties tab.
  2. Specify how to define the motion properties using the drop down menu.
    If Linear is chosen, enter a constant value of displacement, velocity, or acceleration.
    If Curve is chosen:
    1. Select AKIMA, CUBIC, LINEAR, or QUINTIC under Interpolation as the method of interpolation of between two data points in the curve.
    2. Enter a value under Independent variable.
    3. Resolve the curve by double-clicking the Curve collector and selecting a curve from the Select a Curve dialog.
      Note: When using curve data, a curve, interpolation method, and an independent variable must be specified in the form of a solver expression. The solver expression may refer to MotionView attributes specified in the Templex syntax. Generally, the independent variable is a function of TIME.
    If Sline3D is chosen:
    1. Select AKIMA, CUBIC, LINEAR, or QUINTIC under as the method of interpolation of values between 2 data points in XY plane.
    2. Resolve the 3D spline by double-clicking on the Spline3D collector and selecting a Spline3D entity from the Select a Spline3D dialog.
      Note: To use a Spline3D entity, you first need to define a spline using the Spline3D panel.
    3. Specify an expression for Independent variable X and Independent variable Z.
    If Expressions is chosen, enter a solver expression to define displacement, velocity, or acceleration.

Define the Initial Conditions of Motions

  1. Click the Initial Conditions tab.
    Note: This tab is not available if you selected Displacement as the property in the Connectivity tab. See the Define the Connectivity of Motions topic for additional information.
  2. Enter a value for displacement and/or velocity initial conditions.

Use User-Defined Properties for a Motion

If desired, define the motion using the User-Defined tab, which will allow you to specify the properties of the motion using user subroutines.

  1. From the Connectivity tab, click the User-defined properties check box.
    The properties option and the Properties tab are both removed.
  2. Click the newly added User-Defined tab.
  3. Define the user subroutine.
    1. Provide an expression with the USER solver function with parameters being passed to the user subroutine.
    2. Alternatively, activate the Use local file and function name check box to specify a local file where the subroutine code can be accessed by the solver.
      If this option is not specified, MotionSolve will search for a subroutine following its user subroutine loading rules.
    3. Select a function type from the drop-down menu.
    4. Select the local file for the subroutine.
      The type of file to be specified will depend on the selected function type. For example, if DLL/SO is selected, you can specify a file with a .dll extension (for Windows) or an .so extension (for Linux).
    5. Specify the function name in the subroutine that defines the entity, or accept the default name provided by MotionView.