6 single axis position mode, Single axis position mode – ADLINK PCI-8154 User Manual

Page 152

Advertising
background image

142

Function Library

6.6

Single Axis Position Mode

@ Name

_8154_start_tr_move

– Begin a relative trapezoidal profile

move

_8154_start_ta_move

– Begin an absolute trapezoidal profile

move

_8154_start_sr_move

– Begin a relative S-curve profile move

_8154_start_sa_move

– Begin an absolute S-curve profile

move

_8154_set_move_ratio

– Set the ration of command pulse

and feedback pulse

_8154_position_override

– Change position on the fly

_8154_set_max_override_speed

– Set the maximum over-

ride speed

@ Description

General:

The moving direction is determined by the sign of the Pos or
Dist parameter. If the moving distance is too short to reach the
specified velocity, the controller will automatically lower the
MaxVel, and the Tacc, Tdec, VSacc, and VSdec will also
become shorter while dV/dt(acceleration / deceleration) and
d(dV/dt)/dt (jerk) are keep unchanged.

_8154_start_tr_move

:

This function causes the axis to accelerate form a starting
velocity (StrVel), rotate at constant velocity (MaxVel), and
decelerate to stop at the relative distance with trapezoidal
profile. The acceleration (Tacc) and deceleration (Tdec) time is
specified independently–it does not let the program wait for
motion completion but immediately returns control to the pro-
gram.

Advertising