MC-Basic:movingFrame.DAMPINGFACTOR

From SoftMC-Wiki
Jump to: navigation, search

In Absolute Tracking Algorithm: A moving frame property that determines the approaching phase smoothness rate. This factor influences the speed of synchronization process. Other properties that influence this state are the element

kinematics limits (velocity, acceleration and jerk).


In Relative Tracking Algorithm: Defines the prediction factor scale. Bigger values assume longer prediction times.

Note : that values of FiterFactor and DampingFacor can significantly influence the synchronization (approaching phase) behavior so it is strongly recommended to use small values in the beginning and to increase them step-by-step until the desired results are obtained.

Syntax

<Moving Frame>. DampingFactor = <value>

Availability

Versions 4.0.26 and higher

Type

Double

Range

0.0 to MaxDouble

Default

3.0

Scope

Task or Terminal

Examples

CNV.dampingfactor = 0.5