Profile Phase

Text Language Definition

function TNAxis.ProfilePhase:integer;

Description

Profile Phase indicates if the trapezoidal motion profile is in the Accel phase (value 1), the Slew phase (value 2) the Decel phase (value 3), or no longer moving (value 0). This is used to identify transition points in the profile and perform operations at those transitions. Note that the Profile Phase function can indicate if the motor is moving or not without a delay. The Move Is Finished command includes a built in yield which delays the answer by a controller sample period. The Profile Phase command can answer the same question immediately by comparing Profile Phase to 0.

Escapes

Profile Phase does not generate any escapes.

Examples

This procedure monitors and reports when the velocity profile changes to slew:

Related Topics

Accel
Decel
Speed
Move Is Finished