MotionView User's Guide

Analysis Panel - Options

Analysis Panel - Options

Previous topic Next topic Expand/collapse all hidden text  

Analysis Panel - Options

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

An option is used to customize entity definition within an analysis.  Options can perform operations such as turning entities on or off, or converting joints in an analysis from compliant to non-compliant.

When you select the Options tab on the Analysis panel, a list of the options belonging to the current analysis is displayed.  Each analysis has a Compliant option by default.  This option can be used to toggle the state of joints within the analysis.  The joint or bushing within the analysis should be modeled within an *if(Op_Compliant == "Yes") loop in the MDL language using a text editor.

analysis_panel_options_tab_mv

Analysis panel - Options tab

Making an Analysis Compliant or Non-Compliant

You can make any analysis in a MotionView model compliant or non-compliant.  The Compliant option is located on the Options tab of the Analysis panel.

Yes

makes all compliant joints in the analysis compliant.

No

makes all compliant joints in the analysis non-compliant.

In addition to converting compliant joints, MotionView can turn other entities on or off in a analysis according to predefined system settings.  For example, MotionView can turn off specific entities such as springs or stabilizer bars when the analysis is made non-compliant.

NoteNot all joints can be compliant.  The rules for converting joints from compliant to non-compliant are built into each model using the MDL language.

Refer to the MDL Language Reference on-line help for further information on programming system libraries and options.

View/Edit Data Members

Brings up the panel which will allow you to modify the data members of the selected analysis.

 

hmtoggle_plus1To change an analysis from compliant to non-compliant:
1.From the Project Browser, select an analysis.

The Analysis panel is automatically displayed.

2.Select the Options tab.
3.From the Compliant drop-down menu, select No.
hmtoggle_plus1To change an analysis from non-compliant to compliant:
1.From the Project Browser, select an analysis.

The Analysis panel is automatically displayed.

2.Select the Options tab.
3.From the Compliant drop-down menu, select Yes.
NoteThe Compliant option is applied to all subsystems beneath the current analysis.

The Compliant option can be overridden for individual joints in the Joints panel.

See *Option() in the MDL Language Reference for information on creating options.