8144_slow_down – ADLINK PCI-8144 User Manual

Page 124

Advertising
background image

114

Function Library

_8144_slow_down

Slow down to start velocity

Description:

This function is used to decelerate an axis with a trapezoidal or
S-curve profile. This function is also useful when a preset move
(start_tr_move, start_sr_move) is performed. Note: The veloc-
ity profile is decided by original motion profile.

Syntax:

I16 _8144_slow_down( I16 AxisNo )

B_8144_slow_down( ByVal AxisNo As Integer)As

Integer

Parameters:

I16 AxisNo

: The axis number is designated to receive the

command.

Return Values:

ERR_ParametersInvalid

ERR_DeviceNotInitial

ERR_NoError

Example:

ret = _8144_tv_move( AxisNo, StrVel, MaxVel, Tacc

); //perform a tv move.

Card ID Physical axis AxisNo

0

0

0

1

1

2

2

3

3

1

0

4

1

5

2

6

3

7

2

0

8

...

...

Advertising