Set Accel

C Definition

void dms_SetAccel(long NodeNumber, long GroupNumber, single Param)

Pascal Definition

procedure dms_SetAccel(NodeNumber:longint; GroupNumber:longint; Param:single);

Description

Set Accel is used to set the acceleration of a profiled move in User Units per second squared. If the Axis Object indicated is a single axis (T1Axis object type) the acceleration is for the movement of that motor when operating alone. If the Axis Object represents a group, for example a two dimensional group (T2Axis object) or a four dimensional group (T4Axis object), the acceleration applies to the coordinated motion profile of the group. Set Decel may be used to independently set the deceleration.

Escapes

If the Accel setting is 0 or negative an User Accel is 0 Or Negative Escape Code will occur.

Note that the EscapeResult parameter must be preset to 0 before making the call or the routine will not run

Related Topics

Accel
Set Speed
Set Decel