DefaultCoordinatedRampType Parameter

Default Value: 2

Minimum Value: 0

Maximum Value: 2

Units: None

Type: int

The DefaultCoordinatedRampType parameter specifies the default coordinated ramp type for coordinated motion such as MoveCcw(), MoveCw(), and MoveLinear().

When you select Linear, the acceleration and deceleration during coordinated motion use a linear ramp type that has a constant rate.

When you select Sinusoidal, the acceleration and deceleration during coordinated motion use a sinusoidal ramp type.

When you select S-Curve, the acceleration and deceleration during coordinated motion use an s-curve ramp type.

Do not try to set the active coordinated ramp type of the axis with this parameter. To set the coordinated ramp type of the axis from within an AeroScript program, use the SetupCoordinatedRampType() function.

IMPORTANT: You must reset the controller for these changes to have an effect.