8144_dec_stop – ADLINK PCI-8144 User Manual

Page 121

Advertising
background image

Function Library

111

_8144_dec_stop

Decelerate to stop

Description:

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

Syntax:

I16 _8144_dec_stop( I16 AxisNo )

B_8144_dec_stop( 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